
<u>ANSWER:</u>
<u></u>
C.
Hopefully, this helps you!!

Answer:
mouse cannot be shared on network
Answer:
C. 4
Explanation:
typedef enum{
red,orange,yellow,green,blue
}
color_t;
defines an enumeration type color_t with the values red,orange,yellow,green,blue.
If we print out the values of these individual elements they will be as follows:
red : 0
orange : 1
yellow: 2
green: 3
blue: 4
Note that the integer values are dependent on the position in the definition.
Because, they are all required to configure to it to be recognized by an operating system.
Explanation:
It is the Operating System Software that instructs the hardware and puts them together to work well. When the manufacturer does not configure the device to be recognized by an operating system, then it will not work with other components.
Example.
If an Apple machine's sound card is being put in an HP machine which uses Microsoft designed operating system, won't work due to the operating system that the sound card has been designed for.