IS and Comm B - Systems Design and Other Elements Flashcards
An employee mistaken enters 4/31 in the date field. The best programmed edit check to detect this error is
reasonableness
Expert systems have ______ that represent the facts and inferences it knows
knowledge bases
Features in Traditional programs that are not in an Expert system include
- sequential control structures
- distinct input/output variables
- passive data elements
In a large database system maintained on a mainframe computer, the most common medium for data files for the database is
hard disk
When implemented, the control ______ would best assist in meeting the control objective that a system have the capability to hold users accountable for functions performed
activity logging
The following task would be included in a document flowchart for processing cash receipts:
compare control and remittance totals
Routines that utilize the computer to check the validity and accuracy of transaction data during input are called
edit programs
Operating system is
a software program that controls the overall operation of a computer system
A compiler is
a computer program that converts a source program into an object program
Compatibility check/test is
a procedure for checking a password to determine if its user is authorized to initiate the type of transaction or inquiry he or she is attempting to initiate
A checkpoint/restart procedure is primarily designed to recover from
hardware failure
Internal checks are
- limit check
- identification
- sequence check
- error log
- transaction log
- arithmetic proof
Limit check is
a check to identify if data have a value higher or lower than a predetermined amount
Identification is
a check to determine if data is valid
Sequence check is
a check on the sequencing of info
Error log is
an up-to-date log of all identified errors
Transaction log is
a detailed record of every transaction entered in a system through data entry and provides the basic audit trail
Arithmetic proof is
a check to compute the calculation and validate the result
Characteristics of computer machine language include
- internal binary code
- hexadecimal code
- on/off electrical switches
Assembly language is
a programming language in which each machine language instruction is represented by mnemonic characters (symbolic language)
Many companies and government organizations would like to convert to open systems in order to
use less expensive computing equipment
In general, running open systems:
- increases # of available vendors
- decreases the average purchase from one vendor
- decreases volume discounts
- reduce economies of scale
- reduce reliance on proprietary components
The purpose of a software monitor is to
collect data on the use of various hardware components during a computer run
Specialized programs that are made available to users of computer system to perform routine and repetitive functions are referred to as
service “canned” programs