Video Notes: Computer Architecture and Operating Systems Fundamentals

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/79

flashcard set

Earn XP

Description and Tags

A comprehensive set of Question-and-Answer flashcards drawn from the notes on computer components, memory, storage, I/O, networks, and operating system concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

80 Terms

1
New cards

All components comprising a computer system except for the , are considered peripherals.

Power Source

2
New cards

Both conventional and cache memory are referred to as memory.

primary

3
New cards

Most of the access time specified for secondary storage devices consists of what?

seek time

4
New cards

The surface of the hard disk platter is divided into pie-shaped segments, known as .

sectors

5
New cards

One of the main disadvantages of active matrix LCDs is that they .

are expensive and difficult to manufacture.

6
New cards

What is calculated by the formula (1/2) * (1/rotational speed)?

Average latency

7
New cards

GPUs stands for .

Graphic Processing Unit

8
New cards

Which printing technology boils ink in a nozzle to spray a tiny droplet onto paper?

Ink-jet printers

9
New cards

Protocols that describe a computer's communication with the physical layer are called what?

Medium access control protocols

10
New cards

In a mirrored array, each disk stores exactly the same data.

True

11
New cards

The arrangement where wiring on the motherboard interconnects peripheral cards and directs I/O to CPU and memory is called the .

system bus

12
New cards

A is simply a connector at the end of a bus into which a device can be plugged.

port

13
New cards

Multimedia applications require relatively few MIPS.

False

14
New cards

The input-output architecture based on separate I/O processors and used on IBM mainframes is known as a .

channel subsystem

15
New cards

I/O is connected through I/O controllers and PCI-Express buses to an I/O bridge, sometimes called the .

Southbridge

16
New cards

DisplayPort was originally designed for .

high resolution video displays

17
New cards

USB-3 is capable of a full duplex data transfer rate up to gigabits per second.

20

18
New cards

VLSIs stands for .

very large scale integrations

19
New cards

PCI-Express is a parallel I/O bus.

False

20
New cards

Specific device control is built into a controller within some devices; these programs are called .

device drivers

21
New cards

The typical communication channel is divided into segments; connections along the segments are called what?

Links

22
New cards

Each wireless unit is connected by radio to a base station equivalent to a hub. What is this base station called?

Access point

23
New cards

How do routers and gateways differ? Routers connect similar networks; gateways interconnect dissimilar networks.

Routers connect similar networks; gateways interconnect dissimilar networks.

24
New cards

A is equivalent to an envelope containing pages of data.

packet

25
New cards

In a topology each computer node gets every message, but processes only those addressed to that node. There is no central hub in this topology.

bus

26
New cards

Channels that carry signals simultaneously in both directions are called what?

Full-duplex channels

27
New cards

Which type of topology defines the operational relationship between the various network components?

Logical

28
New cards

The rate of speed with which data can be moved successfully through the channel is usually measured how?

Bit rate

29
New cards

ISO stands for the International Standardization Organization.

True

30
New cards

The use of packets presents a productive way to use a communication channel.

True

31
New cards

Client-server architecture is a processing methodology, in which some of the processing is performed on the client system and some is performed on the server system.

distributed

32
New cards

Cloud computing can be viewed as an expansion of client-server computing.

True

33
New cards

XML stands for .

eXtensible Markup Language

34
New cards

PaaS stands for .

Platform as a Service

35
New cards

With rack-based chassis the provides power and the local area network connection that interconnects the blades.

backplane

36
New cards

The following acronym allows the use of inexpensive components to be used to build a Beowulf cluster. What does it stand for?

Commodity Off-The-Shelf (COTS)

37
New cards

It is possible to build systems in which the computers are tied together loosely. That is, each computer is complete in itself, each with its own CPU, memory, and I/O facilities. What is this called?

Multicomputer systems

38
New cards

The _ clustering model offers the advantage of easy dynamic workload balancing and, with careful design, high availability, and fault tolerance.

shared-disk

39
New cards

_ clouds are used by a single customer.

Private

