Midterm Flashcards

1
Q

Cpu

A

the brain of a computer

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

Hardware

A

The Physical part

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

Software

A

The program (on the hardware)

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

High-level programming

A

English-like programming language that’s easy to understand

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

Syntax Error

A

When the grammar of the Programming language is incorrect

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

Runtime Error

A

When the program crashes while in runtime due to an incorrect execution of a statement

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

Logic Error

A

When a program creates an incorrect answer

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

Print

A

Used to print a string to display

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

Input

A

The statement used to read user input

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

Algorithm

A

A step by step procedure that solves a problem in a finite amount of time

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

Pseudocode

A

The English description of your algorithm, that describes what the code will do.

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

Control Statement

A

Controls the execution of code in a program (if else)

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

While loop

A

a loop that repeats until a condition is false

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

for loop

A

a loop that repeats for a fixed number of iterations

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

Sentinal loop

A

a loop that repeats until a sentinel value is encountered

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