Font size
WorksheetsPaper 1 Topics AMH
Total questions: 111
Worksheet time: 1hrs 27mins
What is an embedded system?
A computer system with a dedicated function within a larger mechanical and electrical system
A general-purpose computer used for various tasks
A system designed for gaming purposes
A type of software used in mobile phones
Which of the following is NOT a typical property of embedded systems?
Low power consumption
Large size
Rugged operating systems
Low cost per unit
Which of the following is an example of an embedded system used in hospitals?
Digital clocks
Car engine management systems
MRI machines
Traffic lights
Why are embedded systems often difficult to program and interact with?
They have limited processing resources
They are too large
They are used for general purposes
They are very expensive
41-55.
Answer the questions below after watching the video
What are the two main types of memory in a computer system?
SSD and HDD
Cache and Registers
RAM and ROM
BIOS and Firmware
What role does the bootstrap play in a computer system?
It enhances the speed of the RAM
It stores user data for quick access
It contains the initial instructions to start the computer
It connects the computer to external networks
What is firmware?
A component of the CPU
An external storage device
Software stored on the ROM
A type of RAM
What is ROM primarily used for in a computer system?
Storing temporary data
Holding the operating system
Storing initial boot instructions
Saving user-generated content
What makes ROM non-volatile?
Its high speed of data retrieval
The fact that it retains data without power
Its large storage capacity
Its ability to store data temporarily
What is the significance of game cartridges being able to change ROM chips?
They improve the graphics of the game
They increase the storage capacity of the console
They enable the playing of different games
They allow for additional RAM
Why can't instructions be executed directly from a hard disk?
Because it can only store images and videos
Because it is read-only
Due to its slow data access speed
Because it is not connected to the CPU
How does RAM differ from long-term storage devices like hard drives?
It cannot store the operating system
It stores data temporarily for quick access
It is used for permanent storage
It is slower but more durable
Which memory type is primarily responsible for holding the operating system while the computer is running?
External Hard Drive
SSD
RAM
ROM
What is the main function of the POST in the booting process?
To check connected components and prepare them for use
To encrypt data on the hard drive
To update the operating system
To clean the RAM for new data
What is the first action a CPU takes when a computer is powered on?
It accesses the hard drive
It updates the firmware
It loads the user interface
It performs a power-on self-test
How does the computer become aware of the hard drive and its contents during the booting process?
Via the initial instructions stored in ROM
Through a network connection
Through manual configuration by the user
By loading the operating system into RAM
Why is RAM considered volatile?
It is used for long-term storage
Its contents are erased when power is turned off
It can only read data, not write
It can store a large amount of data
Which of the following is a characteristic of RAM?
Non-volatile
Read-only
Volatile
Smaller in size compared to ROM
What is the primary difference between RAM and ROM?
RAM is read-only, while ROM is read and write
RAM stores the operating system, while ROM contains initial boot instructions
RAM is non-volatile, while ROM is volatile
RAM is used for long-term storage, while ROM is temporary
Before the invention of the Von Neumann Architecture, most computers ...
Were hand wired
Were easy to re-program
Could carry out more than one task
Stored their program in memory
Could only carry out one task
Which can be read and written from the quickest ?
CPU Cache
Registers
Which can store the most data?
CPU Cache
Registers
CPU Cache contains...
General Data
Applications
Frequently used instructions and data
General instructions
Which of the following types of memory is fastest?
RAM
Secondary Storage
CPU Cache
Registers
Which of the following types of memory is fastest?
RAM
Secondary Storage
CPU Cache
Which of the following are specialist registers?
MBR
CU
MDR
PC
MAR
A register...
Is a specialist type of cache which is large in capacity and very fast
Is a specialist type of memory which is small in capacity and very fast
Is a specialist type of CPU specifically used for counting
Is a specialist type of CPU used in smaller, low power devices
What is the purpose of the ALU?
To carry out arithmetic operations
To carry out logical operations
To carry out addition operations
To move data between the CPU and accumulator
What is the purpose of the Control Unit (CU)?
Controls the flow of data around the CPU and to and from other components
Controls the actions carries our by the CPU and other components
Controls the input and output devices that are attached to the computer
Controls the timings of the CPU and limits and increases it's frequencies when needed
What is the purpose of the CPU
Process data
Input data
Delete data
Output data
This doesn’t happen during the Decode / Execute part of the cycle...
Results are held in the Accumulator
Instructions are transferred from Main Memory
Current Instruction is held in the CIR
Status Register updated
What is the purpose of the accumulator?
To hold the results of a calculation
To hold the accumulation of instructions that are about to happen
To hold the accumulation of instructions that have happened
To perform arithmetic operations
This holds the memory location of the current instruction being worked on
Memory Address Register
Program Counter
Memory Data Register
Accumulator
Which number base is Binary?
10
2
16
Which of the following units is the smallest in terms of size?
Kilobyte, Megabyte,Nibble.
Kilobyte
Megabyte
Nibble
How many bits are in a byte?
2
4
6
8
How many bits are in a nibble?
2
4
6
8
Smallest to largest, which of the below answers is correct?
bit, nibble,byte,megabyte,kilobyte,terabyte,petabyte
nibble, bit,byte,kilobyte,megabyte,terabyte,petabyte
bit,byte,nibble,kilobyte,megabyte,petabyte,terabyte
bit, nibble,byte,kilobyte,megabyte,terabyte,petabyte
Convert the following denary number into binary(11).
0011
1011
1100
1010
Convert the following denary number to binary (9).
1010
1011
1001
0111
Convert the following denary into binary (21)
0001 0101
0011 0101
0111 0111
0100 0101
Convert the following denary into binary (100).
0111 0100
0110 0100
0101 100
0110 1100
Convert the following binary number to denary (0000 1111).
15
12
10
8
Convert the following binary number to denary ( 0001 1001).
21
23
25
27
Convert the following binary into denary (0011 1111).
59
61
63
65
Convert the following binary number into denary (1111 1111).
253
255
256
257
What is the hexadecimal value for the denary number (12).
A
B
C
D
What is the hexadecimal value for the binary number (0000 1111).
0d
0e
ff
0f
Convert the hexadecimal number (ox56 ) into denary.
82
84
86
88
Convert the following hexadecimal number to denary (0x3e).
58
60
62
64
Convert the following hexadecimal number to denary (0x9a)
142
123
169
170
Convert the following binary number to hexadecimal (1001 1111)
8d
8e
9e
9f
Convert the following binary number to hexadecimal( 1100 0111).
c7
a6
b7
d7
Add the following nibbles together and select the correct answer from the list below. (1110 + 0010). Answer will be expressed in 4 bits.
0001
0000
10000
1001
What it is known as when a calculation has been run but there is not enough space to store the answer?
Syntax Error
Overflow Error
Indentation Error
What is a Memory Card an example of?
Magnetic Storage
Optical Storage
Flash Memory
Primary Storage
Which primary storage is non-volatile?
RAM
CACHE
ROM
VRAM
What Is The Cache?
Extremely fast but small amount of memory
Slow memory but stores large amounts
A device that uses tape to store data
Where the computer start up instructions are stored
Which of these are optical storage?
SD CARD
HDD
CD ROM
SSD
Which of these types of storage is usually the most expensive?
CD ROM
Solid State Drive
Magnetic Hard Disk Drive
Magnetic Tape
What does RAM do?
Save data for later use
Backing Up whole computer systems
Storing Films, Games
To store data and programs in current use by the computer
What is Blu-Ray used for?
Save data for later use
Backing up whole computer systems
Storing Films, Games
To store data and programs in current use by the computer
Which of these is not flash memory?
Memory Stick
Memory Card
Solid State Drive
Cache
Which of the following usually stores the most data?
SSD
Magnetic Hard Disk Drive
Blu-Ray
Memory Stick
Which of the following is the fastest for data transfer?
Solid State Drive
Magnetic Hard Disk Drive
Blu-Ray
Magnetic Tape
Which of these statements is true about Flash Memory compared to Magnetic Hard Disks? (Choose Two)
More Durable
Holds more data
Less expensive
Faster data transfer
What does HTTPS stand for?
Hypertext Transfer Protocol Secure
Hyper Text Protocol Secure
Hidden Text Transfer Protocol Station
Hypertext Transfer Protocol Station
Which of these Protocols deals with Email?
FTP
@POP
SMTP
IMAP
What does FTP stand for?
Flat Transfer Procedure
File Transfer Protocol
Flat Transfer Protocol
File Transferring Protocol
Which of these is not a Protocol?
TCP/IP
DCHP
HTTP
HTTPS
Which of these is not a Protocol?
DNS
FTP
POP
IMAP
Where is a MAC address stored?
In the computer
On the NIC
As a list in the router
In the modem
On the Internet
What is the purpose of the HTTP protocol?
When transferring large files, it is used to organise them and process the HTML code on
the webs page
It is used for email communication and sending emails
It makes the transfer of a webpages from the servers to the user’s device
It allows data to be communicated through a 4 Layer model
What does SMTP stand for?
Server Mail Transfer Protocol
Simple Mail Transition Protocol
Simple Mail Transfer Protocol
Server Mailing Transfer Procedure
A MAC Address is usually recorded in
Binary
Denary
Floats
Hexadecimal
Which of these if not A real IP address?
192.168.2.156
192.168.2.1
192.168.2.200
192.168.2.328
