The most prominent
Company name that's most important
Answer:
False
Explanation:
Different factors, such as processing power, information processing, and the component (CPU) utilised in computers, are used to classify computers. Micro-computers, Mini-computers, Main-frame computers, and Super-computers are divided into four categories based on the components utilised and functionality of the computers.
Answer:
lst = []
n = int(input("Input an array size for you words array: "))
print("Now please enter " + str(n) + " words")
max = 0
min = 1000
index_min = 0
index_max = 0
for i in range(n):
s = input("Input a word: ")
lst.append(s)
if len(s) >= max:
max = len(s)
index_max = i
if len(s) <= min:
min = len(s)
index_min = i
print("The longest word is :" + lst[index_max])
print("The shortest word is :" + lst[index_min])
Explanation:
Create an empty list, lst
Get the size from the user
Create a for loop that iterates "size" times
Inside the loop, get the strings from the user and put them in the lst. Find the longest and shortest strings and their indices using if structure.
When the loop is done, print the longest and shortest
<span>Entrepreneurial activity is a human action with the goal of the generation of value, through the creation or expansion of economic activity. Several things must be taken into consideration before starting an </span><span>entrepreneurial activity but the most important is :
- the benefits it will give (financial but also personal , will you be satisfied doing that activity and will the activity bring financial benefits to you?
If yes, then you can do this activity.
</span>
Answer:
Its false
Explanation:
And this is because, the level of competition will matter when you are doing the mental activity, and in general when you are doing the physical activity then the level of competition never matters. And note that you are doing an activity which is always of one level in case of physical activity, and no sort of games where the competition does matter, and you need to beat the record all the time. You are in this situation challenged physically though always at one level which is fixed and known in advance, and how much exertion your body can withstand, and that is a competition in itself. However, no other competition or level is a factor in this scenario. Though in case of mental activity the requirement can vary at times, and hence requiring the varied level of competition.