Weeks 1 - 2 Flashcards

1
Q

What is a motherboard? (think: why is it called a motherboard?

A

It connects all of the computer’s components - it’s the base of everything. This little circuitboard contains most of the vital components of a computer (or any other electronic device).

https://smallbusiness.chron.com/difference-between-motherboard-processor-69303.html

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

What is a peripheral device?

A

An auxiliary/external device that connects to a computer to expand its capabilities. Peripherals can be:
- input or output devices
- storage devices (USB sticks, external hard drives)
- networking devices (router, modem, switch, other network adapters)

So think everyday things like:
- external keyboard, mouse, speakers or printer
- More exotic things like Apple Pencil or VR headset
- storage-related devices like SD card readers
- gaming things like joysticks

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

What does the CPU do? (think about each word that CPU stands for)

A

It does all the actual data processing and computing.

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

With an AND gate, when is the output true?

A

Only when both inputs are true - so the output is 1 only when both inputs are 1.

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

With an OR gate, when is the output true?

A

When one or both of the inputs are true. For the output to be 1, at least one input has to be 1.

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

With a XOR gate, when is the output true?

A

Only if ONE of the inputs is true - not both! It’s an exclusive OR gate and the output is false if both inputs are false 😁

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

With a NAND gate, when is the output true?

A

When the input is 0, and if one of the inputs are true. It actually seems similar to an OR gate, because normally an AND gate would be false if only one of the inputs are true - but it’s the opposite with a NAND gate.

The output is false when both inputs are true 👍

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

Which unit of measurement does CPU speed use? (remember seeing that little number on the specs of new computers, and wondering what it’s referring to?)

A

Gigahertz

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

What is the purpose of the RAM?

A

To contain all the data being processed by the CPU…

I.e. immediate data storage and retrieval - any task that requires quick access to computing resources - mostly temporary storage for the OS or software programs, and any other data in current use so that they’re quickly available to the device’s processor.

https://www.avast.com/c-what-is-ram-memory
https://www.techtarget.com/searchstorage/definition/RAM-random-access-memory

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

What is a SATA cable?

And what does it connect?

A

It’s a bus interface that transfers data between the motherboard and external storage devices - like HDDs, SSDs, or optical drives. It’s industry-standard bus interface.

https://www.britannica.com/technology/SATA
https://tripplite.eaton.com/products/sata-cables-and-speeds-compared#

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

What does SATA stand for?

A

Serial Advanced Technology Attachment. SATA is also a communication protocol.

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

What is a peripheral device?

A

An input or output device that provides additional functions to the computer. Printers, external monitors, headphones and SSDs, among other things.

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

What does USB stand for?

A

Universal Serial Bus.

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

What is SATA’s purpose?

A

Connecting external storage devices to the motherboard.

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

What type of communication protocol is the SATA interface?

A

A command and transport protocol.

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

What happens between the computer and RAM when a computer first turns on?

A
  • it sends an address to RAM so that the program can be retrieved
  • If the CPU turned the enable wire on, RAM automatically sends back whatever piece of data was at that address, and it’s processed by the CPU.
  • Once the CPU finishes processing that piece of data, the cycle starts over again.
17
Q

What happens if the CPU needs to save data to RAM?

A

It outputs an address and some data, and then turns on the SET wire. The RAM will override the data at that address.

18
Q

How does RAM keep data that’s intended for a specific external device?

A

Each piece of data is actually an address in itself, so to output to an external device, the address of that external device would be known. For example, each key on a keyboard has its own address, so when you type a letter, it is stored as that key space. For inputting and outputting data from external sources, OUT and IN instructions are used.

19
Q

How is alphabetical data stored in a computer?

A

It’s still in 0’s and 1’s, thanks to the ASCII Table. Someone just decided what the ASCII code would be for a lowercase ‘g’.

20
Q

What is the function of primary storage?

A

To store data, programs and instructions currently in use. RAM and cache memory.

21
Q

What is the function of secondary storage?

A

Permanent data storage, internal or external, that retains information when power is off. Sometimes called auxiliary storage.

22
Q

What is non-volatile data storage?

A

Persistent storage for data files and applications, where information is retained even when power is off.

23
Q

What is volatile storage/memory?

A

Temporary data storage that only holds data currently in use. It doesn’t retain data after power is off - volatile storage relies on electric or current flow to maintain stored information. RAM is volatile memory.

24
Q

What is SRAM?

A

Static RAM is cache memory and used in high-speed registers. It doesn’t need to be refreshed to keep data intact, which is why it’s called static.

Two of the most common uses of SRAM are for cache memory and in high-speed registers. They’re often used in phones and wearables, like medical products such as hearing aids. In these devices, fast data access is essential.

It also might be used as part of a RAM digital-to-analog converter on a graphics card, in a disk drive as a buffer cache, or in a network device (like a switch).

25
Dynamic RAM (DRAM)
Dynamic RAM is used by most computers because it supports greater densities of data at a lower cost per megabyte.
26
What technology is SATA based on? (the communication tech)
Serial signalling technology, where data is transferred as a sequence of individual bits. SATA refers to the communication protocol itself and the industry standards adhered to by the original equipment manufacturers (OEMs) that produce SATA-compatible cables, connectors and drives. SATA defines how data is transferred between a computer's motherboard and mass storage devices (HDDs, SSDs, etc.).