Lecture 2 Flashcards

1
Q

What is a computer?

A

– the computer is a general-purpose machine

controlled by an executable program;

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

what is the 3 stage model?

A

Input, Process (Processor, Memory) , Output

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

What is a program?

A

a program is a list of instructions used to direct a

task;

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

Where are programs and data held and how are they represented?

A

computer’s memory (store) and represented by binary codes;

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

What is a processor?

A

active part of the machine that

executes the program instructions.

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

What is an input device?

A

Input device is for transmitting information from a user

into the computer’s memory

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

What is an output device?

A

Output device enables a user to see results of the program

being performed

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

What are the 3 components of the computer system?

A

Hardware, Software, Data being manipulated

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

Give examples of hardware

A

CPU, memory, hard disk, keyboard, display

screen, …

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

What is the CPU?

A

Central Processing Unit (CPU) is the
active part which performs calculations and
other operations;

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

What is the main memory and what is its alternative name?

A

The main memory (primary storage or
working storage), or RAM (Random Access
Memory) holds data and programs for
access by CPU

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

What does the secondary storage hold in terms of hardware?

A

The secondary storage (long-term) storage
holds programs and data: hard disk, CDs,
DVD, etc

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

Explain what software is

A

The hardware of the computer (e.g. CPU)
can carry out only very simple operations
like adding numbers(very quickly)
To make it perform useful tasks, these
simple steps are combined in the form of
programs, which are collectively known as
software

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

What are the two main categories of software?

A

System software

Application software

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

Role of system software

A

– to manage the files
– to load and execute programs
– to accept commands from the keyboard

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

What is an operating system?

A

The system software programs that manage the
computer are collectively known as an operating
system

17
Q

Role of application software

A

Application software is designed to
perform particular tasks: word processing,
database management, etc.

18
Q

Mnemonics for data transfer and manipulation

A

MOV,

ADD, MUL, AND, OR, …

19
Q

Mnemonics for transfer of program control

A

BRA, JMP,

BSR, RTS,

20
Q

What is the machine control

A

can halt processing, reset

the hardware,