ITE 12 Midterms Flashcards

1
Q

an electronic device that: accepts data from the user, processes it,
produces results, displays them to the users, and stores the results for future usage

A

Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

a collection of unorganized facts & figures and does not provide any further information regarding patterns, context, etc.

A

Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

“unstructured facts and figures”

A

Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a structured data i.e. organized meaningful and processed data.

A

Information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

To process the data and convert into information what is used?

A

A Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

4 functions of Computer

A

Input
Process
Store
Output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

7 Characteristics of a Computer System

A
  1. Memory
  2. Automation
  3. Reliability
  4. Versatility
  5. Diligence
  6. Accuracy
  7. Speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Basic Application of Computer

A

Home
Medical Field
Entertainment
Industry
Education
Government
Banking
Business
Training
Arts
Science & Engineering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Components of Computer System

A

Input Device
Control Unit
Arithmetic/Logic Unit
Memory Unit
Output Device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

All types of processing, such as comparisons, decision-making and processing of non numeric information takes place here

A

ALU (Arithmetic/Logic Unit)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

This part of CPU extracts instructions, performs execution, maintains and directs operations of entire system.

A

Control Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

This is unit in which data and instructions given to computer as well as
results are stored.

A

Memory Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Functions of Control Unit

A
  • It controls all activities of computer
  • Supervises flow of data within CPU
  • Directs flow of data within CPU
  • Transfers data to Arithmetic and Logic Unit
  • Transfers results to memory
  • Fetches results from memory to output devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Any of various languages for expressing a set of detailed instructions for a digital computer

A

Computer Programming Languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Allow us to give instructions to a computer in a language the computer understands

A

Computer Programming Languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Hierarchy of Computer Languages

A

High Level Language-> Assembly Language-> Machine Language-> Computer Hardware

17
Q

Program Development Life Cycle

A
  1. Problem Definition
  2. Problem Analysis
  3. Algorithm Development
  4. Coding & Documentation
  5. Testing & Debugging
  6. Maintenance
18
Q

The solution to any computing problem involves executing a series of
actions in a specific order

A

Algorithm