D. Accumulates: The Internet Was Activated in 1969 The Personal Computer Was Introduced in 1975
D. Accumulates: The Internet Was Activated in 1969 The Personal Computer Was Introduced in 1975
Batch processing
A. Is not used by most businesses because it reduces the audit trail.
B. Processes individual transactions as they occur.
C. Allows users to inquire about groups of information contained in the system.
D. Accumulates transaction records into groups for processing against the
master file.
Which one of the following systems best characterizes a decision support system
(DSS)?
A. Interactive system.
B. Transaction processing system (TPS).
C. Database management system (DBMS).
D. Spreadsheet system.
Suppose that you had to explain to a member of your family or one of your closest friends the
concept of an information system. How would you define it? Write a one-paragraph
description in your own words that you feel would best describe an information system to your
friends or family.
We all interact with various information systems every day: at the grocery store, at work, at
school, even in our cars (at least some of us). Make a list of the different information systems
you interact with every day. See if you can identify the technologies, people, and processes
involved in making these systems work
Classify the following into hardware and software?
i). Spread Sheet ii). Mouse iii). Data base iv). Scanner
B. What is hardware?
List the following in increasing order (slowest to fastest): megahertz, kilohertz, gigahertz.
Which unit is responsible for converting the data received from the user into a computer understandable
format?
a) Memory Unit
b) Arithmetic & Logic Unit
c) Input Unit
d) Output Unit
The only language which the computer understands is ______________
a) Assembly Language
b) Binary Language
c) BASIC
d) C Language
The output unit converts the data entered by the user into computer understandable form.
a) True
b) False
____________ is the raw material used as input and __________ is the processed data obtained as
output of data processing.
a) Data, Instructions
b) Instructions, Program
c) Data, Program
d) Program, Code
The ‘heart’ of the processor which performs many different operations _____________
a) Arithmetic and logic unit
b) Motherboard
c) Control Unit
d) Memory
ALU is the place where the actual executions of instructions take place during the processing
operation.
a) True
b) False
Saving data and instructions to make them readily available is the job of __________
a) Storage Unit
b) Cache Unit
c) Input Unit
d) Output Unit
Cache memory, also called CPU memory. Computer microprocessor can access more
quickly than it can access regular random access memory (RAM). This memory is typically
integrated directly into the CPU chip.
The purpose of cache memory is to store program instructions and data that are used
repeatedly in the operation of programs or information that the CPU is likely to need
next.The computer processor can access this information quickly from the cache rather than
having to get it from computer's main memory. Fast access to these instructions increases the
overall speed of the program.
As the microprocessor processes data, it looks first in the cache memory. If it
finds the instructions or data it's looking for there from a previous reading of
data, it does not have to perform a more time-consuming reading of data from
larger main memory or other data storage devices. Cache memory is
responsible for speeding up computer operations and processing.
It holds frequently requested data and instructions so that they are immediately available to
the CPU when needed.