Process Control Block is also known as task control block. (True or False)
True
What is a program or system software that acts as an interface between the user and the computer hardware and controls the execution of all kinds of programs.
Operating System (OS)
Which is not an example of system software?
Group of answer choices
NotePad
MS word
Windows 10
Linux
MS word
Which is not an example of storage device? Group of answer choices
Keyboard
RAM
ROM
Hard Disk
Keyboard
CPU, memory and I/O devices, provides the basic computing resources.
Computer hardware
Are used to solve the computing problems of the users such as word processors, games and business programs.
Application programs
Who utilize a computer or network service trying to solve different problems.
Users
These controls and coordinates the use of the hardware among the various application programs for the various users.
Operating Systems
This refers to a non-interactive user interface, where the user specifies all the details of the batch job in advance. To speed up processing, jobs with similar needs are batched together and run as a group.
Graphical User Interface
Batch Operating System (BOS)
Command Line Interface
Menu-based Interface
Batch Operating System (BOS)
Time-sharing Operating System
Windows 10 is an example of hand-held operating system. (True or False)
False (Time-Sharing)
This runs on a server and provides the server the capability to manage data, users, groups, security, applications, and other networking functions.
It’s primary purpose is to allow shared file and printer access among multiple computers in a network.
Network Operating System (NOS)
This uses MULTIPLE central processors to serve multiple real-time applications and multiple users.
Also known as LOOSELY coupled systems or distributed systems.
Distributed Operating System
UNIX is an example of Network OS. (True or False)
True
Cloud computing is an example of distributed system. (True or False)
True
It is an OS intended to serve real-time systems/applications that process data as it comes in, mostly without buffer delay.
These are used when there are time requirements or constraints like missile systems
Real-time Operating System (RTOS)
In computer system organization, one or more CPUs, device controllers connect through common ____ providing access to shared memory.
Group of answer choices
node
bus
data
link
bus
It is a signal created and sent to the CPU that is caused by some action taken by a hardware device.
Hardware interrupt
It is a signal emitted by hardware or software when a process or an event needs immediate attention.
Group of answer choices
Disturb
Interrupt
Buffer
Link
Interrupt
It is a signal created and sent to the CPU that is caused by some action taken by a software.
It arises due to illegal and erroneous use of an instruction or data
Software Interrupt
The operating system preserves the state of the CPU by storing registers and the program counter.
Interrupt Handling
Dual-mode operation allows OS to protect itself and other system components. (True or False)
True
A type of interrupt handling in which the OS sends signal to each devices asking if they have a request.
Polling
A type of interrupt handling in which the requesting device sends interrupt to the operating system
Vectored interrupt system