Answer:
In a STAR TOPOLOGY network, each device on the network is attached to a central router. If the router fails, then the other devices will be unable to communicate, but if only one connected device fails, then all other devices will still be able to communicate.
Explanation:
In this type of topology all the computers are connected to a single router through a cable. This router is the central node and all others nodes are connected to the central node.
Answer:
D. The image will require fewer bits in order to be represented.
Explanation:
Lossy compression algorithms are typically better than lossless compression algorithms at reducing the number of bits needed to represent a piece of data.
Answer: A; X coefficient
Explanation: Hope I helped out !
-Carrie
Ps. it would mean a lot if you marked brainliest
print(3+7) will output 10, which is an integer.
print("2+3") will output 2+3, which is a string.