I.T Storage Flashcards

(51 cards)

1
Q

What is a storage device?

A

A hardware component used to hold and retrieve digital data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is storage media?

A

The physical material on which data is saved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is primary storage?

A

Temporary, volatile memory used by the CPU to hold data and instructions in use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are two types of primary storage?

A

RAM and ROM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does RAM stand for?

A

Random Access Memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the function of RAM?

A

Temporarily stores data being processed and allows data to be read and written quickly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is RAM volatile or non-volatile?

A

Volatile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does ROM stand for?

A

Read Only Memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the function of ROM?

A

Permanently stores essential system instructions needed to start up the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is ROM volatile or non-volatile?

A

Non-volatile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is another name for primary storage?

A

Main memory or internal memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is secondary storage?

A

Non-volatile memory used to store data/information long-term.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is secondary storage needed in addition to primary storage?

A

To save data and programs beyond the computer’s active session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What type of storage is used by the CPU during processing?

A

Primary storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What type of storage keeps data when power is turned off?

A

Secondary storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does IDE stand for?

A

Integrated Drive Electronics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is another name for IDE?

A

PATA (Parallel ATA - Advanced Technology Attachment)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is IDE/PATA used for?

A

It is an older standard interface for connecting storage devices to the motherboard using parallel data transfer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What does SATA stand for?

A

Serial Advanced Technology Attachment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is SATA used for?

A

It is a newer and faster interface for connecting storage devices like hard drives and SSDs using serial communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Why is SATA preferred over IDE/PATA?

A

Because it supports faster data transfer and is more efficient for modern systems.

22
Q

Which interface is older: IDE or SATA?

A

IDE (also called PATA).

23
Q

What is a bit?

A

The smallest unit of digital data, representing a 0 or 1.

24
Q

What is a byte?

A

A group of 8 bits used to represent a single character.

25
What is a nibble?
A group of 4 bits or half a byte.
26
How many bits are in a byte?
8
27
How many bytes are in a kilobyte?
1024 bytes.
28
How many kilobytes are in a megabyte?
1024 kilobytes.
29
How many megabytes are in a gigabyte?
1024 megabytes.
30
How many gigabytes are in a terabyte?
1024 gigabytes.
31
Arrange these in order from smallest to largest: Bit, Byte, KB, MB, GB, TB, PB, HB, ZB
Bit < Byte < Kilobyte < Megabyte < Gigabyte < Terabyte < Petabyte < Hexabyte < Zeetabyte
32
Which unit of storage is typically used to measure small text files?
Kilobyte (KB).
33
Which unit of storage is used for movies or large software?
Gigabyte (GB) or Terabyte (TB).
34
What number system do computers use?
Binary number system.
35
What digits are used in binary?
0 and 1.
36
How do you convert binary to decimal?
Multiply each bit by powers of 2, starting from the right, then add the results.
37
What is a coding scheme used for?
To represent characters using binary code for digital processing.
38
How does a coding scheme help computers?
It converts human-readable characters into binary for storage and processing.
39
What does ASCII stand for?
American Standard Code for Information Interchange.
40
What is ASCII used for?
A 7-bit coding system used to represent characters and symbols on most digital devices.
41
How many characters can ASCII represent?
128 unique characters.
42
What does EBCDIC stand for?
Extended Binary Coded Decimal Interchange Code.
43
How many characters can EBCDIC represent?
256 characters.
44
What is the key difference between ASCII and EBCDIC?
ASCII uses 7 bits and supports 128 characters, while EBCDIC uses 8 bits and supports 256 characters.
45
What does BCD stand for?
Binary Coded Decimal.
46
How does BCD represent numbers?
Using specific combinations of 0s and 1s.
47
What must be done to convert ASCII to EBCDIC? .
Add a 1 to the beginning of the 7-bit ASCII code to make it 8 bits.
48
How do you revert EBCDIC to ASCII?
Remove the first bit from the 8-bit EBCDIC code
49
Give examples of magnetic storage.
Hard Disk/Drive, Floppy Disk/Diskette, Zip Disk/Drives, Magnetic Tapes and Jazz Disk.
50
Give examples of optical storage.
Compact Disk Read Only Memory (CD-ROM),Digital Versatile Disk (DVD) and Blu-Ray Disk (BD)
51
Give examples of solid state storage.
USB Flash Drive, Memory Card, Smart Card and Network Drives