Answer:
it allows that technology to be made wireless
Explanation:
The biggest advantage of radio waves for computer technology is that it allows that technology to be made wireless. Radio waves transmit energy, but these energy readings can be translated into binary code and used to send information from one device to another completely wirelessly. Meaning that you would not need any cables involved when trying to send the information. This is incredibly valuable and helpful in many situations such as sending photos or documents from one device to another.
Answer:
B. A "while" loop inside of a "for" loop
Explanation:
To enter 5 grade values, a for loop can be used to specify the number of grade values to be entered by the user, in other to ensure the validity of the grade values entered by the user, the while loop will be used inside the for loop such that the inputted values will only be accepted when the user enters a valid grade.
Code structure :
For a in range(0, 5) :
grade = input()
while grade (enter condition)
This is just the code structure and this will work for the problem stated.
I believe it is b so I will just leave it at that
Communications in which data can be transmitted intermittently rather than in a steady stream.