WorksheetsWJEC CS 1.1, 1.2, 1.4, 1.8, 2.3.1 and 2.3.3 Part 1
Total questions: 28
Worksheet time: 18mins
Select all the input devices:
keyboard
screen
USB memory stick
mouse
touchscreen
Select all the output devices:
keyboard
screen
USB memory stick
mouse
touchscreen
The function of the cache is...
temporarily store data or control information needed by the CPU
Direct the flow of instructions and data
perform mathematical and logic functions
store the most frequently used data and instructions
carry data/control signals/information about RAM locations around
RAM is...
primary storage
secondary storage
what is the output
y=0
y=1
What is the output Y of this logic cricuit if A = 1, B = 1, and C = 1
0
1
X
X
A higher sampling rate means...
A higher quality sound file
A larger sound file
A lower quality sound file
A smaller sound file
A higher sampling resolution means...
A higher quality sound file
A larger sound file
A lower quality sound file
A smaller sound file
A syntax error is...
An error in the grammar of how you have written your code such as a spelling mistake
An error which causes the program to crash when it runs, such as dividing by zero or running out of memory
An error which doesn't stop the program from running but makes it give you the wrong answer such as using the wrong sign
An error where you have accidentally rounded a number up
An error where you have accidentally lost the decimal part of a number
A runtime/execution error is...
An error in how you have written your code such as a spelling mistake
An error which causes the program to crash when it runs, such as dividing by zero or running out of memory
An error which doesn't stop the program from running but makes it give you the wrong answer such as using the wrong sign
An error where you have accidentally rounded a number up
An error where you have accidentally lost the decimal part of a number
Every computer processor has the same instruction set
True
False
What are the 2 parts of the instruction?
Opinstruction and Opmemory
Opcommand and Opstate
Opcode and Operand
Opcommand and Opmemory
