NEW
Font size
S
M
L
XL
WorksheetsVic - 1.2 Memory and Storage
Total questions: 66
Worksheet time: 33mins
Name
Class
Date
1.
What is the primary function of RAM in a computer system?
a)
Storing permanent data
b)
Providing temporary storage for data and programs currently in use
c)
Running the operating system
d)
Managing input/output operations
2.
Which of the following is a characteristic of ROM?
a)
It is volatile
b)
It can be easily modified
c)
It stores data permanently and cannot be altered
d)
It is used for temporary storage
3.
What is Virtual Memory primarily used for in a computer system?
a)
Increasing the permanent storage capacity
b)
Replacing the need for RAM
c)
Extending RAM by using disk space
d)
Speeding up the processor
4.
Which of the following is true about RAM compared to ROM?
a)
RAM is non-volatile while ROM is volatile
b)
RAM stores data permanently
c)
ROM is used for temporary storage
d)
RAM allows read and write operations while ROM is typically read-only
5.
How does Virtual Memory benefit a computer system?
a)
By permanently storing data
b)
By allowing the CPU to process data faster
c)
By providing additional temporary storage when RAM is full
d)
By reducing the need for secondary storage
6.
What type of storage device is a Hard Disk Drive (HDD)?
a)
Optical
b)
Magnetic
c)
SSD
d)
Flash
7.
Which storage technology is typically used in USB flash drives?
a)
Magnetic
b)
Optical
c)
SSD
d)
Cloud Storage
8.
What is the main advantage of SSDs over HDDs?
a)
Higher storage capacity
b)
Faster data access speeds
c)
More durable and resistant to physical shock
d)
Cheaper cost
9.
Which of the following is a characteristic of optical storage devices?
a)
They use magnetic fields to store data
b)
They are primarily used for RAM
c)
They store data using laser technology
d)
They have the fastest data transfer rates
10.
What is typically stored on a computer's ROM?
a)
The operating system
b)
Temporary files
c)
BIOS firmware
d)
Virtual memory data
11.
How does an SSD store data?
a)
Using magnetic disks
b)
Through optical lasers
c)
With integrated circuits
d)
Using paper tape
12.
Which storage device is commonly used for large-scale backups and archives?
a)
SSD
b)
USB Flash Drive
c)
Magnetic Tape
d)
Optical Disc
13.
What is the primary advantage of using an optical disc like a DVD or Blu-ray?
a)
High-speed data transfer
b)
Durability and resistance to environmental factors
c)
Large storage capacity
d)
Cost-effectiveness for mass production and distribution
14.
In terms of data storage, what does 'SSD' stand for?
a)
Super Speed Drive
b)
Solid State Drive
c)
Storage System Disk
d)
Secure Storage Device
15.
What is a common use for magnetic storage like HDDs in modern computers?
a)
Primary storage for operating systems and applications
b)
Temporary storage for active programs
c)
Long-term archival storage
d)
High-speed cache memory
16.
Which storage device would be best for a photographer needing to quickly save large RAW photo files?
a)
Magnetic Tape
b)
HDD
c)
SSD
d)
Optical Disc
17.
For a company needing to archive years of documents for legal compliance, which storage media is most suitable?
a)
SSD
b)
Flash Drive
c)
Cloud Storage
d)
Magnetic Tape
18.
What is the most appropriate storage media for distributing a new software program to a wide audience?
a)
SSD
b)
Magnetic Tape
c)
Downloadable Online Content
d)
Optical Disc
19.
If you need to frequently update and modify a large database, which storage device would be most suitable?
a)
Optical Disc
b)
Magnetic Tape
c)
HDD
d)
SSD
20.
For a gaming console, which storage media would provide the best performance for fast game loading times?
a)
Optical Disc
b)
HDD
c)
SSD
d)
Magnetic Tape
21.
Which storage device typically offers the highest capacity for data storage?
a)
SSD
b)
HDD
c)
Optical Disc
d)
Flash Drive
22.
When considering speed, especially for booting up an operating system, which storage device is preferred?
a)
HDD
b)
Optical Disc
c)
SSD
d)
Magnetic Tape
23.
For portability, which storage media is the most practical to carry around?
a)
HDD
b)
SSD
c)
Flash Drive
d)
Optical Disc
24.
In terms of durability, which storage media is least likely to be damaged by physical shocks?
a)
Optical Disc
b)
HDD
c)
SSD
d)
Magnetic Tape
25.
Which storage device is generally considered to be the most reliable over a long period?
a)
SSD
b)
HDD
c)
Flash Drive
d)
Optical Disc
26.
Considering cost per gigabyte, which storage media typically offers the most affordable solution?
a)
SSD
b)
HDD
c)
Flash Drive
d)
Optical Disc
27.
For archival storage where capacity is crucial, which storage media is the most suitable?
a)
SSD
b)
HDD
c)
Magnetic Tape
d)
Optical Disc
28.
In terms of data transfer speed, which storage device is best for editing high-resolution video files?
a)
HDD
b)
SSD
c)
Optical Disc
d)
Magnetic Tape
29.
For a rugged environment, which storage device is the best choice due to its durability?
a)
HDD
b)
SSD
c)
Flash Drive
d)
Optical Disc
30.
When considering the reliability for critical data storage, which device is less prone to failure?
a)
Magnetic Tape
b)
HDD
c)
SSD
d)
Optical Disc
31.
Convert the binary number 10101010 to denary.
a)
170
b)
85
c)
255
d)
128
32.
What is the binary representation of the denary number 128?
a)
10000000
b)
11111111
c)
10000
d)
10101010
33.
Convert the binary number 01101101 to denary.
a)
109
b)
173
c)
221
d)
97
34.
What is the binary representation of the denary number 32?
a)
100000
b)
11000000
c)
10000
d)
1010101
35.
Convert the binary number 11110000 to denary.
a)
240
b)
15
c)
255
d)
128
36.
Convert the hexadecimal number '1A' to binary.
a)
11010
b)
11010000
c)
10101010
d)
101010
37.
What is the hexadecimal representation of the binary number 1010 1011?
a)
AB
b)
BA
c)
2B
d)
A2
38.
Convert the hexadecimal number '7F' to binary.
a)
1111111
b)
11111110
c)
10111111
d)
11110111
39.
What is the hexadecimal representation of the binary number 0011 0100?
a)
34
b)
43
c)
3D
d)
4C
40.
Convert the hexadecimal number '2C' to binary.
a)
101100
b)
11001000
c)
10110000
d)
1001100
41.
What is the result of a left binary shift by 1 on the binary number 1011 (in binary)?
a)
10110
b)
1011
c)
1101
d)
1110
42.
If you perform a right binary shift by 2 on the binary number 1100, what is the result (in binary)?
a)
11
b)
110
c)
1110
d)
1100
43.
Perform a left binary shift by 3 on the binary number 0010. What is the result (in binary)?
a)
10000
b)
1000
c)
10
d)
1000
44.
What is the result of a right binary shift by 1 on the binary number 1001 (in binary)?
a)
100
b)
1100
c)
1000
d)
1010
45.
What is a 'Character Set' in the context of computing?
a)
A collection of graphical images
b)
A set of instructions for a program
c)
A collection of characters that a computer recognizes and can process
d)
A set of rules for encoding data
46.
In the ASCII character set, how many bits are typically used to represent a single character?
a)
8 bits
b)
16 bits
c)
32 bits
d)
64 bits
47.
What is the primary advantage of Unicode over ASCII?
a)
It uses fewer bits per character
b)
It can represent a larger number of characters from multiple languages
c)
It is faster to process
d)
It is more compatible with older systems
48.
Which Unicode encoding can represent every character in the Unicode character set using a unique 16-bit code?
a)
UTF-8
b)
UTF-16
c)
UTF-32
d)
ASCII
49.
How is a pixel represented in a black and white image?
a)
As a single bit, where 0 represents white and 1 represents black
b)
As a single bit, where 0 represents black and 1 represents white
c)
As an 8-bit value
d)
As a 16-bit value
50.
In a color image using RGB format, how many bits are typically used to represent a single pixel?
a)
8 bits (1 byte)
b)
16 bits (2 bytes)
c)
24 bits (3 bytes)
d)
32 bits (4 bytes)
51.
What does each bit in a bitmap image represent?
a)
A specific color from a color palette
b)
The intensity of a single color
c)
A pixel's position in the image
d)
The on/off state of a pixel
52.
What is metadata in the context of digital images?
a)
The actual pixel data of the image
b)
The file format of the image
c)
Data that describes other data, such as the date the image was created, the camera used, and image dimensions
d)
The color palette used in the image
53.
In a music file, what type of information is typically included in its metadata?
a)
The file size and type
b)
The lyrics of the song
c)
The artist, album name, and genre
d)
The sound wave patterns
54.
How does increasing the color depth of an image affect its file size?
a)
It decreases the file size
b)
It has no effect on the file size
c)
It increases the file size
d)
It varies depending on the image content
55.
What is the impact of higher resolution on the quality of an image?
a)
Decreases quality
b)
Increases quality
c)
No impact on quality
d)
Quality improves only if color depth is also increased
56.
If you reduce the resolution of an image, how does it affect the image file size?
a)
Increases the file size
b)
Decreases the file size
c)
File size remains the same
d)
File size increases then decreases
57.
What happens to the quality of an image when the color depth is reduced?
a)
Quality improves
b)
Quality remains the same
c)
Quality decreases
d)
The image becomes larger
58.
In terms of image file size, what is the effect of increasing both the resolution and color depth?
a)
File size decreases
b)
File size remains the same
c)
File size increases significantly
d)
File size increases but only slightly
59.
What does it mean to sample sound in digital audio processing?
a)
Converting sound into a continuous analog signal
b)
Compressing sound files for easier storage
c)
Converting sound into a series of discrete digital values
d)
Amplifying the sound signal
60.
How does increasing the sampling rate affect the quality of a digital sound recording?
a)
Decreases quality
b)
Increases quality
c)
No impact on quality
d)
Reduces file size
61.
In digital audio, what is the purpose of bit depth during sound sampling?
a)
Determines the duration of the audio file
b)
Controls the volume of the recording
c)
Affects the size of the audio file
d)
Determines the precision of the sound samples
62.
How does increasing the bit depth of a sound file affect its quality and size?
a)
Increases quality and size
b)
Increases quality but decreases size
c)
Decreases both quality and size
d)
No effect on quality or size
63.
What is the effect of a higher sample rate on the playback quality of a sound file?
a)
Decreases quality
b)
Increases quality
c)
No effect on quality
d)
Increases quality up to a certain point, then no further effect
64.
If the duration of a sound recording is increased, how does it affect the file size?
a)
Increases the file size
b)
Decreases the file size
c)
No change in file size
d)
Initially increases then stabilizes
65.
What happens to the playback quality if the sample rate is decreased below the threshold of human hearing?
a)
Quality improves
b)
Quality remains the same
c)
Quality decreases
d)
The file becomes inaudible
66.
In terms of file size, what is the impact of reducing both the sample rate and bit depth of a sound file?
a)
Increases the file size
b)
Decreases the file size
c)
No change in file size
d)
Initially decreases then increases
Reset
