WorksheetsLower 6 Revision
Total questions: 59
Worksheet time: 41mins
What is the name for 8 bits
byte
kilobyte
bit
bot
What would the binary number '10' mean in 'normal' decimal numbers?
10
1
2
3
which combination shows the prefixes in the correct order
kB, MB, GB, TB
kB, GB , MB, TB
kB, TB, MG, GB
GB, MB, TB, kB
what is the biggest number you can represent with 3 bits
3
7
8
16
what is the decimal equivalent of the hexadecimal number 10
16
10
A
21
What is the decimal equivalent of the hexadecimal number A2
160
162
26
28
Is this binary number odd or even
01001001
definitely odd
can't tell from looking
probably even
definitely even
if you do a logical shift to the left what does that do to the value?
adds 2
multiplies by 2
divides by 2
takes 2 away
if you shift a binary number 2 places to the right what will happen to the value
it will be twice as much
it will be half as much
it will be 4 times as much
it will be a quarter as much
What is the hexadecimal version of this binary number?
0011 1000
96
3A
AF
38
What is the hexadecimal version of this binary number?
0011 1000
96
3A
AF
38
Every computer processor has the same instruction set
True
False
One example of an instruction from an instruction set is
Store a number
Delete a word
Add an image
Make a noise
What are the 2 parts of the instruction?
Opinstruction and Opmemory
Opcommand and Opstate
Opcode and Operand
Opcommand and Opmemory
The addressing mode is part of the....
Opcode
Operand
Opinstruction
Opmemory
Direct addressing means
The number following is the actual data
The number following is the memory address of the actual data
If you have 4 bits for the opcode how many instructions can you have?
4
8
16
32
If you have 8 bits for the operand how many address locations can you point to?
127
128
255
256
If you have an instruction of 12 bits with 2 bits for the addressing mode and 4 bits for the operand how many instructions can you have?
32
64
128
256
If you have an operand of 5 bits what is the maximum value the operand can be?
15
16
31
32
Assembly language is a high level language
True
False
The 2 types of Software are:
Operating System
System
Business
Application
System Software:
Consists of the operating System.
performs a useful function.
Is the outside of the computer.
Controls the computer.
Types of operating systems:
Unix
Robotics
Linux
Windows
Business
Application software performs a useful finction.
True
False
You can touch software
True
False
Examples of hardware are:
Keyboard
Microsoft word
Mouse
Ssystem Unit
Grand theft Auto
What are types of System Software
Anti-Virus
Operating System
Word Processing
Photo Editing
What is an advantage of bespoke software
It is usually cheaper
It is usually simpler
It is perfect for the job
It is quick to develop
Advantages of 'off the shelf' software are:
Cheaper
Easier to make
It's always perfect for the job
There is lots of support
Which of these is not a translator
Compiler
Interpreter
ASCII
Assembler
All software is stored as
binary code
python
ASCII
Assembly language
Possible example(s) of utility software:
Office
Anti-Virus software
Libraries
Disk Defragmentation
Which of the following CPU's will have a better better performance:
A: 3 GHz Quad Core CPU
B: 3 GHz Dual Core CPU
A
B
Which type of architecture is a normal PC
Harvard
Van Neuman
Which type of architecture has separate memory for data and instructions
Harvard
Van Neuman
