Computer class Flashcards

1
Q

what does the rectangle represent

A

processing
calculations/assignments

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

Diamond

A

decision
choice between one process and another

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

Arrow

A

flow line
connects the different symbols and shows the direction of the algorithm

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

parallelogram

A

input of data or output of information

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

oval

A

where the algorithm starts and stops

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

pseudocode

A

a false language

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

pseudocode statements

A

input or read
output or print

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

flowcharts

A

diagrams that use special symbols and flow lines to indicate the direction of the algorithm

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

software/program

A

a series of instructions that tells the computer what tasks are to be performed, how to perform them and in what order

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

examples of programming languages

A

C
C++
visual basic
pascal
prolog
java
html
foxpro

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

algorithm

A

a set of well defined instructions that if followed precisely will lead to solving a particular problem

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

steps to problem solving

A

define the problem
analyze the problem
develop an algorithm
write the computer code/program
test and debug program
document program

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

main purpose of a computer system

A

to solve human problems by performing tasks that are either too tedious or complex for us to do

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

what is a problem

A

a situation where there are challenges/difficulties between you and something you want

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

what is the blueprint for building a program

A

an algorithm

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