40
New cards

These clusters consist of multiple computers connected together by a dedicated, private Ethernet, which serves as the link between the computers in the cluster.

Beowulf

41
New cards

Typing command DIR PROG?.TXT in a Windows directory will return which files? A) PROG.DAT B) PROG3.TXT C) PROG1.TXT D) All of the above

D

42
New cards

On a Windows machine, program and data files are treated identically by the file manager.

True

43
New cards

The file system manages file security and protection.

True

44
New cards

Which of the following is NOT an example of a file operation that manipulates the file directory, rather than the file itself? a) Delete a record from a file b) Rename a file c) Add a record to a file d) Read (retrieve) a record

Rename a file

45
New cards

Random access files are the same as relative access files.

True

46
New cards

The file management system acts as an interface for the transfer of data to and from the various I/O devices by requesting transfers from the I/O device driver level of the operating system.

True

47
New cards

Data files whose records are always retrieved in order from the beginning to the end of the file are known as files.

sequential

48
New cards

Every file in the system can be uniquely identified by its .

pathname

49
New cards

Which operation manipulates the file directory rather than the file itself?

Rename a file

50
New cards

Indexed allocation uses a single index block.

False

51
New cards

In serving as an intermediary between the users of computer services and the computer's resources, the operating system provides three basic types of services. One of these is it manages the hardware resources of the computer, including the interfaces to networks and other external parts of the system. Which type of services is this?

Hardware services

52
New cards

Windows operating systems store the system configuration within a .

registry

53
New cards

Which type of services is this? It manages, loads, and executes programs.

Program services

54
New cards

Most modern operating systems provide some capability for combining computer commands into pseudo-programs, commonly called what?

Shell scripts

55
New cards

Large-scale billing, payroll, and other similarly data intensive systems usually use what type of processing systems?

Batch

56
New cards

The operating system provides file system access and file support services.

True

57
New cards

The _ management system provides and maintains the mapping between a file's logical storage needs and the physical location where it is stored.

file system

58
New cards

The operating system provides services for networking.

True

59
New cards

Critical operating system programs are loaded into memory by the _ at start-up time

bootstrap loader

60
New cards

The critical components of the operating system that remain in memory as long as the computer is running are commonly known as the what?

Kernel

61
New cards

Processes that work together are known as what?

Cooperating processes

62
New cards

Moving a process from the ready state to the running state is called _ the process.

dispatching

63
New cards

When one process has a resource that another process needs to proceed, and the other process has a resource that the first process needs, then both are waiting for an event that can never occur. This situation is called what?

Deadlock

64
New cards

A spawning process is called a _.

parent

65
New cards

_ memory partitioning loads programs wherever enough memory space is available.

Variable

66
New cards

Starvation cannot occur with the FIFO method.

True

67
New cards

It is possible to use a powerful computer to simulate a number of smaller computers. The process for doing so is called _.

virtualization

68
New cards

Spawning is another name for _.

forking

69
New cards

The SDF scheduling algorithm can lead to indefinite postponement.

True

70
New cards

Variable partitioning will, after a while, result in internal fragmentation.

False

71
New cards

SDF stands for .

shortest distance first

72
New cards

SJF scheduling maximizes throughput.

True

73
New cards

The _ table lists every memory frame with its associated process and page.

inverted page

74
New cards

As a way to optimize system performance, the CPU scheduling task is separated into two different phases. Which CPU scheduler phase provides short-term scheduling, specifically, the instant-by-instant decision as to which process should be given CPU execution time?

Short-term scheduler

75
New cards

In batch systems, a user submits a to the system for processing.

job

76
New cards

Processes that do not need to interact with any other processes are known as what?

Independent processes

77
New cards

With virtual storage, each process in a multitasking system has its own virtual memory, and its own page table.

True

78
New cards

Operating systems typically require very little memory.

False

79
New cards

PCB stands for .

process control block

80
New cards

To load and execute a program, the system must provide a method of getting the program from its storage location on some I/O device, such as an SSD, into .

memory