EX: A BIOS is a file used to make an emulator work properly. <span>A ROM is a copy of a game downloadable online.</span>
Answer:
while True:
number = int(input("Enter a number: "))
product = number * 10
if product > 100:
break
print(str(product))
Explanation:
Create a while loop that iterates until a specific condition is created inside
Ask the user for the input
Multiply the input and put the result in product
Check if the product is greater than 100. If it is, stop the loop using break keyword
When the loop is done, print the product
Answer:
Broadcast message
Explanation:
The network models like OSI and TCP/IP suites have standard layers and protocols that governs the communication of end devices in a network.
The TCP/IP suite model has four layers which are application, transport, internet and network access layers. The network access does the work of both the data-link and physical layer of the OSI model.
When the packet is encapsulated in a data-link header and trailer, and needs to be sent to another unknown host, a broadcast message is sent to all the computers in the network to retrieve the remote host address for a unicast transmission to take place.
Answer:
•Make sure doorway openings are at least 32 inches wide and doorway thresholds are no higher than 1/2 inch.
•Keep aisles wide and clear for wheelchair users.
•Make sure all levels of the lab are connected by a wheelchair-accessible route of travel.
For students with mobility impairments, make sure there are procedures in place for retrieving materials that may be inaccessible.
Make sure ramps and/or elevators are provided as an alternative to stairs. Elevators should have both auditory and visual signals for floors. Elevator buttons should be marked in large print and Braille or raised notation and easily reachable for wheelchair users.
Locate the lab near wheelchair-accessible restrooms with well-marked signs.
Service desks need to be wheelchair-accessible.
Provide ample, high-contrast, large-print directional signs throughout the lab. Mark equipment in the same fashion.
Provide study carrels, hearing protectors, or private study rooms for users who are easily distracted by noise and movement around them.
Provide at least one adjustable-height table with easily reachable controls for each type of computer.
Have wrist rests available to those who require extra wrist support while typing.
Keep document holders available to help users position documents for easy reading.