chapter 3:storage basics Flashcards
What are the computer storage devices?
computer’s hardware components that retain data after the power is turned off.
How does the computer store data and program instructions?
Computer stored data and program instructions in a file.
What is a file?
File is a collection of related information or program code that is given a unique name.
What are the storage devices types?
There are two of storage devices type:
* Primary storage: which is the main memory or RAM.
* Secondary storage: which refers to devices can store data permanently
Give four examples for secondary storage?
- Hard drive 2. Flash drive
- DVD 4. External hard drive
What does BIOS stand for? And what is it?
BIOS is Basic Input Output System. it is a set of programs called firmware that tell the computer how to start up.
Where does BIOS stored?
permanently stored in special memory chip called read-only memory (ROM)
What does UEFI stand for?
Unified Extensible Firmware Interface
which is used instead of BIOS.
What is the difference between ROM and RAM?
ROM: is permanently storage which holds the startup instructions and configuration information for the computer. RAM: is temporary storage which holds the program instructions and data that are being used by the CPU.
What is the difference between read-only and read and write storage devices? Give examples.
Read only: can only be read by media such as CD-R, CD-ROM
Read and write: can be read and write from/on media such as Hard Disk, CD-RW, DVD-RAM.
What is the difference between Random and Sequential storage devices? Give examples.
Random: go direct to the needed information such as Hard Disk.
Sequential: scan from beginning until it finds the needed data such as Tape.
How does the Magnetic and Optical storage devices work? Give examples.
Magnetic: work by a relay on magnetic field to read data such as Hard desk.
Optical: uses laser beams to read data has been stored on the reflective surface such as CD.
What is the most common magnetic storage device?
Hard drive is the most common magnetic storage device and can be install in the computer.
What are the internal and external storage?
Any storage device installed inside your computer called internal storage, if the position is outside the computer it called external storage device.
What are platters?
Platters are a stack of metal disks that store information, and each platter is divided into tracks and each track is divided into segments called sectors. A cylinder is the same track location on all the platters.