Modern computers work in binary because it is easy to represent two states in simple electronic circuits. Binary is
a...
Respuesta
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.
Pregunta 2
Pregunta
Each digit in binary is called a...
Respuesta
byte
nibble
bit
kilobyte
Pregunta 3
Pregunta
A group of 8 binary bits is called a...
Respuesta
byte
bit
nibble
Pregunta 4
Pregunta
A group of 4 binary bits is called a...
Respuesta
bit
byte
nibble
Pregunta 5
Pregunta
How many kilobytes are in a megabyte?
Respuesta
1000
1028
1024
1026
Pregunta 6
Pregunta
How many megabytes are in a gigabyte?
Respuesta
1024
1028
1026
1000
Pregunta 7
Pregunta
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...
Respuesta
an over error.
an overflo error.
an overflow error.
an underflow error.
Pregunta 8
Pregunta
Hexadecimal numbers are...
Respuesta
base 12
base 6
base 16
base 10
base 18
Pregunta 9
Pregunta
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...
Respuesta
character set.
character collection.
character group.
character assemble.
Pregunta 10
Pregunta
ASCII uses...
Respuesta
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).
Pregunta 11
Pregunta
Unicode uses 16 bits...
Respuesta
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.
Pregunta 12
Pregunta
A pixel is one dot in an image. The number of bits per pixel determines...
Respuesta
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.
Pregunta 13
Pregunta
The more bits per pixel the greater the...
Respuesta
pixel depth.
colour depth.
dot depth.
Pregunta 14
Pregunta
The resolution of an image is the...
Respuesta
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').
Pregunta 15
Pregunta
The sample rate of a sound is the...
Respuesta
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.
Pregunta 16
Pregunta
The sample interval of a sound is the...
Respuesta
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.
Pregunta 17
Pregunta
The sample resolution of a sound is the...
Respuesta
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.
Pregunta 18
Pregunta
An instruction set is the group of instructions available for that specific processor to use. The number of instructions available will depend on...
Respuesta
the number of bits used.
the number of instructions used.
the speed of the processor.
Pregunta 19
Pregunta
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...