Answer:
It would be the third one
Explanation:
Sence the cable is longer it dims down some of the connection.
Computers are now a fact of life. Computers have created a very effective information system to help streamline the management of an organization. This makes it a much needed tool for every business, banking, government, entertainment, daily life, industry, education, and administration. It can be said of all large organizations, whether the department government or private, use a computer for a variety of their daily business and it is the fastest growing industries in the world today. Each organization usually has one or more large computer systems and a number of microcomputer. The system is a great computer for data processing tasks, while many small microcomputer to use as word processing. Computers have become part of our lives is essential. In general, the use of computers can be divided into several groups.
Answer: False, everything makes mistakes, even technology.
Explanation: It's not rare for a computer to slip up and glitch. All you need to do is troubleshoot it. Hope this helps :)
Answer:
If you are using Python,
```count = 0
for i in range(0, 79):
a = int(input("Input a number: "))
if 100 <= a <= 1000:
if a > 500:
count += 1
else:
print("Please input a number between 100 and 1000!")
i -= 1
print(count)```
Explanation:
count refers to the number of 500s and above,
the for loop is required for the program to loop 80 times,
a is the input collected,
the nested if is to check whether the number is above 500 and the if is used to check if the number is between 100 and 1000 if not, it will output that you need to input a number between 100 and 1000,
the i-=1 is required to make sure that part wasn't counted.
and the last print is to output the number of numbers above 500
Choose Start, type the name of the application, like Word or Excel, in the Search programs and files box. In the search results, click the application to start it. Choose Start > All Programs to see a list of all your applications. You might need to scroll down to see the Microsoft Office group.