2A Flashcards
A computer is composed of two main components:
hardware and software
Hardware is defined as what?
The physical part of the computer which does the work
Software is defined as what?
Software is a collection of data or instructions that tell the computer how to work
Software consists of lines of code written in one
of many programming languages. As such, it is easily _____ ___ _____.
easily modified as needed
A ____ ____ ____ is an example of hardware
Hard disk drive (HDD)
The file system and device drivers that make the hard disk drive useful are examples of ________.
software
A computer OS is an example of ______ _______.
system software
An operating system provides a platform for application software to run. It also provides the necessary _________ and ______ to make the
computer hardware operate.
instructions and drivers
Because the operating system is the bridge between the human user
and the computer hardware it determines the…?
quality of the overall user experience
What are the features expected of a modern OS?
GUI, command prompt, security, file system, networking, update, kernel, program execution
What does GUI stand for?
Graphical User Interface
Which feature of the OS is the following describing?
This is the desktop environment, window manager, language, icon set, character set, fonts, theme, task bar, application menu, etc., which the user directly interacts with via mouse, keyboard, and/or touch screen.
GUI
Which feature of the OS is the following describing?
This allows the user to input text-only commands to the computer with a keyboard.
Command Prompt
Which feature of the OS is the following describing?
The operating system uses password protection, file encryption, and limited privileges (user vs administrator) to control access to data and prevent unauthorized configuration changes.
Security
Which feature of the OS is the following describing?
The OS provides an orderly system for organizing data files within directories, subdirectories, folders, and so on. It also segregates user files from system files. Additionally, the OS expected to provide some sort of search function to make files and folders easy for users to locate as well as a GUI to make the file system easy for the user to navigate.
File System
Which feature of the OS is the following describing?
The OS is expected to provide network connectivity by incorporating all standard networking protocols (Ethernet, TCP/IP, etc.) as well as a suitable GUI for the user to configure and manage network connections
Networking
Which feature of the OS is the following describing?
Every modern OS provides a built-in mechanism to keep itself patched and up-to-date, typically over a network connection. Via a suitable GUI, the user can configure updates to occur automatically, or the user may retain full control of the update process.
Update
The ______ is the very core of the OS and loads first when the OS starts up.
kernel
The kernel provides the most basic level of ______ over all the computer’s hardware devices.
control
The primary responsibility of the kernel is computer resource management including:
- CPU control and access. The kernel decides which of the many running programs should be allocated to the CPU for processing at any given time.
- RAM allocation and access. The kernel allocates memory (RAM) to running programs.
- Input/Output (I/O) devices. I/O devices include disk drives, keyboard, printer, mouse, network adapters (NIC), and display hardware.
Which feature of the OS is the following describing?
The OS provides a compatible environment for user applications to run. The OS provides a connection between applications and hardware and acts as a bridge between applications and users.
Program Execution