Representation of Data A (Units, Numbers, Characters, Instructions) Flashcards
Number system in base 2 that computers use to represent data and instructions
Binary
Binary
Number system in base 2 that computers use to represent data and instructions
Number system in base 10
Denary
Denary
Number system in base 10
Number system in base 16 that can be easily converted into binary
Hexadecimal
Hexadecimal
Number system in base 16 that can be easily converted into binary
The name for a single 0 or 1 in binary
Bit
Bit
The name for a single 0 or 1 in binary
Half of a byte is known as a…
Nibble
Nibble
Half of a byte is known as a…
255 is the maximum positive integer that can be represented by which binary unit?
Byte
Byte
255 is the maximum positive integer that can be represented by which binary unit?
Error that occurs when a number becomes too large to fit into the number of bits allocated
Overflow
Overflow
Error that occurs when a number becomes too large to fit into the number of bits allocated
At present, the capacity of the largest hard drives runs into this unit of binary
Terabyte
Terabyte
At present, the capacity of the largest hard drives runs into this unit of binary
Binary unit consisting of 1,024 bytes
Kilobyte
Kilobyte
Binary unit consisting of 1,024 bytes
Binary unit consisting of 1,024 megabytes
Gigabyte
Gigabyte
Binary unit consisting of 1,024 megabytes
A relatively simple character set that can represent 128 different characters
ASCII
ASCII
A relatively simple character set that can represent 128 different characters
An industry-standard character set that can represent thousands of different characters
Unicode
Unicode
An industry-standard character set that can represent thousands of different characters
Location in main memory used to store data or instructions
Address
Address
Location in main memory used to store data or instructions
Fast access part of the processor that stores data being used by the CPU
Register
Register
Fast access part of the processor that stores data being used by the CPU
Part of the instruction that tells the CPU what to do
Operator
Operator
Part of the instruction that tells the CPU what to do