comp hard/software Flashcards

(48 cards)

1
Q

Why do computers use binary?

A

To store information simply and easily.

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

List the powers of 2 up to 1024.

A
  • 1
  • 2
  • 4
  • 8
  • 16
  • 32
  • 64
  • 128
  • 256
  • 512
  • 1024
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you convert binary to decimal?

A

Add up the power of 2s for each position with a one.

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

How do you convert decimal to binary?

A

Write out powers of 2 starting with 128, placing a 1 or 0 based on if the number is bigger or smaller. Subtract it if it’s bigger.

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

What is the purpose of a CPU?

A

Interprets, processes, and executes instructions from hardware/software programs.

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

What does a motherboard do?

A

Connects all essential internal components, providing power and communication.

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

What is RAM used for?

A

Short-term storage for temporary data accessed quickly by the CPU.

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

What is ROM?

A

Permanent memory that stores essential startup and communication instructions.

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

What do HDDs use to store data?

A

Spinning magnetic disks.

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

What technology do SSDs use?

A

Flash memory technology.

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

What is the role of a power supply in a computer?

A

Provides power to all components of a computer.

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

What does HDMI stand for?

A

High-Definition Multimedia Interface.

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

What is the purpose of USB ports?

A

To connect peripheral devices for data transfer or power supply.

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

What is the function of Ethernet ports?

A

Connect devices within a local network using a physical cable.

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

What are the advantages of USB-C over USB-A?

A

Compact, reversible, faster data transfer and power delivery.

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

List the advantages of SSDs over HDDs.

A
  • Smaller
  • Faster
  • Durable
  • Quieter
  • Use less energy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the main advantage of an HDD?

A

Cheaper and has more storage capacity.

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

What are computer peripherals?

A

External devices connected to a computer.

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

Give examples of input peripherals.

A
  • Keyboards
  • Mice
  • Microphones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Give examples of output peripherals.

A
  • Monitors
  • Printers
  • Headphones
21
Q

What is an application?

A

A computer program designed to perform a specific task for a user.

22
Q

What is an operating system?

A

A program that manages all other programs on the computer.

23
Q

List several desktop/laptop operating systems.

A
  • Chrome OS
  • Microsoft Windows
  • macOS
  • Linux
24
Q

What are the two most common mobile operating systems?

A
  • Google Android
  • Apple iOS
25
What are BIOS and UEFI used for?
Connecting the computer's OS to its hardware and firmware.
26
Where are BIOS and UEFI stored?
In the motherboard.
27
What is ASCII?
American Standard Code for Information Interchange.
28
What was the purpose of creating ASCII?
To enable communication between different computers.
29
What is Unicode?
A computer encoding standard for different alphabets and symbols.
30
What does Unicode do that ASCII doesn't?
Encodes multiple alphabets and unique characters, using up to 32 bits.
31
How is data represented in hard drives?
By translating transitions in magnetization on discs to binary code.
32
How is data represented in flash memory?
As electric charges in memory cells.
33
How is data represented in RAM?
Using a transistor and a capacitor to create memory cells.
34
How is data represented on optical discs?
Using a laser to read and etch marks into discs.
35
How is data transmitted over wire?
Using currents at two different voltages.
36
How is data transmitted through fiber-optic cables?
Using pulses of infrared or visible light.
37
How is data encoded in radio waves?
By modulating amplitude or frequency.
38
List the following units in order of size.
* Bit * Byte * Kilobyte * Megabyte * Gigabyte * Terabyte
39
How many bits are in a byte?
8 bits.
40
How many bits are in a kilobyte?
8,192 bits.
41
How many bits are in a megabyte?
8,388,608 bits.
42
How many bits are in a gigabyte?
8,589,934,592 bits.
43
How many bits are in a terabyte?
8,796,093,022,208 bits.
44
Match common file types to their typical measurement units. | Text files, docs, images, audio, video, apps, databases
* Text files: bytes or KB * Docs: KB to low MB * Images: typically MB * Audio: usually MB but can be GB * Video: usually GB * Apps: MB-GB * Databases: GB-TB
45
How do you express file size from bits into a reasonable unit?
Divide bits by 8 for bytes, then convert bytes to KB/MB/GB by dividing by 1,024. ex) 8,000,000 bits = 1,000,000 bytes 976 KB (~1000 KB) 0.953 MB (~1 MB) 0.000931 GB (~0.001 GB)
46
Describe situations where petabytes and exabytes might be used.
* Large data centers * Cloud storage * Scientific research * Internet data traffic
47
What is the typical capacity of RAM?
8-32 GB.
48
What is the usual capacity range for HDDs and SSDs?
Hundreds of GB to several TB.