Final Exam 1 Flashcards

1
Q

What is SRAM? What some notable things about it?

A
  • Static RAM
  • Faster, more expensive than DRAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where is SRAM used on the CPU? What are the speeds?

A
  • Cache level 1 and 2, 5-35 nanosecond
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The first physical sector of a hard drive is the

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

What is cache memory? What is it used for in a computer system?

A
  • SRAM that acts as buffer between RAM
  • Used to reduce the average time to access data from the main memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is IEEE (1394)?

A
  • FireWire. Developed by Apple as a successor to USB.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is WEEE? When was it launched? (EEE is just a shorter form of this)

A
  • Waste from Electrical and Electronic Equipment program. 2009.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is IEEE (floating point)

A
  • Institute of Electrical and Electronic Engineering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In Ontario, are you allowed to dispose of your electronics by putting it outside for the garbage to pickup?

A

No

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

Which part is the mantissa? How long is it in 32 bit IEEE floating point representation?

A
  • The third field of the floating point.
  • To the right of the radix point in a normalized binary number.
  • 23 bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a cache hit?

A
  • When the CPU looks for, and finds the data it is looking for in the cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Physical addresses vs. Virtual addresses of memory

A
  • Physical addresses are the actual address of the physical memory, virtual addresses are references to physical addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the smallest unit of addressable data?

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

What is the job of an operating system?

A
  • It manages hardware and software resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When installing a program, do you think the software knows about the hardware, or vice-versa?

A
  • No. Most storage devices don’t have any knowledge of what the data is, it’s just data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many extended partitions can you have?

A
  • You can only have 1 extended partition. (24 logical partitions inside)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a variable in batch file?

A
  • A string of characters that the scanner doesn’t recognize as reserved word
  • Assigns the variable to an identifier table that tracks the name/contents of that var
17
Q

How can we initialize a variable in a batch file?

A

Use the set command

18
Q

What is the command to exit a batch file? Its not quit

A
  • Exit or exit/b
19
Q

How does SRAM relate to power differently than DRAM?

A

Unlike DRAM, it uses capacitors, Data does not need to be refreshed
* Maintains contents long after power is applied

20
Q

The scanner generates a variable _____ for each variable in the identifier table

A

token