Problem Set 6 Flashcards

1
Q

In storage, this is a reserved portion a hard disk that is used as an extension of RAM for data.

A

pagefile

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

State what the given acronym or abbreviation stands for: “MBR”

A

Master Boot Record

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

Which of the following program-processor configuration has the highest speed up?
a.) 5% serial code using 4-core CPU
b.) 10% serial code using 5-core CPU
c.) 15% serial code using 6-core CPU
d.) 20% serial code using 8-core CPU
e.) 25% serial code using 16-core CPU

Solution: Using Amdahl’s Law:
𝑆(𝑛)=1/(𝐵+1/𝑛(1-B))

A

10% serial code using 5-core CPU

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

Whichh among the given bus configuration has the highest possible bandwidth?
a.) 10-bit bus @ 35 Mhz
b.) 8-bit bus @ 40 Mhz
c.) 12-bit bus @ 30 Mhz
d.) 20-bit bus @ 18 Mhz
e.) 16-bit bus @ 25 Mhz
Solution:
𝐵=𝑛𝑜.𝑏𝑖𝑡𝑠 𝑖𝑛 𝑏𝑢𝑠/𝑐𝑦𝑐𝑙𝑒 × 𝐹𝑟𝑒𝑞𝑢𝑒𝑛𝑐𝑦
𝐵= 𝑛𝑜.𝑏𝑖𝑡𝑠 𝑖𝑛 𝑏𝑢𝑠𝑐𝑦𝑐𝑙𝑒 × 𝑐𝑦𝑐𝑙𝑒/𝑠

A

16-bit bus @ 25 Mhz

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

This can be defined as the basic unit of microprocessor utilization

A

thread

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

State what the given acronym or abbreviation stands for: “UEFI”

A

Unified Extensible Firmware Interface

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

True or false:

The number of bits in the address bus determines the maximum capacity of memory that can be address by the computer system.

A

False: number of bits —> width

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

True or False:

A 20-bit wide bus can access a memory with a maximum capacity of 1,054 kilobytes.

A

False: 1,048.576 KB

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

State what the given acronym or abbreviation stands for: “AHCI”

A

Advanced Host Controller Interface

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

State what the given acronym or abbreviation stands for: “GPT”

A

Globally Unique Identifier Partition Table

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

Referring to the scaled image of an M.2 SSD as compared to a 2.5” SATA-SSD below, identify the form factor?

A

2260

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

This type of computing is performed when microprocessor carries just one-machine level at any given time.

A

Serial Computing/Processing

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

This type of memory is derived from the operating system’s use of the HDD/SSD to temporarily write and read information to simulate a larger memory capacity.

A

Virtual Memory

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

True or False

In any microprocessor the number of threads is equal to twice the number of cores.

A

False

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

This is a distinct, independent, physical computing inside a CPU.

A

Core

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

True or False

The level 1 cache is manufactured with in the same die of the microprocessor core.

A

True

15
Q

A unitless quantity that express the ratio between the serial execution time over the parallel execution time when using a multi-threaded CPU.

A

Speedup

16
Q

State what the given acronym or abbreviation stands for: “IOPS”

A

Input/Output Operations per Second

17
Q

True or False

A Western Digital WD-Purple hard Drive is designed primarily for use in file servers.

A

False: WD-Purple —–> WD-Red

18
Q

Which of the following drives does not belong to the group?
a.) Compact Disc Drive
b.) Floppy Disc Drive
c.) Solid State Drive
d.) Blu-ray Disc Drive
e.) Hard Disc Drive

A

Floppy Disc Drive

19
Q

A firmware used to perform hardware initialization during the booting process (power-on startup), and to provide runtime services for operating systems and programs.

A

Basic Input/Output System

20
Q

The mini-SATA SSD form uses what data storage communication protocol?

A

AHCI