OS - Module 1 Quiz 1

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

1/64

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.

65 Terms

1
New cards
Application Programs
Computer system components that define the ways in which the system resources are used to solve the computing problems of the users.
2
New cards
Caching
Copying information into faster storage system; main memory can be viewed as a last cache for secondary storage.
3
New cards
I/O Devices
Keyboards, mice, display screens, small printers are examples of ______________.
4
New cards
I/O Controller Hub or Southbridge or SoC
In computer organization, all integrated devices and low speed devices are placed in a single chip called_______
5
New cards
Mainframe Systems
A system that reduces setup time by batching similar jobs
6
New cards
Quadword or QWord or Word
It pertains to computer architecture unit of data that is 64 bits in size.
7
New cards
Hard Disk Drives
A rigid metal or glass platters covered with magnetic recording material
8
New cards
Ready Queue
A set of all processes residing in main memory, ready and waiting to execute
9
New cards
Main Memory
The only large storage media that the CPU can access directly
10
New cards
System bus or data bus
Data fetched from the memory and moved into the CPU traverses via ________.
11
New cards
kernel
The one program running at all times
12
New cards
Multitasking or Timesharing
A system where the CPU is multiplexed among several jobs that are kept in memory and on disk (the CPU is allocated to a job only if the job is in memory)
13
New cards
Address Memory or Logical Address or Virtual Address
It pertains to an address of the application inside the operating system which can be used to connect to any other application on any platform.
14
New cards
virtual machine manager
A virtualization model where the virtual machine is running on top of the host operating system.
15
New cards
system call
It pertains to a request for operating system service
16
New cards
job queue
It pertains to a set of all processes in the system
17
New cards
DMA or Direct Access Memory Stucture
Used for high-speed I/O devices able to transmit information at close to memory speeds without CPU intervention
18
New cards
Secondary Storage
Extension of main memory that provides large nonvolatile storage capacity
19
New cards
dII or .dll or dynamic link-library or .sys
Device drivers are usually made up of __________________ file type.
20
New cards
plug and play
It is one with a specification that facilitates the discovery of a hardware component in a system without the need for physical device configuration or user intervention in resolving resource conflicts.
21
New cards
Emulation
It pertains to operating system implementation that can allow an OS to execute on a non-native hardware.
22
New cards
User Mode
The execution done on behalf of a user
23
New cards
thread of execution or thread
It is the smallest sequence of programmed instructions that can be managed independently by a scheduler.
24
New cards
Memory Management
An OS features where the system must allocate the memory to several jobs
25
New cards
Memory bus
In computer organization, the read or write operations of the computer systems traverses via
26
New cards
Symmetric multiprocessing or SMP
A parallel system where each processor runs and identical copy of the operating system.
27
New cards
personal computer
Computer system dedicated to a single user
28
New cards
Real-time Systems
A computer system that often used as a control device in a dedicated application such as controlling scientific experiments, medical imaging systems, industrial control systems, and some display systems.
29
New cards
**Asymmetric Multiprocessing**
A parallel system where each processor is assigned a specific task; master processor schedules and allocated work to slave processors.
30
New cards
accumulator or memory
In computer architecture, this is where the results of the operations are being stored.
31
New cards
Monitor Mode
The execution done on behalf of operating system
32
New cards
Interrupt or Interrupt request
It refers to a signal coming from an input/output devices to temporarily halt CPU execution
33
New cards
Processes or tasks
WIndows : Threads | Linux : ___________
34
New cards
Northbridge or System Controller or Microprocessor
In computer organization, high speed devices are placed in a single chip called
35
New cards
CPU Scheduling
An OS features where the system must choose among several jobs ready to run.
36
New cards
Interrupt Request
A hardware signal sent to the processor that temporarily stops a running program and allows a special program.
37
New cards
Trap
A software-generated interrupt caused either by an error or a user request
38
New cards
Parallel Systems or Tightly-Coupled Systems ??
A computer system where there are multiprocessor systems with more than on CPU in close communication
39
New cards
Context Switch
What term best describe when CPU switches to another process, the system must save the state of the old process and load the saved state for the new process
40
New cards
Ready
A process state where it is waiting to be assigned to a CPU
41
New cards
Hardware
Computer system components that provides basic computing resources.
42
New cards
RAM or Main Memory or DRAM or CPU
In computer organization, when an code is being executed, it is being fetched from the memory and loaded into
43
New cards
Pipes or Shared Memory??
It serves as a raceway allowing two running programs to communicate with each other.
44
New cards
Signal
Windows OS: Interrupt | Unix : __________
45
New cards
Bus or Port Number or Interrupt number
It is a number assigned to every peripheral that is being used to communicate with the CPU.
46
New cards
Users
Computer system components that refers to people, machines, other computers.
47
New cards
Distributed Sytems
A computer system that distributes the computation among several physical processors.
48
New cards
Handheld Systems or Mobile
A computer system that pertains to PDAs and Cellular telephones
49
New cards
Program Counter
It is a storage that currently holds the address of the intruction currently being executed
50
New cards
PowerShell
What do you call a Windows Operating system equivalent to bourne shell?
51
New cards
Connection-Oriented

Connectionless

Multicast Socket
Which of the following are characteristics of a JAVA ports?

Connection-Oriented

Connectionless

Multicast Socket

Best Effort

Reliable

Brute Force
52
New cards
code

data

files
Which of the following are shared among multiple threaded processes?

code

data

files

registers

Program Counter

stack
53
New cards
registers

Program Counter

stack
Which of the following are unique among multiple threaded processes?
54
New cards
job
The term used interchangeably with process.
55
New cards
orphan
If a parent process is closed without invoking the wait() function, the process is called
56
New cards
Stubs
It's a client-side proxy for the server's real process.
57
New cards
Linux

Unix

MAC OS X
PThreads are usually used by which Operating Systems?

Linux

Unix

MAC OS X

Android

IOS

Windows
58
New cards
Ports

RPC

IP
Which of the following pertains to communications in a Client-Server network systems?

Ports

RPC

IP

MAC

Protocols
59
New cards
direct

synchronous

explicit buffering
Which of the following includes local implementation of communication link?

direct

synchronous

explicit buffering

network

shared memory

hardware bus
60
New cards
Parallelism
It indicates that a machine can accomplish many things at a time
61
New cards
POSIX Pthreads

Windows Threads

Java Threads
Which of the following are performed by a user-level threads libraries

\
POSIX Pthreads

Windows Threads

Java Threads

MAC OS X

Threads Linux Threads

IOS Threads
62
New cards
loopback
It refers to an Internet Protocol Address on which the system process is running
63
New cards
rendezvous
If both transmit and reception are blocking in process synchronization, it is called
64
New cards
network

shared memory

hardware bus
Which of the following includes physical implementation of communication link?

\
direct

synchronous

explicit buffering

network

shared memory

hardware bus
65
New cards
Monitor Mode or Main Mode
It is also known as kernel mode or system mode"