Answer:
#HERE IS CODE IN PYTHON
#function to find length of shortest and longest string in the array
def fun(list2):
#find length of shortest string
mn=len(min(list2))
#find length of longest string
mx=len(max(list2))
#return both the value
return mn,mx
#array of strings
list2 = ['Ford', 'Volvo', 'BMW', 'MARUTI','TATA']
# call the function
mn,mx=fun(list2)
#print the result
print("shortest length is:",mn)
print("longest length is:",mx)
Explanation:
Create an array of strings.Call the function fun() with array as parameter. Here min() function will find the minimum string among all the strings of array and then len() function will find its length and assign to "mn". Similarly max() will find the largest string and then len() will find its length and assign to "mx". Function fun() will return "mn" & "mx".Then print the length of shortest and longest string.
Output:
shortest length is: 3
longest length is: 5
Answer:
The answer is B. Digital subscriber line technology
Explanation:
Digital subscriber line or DSL technology is used to transmit digital data over telephone wires.
It makes file sharing possible which includes multimedia data (i.e. transfer of pictures and graphics), and also video and audio conferencing.
DSL uses a reliable medium that prevents packet loss and interruptions. It is also fast.
Answer:
c. The placement and relationship of elements within a picture
Explanation:
Required
What composition means?
Literally, composition means the way the elements of a picture are presented. The elements in this case constitute all lines, shapes, dots, pattern and many more.
You will notice that some of these elements will be placed over one another, some side by side, some far from one another.
So, composition means the way these elements are displayed.
<em>Hence, option (c) is correct.</em>
They modify is bcuz every race car is different and the driver is going to want something different then everyone else.
Answer:
Explanation:
How to meet people in real life
1. We can meet people if you go to your friend's party, is a great opportunity to meet friends from your friends.
2. We must go to events, in this case, if you like to read books, go to reading events.
3. We can use public transportation if you see someone reading your favorite book is the best opportunity.
How to meet people online
1. We can meet people in social media, but there are a lot of fake accounts, take care.
2. There are special platforms to meet people or to find love.
3. We could meet people on educational websites or apps, for example, if we want to learn Spanish, we can meet Spanish people.