Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
118 Cards in this Set
- Front
- Back
system software
|
All the software used to operate and maintain a computer system, including the operating system and utility programs.
|
|
end-user
|
The people that use computers.
|
|
operating system (OS)
|
A program that integrates and controls the computer's internal functions and provides a user interface.
|
|
application software
|
Programs that enable you to do something useful with the computer, such as writing or accounting (as opposed to utilities, which are programs that help you maintain the computer).
|
|
business application software suites
|
LOOK UP
|
|
graphical user interface (GUI)
|
An interface between the operating system and the user. Graphical user interfaces are the most popular of all user interfaces but also require the most system resources.
|
|
window
|
A rectangular box on the user's monitor in which application software is presented.
|
|
ribbon
|
A GUI element composed of a strip across the top of the window that exposes all functions the program can perform in a single place.
|
|
word processing program
|
An office application that enables the user to create, edit, format, and print textual documents.
|
|
spreadsheet
|
A program that processes information in the form of tables. Table cells can hold values or mathematical formulas.
|
|
cell
|
In a spreadsheet, a rectangle formed by the intersection of a row and a column in which you enter information in the form of text (a label) or numbers (a value).
|
|
formula
|
In a spreadsheet program, a mathematical expression embedded in a cell that can include cell references. The cell displays the formula's result.
|
|
function
|
In spreadsheet programs such as Microsoft Excel, one of the two basic types of formulas (along with mathematic expressions). In a function, operations can be performed on multiple inputs.
|
|
database
|
A collection of information stored in an organized way.
|
|
database management system (DBMS)
|
An application that enables users to create databases that contain links from several files. Database management systems that contain links from several files. Database management systems are usually more expensive than file management programs.
|
|
data warehouse
|
A very large database, containing as many as a trillion data records, that stores all of a firm's data and makes this data available for exploratory analysis (called data mining).
|
|
corporate memory
|
Data warehousing allows businesses to store their history in relational databases. LOOK UP.
|
|
presentation software
|
Programs that are used to display information typically in a slide show.
|
|
sharing information
|
LOOK UP
|
|
copy and paste
|
Allows the user to highlight or select an area in the budget spreadsheet, copy the information into memory, switch to the proposal document, and then paste it in the desired area.
|
|
object linking and embedding (OLE)
|
Object embedding is static, object linking is dynamic.
|
|
specialized application software
|
LOOK UP
|
|
image editor
|
A sophisticated paint program for editing and transforming complex bitmapped images, such as photographs.
|
|
raster graphics
|
Images formed by a pattern of tiny dots, each of which corresponds to a pixel on the computer's display. Also called bitmapped graphics.
|
|
vector graphic
|
An image composed of distinct objects, such as lines or shapes, that may be moved or edited independently. Each object is described by a complex mathematical formula.
|
|
web authoring application software
|
LOOK UP
|
|
WYSIWYG
|
Acronym for "What You See Is What You Get" interface.
|
|
enterprise resource planning (ERP)
|
Enterprise software that brings together various enterprise functions, such as manufacturing, sales, marketing, and finance, into a single computer system.
|
|
collaborative application software
|
LOOK UP
|
|
system software
|
All the software used to operate and maintain a computer system, including the operating system and utility programs.
|
|
firmware
|
LOOK UP
|
|
starting the computer
|
One of the five basic functions of an operating system in which a computer loads the operating system into the computer's RAM.
|
|
booting
|
The process of loading the operating system to memory.
|
|
cold boot
|
A system start that involves powering up the computer. Compare with warm boot.
|
|
warm boot
|
To restart a computer that is already operating.
|
|
basic input/output system (BIOS)
|
Read-only memory (ROM) built into the computer's memory that contains the instructions needed to start the computer and work with input and output devices.
|
|
registry
|
1. A database that contains information about installed peripherals and software. 2. In Microsoft Windows, an import system file that contains configuration settings that Windows requires in order to operate.
|
|
system utilities
|
Programs such as speaker volume control and antivirus software that are loaded by the operating system.
|
|
authenticates / authentication
|
In computer security, a method of preventing unauthorized users from accessing a computer system, usually by requesting a password.
|
|
log in
|
To authenticate yourself as a user with a valid account and usage privileges on a multiuser computer system or a computer network. To log in, you supply your user name and password. Also called log on.
|
|
profile
|
In a consumer-oriented operating system such as Windows 98, a record of a user's preferences that is associated with a user name and password. If you set up two or more profiles, users can see their own preferences. However, profiles do not prevent users from accessing and overwriting each others' files. Compare with account.
|
|
administering application software
|
LOOK UP
|
|
random access memory (RAM)
|
Another name for the computer's main working memory, where program instructions and data are stored to be easily accessed by the central processing unit through the processor's high-speed data bus. When a computer is turned off, all data in RAM is lost.
|
|
multitasking
|
In operating systems, the capability to execute more than one application at a time. Multitasking shouldn't be confused with multiple program loading, in which two or more applications are present in random access memory (RAM) but only one executes at a time.
|
|
memory management
|
LOOK UP
|
|
virtual memory
|
A means of increasing the size of a computer's random access memory (RAM) by using part of the hard disk as an extension of RAM.
|
|
page
|
In virtual memory, a fixed size of programs instructions and data that can be stored on the hard disk to free up random access memory.
|
|
swap file
|
In virtual memory, a file on the hard disk used to store pages of virtual memory information.
|
|
device driver
|
A program file that contains specific information needed by the operating system so that a specific brand or model of device will function.
|
|
interface
|
A means of connecting two dissimilar computer devices. An interface has two components, a physical component and a communications standard, called a protocol. The physical component provides the physical means for making a connection, while the protocol enables designers to design the devices so that they can exchange dta with each other. The computer's standard parallel port is an example of an interface that has both a distinctive physical connector and a defining, standard protocol.
|
|
utilities
|
Programs, such as file management and file finder, that provide a necessary addition to an operating system's basic system-management tools.
|
|
user interface
|
The part of system software that interacts with the user.
|
|
desktop
|
The portion of the graphical user interface (GUI) that appears after the operating system finishes loading into memory.
|
|
icon
|
In a graphical user interface (GUI), a small picture that represents a program, a data file, or some other computer entity or function.
|
|
window
|
LOOK UP
|
|
maximize
|
To enlarge a window so that it fits the entire screen.
|
|
minimize
|
To reduce the size of a window so that it appears only as an icon or an item on the taskbar.
|
|
restore
|
To return a window to its size and position before it was maximized.
|
|
active window
|
LOOK UP
|
|
menu
|
The list of words, such as file, edit, and view, signifying categories of tasks that can be accomplished within an application.
|
|
toolbar
|
In a graphical user interface (GUI), a bar near the top of the window that contains a row of graphical buttons. These buttons provide quick access to the most frequently used program commands.
|
|
folder
|
A graphical representation of a directory. Most major operating systems display directories as though they were file folders.
|
|
standardization
|
LOOK UP
|
|
ease of use
|
LOOK UP
|
|
safety
|
LOOK UP
|
|
file management system / file management program
|
An application that enables users to create customized databases and store in and retrieve data from those databases.
|
|
filename
|
A unique name given to a stored file.
|
|
modification date
|
LOOK UP
|
|
file type
|
LOOK UP
|
|
file size
|
LOOK UP
|
|
system software utilities / system utilities
|
Programs, such as file management and file finder, that provide a neccessary addition to an operating system's basic system-management tools.
|
|
defragmentation
|
LOOK UP
|
|
tracks
|
The concentric circular bands on a hard disk. Data is recorded in the tracks, which are divided into sectors to help keep track of where specific files are located.
|
|
sector
|
A pie-shaped wedge of the concentric tracks encoded on a disk during formatting. Two or more sectors combine to form a cluster.
|
|
backup utilities
|
LOOK UP
|
|
complete backup
|
LOOK UP
|
|
incremental backup
|
The process of copying files that have changed since the last full backup to a backup medium, such as a tape cartridge.
|
|
antivirus utilities
|
Programs that help you maintain the computer.
|
|
signature
|
LOOK UP
|
|
system update
|
LOOK UP
|
|
patches
|
LOOK UP
|
|
network / computer network
|
A group of two or more computer systems linked together to enable communications by exchanging data and sharing resources.
|
|
client
|
In a client/server network, a program that runs on users' computers and enables them to access a certain type of data. 2. On a computer network, a program capable of contacting the server and obtaining needed information.
|
|
server
|
A computer dedicated to providing information in response to external requests.
|
|
peripheral
|
A device connected to and controlled by a computer, but external to the computer's central processing unit.
|
|
node
|
In a LAN, a connection point that can create, receive, or repeat a message.
|
|
economics
|
LOOK UP
|
|
software
|
One of two basic components of a computer system (the other is hardware). Software includes all the instructions that tell the computer what to do.
|
|
collaboration
|
A method of mutual learning between two or more people who are working together towards a common goal.
|
|
back up
|
LOOK UP
|
|
Internet
|
An enormous and rapidly growing system of linked computer networks, worldwide in scope, that facilitates data communication services such as remote logon, file transfer, electronic mail, the World Wide Web, and newsgroups. Relying on TCP/IP, the Internet assigns every connected computer a unique Internet address (called an IP address) so that any two connected computers an locate each other on the network and exchange data.
|
|
building a computer network
|
LOOK UP
|
|
network interface controller
|
LOOK UP
|
|
MAC address
|
LOOK UP
|
|
network cables
|
LOOK UP
|
|
hub
|
In a local area network (LAN), a device that connects several workstations and enables them to exchange data.
|
|
Transmission Control Protocol (TCP)
|
One of two basic Internet protocols (the other is Internet Protocol, IP). TCP is the protocol (standard) that permits two Internet-connected computers to establish a reliable connection. TCP ensures reliable data delivery with a method known as Positive Acknowledgment with Re-transmission (PAR). The computer that sends the data continues to do so until it receives a confirmation from the receiving computer that the data has been received intact.
|
|
Internet Protocol (IP)
|
One of two Internet standards (the other is the Transmission Control Protocol, TCP). IP defines the standard that describes how an Internet-connected computer should break data down into packets for transmission across the network, and how those packets should be addressed so that they arrive at their destination. IP is the connectionless part of the TCP/IP protocols.
|
|
User Datagram Protocol (UDP)
|
LOOK UP
|
|
network operating system (NOS)
|
The software needed to enable data transfer and application usage over a local area network (LAN).
|
|
network administrator (sometimes called network engineers)
|
Computer professionals who install, maintain, and support computer networks, interact with users, handle security, and troubleshoot problems.
|
|
network topology
|
The physical layout of a local area network (LAN), such as a bus, star, or ring topology, that determines what happens when, for example, two workstations try to access the LAN or transmit data simultaneously.
|
|
bus topology
|
The physical layout of a local area network that does not use a central or host computer. Instead, each node manages part of the network, and information is transmitted directly from one computer to another.
|
|
star topology
|
The physical layout of a local network in which a host computer manages the network.
|
|
ring topology
|
The physical layout of a local network in which all nodes are attached in a circle, without a central host computer.
|
|
local area network (LAN)
|
A computer network that connects computers in a limited geographical area (typically less than one mile) so that users can exchange information and share hardware, software, and data resources.
|
|
campus area network (CAN)
|
LOOK UP
|
|
metropolitan area network (MAN)
|
LOOK UP
|
|
wide are network (WAN)
|
LOOK UP
|
|
peer to peer networks (P2P)
|
LOOK UP
|
|
network security
|
LOOK UP
|
|
password
|
A unique word that a user types to log on to a system. Passwords should not be obvious and should be changed frequently.
|
|
strong password
|
LOOK UP
|
|
Web browsing
|
LOOK UP
|
|
e-mail
|
Electronic mail; messages sent and received through the use of a computer network.
|
|
instant messaging (IM) system
|
Software program that lets you know when a friend or business associate is online. You can then contact this person and exchange messages and attachments.
|
|
permissions
|
LOOK UP
|
|
firewall
|
A program that permits an organization's internal computer users to access the Internet but places severe limits on the ability of outsiders to access internal data.
|