Modern computers work in binary because it is easy to represent two states in simple electronic circuits. Binary is a...
a base 2 numbering system with 2 symbols.
a base 6 numbering system with 6 symbols.
a base 10 numbering system with 10 symbols.
a base 4 numbering system with 4 symbols.
Each digit in binary is called a...
byte
nibble
bit
kilobyte
A group of 8 binary bits is called a...
A group of 4 binary bits is called a...
How many kilobytes are in a megabyte?
1000
1028
1024
1026
How many megabytes are in a gigabyte?
If a computer has only 8 bits to store a value then the last bit of a 9 bit number will be lost. This is called...
an over error.
an overflo error.
an overflow error.
an underflow error.
Hexadecimal numbers are...
base 12
base 6
base 16
base 10
base 18
All symbols displayed in a computer are represented by a code. The computer looks up the symbol matching the code from a list of codes and their associated characters. The list of codes and characters is called the...
character set.
character collection.
character group.
character assemble.
ASCII uses...
7 bits so can provide 127 characters or symbols plus the null character (128 in total).
7 bits so can provide 127 characters or symbols.
7 bits so can provide 127 characters plus the null character (128 in total).
Unicode uses 16 bits...
providing over 65,000 possibilities or 32 bits providing over 2 billion possibilities.
providing over 65,000 possibilities or 32 bits providing over 1 billion possibilities.
providing over 65,000 possibilities or 32 bits providing over 3 billion possibilities.
providing over 65,000 possibilities or 32 bits providing over 4 billion possibilities.
A pixel is one dot in an image. The number of bits per pixel determines...
how many colours each dot can represent.
how many dots each dot can represent.
how many shades each dot can represent.
how many pixels each dot can represent.
The more bits per pixel the greater the...
pixel depth.
colour depth.
dot depth.
The resolution of an image is the...
number of dots per unit, e.g.the number of dots per inch (usually called dots per inch or 'dpi').
number of pixels per unit, e.g.the number of pixels per inch (usually called dots per inch or 'dpi').
number of pixels per unit, e.g.the number of dots per inch (usually called dots per inch or 'dpi').
The sample rate of a sound is the...
number of times per minute that the sound wave is measured. The higher the sample rate the more accurately the wave is represented.
number of times per second that the sound wave is measured. The lower the sample rate the more accurately the wave is represented.
number of times per second that the sound wave is measured. The high the sample rate the more accurately the wave is represented.
The sample interval of a sound is the...
wave gap between measurements of a sound wave being taken.
time gap between measurements of a sound being taken.
time gap between measurements of a sound wave being taken.
The sample resolution of a sound is the...
number of bits used to store the value of each wave. The higher the number of bits the more accurately the value is stored.
number of waves used to store the value of each sample. The higher the number of bits the more accurately the value is stored.
number of bits used to store the value of each sample. The higher the number of bits the more accurately the value is stored.
An instruction set is the group of instructions available for that specific processor to use. The number of instructions available will depend on...
the number of bits used.
the number of instructions used.
the speed of the processor.
The CPU fetches instructions and decodes them in order to find out what to do next. The instructions are in two parts: the OPERATOR and the OPERAND. The OPERATOR or OPCODE represents...
an operation e.g. 'ADD' or 'SUB' or 'DIV'
a maths operator only e.g. 'ADD.'
further instructions for the CPU.