An Overview of Computers and Programming Flashcards

1
Q

Combination of all the components required to process and store using a computer

A

Computer system

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

Equipment associated with a computer

A

Hardware

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

Computer Instructions

A

Software

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

such as word processing,
spreadsheets, payroll and inventory, even games

A

Application software

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

such as operating systems like Windows, Linux, or UNIX

A

System software

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

Data items such as text, numbers, images, and sound

A

Input

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

Calculations and comparisons performed by

A

CPU (processing)

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

Used to write computer instructions

A

Programming language

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

Resulting information that is sent to a printer,
a monitor, or storage devices after processing

A

Output

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

rules governing word usage and punctuation

A

Syntax

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

Computer’s temporary, internal storage –

A

Random access memory (RAM)

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

Permanent storage devices

A

nonvolitile memory

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

lost when the power is off (memory

A

volatile memory

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

Translates source code into machine language (binary
language) statements called object code

A

Compiler/Interpreter

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

is the process of finding and correcting program errors

A

Debugging

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

Location on your computer screen where you type text
entries to communicate with the computer’s operating
system

A

Command line

15
Q

The entire set of actions an organization must take to
switch over to using a new program or set of programs
16Programming Logic and Design, Seventh Edition

A

Conversion

15
Q

Allows users to interact with a program in a graphical
environment
32Programming Logic and Design, Seventh Edition

A

Graphical user interface (GUI)

16
Q

Focuses on the procedures that programmers create

A

Procedural programming

17
Q

focuses on objects, or “things,” and describes their features (or
attributes) and their behaviors

A

Object-oriented programming