Chapter 0 Flashcards

1
Q

For what applications are mainframes used?

A

ATMs, motel & airline & rental car reservation systems

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

What was the first computer called?

A

The ENIAC

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

When was the first computer made

A

1946

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

Who made the first computer

A

Dr. John Atanasoff

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

How big is a microprocessor chip?

A

1/4 the size of a postage stamp

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

What is an embedded system?

A

A computer system, a combination of a computer processor CPU, memory, and I/O peripheral devices that has a dedicated function within a larger mechanical or electrical system

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

What is the most important part of a computer?

A

CPU, required for all calculations

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

Name 3 input devices

A

keyboard, mouse, scanner

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

name 3 output devices

A

monitor, printer, speakers

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

Name 2 types of primary storage

A

RAM (Random Access Memory) & ROM (Read Only Memory)

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

Name 3 types of secondary storage

A

USB (Universal Serial Bus) thumb drive, CD (Compact Disk), Floppy Disk

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

What is a bit?

A

The smallest unit of information that can be stored or interpreted by a computer, (1’s and 0’s).

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

What is a byte?

A

a group of bits (usually 8) operated on as a unit

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

What is a CPU?

A

Central Processing Unit

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

What does a CPU do?

A

Processes and executes instructions

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

What is an Operating System?

A

An interface between the user and software.

17
Q

What does an Operating System do?

A

manages computer resources such as memory and processes

18
Q

What type of computer language is easiest to understand?

A

High level language, CPU independent code that combines algebraic expressions and symbols from English

19
Q

What type of computer language is hardest to understand?

A

Machine language, CPU-specific code in binary

20
Q

What does a program compiler do?

A

Checks syntax (grammar) of the code, translates source code to object files

(In machine language) (AKA it talks to the processor so it knows what to do… e.g. push print, turns that into binary so computer can perform the action)

21
Q

Step 1 of the Five-Step Software Development Method?

A

Requirement Analysis. Requirements of the Software are determined.

22
Q

Step 2 of the Five-Step Software Development Method?

A

Design.

Software and system Design developed according to ‘Requirement Specification’ Document

23
Q

Step 3 of the Five-Step Software Development Method?

A

Implementation and Coding

24
Q

Step 4 of the Five-Step Software Development Method?

A

Testing

25
Q

Step 5 of the Five-Step Software Development Method?

A

Maintenance

26
Q

Why do we document (write comments in) a computer program?

A

To help future users or coders determine what we did and why