Chapter 1 Flashcards

Overview of Computers and Programming

1
Q

Computer

A

A programmable device that manipulates varieties of data

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

Hardware

A

A physical part of computer that was designed to be flexible as possible.

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

Software

A

A program that enable user to solve problems and perform a specific task through the execution of a set of instruction by the computer

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

BASIC components of computer SYSTEM

A

Hardware,
Software,
User

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

MAIN components of computer

A

Input Device,
Output Device,
Memory,
Central Processing unit (CPU)

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

Function of Main Memory

A

Stores Programs,
Data,
Result.

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

Types of memory

A

Random access memory (RAM),

Read only memory (ROM)

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

RAM role

A

Temporarily stores program and data while they are being executed or manipulated by the computer

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

RAM

A

Is a VOLATILE memory;

everything in RAM will be lost when the computer is switched off.

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

ROM

A

Is NON-VOLATILE memory;

the data stored do not disappear when the computer is switched off

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

ROM role

A

Stores information permanently within the computer.

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

Secondary storage

A

An additional storage to support main memory

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

Why secondary is needed?

A

Computer needs storage that is permanent;
information can be retained during a power loss or the
computer is turned off

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

CPU

A

Is a brain of computer

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

CPU perform

A

Data processing

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

Parts of CPU

A
Control Unit (CU),
Arithmetic Logic Unit (ALU)
17
Q

CU

A

Coordinates and controls all the other parts of

computer system

18
Q

ALU

A

Perform mathematical operations and logic comparisons.

19
Q

Input Devices

A

To enter data into the computer in many ways.

20
Q

Output Devices

A

To display or print information

21
Q

Output devices can be categorize to:

A

Softcopy,

Hardcopy

22
Q

Computer Network

A

Medium for computers to communicate with one another via networks

23
Q

Local Area Network (LAN)

A

Connects computers and other devices;
Allowing them to share information and resources such as printers, scanners, and secondary storage devices for intercommunication

24
Q

Wide Area Network

A

A network that links many individual computer and local

area networks over a large geography area

25
Q

System Software

A

A type of computer program that is designed to run a computer’s hardware and application programs.
Also known as the interface between the hardware and user applications.

26
Q

Application Software

A

Any program, or group of programs, that is designed for the end user; also known as end-user program.

27
Q

Special-Purpose Program

A

Created to execute one specific task

28
Q

General-Purpose programs

A

Sometimes known as ‘off-the-shelf’ is the sort of software that you use at home and school

29
Q

Software development

A

Used when creating software or system computer

30
Q

Software development method

A

Step 1: Specify the problem requirements.
Step 2: Analyze the problem
Step 3: Design the algorithm to solve the problem
Step 4: Implement the algorithm
Step 5: Test and verify the completed program
Step 6: Maintain and update the program