• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/62

Click to flip

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;

62 Cards in this Set

  • Front
  • Back
What is the central processing unit (CPU)?
The control center of the computer system.
What are the two principle components of a CPU?
1. The Processor/chip
2. Primary Storage
What is the processor?
Interprets program instructions and coordinates input, output, and storage devices and performs arithmetic calculations.
What is primary storage?
Used to store program instructions and data until the program instructions can be executed.
What are the two components of primary storage?
1. random access memory (RAM)
2. read-only memory (ROM)
What is random access memory?
stores data temporarily while it is being processed.
What is read-only memory?
Permanently store data needed to power the computer
What are secondary storage devices? Examples?
A means to permanently store programs and data. Ex: hard drives, CD-ROM, magnetic tapes.
What are peripherals?
Devices that transfer data to or from the CPU but that do not take part in the actual processing of the data.
What are the two components of peripherals?
1. input devices
2. output devices
What are input devices? Examples?
Supply data to be processed. Ex: keyboards, mice, scanners, microphones.
What are output devices? Examples?
Transfer data from the processing unit to various output media. Ex: printers, speakers, monitors.
What is system software?
Programs that run the computer and support system management operations.
What is an Operating System?
Provides the interface between the user and the hardware. It defines what commands can be issued and how they are issued.
What is a Database Mgmt System (DBMS)?
A separate computer program that allows an organization to create new database and use and work with the data in the databases after the databases have been created. It also allows for maintenance.
What is a bit?
A binary digit (0 or 1) with which all computer data is stored.
What is a byte?
A byte is a group of normally 8 bits that can represent a letter or number. Also called a character.
What is a Field?
A group of bytes in which a specific data element such as an employee number or name is stored - vertical column.
What is a record?
A group of fields that represents the data that is being stored for a particular entity such as customer or an account receivable - horizontal row.
What is a file?
A collection of related records often arranged in some kind of sequence,such as a customer file made up of customer records and organized by customer number.
What is a database?
An integrated collection of data records and data files. It is comprised of nothing more than stored data.
What is database development?
Procedure where a DBA uses the DBMS to create a new, empty database.
What is a database query?
The process where end users can retrieve specific data or info from the database by running a query.
What are the two components of database maintenance?
1. Effectiveness-function properly
2. Efficiency-working fast enough
What are the five types of databases?
1. operational databases
2. analytical databases
3. data warehouses
4. distributed databases
5. end-user databases
What is a data warehouse?
Stores data from current and previous years often from both operational and mgmt databases - data mart.
What are the advantages of a DBMS?
1. reduction of data redundancy and inconsistency
2. potential for data sharing
3. data independence
4. data standardization
5. improved data security
6. expanded data fields
7. enhanced information timeliness, effectiveness, and availability
What are the disadvantages of a DBMS?
1. cost
2. highly trained personnel are necessary.
3. increased chances of breakdowns.
4. possible obscuring of the audit trail
5. specialized backup and recovery procedures required.
What are the two types of networks?
1. Local Area Network (LAN)
2. Wide Area Network (WAN)
What is a local area network?
Permit shared resources (sw, hw, data) among computers within a limited area.
What is a node?
Any device connected to a network.
What is a workstation?
A node (usually a PC) that is used by end users.
What is a server?
A node dedicated to providing services or resources to the rest of the network.
What is a Network Interface Card (NIC)?
A circuit board installed on a node that allows the node to connect with and communicate over the network - ethernet card.
What is transmission media?
The physical path between nodes on a network.
What is a network operating system (NOS)?
Manages communication over a network.
What is a communications device/modem?
Provides remote access and provides a network with the ability to communicate with others.
What are the four network topologies?
1. Bus Networks
2. Ring Networks
3. Start Networks
4. Tree Networks
What is a Bus network?
Use a common backbone to connect all of the devices on the network.
What is a Ring network?
Formed in a ring with each device connected to two other devices.
What is a Star network?
Formed in a star with each device connected to a central "hub"
What is a Tree network?
Connect multiple stars into a Bus.
What is a Wide Area Network?
Allow national and international communications.
What are two types of WANs?
1. Value added networks (VAN)
2. Internet based networks
What are Value Added Networks?
Privately owned and managed communications networks that provide additional services beyond standard data transmission.
What are four characteristics of VANs?
1. private
2. more secure
3. expensive
4. slow
What are internet based networks?
Use Internet protocols and public communications channels to establish network communications.
What are four characteristics of internet based networks?
1. public
2. less secure
3. inexpensive
4. fast, online real time OLRT
What is an Intranet?
Connects geographically separate LANS within a company (company's private web site just for employees)
What is Extranet?
Permit others to have direct access to the company's network - port/doorway thru firewall to company's intranet.
What are transaction files?
In a computerized environment, journals are called transaction files.
What are transaction files used for?
To update master files.
What are master files?
In a computerized environment, ledgers are called master files.
What is a master file update?
In a manual system, transactions are posted from the journal to the ledger. In a computerized system, transactions are used to update balances in the master files.
What are the two types of processing?
1. Batch
2. Online Real Time (OLRT)
What is batch processing?
Input documents/transactions are collected and grouped by type of transaction. These groups/batches are processed periodically - may use either sequential storage devices or random access storage devices.
What are the steps in batch processing?
1. create a transaction file
2. update the master file
What is online real-time processing?
Transactions are entered and the master files updated as the transactions are entered. OLRT systems require random access storage devices.
What is centralized processing?
Maintain all data and perform all data processing at a central location.
What is decentralized (distributed) processing?
Occurs when computing power, applications, and work is spread out or distributed over many locations.
What are the two advantages of centralized processing?
1. enhanced security
2. consistent processing
What are the five disadvantages of centralized processing?
1. possible high cost
2. increased need for processing power and data storage
3. reduction in local accountability
4. bottlenecks/traffic jams
5. larger delay in response time