ISE 218 Units 5-9

0.0(0)
Studied by 2 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/36

flashcard set

Earn XP

Last updated 5:12 PM on 7/12/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

Calculate the overall speedup of a system that spends 90% of its time in calculations with a processor upgrade that provides for 200% greater throughput.

150%

2
New cards

Disk and tape are forms of _______ storage.

durable

3
New cards

MTTF means:

mean time to failure

4
New cards

I/O channels are driven by small CPUs called I/O processors. (T or F)

True

5
New cards

Which of the following I/O control architectures uses polling?

programmed I/O

6
New cards

A simpler and more elegant approach is memory-mapped I/O because I/O devices and main memory share the:

same address space

7
New cards

A disadvantage of RAID-1 is that it is costly and requires large memory space. (T or F)

True

8
New cards

________ law states that the interrelationship of all components with the overall efficiency of a computer system with a simple formula.

Amdahl’s

9
New cards

Access time is:

the sum of the rotational delay and the seek time.

10
New cards

Solid-state drives consist of a microcontroller and flash memory. (T or F)

True

11
New cards

RAID systems use either mirroring or striping (or a combination of both). (T or F)

True

12
New cards

Electrical signal loss over time or distance during data transfer is called:

attenuation.

13
New cards

________ is the oldest and most cost-effective of all mass-storage devices.

Magnetic tape

14
New cards

RAID-10 combines the striping of RAID-0 with the mirroring of RAID-1. (T or F)

True

15
New cards

Which one of the following is characteristic of RAID 0?

low reliability

16
New cards

Disk cache memory is usually associative memory type; they are usually smaller because lookup performance is better. (T or F)

True

17
New cards

A ________ is moving the disk arm from the innermost track to the outermost, or vice versa.

full-stroke seek

18
New cards

SPEC’s main objective is to establish equitable and realistic methods for computer performance measurement. (T or F)

True

19
New cards

Real-time systems are used for process control in manufacturing plants, assembly lines, robotics, and complex physical systems. (T or F)

True

20
New cards

________ occurs when data is prefetched and cache is filled with data that no process needs, leaving less space for useful data.

Cache pollution

21
New cards

The output from the Java compiler is a binary class file that is executed by a:

Java Virtual Machine

22
New cards

Simulation is very useful for estimating the performance of systems or system configurations that do not yet exist. (T or F)

True

23
New cards

(A) ________ is a precursor to modern operating systems that allowed programs to be processed without human interaction.

resident monitor

24
New cards

A computer user is typically most concerned with:

response time

25
New cards

Clock speed, MIPS, and FLOPS are the metrics in comparing relative performance across a line of similar computers offered by the same vendor. (T or F)

True

26
New cards

One of the major challenges of system simulation lies in determining the characteristics of the workload. (T or F)

True

27
New cards

MIPS, in the context of computer performance, stands for:

millions of instructions per second.

28
New cards

Operating system user interfaces are divided into two general categories: command-line interfaces and graphical user interfaces. (T or F)

True

29
New cards

A timesharing system doesn’t permit the systems to be accessed by multiple concurrent users. (T or F)

False

30
New cards

Which computer language is famous for the mantra “write once, run anywhere?”

Java

31
New cards

Java programs are stored in an intermediate code called bytecode. (T or F)

True

32
New cards

A ________ is the smallest schedulable unit in a modern operating system. (T or F)

thread

33
New cards

________ schedules the processor in the order in which they are requested.

First-come, first-served scheduling

34
New cards

________ gather(s) detailed behavior using hardware or software probes into the activity of the component of interest.

System traces

35
New cards

The final output of assemblers is a stream of ________.

machine code instructions

36
New cards

________ share a single centralized memory.

Tightly coupled multiprocessors

37
New cards

Disk scheduling algorithms are necessary because we want to minimize the movement of the disk arm motion. (T or F)

True