M3 Formative Questions Flashcards

1
Q

It is a step-by-step sequence of instructions that describe hos wht data is to be processed to produce the desired output

A

algorithm

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

Psuedocode can be compiled or interpreted by the computer

A

false

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

each instruction in the algorithm will describe an action that the computer needs to take

A

true

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

pseudocode is a formal way of writing a program

A

false

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

most algorithms begin with instruction to enter the input items into the computer

A

true

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

each instruction should start with a noun

A

false

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

a statement used to close the IF block

A

else if

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

Most algorithms end with instruction to display, print, or store the

A

output items.

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

Most algorithms begin with instruction to enter the X items into the computer.

A

input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
Which keyword is not used to calculate the result of an expression
set
calcualte
compute
determine
A

set

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

Jay-ar wants to compute for the area of a circle. What will serve as the output item?

A

area

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