What is number system in computer?
A) A system used to count the number of computers in a network.
B) A system for encoding text characters into binary code.
C) A system for representing and manipulating numeric values using a set of symbols.
D) A system for organizing computer files and folders.
Answer:
C) A system for representing and manipulating numeric values using a set of symbols.
Explanation:
In computer science, a number system is a way of representing and working with numeric values. It involves using a set of symbols to represent numbers, and different number systems, such as decimal (base-10), binary (base-2), and hexadecimal (base-16), are commonly used in computing to perform various calculations and operations.