study Flashcards
What is the function of an operating system?
It acts as an intermediary between computer users and computer resources.
A __________________ is an operating system in which one or more processes must be able to access the CPU.
real-time system
Which part of a hard disk drive is responsible for storing actual data?
platters
What is an advantage of solid-state drives (SSD) when compared to hard disk drives (HDD)?
faster data transfer
How do computers avoid burdening the main central processing unit (CPU) with programmed I/O (PIO)?
By offloading to a direct-memory-access (DMA) controller
What is the primary function of the file system interface?
To provide a way for the system to access and use files
Which motherboard component is used for support of slower onboard peripherals?
southbridge
Which chipset is a set of circuitry that provides support to the slower onboard peripherals?
southbridge
Which cache memory is the smallest but fastest?
L1
Which memory type is stored on a drive and is referred to as a paging file?
virtual RAM
Which memory type is characterized by its independence from the CPU’s external clock?
asynchronous DRAM
Which memory type shares a common clock signal with the computer’s system-bus clock?
synchronous DRAM
What is used by the operating system to hold its system code and other programs?
RAM random access memory
What is a fundamental building block of an operating system that keeps track of each process in memory, including whether to run it or wait for some event?
process control management
Which operating system uses the Bourne-Again shell (bash) scripting tool?
Linux
What is an example of a system call used by the POSIX API for POSIX-based systems running UNIX, Linux, and macOS?
Read()
Which cloud feature allows different types of clients and devices to access the resources?
broad network access
Which virtual machine tool involves testing out an application where files are not saved to the drive or memory and never affect the physical machine?
virtual sandbox
What is another term for a type 1 hypervisor?
bare metal hypervisor
Which type of network topology is cheap and easy to install but difficult to reconfigure?
bus
Which type of network hardware works at layer 2 and provides centralized connectivity?
switches
Which type of twisted pair cable can transmit data at speeds up to 10 Mbps?
Category 3
Which type of virus intends to make itself difficult to detect or analyze?
armored virus
Which type of virus exploits those applications that make use of a mini-basic programming language?
macro virus