Zusammenfassung der Ressource
Frage 1
Frage
Modern computers work in binary because it is easy to represent two states in simple electronic circuits. Binary is
a...
Antworten
-
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.
Frage 2
Frage
Each digit in binary is called a...
Frage 3
Frage
A group of 8 binary bits is called a...
Frage 4
Frage
A group of 4 binary bits is called a...
Frage 5
Frage
How many kilobytes are in a megabyte?
Frage 6
Frage
How many megabytes are in a gigabyte?
Frage 7
Frage
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...
Antworten
-
an over error.
-
an overflo error.
-
an overflow error.
-
an underflow error.
Frage 8
Frage
Hexadecimal numbers are...
Antworten
-
base 12
-
base 6
-
base 16
-
base 10
-
base 18
Frage 9
Frage
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...
Antworten
-
character set.
-
character collection.
-
character group.
-
character assemble.
Frage 10
Antworten
-
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).
Frage 11
Frage
Unicode uses 16 bits...
Antworten
-
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.
Frage 12
Frage
A pixel is one dot in an image. The number of bits per pixel determines...
Antworten
-
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.
Frage 13
Frage
The more bits per pixel the greater the...
Antworten
-
pixel depth.
-
colour depth.
-
dot depth.
Frage 14
Frage
The resolution of an image is the...
Antworten
-
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').
Frage 15
Frage
The sample rate of a sound is the...
Antworten
-
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.
Frage 16
Frage
The sample interval of a sound is the...
Antworten
-
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.
Frage 17
Frage
The sample resolution of a sound is the...
Antworten
-
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.
Frage 18
Frage
An instruction set is the group of instructions available for that specific processor to use. The number of instructions available will depend on...
Frage 19
Frage
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...
Antworten
-
an operation e.g. 'ADD' or 'SUB' or 'DIV'
-
a maths operator only e.g. 'ADD.'
-
further instructions for the CPU.