Which number system, based on 0s and 1s, is used internally by computers?
Correct answer: B
Computers use the binary number system internally, representing data as 0s and 1s.
0 correct out of 0 attempted (0%)
Correct answer: B
Computers use the binary number system internally, representing data as 0s and 1s.
Correct answer: D
The decimal system is base-10, using digits 0 through 9.
Correct answer: C
The binary system is base-2, using only the digits 0 and 1.
Correct answer: B
Hexadecimal is base-16, using digits 0-9 and letters A-F.
Correct answer: A
The octal system is base-8, using digits 0 through 7.
Correct answer: B
A bit is the smallest unit of data, holding a single binary value of 0 or 1.
Correct answer: A
One byte is made up of 8 bits.
Correct answer: A
A nibble consists of 4 bits, or half a byte.
Correct answer: A
In binary terms, one kilobyte equals 1,024 bytes (2^10).
Correct answer: A
One megabyte equals 1,024 kilobytes in binary terms.
Correct answer: C
One gigabyte equals 1,024 megabytes in binary terms.
Correct answer: D
One terabyte equals 1,024 gigabytes in binary terms.
Correct answer: C
A petabyte is the next larger unit after terabyte, equal to roughly 1,024 terabytes.
Correct answer: D
Registers, built into the CPU itself, are the fastest memory in the hierarchy.
Correct answer: A
Cache memory is faster than RAM but smaller, sitting closer to the CPU in the hierarchy.
Correct answer: B
Virtual memory uses hard disk space to extend the effective capacity of RAM.
Correct answer: A
EPROM (Erasable Programmable ROM) can be erased with UV light and reprogrammed.
Correct answer: B
EEPROM (Electrically Erasable Programmable ROM) can be reprogrammed electrically in place.
Correct answer: C
PROM (Programmable ROM) can be written to once after manufacture and is then fixed.
Correct answer: C
DRAM needs to be refreshed regularly to retain data and is the common type used for main memory.
Correct answer: B
SRAM retains data without needing refresh and is faster, commonly used for cache.
Correct answer: D
A bit can hold one of two possible values: 0 or 1.
Correct answer: A
A USB flash drive uses flash memory for compact, portable, removable storage.
Correct answer: D
First-generation computers (roughly 1940s-1950s) used vacuum tubes for circuitry.
Correct answer: A
Second-generation computers (roughly late 1950s-1960s) used transistors instead of vacuum tubes.