0
0
Intro to Computingfundamentals~20 mins

Storage devices (HDD, SSD) in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
๐ŸŽ–๏ธ
Storage Device Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
๐Ÿง  Conceptual
intermediate
2:00remaining
Difference in data access between HDD and SSD
Which statement best explains how data is accessed differently in HDDs compared to SSDs?
ASSDs use magnetic heads to read data, while HDDs use flash memory chips.
BHDDs access data electronically, while SSDs use spinning disks to find data.
CBoth HDDs and SSDs use moving parts to access data, but SSDs spin faster.
DHDDs use moving parts to read data, while SSDs access data electronically with no moving parts.
Attempts:
2 left
๐Ÿ’ก Hint
Think about whether the device has moving parts or not.
โ“ trace
intermediate
1:30remaining
Speed difference impact on file copy time
If copying a 10 GB file takes 5 minutes on an HDD, approximately how long would it take on an SSD that is 5 times faster?
A1 minute
B25 minutes
C5 minutes
D10 minutes
Attempts:
2 left
๐Ÿ’ก Hint
Divide the original time by the speed factor.
โ“ identification
advanced
1:30remaining
Identify the storage device from characteristics
Which storage device is described by these features: uses NAND flash memory, no moving parts, faster data access, but usually more expensive per GB?
AHDD
BOptical Disc
CSSD
DMagnetic Tape
Attempts:
2 left
๐Ÿ’ก Hint
Think about which device uses flash memory.
โ“ Comparison
advanced
2:00remaining
Comparing durability of HDD and SSD
Which statement correctly compares the durability of HDDs and SSDs?
AHDDs are more durable because they have moving parts that absorb shocks.
BSSDs are more durable because they have no moving parts and resist physical shocks better.
CBoth HDDs and SSDs have equal durability because they store data magnetically.
DSSDs are less durable because their flash memory wears out instantly after one use.
Attempts:
2 left
๐Ÿ’ก Hint
Consider what happens when a device is dropped or shaken.
๐Ÿš€ Application
expert
2:30remaining
Choosing storage for a video editing workstation
A video editor needs fast access to large files and durability for frequent travel. Which storage setup is best?
AA combination: SSD for active projects and HDD for backups.
BOnly HDDs for large capacity and low cost.
COnly SSDs for speed and durability despite higher cost.
DOptical discs for durability and portability.
Attempts:
2 left
๐Ÿ’ก Hint
Think about balancing speed, capacity, cost, and durability.