Chapter 2 - Hardware and Networking Basics Flashcards

1
Q

What is a CPU and why do we care about it (when picking a new computer?)

A
  • “Central Processing Unit”
  • The speed of the CPU is dependent on the unit’s clock speed (aka processor speed)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What unit is used to measure a computer’s CPU clock speed? What does it measure?

A
  • Hertz (cycles per second)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

“You’re such a hard worker”

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

What is the benefit of a computer having multiple physical cores?

A

Your computer can multitask, actually!

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

When a single-core processor seems to be running mulitiple things at once, what is it actually doing?

A

It is multi-threading. That means that it is interweaving two processes to create the illusion of multi-tasking.

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

What is multi-threading?

A

One processor interweaving time slices from separate programs to create the illusion of multiple programs running at once.

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

What is hyper-threading?

A

One physical core is assigned to virtual cores, or logical cores. Each logical core is assigned a thread. The cores break each program into parts to gain efficiency in the order of operations.

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

What is the more common term for “primary storage” ?

A

Memory

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

Primary memory is volatile, true or false?

A

True

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

What does it mean for storage to be “volatile” ?

A

Everything stored in memory is lost if the power is turned off.

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

What is cache memory?

A

Holds the information between the RAM and the computer so the CPU doesn’t have to sit around waiting for the RAM to load. It’s the quickest-to-access storage.

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

What is RAM? Bonus points: what does it stand for?

A

The decently easy-access storage on a computer.
Stands for Random-Access Memory (because you can access any part of it as easily as the next)

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

How does secondary storage differ from primary storage? (3 main ways)

A

Secondary:
- Non-volatile
- Must be loaded before it can be accessed
- Takes way longer to retrieve (think booting up a computer)

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

What are the two main types of secondary storage? (full names & acronyms)

& what are the main differences between the two?

A
  • Hard-Disk Drives (HDDs)
  • Solid-state Drives (SSDs)

HDDs are slower, cost less, and are easier to break.

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

What is a CPU’s sequence for accessing data?

A
  1. Check the cache
  2. Check the RAM
    • If it IS in the RAM, overwrite the cache with the new information
  3. If it is NOT in the RAM, go to secondary storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the two base units for measuring data quantity?

A

A bit
A byte = 8 bits

A byte looks like this, for context:
00110101

Each one of those numbers is a bit.

17
Q

What are the commonly used prefixes in IS and what do they mean?

A

Kilo: Thousand
Mega: Million
Giga: Billion
Tetra: Trillion

18
Q

What is a local area network and how does it relate to a wide-area network?

A
  • A Local Area Network (LAN) is a set of two or more computers physically connected
  • A Wide-Area Network (WAN) is a mama LAN -> computers connected across nearby cities.
19
Q

What does HTTP stand for and what is it?

A
  • “Hypertext Transfer Protocol”
  • Language used to transfer web-based information
20
Q

Tell me a bit about the World Wide Web why dontcha

A
  • WWW is NOT the only service that runs on the internet (they are not interchangeable words)
  • It is a collected of interconnected documents and other web resources, linked by hyperlinks and URLs

(If you are still confused, Julia, there is a great diagram about the differences and similarities between the two in figure 2.11 in ch 2.5 Networking Concepts)

21
Q

What is “the cloud” ?

A

Some of the servers connected to the Internet that offer specific services/functions

22
Q

What does TCP/IP stand for and what does it do?

A
  • “Transmission Control Protocol/Internet Protocol”
  • It specifies how files should be chopped up into “packets” and delivered
23
Q

What is an IP address?

A

Gives every single device connected to the internet a unique location (like a home address)

24
Q

What is the value of a VPN? (And what does it stand for?)

A
  • “Virtual Private Network”
  • Allows two devices to connect over internet utilizing encryption to prevent unauthorized access to the data being shared
  • You need a shared encryption key. Kind of cool.
25
Q

What are the three main communication mediums?

A
  • Coaxial Cable
  • Twisted-Pair Cable
  • Fiber Cable (fasted form… sends photons through a tube like Koopa Cape)