comp hard/software Flashcards

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
Q

What are BIOS and UEFI used for?

A

Connecting the computer’s OS to its hardware and firmware.

26
Q

Where are BIOS and UEFI stored?

A

In the motherboard.

27
Q

What is ASCII?

A

American Standard Code for Information Interchange.

28
Q

What was the purpose of creating ASCII?

A

To enable communication between different computers.

29
Q

What is Unicode?

A

A computer encoding standard for different alphabets and symbols.

30
Q

What does Unicode do that ASCII doesn’t?

A

Encodes multiple alphabets and unique characters, using up to 32 bits.

31
Q

How is data represented in hard drives?

A

By translating transitions in magnetization on discs to binary code.

32
Q

How is data represented in flash memory?

A

As electric charges in memory cells.

33
Q

How is data represented in RAM?

A

Using a transistor and a capacitor to create memory cells.

34
Q

How is data represented on optical discs?

A

Using a laser to read and etch marks into discs.

35
Q

How is data transmitted over wire?

A

Using currents at two different voltages.

36
Q

How is data transmitted through fiber-optic cables?

A

Using pulses of infrared or visible light.

37
Q

How is data encoded in radio waves?

A

By modulating amplitude or frequency.

38
Q

List the following units in order of size.

A
  • Bit
  • Byte
  • Kilobyte
  • Megabyte
  • Gigabyte
  • Terabyte
39
Q

How many bits are in a byte?

40
Q

How many bits are in a kilobyte?

A

8,192 bits.

41
Q

How many bits are in a megabyte?

A

8,388,608 bits.

42
Q

How many bits are in a gigabyte?

A

8,589,934,592 bits.

43
Q

How many bits are in a terabyte?

A

8,796,093,022,208 bits.

44
Q

Match common file types to their typical measurement units.

Text files, docs, images, audio, video, apps, databases

A
  • 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
Q

How do you express file size from bits into a reasonable unit?

A

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
Q

Describe situations where petabytes and exabytes might be used.

A
  • Large data centers
  • Cloud storage
  • Scientific research
  • Internet data traffic
47
Q

What is the typical capacity of RAM?

48
Q

What is the usual capacity range for HDDs and SSDs?

A

Hundreds of GB to several TB.