Thẻ ghi nhớ: OSG202 Chapter 1 | Quizlet

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

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

As one proceeds down the memory hierarchy (from inboard memory to offline storage), which of the following conditions is correct?

Increasing cost per bit

Decreasing access time

None of the other choices

Increasing capacity

D

2
New cards

Which is not an example of a resource that is commonly time-multiplexed? *

0/1

CPU

Main memory

Graphics accelerator

Network interface

B

3
New cards

Which of the following instructions should be allowed only in kernel mode? *

1/1

Change the memory map

Disable all interrupts

Set the time-of-day clock

All of the other choices

D

4
New cards

Which of the following is not a step in the boot process? *

1/1

Configuration and customization settings are checked

The operating system is loaded into RAM

The antivirus program checks all files for viruses

The BIOS is activated by powering on the CPU

C

5
New cards

Which of the main bus in the IBM PC computer that can run at 66 MHz and transfer 8 bytes at a time? *

1/1

ISA and PCI

ISA (Industry Standard Architecture)

PCI (Peripheral Component Interconnect)

None of the other choices

C

6
New cards

Which of the following instructions should be allowed only in kernel mode? *

1/1

ADD of two numbers

AND of two numbers

Disable all interrupts

Read the time-of-day clock

C

7
New cards

The general role of an operating system is to: *

0/1

Provide a set of services to system users

None of the other choices

Act as an interface between various computers

Manage files for application programs

A

8
New cards

What is not a main function of an operating system? *

0/1

Provide the users with an extended (virtual) machine

Manage the I/O devices

Provide user interfaces

Support virtual memory

C

9
New cards

List of memory location, that contains the executable program, the program's data, and its stack is called: *

0/1

set of resources

address space

all of the other choices

address memory

B

10
New cards

Examples of general purpose stored program computers include the following except *

1/1

Personal computers

Network servers

Workstations

MP3 player

d

11
New cards

The two basic types of processor registers are: *

1/1

None of the other choices

General and special registers

Control and Status registers

User-visible and user-invisible registers

b

12
New cards

An operating system *

1/1

Manages hardware resources in a computer system

Manages software resources in a computer system

Deals with complex hardware resources and provides the user a virtual/extended machine that is much easier to deal with than the physical machine

All of the other choices

d

13
New cards

Which of the following statements about Random Access Memory (RAM) is correct? *

1/1

Can only be read sequentially

Is volatile

Is typically faster than cache memory

Stores all the files on the computer

B

14
New cards

Which of the following instructions should be allowed in user mode? *

1/1

Disable all interrupts

Read the time-of-day clock

Set the time-of-day clock

Change the memory map

b

15
New cards

Which of the following actions generates an external interrupt? *

0/1

A system call instruction is executed.

An input/output operation is completed.

Division by zero occurs.

A page that does not exist in the main memory is accessed by the virtual storage management.

b

16
New cards

Which of the following statements about the CMOS is incorrect? *

1/1

To contain BIOS

Is volatile

To hold the current time and date

To hold the configuration parameters

a

17
New cards

The language of the CPU is known as its *

0/1

Control unit set

Register set

None of the other choices

Instruction set

d

18
New cards

The four main structural elements of a computer system are: *

1/1

Processor, Registers, I/O Modules, Main Memory

Processor, Registers, Main Memory, System Bus

Processor, Main Memory, I/O Modules, System Bus

None of the other choices

c

19
New cards

Where is the position of the operating system in computer system: *

1/1

In user space

None of the other choices

Between the user interface program and the application Program

Above the hardware and under the user interface program

d

20
New cards

As one proceeds down the memory hierarchy (from inboard memory to offline storage), the following conditions apply: *

1/1

Increasing access time

All of the other choices

Increasing capacity

Decreasing cost per bit

b

21
New cards

A CPU may have multiple execution units, so that can carry out multiple instructions in the same time is called: *

1/1

Multicore

Superscalar

Pipeline

None of the other choices

b

22
New cards

As one proceeds down the memory hierarchy (from inboard memory to offline storage), which of the following conditions is correct? *

1/1

None of the other choices

Increasing cost per bit

Decreasing capacity

Increasing access time

d

23
New cards

Which is the fastest bus in the IBM PC computer? *

0/1

IDE (Integrated Drive Electronic)

ISA (Industry Standard Architecture)

USB (Universal Serial BUS)

PCI (Peripheral Component Interconnect)

d

24
New cards

A CPU may have two or more complete processors, so that can carry out multiple threads in the same time is called: *

1/1

Pipeline

None of the other choices

Multicore

Superscalar

c

25
New cards

Which of special register in the CPU points to the top of the current stack in the memory? *

1/1

SP

PC

PSW

IR

a

26
New cards

A special register that contains the address of the next instruction to be fetched is called: *

1/1

All of the other choices

Instruction Register (IR)

Program Counter (PC)

Program Status Word (PSW)

c

27
New cards

The main bus in the IBM PC computer are: *

0/1

None of the other choices

PCI (Peripheral Component Interconnect)

ISA (Industry Standard Architecture)

ISA and PCI

d

28
New cards

Which of special register contains the condition code bits, the CPU priority, the mode bit and other control bits)? *

1/1

Program Counter (PC)

Instruction Register (IR)

None of the other choices

Program Status Word (PSW)

d

29
New cards

Which of the following is not a operating mode of CPU *

1/1

Management mode

Kernel mode

User mode

None of the other choices

a

30
New cards

What is interrupt vector? *

1/1

The addresses of interrupt handlers

A signal an I/O device sends to CPU

None of the other choices

Part of memory which contains the addresses of interrupt handlers

d

31
New cards

Which of the following statements about the CPU's handling interrupts is incorrect? *

1/1

The hardware saves the old PC location

The processor ceases to execute the current sequence of instructions

None of the other choices

The CPU branches to a new instruction sequence

c

32
New cards

Which of special register contains the Mode Bit (user or kernel)? *

0/1

None of the other choices

Program Counter (PC)

Program Status Word (PSW)

Instruction Register (IR)

c

33
New cards

As one proceeds down the memory hierarchy (from inboard memory to offline storage), which of the following conditions is correct? *

1/1

Decreasing capacity

Decreasing access time

Decreasing cost per bit

None of the other choices

c

34
New cards

A CPU may have separate fech, decode and execute units, so that can carry out three steps of the three instructions in the same time is called: *

0/1

Superscalar

Pipeline

None of the other choices

Multicore

b

35
New cards

The ways that input/output can be done is? *

1/1

Interrupt

Busy waiting

All of the other choices

DMA (Direct Memory Access)

c

36
New cards

Which is not an example of a resource that is commonly space-multiplexed? *

0/1

CPU

Main memory

Video RAM

Hard drive

a

37
New cards

What part of the boot process determines whether the peripheral devices are working properly? *

0/1

ROM

CMOS

BIOS

POST

d

38
New cards

Information that must be saved prior to the processor transferring control to the interrupt handler routine includes: *

1/1

None of the other choices

PSW and Contents of processor registers

PSW and PC

PSW

c

39
New cards

Booting a general purpose computer involves the following steps except *

1/1

Execution of a ROM-based POST sequence

Loading the OS

Loading one or more bootstrap loaders

Loading the command interpreter

d

40
New cards

Which of the following statements about Electrically Erasable PROM (EEPROM) is correct? *

1/1

Can be erased and rewritten

Volatile

None of the other choices

Unprogrammable

a