wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Chapter 1 SDM

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

How many steps in Software Development Method ?

a)

Six

b)

Five

c)

Ten

d)

Seven

2.

Which symbol is for the on-page connector?

a)

circle

b)

square

c)

trapezium

d)

rombus

3.

Which shape is for the input/read?

a)

parallelogram

b)

rectangle

c)

eclipes/oval

d)

triangle

4.

Which shape is for the start/end?

a)

rectangle

b)

oval/eclipse

c)

trapezium

d)

diamond

5.

What are the two main ways that algorithms can be designed?

a)

In pseudocode or as a flowchart

b)

Images or videos

c)

By hardware or software

6.

A flowchart needs to represent the a situation where for each mark a student is award 'Pass' or 'Fail'...the system will consider the mark and if it's 50 or over award 'Pass', else it awards 'Fail'. This is an example of which of the algorithm constructs?

a)

sequence

b)

selection

c)

repetition

d)

all answers are correct

7.

On a flowchart, a decision will always have:

a)

three exit arrows

b)

two exit arrows

c)

one exit arrow

d)

four exit arrows

8.

Which tool used to plan computer programs is an English-like representation of the program steps?

a)


debugging

b)


flowchart

c)

pseudocode

d)

assembly

9.

Which design is correct ?

a)

  1. 1. Prompt and Read A,B

  2. 2. Begin

3. C = A*B

  1. 4. End

  2. 5. Print "Answer=" =num3

b)

  1. 1. Begin

  2. 2. Prompt and Read A,B

3. C = A*B

  1. 4. Print "Answer=" = C

  2. 5. End

c)
  1. 1. Prompt and Read A, B

  2. 2. Start

  3. 3. C = A*B

  4. 4. Stop

  1. 5. Print "Answer=" = C

d)
  1. 1. Start

  2. 2. C= A*B

  3. 3. Prompt and Read A,B

  4. 4. Print "Answer=" = C

  5. 5. Stop

10.

A program won't run if there is a logic error.

a)

Yes

b)

No