Application Bars, API and Software

Unlock all answers in this set

Unlock answers
question
App Bars
answer
Bars that float above the screen and that contain applications such as the Tabs bar and the Address bar; a new feature of Internet Explorer 10.
question
Application Programming Interface (API)
answer
A set of software routines that allows one software system to work with another.
question
Application Software
answer
The set of programs on a computer that helps a user carry out tasks such as word processing, sending e-mail, balancing a budget, creating presentations, editing photos.
question
Authentication
answer
The process of identifying a computer user, based on a login or username and password. The computer systems determines whether the computer user is authorized and what level of access is to be granted on the network.
question
Basic Input/Output System (BIOS)
answer
A program that manages the data between a computers operating system and all the input and output devices attached to the computer; also responsible for loading the operating system (OS) from its permanent location on the hard drive to random access memory (RAM).
question
Boot Process
answer
The process for loading the operating system (OS) into RAM when the computer is turned on.
question
Charms
answer
Special shortcuts for performing common tasks, such as searching or sharing information, created for Windows 8.
question
Cluster
answer
The smallest increment in which data is stored on hard disks; hard disks are divided into tracks, then wedges,then sectors, then clusters.
question
Command-Driven Interface
answer
Interface between user and computer in which the user enters commands to communicate with the computer system.
question
Device Driver
answer
Softest that facilities the communication between a device and its operating system or between a network adapter and a servers operating system and the operating systems of the computer in which the adapter is installed.
question
Directory
answer
A hierarchical structure that include files, folders, and drive used to create a more organized and efficient computer.
question
Disk Cleanup
answer
A Windows utility that removes unnecessary files from the hard drive.
question
Disk Defragmenting
answer
A utility that regroups related pieces of files on the hard drive, enabling faster retrieved of the data.
question
Distributions (distros)
answer
Linux download packages.
question
Error-Checking
answer
A Windows utility that checks for the lost files and fragments as well as physical errors on a hard drive.
question
Event
answer
The result of an action, such as a keystroke, mouse click, or signal to the printer, in the respective device to which the operating system responds.
question
Extension (file type)
answer
In a file name, the three letters that follow the user-supplied file name after the dot (.); the extension identifies what kind of family of files the file belongs to, or which application should be used to read the file.
question
File
answer
A collection of related pieces of information stored together for easy reference.
question
File Allocation Table (FAT)
answer
An index of all decor numbers that the hard drive stores in a table to keep track of which sectors hold which files.
question
File Compression Utility
answer
A program that takes out redundancies in a file in order to reduce the file size.
question
File Explorer
answer
The main tool for finding, viewing, and managing the contents of your computer by showing the location and contents of every drive,folder,and file; called Windows Explorer prior to Windows 8.
question
File History
answer
A Windows utility that automatically creates a duplicate of your libraries, desktop,contacts, and favorites and copies it to another storage device, such as an external hard drive.
question
File Management
answer
The process by which humans or computer software provide organizational structure to a computers contents.
question
File Name
answer
The first part of the label applied to a file; generally the name a user assigns to the file when saving it.
question
File Path
answer
The exact location of a file, starting with the drive in which the file is located and including all folders, subfolders (if any), the file name, and the extension (C:/Users/username/Documents/Illustration/EBronte.jpg).
question
Folder
answer
A collection of files stored on a computer.
question
Graphical User Interface (GUI)
answer
Unlike the command- and menu-driven interfaces used in earlier software, GUIs display graphics and use the point-and-click technology of the mouse and cursor, making them much more user friendly.
question
Interrupt
answer
A signal that tells the operating system that it's in need of immediate attention.
question
Interrupt Handler
answer
A special numerical code that prioritizes requests from various devices. These requests then are placed in the interrupt table in the computers primary memory.
question
Kernel (supervisor program)
answer
The essential component of the operating system that's responsible for managing the processor and all other components of the computer system. Because it stays in RAM the entire time the computer is powered on, the kernel is called memory resident.
question
Library
answer
Introduced with Windows 7, a folder that's used to display files from different locations as if they were all saved in a single folder, regardless of where they are actually stored in the file hierarchy.
question
Linux
answer
An open-source operating system based on UNIX. Because of the stable nature of this operating system, it's often used on web servers.
question
Mac OS
answer
The first commercially available operating system to incorporate a graphical user interface (GUI) with user-friendly point-and-click technology.
question
Menu-Driven Interface
answer
A user interface in which the user chooses a command from menus displayed on the screen.
question
Microsoft Account
answer
Where you log in and input your password on Windows 8 computer; allows multiple users to share a computer while maintaining access to individual setting and preferences.
question
Multitask
answer
The ability of an operating system to perform more than one process at a time.
question
Multiuser Operating System (network operating system)
answer
An operating system that enables more than one user to access the computer system at one time by efficiently juggling all the requests from multiple users.
question
Operating System (OS)
answer
The system software that controls the way in which a computer system functions, including the management of hardware, peripherals, and software.
question
Paging
answer
The process of swapping data or instructions that have been placed in the swap file for later use back into active RAM. The contents of the hard drives swap file then become less active data or instructions.
question
Path Separator
answer
The backslash mark () used by Microsoft Windows and DOS in file names. Mac files use a colon (:), and UNIX and Linux use the forward slash (/) as the path separator.
question
Pinning
answer
The process through which you choose which applications are visible on the Windows Start screen.
question
Platform
answer
The combination of a computers operating system and processor. The two most common platform types are the PC and the Apple.
question
Plug and Play (PnP)
answer
The technology that enables the operating system, once it is booted up, to recognize automatically any new peripherals and to configure them to work with the system.
question
Power-On Self-Test (POST)
answer
The first job the basic input/output system (BIOS) performs, ensuring that essential peripheral devices are attached and operational. This process consists of a test on the video card and video memory, a BIOS identification process, and a memory test to ensure memory chips are working properly.
question
Preemptive Multitasking
answer
When the operating system processes the task assigned a higher priority before a task that has been assigned a lower priority.
question
Real-Time Operating System (RTOS)
answer
A program with a specific purpose that must guarantee certain response times for particular computing tasks or else the machines application is useless. RTOS are found in many types of robotic equipment.
question
Recycle Bin
answer
A folder on a Windows desktop in which deleted files from the hard drive are helped until permanently purged from the system.
question
Refresh Your PC
answer
A new utility program in Windows 8 that attempts to diagnose and fix errors in your Windows system files that are causing your computer to behave improperly.
question
Registry
answer
A portion of the hard drive containing all the different configurations (settings) used by the Windows operating system as well as by other applications.
question
Root Directory
answer
The top level of the filling structure in a computer system. In Windows computers, the root directory of the hard drive is represented as C:.
question
Sector
answer
A section of a hard drive platter, wedge-shaped from the center of the platter to the edge.
question
Source Code
answer
The instructions programmers write in a higher-learning language.
question
UNIX
answer
An operating system originally conceived in 1969 by Ken Thompson and Dennis Ritchie of AT&Ts Bell Labs. In 1974, the UNIX code was rewritten in the standard programming language C. Today there are various commercial version of UNIX
question
Spooler
answer
A program that helps coordinate all print jobs being sent to the printer at the same time
question
Start Screen
answer
The first interaction you have with the Windows operating system and the pace where you begin your computing activities
question
Swap File (Page File)
answer
A temporary storage area on the operating system "swaps out" or moves the data or instructions from RAM that haven't recently been used. This process takes place when more RAM space is needed
question
System Files
answer
The main files of an operating system
question
System Restore
answer
A utility in Windows that restores system settings used for restoring your system to a prior point in time.
question
System Restore Point
answer
In Windows, a snapshot of your entire systems settings used for restoring your system to a prior point in time
question
System Software
answer
The set of programs that enables a computers hardware devices and application software to work together; it includes the operating system and utility programs
question
Taskbar
answer
In later versions of Windows operating systems, a feature that displays open and favorite applications for easy access
question
Task Manager
answer
A Windows utility that shows programs currently running and permits you to exit nonresponsive programs when you click End Task
question
Thrasing
answer
A condition of excessive paging in which the operating system becomes sluggish
question
Track
answer
A concentric circle that serves as a storage area on a hard drive platter
question
User Interface
answer
Part of the operating system that enables individuals to interact with the computer
question
Utility Program
answer
A small program that perform many of the general housekeeping tasks for the computer, such as system maintenance and file compression
question
Virtual Memory
answer
The space on the hard drive where the operating system stores data if there isn't enough RAM to hold all of the programs you're currently trying to run
question
Windows
answer
An operating system by Microsoft that incorporates a user-friendly, graphical interface
question
Windows 8
answer
Newest release of Microsoft operating system that provides, a new interface optimized for touchscreen devices
question
Windows 8 apps
answer
Application specifically designed to run in the Windows 8 interface; these apps are displayed full screen, without borders or controls
question
Windows 8 Interface
answer
New interface designed for Windows 8; features large type with clean, readable block images inspired by metropolitan service signs such as those found on bus stations and subways
question
Which of the following is NOT an example of a smartphone OS?
answer
Linux
question
You are most likely to find a real-time operating system (RTOS)
answer
In your automobile
question
Borrowing hard drive space to optimize RAM storage is known as
answer
Virtual memory
question
An example of an open source OS is
answer
Linux
question
If your computer can't store all the required OS data in RAM, it can use temporary file on the hard drive to store data. This is known as a _____.
answer
Swap
question
Each device attached to your computer needs a device driver to communicate with the OS
answer
True
question
The first step of the boot process is the power on self test (POST)
answer
False
question
Which of the following is NOT considered an accessibility utility?
answer
System restore
question
Apps specifically designed for Windows 8
answer
Run full screen
question
The Windows app used for file management is
answer
File Explorer
question
If you place a document from your C: drive in the Recycle Bin in Windows
answer
It remains on your hard drive until you empty the Recycle Bin
question
The _____ utility is used for detecting lost files and fragments of files on your hard drive
answer
Error-checking
question
You can terminate nonresponsive programs with Task Manager
answer
True
question
System restore points can only be created by Windows automatically on a regular schedule
answer
False
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New