WorksheetsBTEC Fundamentals of Computer Systems (student questions)
Total questions: 48
Worksheet time: 31mins
A: Which of the following does the kernel control? (Charlie)
Device Drivers
Defragmentation
Parity Checking
None of these
A: Which of the following is a True statement about RAM? (Leigh)
Volatile, data is not saved when computer is shut down
Volatile, data is saved when computer is shut down
Non-volatile, data is saved when computer is shut down
Non-volatile, data is not saved when computer is shut down
A: Which one of these is the kernel not used for? (Michal)
Security Checks
Disc access
Device drivers
Interrupts
A: Which of the following describes RAID 5? (Jess)
Striping with parity
Mirroring
Mirroring with parity
Striping with double parity
Which of the following is a type of operating system which is designed to respond instantly to inputs? (Jess)
Real-time
Single-user multi-tasking
Multi-user
Single-user single-tasking
A: Which of these is a data processing function? (Oliver S)
Validation
Intermodulation
Experimentation
Extraction
B: Which one of these is classed as a special register within the CPU? (Michal)
CIR
CLI
MCU
BCD
B: What architecture model holds data and programs separately? (Sam)
Harvard
Von Neumann
Cluster
Stored Program
C: What advantage does Unicode have over ASCII? (Charlie)
It can represent more characters
It uses less bits
Unicode is not standardised
It is a higher level language
C: As the bit depth of an image increases ... ? (Charlie)
File size increases
Quality decreases
The amount of colours decreases
Resolution increases
C: What is the difference between ASCII and Unicode? (Oliver S)
ASCII is used for the English language whilst Unicode is used for several language
ASCII only contains letters whilst Unicode only contains numbers
Unicode only contains letters whilst ASCII only contains numbers
Unicode is in the English Language only whilst ASCII is in every language
C: Calculate 111000 + 100110. Give your answer in binary. (Jordan)
1011110
1011100
1111110
1010110
C: Change this number from BCD to denary 010000100000. (Adam)
420
456
543
430
C: 0110110 + 0100100 in binary. (Matt)
1011010
1010011
1100200
1110000
C: Which binary coded decimal makes 128 in denary? (Tyler)
000100101000
100001100001
100001001000
000100010001
D: Which data structure type uses LIFO? (Jack)
Stack
Array
List
Queue
D: Which is the correct data structure description for a stack and a queue? (Josh)
Queue is FIFO and a stack is FILO
Queue is FILO and a stack is FIFO
Queue is LIFO and a stack is LILO
Queue is LILO and a stack is LILO
D: What number would I expect to access in a 4x2 array at [3][1], if the values are { { 3, 7}, {2, 5}, {1, 8}, {6, 2} }? (Nathan)
2
5
8
1
E: Which type of communication channel is used in sending data in both directions at the same time? (Sam)
Full-Duplex
Simplex
Half-Duplex
Point-to-Point
E: Which of these are a type of error correction? (Jordan)
Automatic repeat request
Cyclic redundancy check
Checksum
Parity Schemes
E: A walkie-talkie uses what type of communication? (Leigh)
Full-Duplex
Simplex
Half-Duplex
Complex
E: Which data transmission method transmits data in only one direction? (Daniel & Matt)
Full-Duplex
Simplex
Half-Duplex
Point-to-Point
E: Which of these is NOT a data transmission method? (Lucas)
Asymmetric
Simplex
Multi-Drop
Point-to-Point
E: Which of the following is true about lossy compression? (Adam)
it removes data from the original file, the resulting file often takes up much less disk space than the original
it involves compressing data in such a way that the original data set is fully reconstructed upon reversal of compression
it retains the original file quality and removes only metadata
it is a way of making files smaller by reducing image dimensions or the length of audio files
F: Who is this absolute G? (Mr J)
George Boole
Alan Turing
Tim Berners-Lee
Charles Babbage
F: What is D (the output) when A = 1, B = 0, C = 0? (Harvey)
0
1
01
10
11
F: The image pictured is an example of a ... ? (Jack)
NOR Half Adder
NOR Full Adder
NAND Half Adder
NAND Full Adder
F: Which gate does this truth table represent? (David)
OR
AND
NOT
NAND
A: A way of interacting with a computer using items such as windows, icons, menus, and pointers, used by most modern operating systems (Mr J)
Graphical User Interface
Menu System
Touchscreen
Human Machine Interface
A: A means of interacting with a computer program where the user (or client) issues commands to the program in the form of successive lines of text (Mr J)
Command Line Interface
Task Manager
Run (regedit.exe)
Python
A: Some of the roles performed by the Kernel include ... (Mr J)
Handling Interrupts ; Multi-tasking ; Device Drivers
Multi-tasking ; Stacking zingers ; Disc Access
Program Execution ; Interrupts ; Bucket Allocation
Device Drivers ; B1less Delivery ; File management
B: A computer architecture model where processors share the same physical memory evenly and with equal latency (Mr J)
UMA
NUMA
Von Neumann
Harvard
B: A computer architecture model where processors can access local memory faster than memory that is local to another processor, or that which is shared between processors (Mr J)
UMA
NUMA
Von Neumann
Harvard
C: How many unique values can you represent with 4 binary bits? (Mr J)
16
8
32
15
4
C: What is binary 0110 multiplied by binary 0010? (Mr J)
1100
1000
1110
1010
100110
C: The hexadecimal value 'A6E' translates to what binary value? (Mr J)
101001101110
101001101100
110001101010
110001101100
110011101010
F: The BCS flowchart symbol which represents a 'terminator', starting and stopping a program (Mr J)
F: The BCS flowchart symbol which represents a 'process', such as performing a calculation (Mr J)
F: The BCS flowchart symbol which represents an 'input', such as receiving a password from a user (Mr J)
F: The BCS flowchart symbol which represents a 'decision', branching in different paths dependent upon some choice (Mr J)
E: An error correction technique where extra data (such as repeated data and parity bits) are sent with the original transmission, so that the receiving system can rebuild bad data (Mr J)
Forward Error Correction - FEC
Automatic Repeat Request - ARQ
Cyclic Redundancy Checks - CRC
Odd and Even Parity Schemes
Checksum
E: A more complex error detection technique which uses the remainder left from a division calculation involving a checksum value in a data packet (Mr J)
Forward Error Correction - FEC
Automatic Repeat Request - ARQ
Cyclic Redundancy Check - CRC
Odd and Even Parity Schemes
Checksum
E: A type of encryption which uses separate public and private keys to encode and decode messages (Mr J)
Caesar cipher
Vigenere cipher
Asymmetric
Symmetric
E: A type of data transmission which requires a separate wire or cabled connection for each bit (Mr J)
Synchronised
Asynchronous
Parallel
Serial
E: A type of data transmission where the signals do not need the system clock / timing pulses to beat together (Mr J)
Synchronised
Asynchronous
Parallel
Serial
B: The connection used for data transfer between components such as the CPU and main memory (Mr J)
Bus
Register
Cache
Control Unit
B: Technique for using the backing storage as overflow for RAM when it is full up of programs and data, an important part of implementing 'virtual memory' systems (Mr J)
Paging
Interrupts
Pipelining
UMA
NUMA
A: A technique for implementing new computer systems, where the old system is replaced one module at a time (Mr J)
Phased changeover
Parallel changeover
Direct changeover
Pilot changeover
