Answer:
is used to activate the chip.
Explanation:
when enable is high the chip works (ACTIVE), when enable is low the chip does not work (MEMORY).
Answer: 32 bits
Explanation:
The subnet mask basically contain 32 bits number which performed various function in terms of mask in the IP address. There are mainly two types IP address that are:
The 32 bit is the mask that is used for the host networking address in the single IP address. If the string represent 1, it means that the subnet mask is the part of the network.
Answer:
the hardware components.
Explanation:
the hardware components are the physical parts of the computer which can be seen and touched.
Students can perform several tasks in a digital environment. For example, they can watch instructional videos, take notes, and participate in peer discussions.
this is the right answer .just did it
Answer:
Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Use 35 hours and a rate of 2.75 per hour to test the program (the pay should be 96.25). You should use input to read a string and float() to convert the string to a number. ... #compute gross pay bye hours and rate per hour.
Explanation: