Operating Systems Fundamentals Lesson 2 Flashcards
(45 cards)
What type of user interface did IBM PCs running MS-DOS have?
Command Line
In the OS boot procedure, which step occurs after the CPU starts?
The CPU executes the firmware startup routines
Which feature of modern CPUs help prevent user applications from accessing memory used by the operating system or other processes?
memory manager
The code that exchanges information with hardware devices is referred to as which of the following?
device driver
Which of the following is created by a device to get the CPU’s attention when a device has input or output data that is ready to process?
interrupt
Which type of modern computer system is most likely to run a single-tasking OS?
embedded system
Which of the following features is the least likely to be installed on a computer in which the primary role it will play in the network is a client?
clustering
Where is the UEFI most likely to be stored on a modern computer?
flash memory
Which of the following does NOT require a device driver to be installed in the OS?
installing additional RAM
Where is the BIOS configuration data stored?
CMOS
Which computer is most likely to run a cooperative multitasking operating system?
a 16-bit desktop computer built in 1992
Which OS component performs the job of managing interrupt handlers and device drivers?
kernel
You are testing out a new multitasking operating system. In your testing, you find that some applications are not getting sufficient CPU time while other applications are getting more than enough CPU time. Which component is responsible for determining how much CPU time each application gets?
kernel
Which type of computing device is designed to perform a specific task such as controlling a refrigerator, and has less than 64 KB of RAM?
embedded system
Which of the following is one of the tasks performed by a computer’s BIOS?
POST
On a preemptive multitasking system, what event can occur to preempt a running process and allow a new process to get control of the CPU?
TIME SLICE EXPIRATION
Which of the following is a service most likely provided by a server OS?
directory service
You are a computer consultant called in to a manufacturing plant. The plant engineer needs a system to control their assembly line that includes robotic arms and conveyors. Many sensors are used and precise timing is required to manufacture the product. Of the following choices, which OS would you recommend to be used on the computing system that controls the assembly line and why?
LynxOS because it is an RTOS
You are listening to music on an old smartphone and you switch to the web browser app which causes your music to stop playing. What type of OS is most likely installed on the smartphone?
single-tasking
Which of the following is a program that runs in the background and does not have a user interface?
Service
What is a computer and their tasks?
A computer is a machine that can perform certain tasks:
–Stores data
–Interacts with devices
–Executes programs
OPERATING SYSTEM FUNDAMENTALS
A computer’s functions and features can be broken down into three basic tasks
all computers perform:
− Input
− Processing
− Output
• The functions above involve some type of computer hardware
− But the hardware is controlled and coordinated by the operating system (OS)
What is an OS?
An OS is a specialized computer program that provides store management, user interface, process and service management.
What is user interface?
User interface – the user interface provides a method for users to interact
with the computer