Shared Flashcard Set

Details

Ch 5 OS
Operating Systems
104
Computer Science
11th Grade
10/17/2013

Additional Computer Science Flashcards

 


 

Cards

Term
Multi-User
Definition
Two or more users have individual accounts that allow them to work with programs and peripheral devices at the same time.
Term
Multitasking
Definition
The computer is capable of operating multiple applications at the same time.
Term
Multiprocessing
Definition
The operating system can support two or more CPUs.
Term
All computers rely on an OS to provide
Definition
the interface for the interaction between users, applications, and hardware.
Term
All operating systems perform the same four basic functions:
Definition
Control hardware access Manage files and folders Provide a user interface Manage applications
Term
To access and communicate with each hardware component, the OS uses a program called
Definition
a device driver.
Term
Assigning system resources and installing drivers are performed with a
Definition
plug-and-play (PnP) process
Term
If the OS cannot locate a device driver
Definition
a technician must install the driver manually either by using the media that came with the device or downloading it from the manufacturer’s website.
Term
The OS creates a file structure on the ______ to store data
Definition
the hard disk drive
Term
(CLI)
Definition
Command-line interface
Term
(GUI)
Definition
Graphical user interface
Term
The OS locates an application and loads it into the
Definition
RAM of the computer
Term
Applications are _______
Definition
software programs, such as word processors, databases, spreadsheets, and games.
Term
There are two distinct types of operating systems:
Definition
desktop and network.
Term
A desktop operating system is intended for use in
Definition
a small office, home office (SOHO) environment with a limited number of users.
Term
A network operating system (NOS) is designed for
Definition
a corporate environment serving multiple users with a wide range of needs.
Term
A desktop OS has the following characteristics:
Definition
Supports a single user
Runs single-user applications
Shares files and folders on a small network with limited security
Term
most commonly used desktop operating systems fall into three groups:
Definition
Microsoft Windows, Apple Mac OS, and Linux.
Term
A NOS contains additional features to increase
Definition
functionality and manageability in a networked environment
Term
A NOS has the following characteristics:
Definition
Supports multiple users
Runs multi-user applications
Provides increased security compared to desktop operating systems
Term
examples of network operating systems:
Definition
Windows Server
Red Hat Linux
Mac OS X Server
Term
Before recommending an OS to a customer
Definition
investigate the types of applications that the customer will be using and whether new computers will be purchased.
Term
To make an OS recommendation, a technician must
Definition
review budget constraints, learn how the computer will be used, and determine which types of applications will be installed.
Term
Windows 7 and Windows Vista have an online Compatibility Center that allows technicians to check
Definition
compatibility of both software and hardware
Term
(HCL)
Definition
Hardware Compatibility List
Term
When newer versions of an OS are released, support for older versions is
Definition
eventually withdrawn
Term
When changing Windows OS's, to transfer old files use:
Definition
User State Migration Tool
Term
When migrating computers, to transfer old files and settings use (on Windows OS):
Definition
Windows Easy Transfer
Term
You might have to perform a clean installation of an OS. Perform a clean install in the following situations:
Definition
When a computer is passed from one employee to another
When the OS is corrupt
When the primary hard drive is replaced in a computer
Term
A hard drive is divided into specific areas called
Definition
partitions
Term
Primary partition
Definition
This primary partition containing the operating system files is usually the first partition. There can be up to four primary partitions per hard drive. A primary partition cannot be subdivided into smaller sections.
Term
Active partition
Definition
The OS uses the active partition to boot the computer. Only one primary partition per disk can be marked active. In most cases, the C: drive is the active partition and contains the boot and system files. Some users create additional partitions to organize files or to be able to dual-boot the computer.
Term
Extended partition
Definition
The extended partition normally uses the remaining free space on a hard drive or takes the place of a primary partition. There can be only one extended partition per hard drive, but it can be subdivided into smaller sections called logical drives.
Term
Logical drive
Definition
A logical drive is a section of an extended partition. It can be used to separate information for administrative purposes
Term
Basic disk
Definition
A basic disk (the default) contains primary and extended partitions, as well as logical drives. A basic disk is limited to four partitions.
Term
Dynamic disk
Definition
A dynamic disk has the ability to create volumes that span across more than one disk. The size of the partitions can be changed after they have been set. Free space can be added from the same disk or a different disk, allowing a user to efficiently store large files. After a partition has been extended, it cannot be shrunk without deleting the entire partition.
Term
Formatting
Definition
This process prepares a file system in a partition for files to be stored.
Term
Sector
Definition
A sector contains 512 bytes.
Term
Cluster
Definition
A cluster is also called a file allocation unit. It is the smallest unit of space used for storing data. It is made up of one or more sectors.
Term
Track
Definition
A track is one complete circle that can contain data on one side of a hard drive platter. A track is broken into groups of sectors.
Term
Cylinder
Definition
A cylinder is a stack of tracks lined up one on top of another to form a cylinder shape.
Term
The first phase of the installation process
Definition
partitions and formats the hard drive
Term
Format Process prepares the disk to
Definition
accept the new file system
Term
New Technology File System (NTFS)
Definition
Supports partition sizes up to 16 exabytes, in theory. NTFS incorporates more file system security features and extended attributes than the FAT file system.
Term
File Allocation Table, 32 bit (FAT32)
Definition
Supports partition sizes up to 2 TB or 2,048 GB. The FAT32 file system is used by Windows XP and earlier OS versions.
Term
The preferred file system type for a clean installation of Windows is
Definition
NTFS
Term
Files in the directory structure adhere to a Windows naming convention:
Definition
A maximum of 255 characters is allowed.
Characters such as a slash or a backslash (/ \) are not allowed.
An extension of three or four letters is added to the filename to identify the file type.
Filenames are not case sensitive.
Term
Startup Repair
Definition
Scans the hard drive for problems and automatically fixes missing or corrupt system files that prevent Windows from starting
Term
System Restore
Definition
Uses restore points to restore Windows system files to an earlier point in time
Term
System Image Recovery
Definition
Creates a system image that replicates the system drive that Windows requires to operate
Term
Windows Memory Diagnostic
Definition
Examines computer memory to detect malfunctions and diagnose problems
Term
Command Prompt
Definition
Opens a command prompt window where the bootrec.exe tool can be used to repair and troubleshoot startup issues for Windows.
Term
(POST)
Definition
Power On Self Test
Term
After POST,
Definition
the BIOS locates and reads the configuration settings that are stored in the CMOS memory
Term
Safe Mode
Definition
Starts Windows but only loads drivers for basic components, such as the keyboard and display.
Term
Safe Mode with Networking
Definition
Starts Windows as for Safe Mode, but also loads the drivers for network components.
Term
afe Mode with Command Prompt
Definition
Starts Windows and loads the command prompt instead of the GUI
Term
Last Known Good Configuration
Definition
Loads the configuration settings that were used the last time that Windows started successfully. It does this by accessing a copy of the registry that is created for this purpose.
Term
The folder C:\Windows\Fonts contains
Definition
the fonts installed on the computer
Term
When the Windows OS is installed, all files that are used to run the computer are located in the folder
Definition
C:\Windows\system32
Term
.docx
Definition
Microsoft Word (2007 and later)
Term
"R" attribute of a file
Definition
The file is read-only.
Term
"A" attribute of a file
Definition
The file will be archived the next time that the disk is backed up
Term
"S" attribute of a file
Definition
The file is marked as a system file, and a warning is given if an attempt is made to delete or modify the file.
Term
"H" attribute of a file
Definition
The file is hidden in the directory display.
Term
Shadow Copy is a feature of Windows Operating Systems that
Definition
automatically creates backup copies of files and data on a hard drive
Term
Shake
Definition
Minimize all windows that are not being used by clicking the title bar of one window and shaking the mouse. To maximize the windows again, click the title bar of the visible window and shake the mouse.
Term
Peek
Definition
View the icons and gadgets on the desktop by pointing the mouse at the right edge of the taskbar to make all windows transparent.
Term
Snap
Definition
Resize a window by dragging it to one of the edges of the screen. Dragging the window to the left edge of the desktop fits the window to the left half of the screen. Dragging the window to the right edge of the desktop fits the window to the right half of the screen. Dragging the window to the top edge of the desktop maximizes the window to fill the entire screen
Term
Task Manager:Applications
Definition
This tab shows all running applications. From this tab, you can create, switch to, or close any applications that have stopped responding using the buttons at the bottom.
Term
Task Manager:Processes
Definition
This tab shows all running processes. A process is a set of instructions started by the user, a program, or the OS. From this tab, you can end processes or set process priorities.
Term
Task Manager:Services
Definition
This tab shows the available services, including their operational status.
Term
Task Manager:Performance
Definition
This tab shows the CPU and page file usage.
Term
Task Manager:Networking
Definition
This tab shows the usage of all network adapters.
Term
Task Manager:Users
Definition
This tab shows all users that are logged on the computer. From this tab, you can disconnect remote users or log off local users.
Term
The Computer Management console provides access to a number of utilities, including:
Definition
Task Scheduler
Event Viewer
Shared Folders
Local Users and Groups
Performance
Device Manager
Disk Management
Term
(COM)
Definition
Component Object Model
Term
(ODBC)
Definition
Open Database Connectivity
Term
Data Sources is an administrative tool used by administrators to
Definition
manage, add, or remove data sources
Term
The Performance Monitor console has two distinct parts:
Definition
the System Monitor and Performance Logs and Alerts
Term
Performance Logs and Alerts allows you to
Definition
record the performance data and configure alerts
Term
defragmentation
Definition
consolidates files for faster access
Term
disk error checking
Definition
scans the hard drive for file structure errors
Term
Administrators can use the System Information tool
Definition
to collect and display information about local and remote computers
Term
System Information tool quickly finds information about
Definition
software, drivers, hardware configurations, and computer components
Term
Technicians can use Remote Desktop and Remote Assistance to
Definition
repair and upgrade computers
Term
HomeGroup
Definition
A homegroup is a network setting that allows users to share files and folders easily on a home network
Term
Action Center
Definition
Action Center replaces the Security Center that is found in XP and Vista
Term
Windows Defender
Definition
an antispyware program that scans the operating system for unwanted software that might pose a security threat
Term
The Troubleshooting utility, shown in Figure 3, allows you to troubleshoot problems within the following categories:
Definition
Programs
Hardware and Sound
Network and Internet
Appearance and Personalization
System and Security
Term
CMD
Definition
Used to execute command-line programs and utilities
Term
DXDIAG
Definition
Displays details for all DirectX components and drivers that are installed in a computer
Term
EXPLORER
Definition
Opens Windows Explorer
Term
MMC
Definition
allows you to organize management tools, called snap-ins, in one location for easy administration
Term
MSCONFIG
Definition
Opens the System Configuration Utility. Use MSCONFIG when the computer boots but does not load Windows correctly
Term
MSINFO32
Definition
Displays a complete system summary of the computer, including hardware components and software information
Term
MSTSC
Definition
Opens Remote Desktop Connection
Term
NOTEPAD
Definition
Opens the Notepad Utility
Term
REGEDIT
Definition
Opens the Registry Editor utility
Term
hypervisor, or Virtual Machine Manager
Definition
The software that creates and manages a virtual machine on a host machine
Term
(VMM)
Definition
Virtual Machine Manager
Term
The number of virtual machines that can be made available depends on the
Definition
host machine’s hardware resources
Term
A Type 1 hypervisor runs
Definition
directly on the hardware of a host and manages the allocation of system resources to guest operating systems
Term
A Type 2 hypervisor is hosted by an
Definition
OS
Supporting users have an ad free experience!