wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz 3- Life Cycle of Program

Total questions: 10

Worksheet time: 23mins

Name
Class
Date
1.

This term is used to make clear understanding of program concept and it is the process of using pseudo and flowcharting to evaluate the quality of a code?

a)

Program Development

b)

Program Concept

c)

Program Debugging

d)

Program Testing

2.

It is also known as declarative language because it will allow the user to concentrate in defining the input and output rather than steps.

a)

Planning the problem

b)

Procedural Language

c)

Non- procedural Language

d)

Coding the instruction

3.

The procedural language is large compared to the non-procedural because it only requires small size. The statement is?

a)

TRUE

b)

FALSE

4.

Procedural language: Iterative loops and recursive calls are used while Non procedural: _________.

a)

Large size program

b)

Command driven

c)

Very high in overall efficiency

d)

Recursive calls are used.

5.

It is the process of using series of instructions in order starting from the beginning to an end and the execution should be organized line by line.

a)

Procedural language

b)

Non- procedural

c)

Coding the instruction

d)

Testing and debugging

6.

All the following are statements that defines Procedural language, except one:

a)

Semantics are quite tough.

b)

The overall efficiency is low.

c)

This language is not suitable for time critical applications.

d)

this is a command-driven language.

7.

in this phase of the cycle, the programmer might have made some logical errors in sequencing or perhaps errors were made in entering the code. What is this stage?

a)

Planning the Method of Solution

b)

Program Testing and Debugging

c)

Coding the Instruction in a Programming Language

d)

Understanding the problem.

8.

What do you call the term that describes the process of correcting such errors?

a)

Documentation

b)

Planning the method

c)

Debugging

d)

Program Checking

9.

Which of the following items is correct regarding the sequence of program life cycle?

a)

Understanding-Planning- Coding-Development of methods- Testing and debugging-Documentation.

b)

Understanding-Planning-Development of methods- Coding- Testing and debugging-Documentation.

c)

Understanding-Planning-Development of methods- Coding-Documentation- Testing and debugging

d)

Understanding-Planning- Documentation-Development of methods- Coding- Testing and debugging

10.

This term defines as the pictorial representation of algorithm. What do you call this term?

a)

Debugging

b)

Algorithm

c)

Flowchart

d)

Documentation