Answer:
- output = ""
- for i in range(7):
- if(i % 3 == 0):
- for i in range(5):
- output+= "*"
- output += "\n"
- else:
- for i in range(2):
- output += "* "
- output += "\n"
-
- print(output)
Explanation:
The solution code is written in Python 3.
Firstly, create a output variable that holds an empty string (Line 1).
Create an outer loop that will loop over 7 times to print seven rows of stars (Line 2). In row 0, 3 and 6 (which are divisible by 3) will accumulate up to 5 stars using an inner loop (Line 4-5) whereas the rest of the row will only print two stars with each start followed by a single space (Line 8-9) using another inner loop.
At last, print the output (Line 12).
Answer:
<u>D.) Device Manager</u>
Explanation:
Indeed, the device manager administrative tool found on Windows allows the user to set up or add new hardware devices attached to the computer system.
For example, this tool allows the user to add external devices to the computer such as a printer, mobile device, etc that may not automatically be displayed.
The exercise is about filling in the gaps and is related to the History of the ARPANET.
<h3>
What is the History of the ARPANET?</h3>
From the text:
In 1972, earlier designers built the <u>ARPANET </u>connecting major universities. They broke communication into smaller chunks, or <u>packets </u>and sent them on a first-come, first-serve basis. The limit to the number of bytes of data that can be moved is called line capacity, or <u>bandwidth</u>.
When a network is met its capacity the user experiences <u>unwanted pauses</u>. When the network is "slowing down", what is happening is users are waiting for their packet to leave the <u>queue</u>.
To make the queues smaller, developers created <u>mixed </u>packets to move <u>simultaneously</u>.
Learn more about the ARPANET at:
brainly.com/question/16433876
Answer:
Option A is the correct answer for the above question.
Explanation:
- The computer is a system that processes the data to produce information. For any computer system when the data is processed then it will form the information.
- The user gives some instruction to process that can also be called the program. Then the computer takes the instruction and processes the data on behalf of the instruction and for the information because in any system when data is processed it can form the information.
- The above question says that the computer follows the instruction to process the data to produce the information which is correct as described above. Hence True is the correct answer to the above question.
Answer:
If you want to learn coding than get a game and look at the code inside.
Explanation:
I sugest terraria