NEW
Font size
WorksheetsQuiz 3- Life Cycle of Program
Total questions: 10
Worksheet time: 23mins
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?
Program Development
Program Concept
Program Debugging
Program Testing
It is also known as declarative language because it will allow the user to concentrate in defining the input and output rather than steps.
Planning the problem
Procedural Language
Non- procedural Language
Coding the instruction
The procedural language is large compared to the non-procedural because it only requires small size. The statement is?
TRUE
FALSE
Procedural language: Iterative loops and recursive calls are used while Non procedural: _________.
Large size program
Command driven
Very high in overall efficiency
Recursive calls are used.
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.
Procedural language
Non- procedural
Coding the instruction
Testing and debugging
All the following are statements that defines Procedural language, except one:
Semantics are quite tough.
The overall efficiency is low.
This language is not suitable for time critical applications.
this is a command-driven language.
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?
Planning the Method of Solution
Program Testing and Debugging
Coding the Instruction in a Programming Language
Understanding the problem.
What do you call the term that describes the process of correcting such errors?
Documentation
Planning the method
Debugging
Program Checking
Which of the following items is correct regarding the sequence of program life cycle?
Understanding-Planning- Coding-Development of methods- Testing and debugging-Documentation.
Understanding-Planning-Development of methods- Coding- Testing and debugging-Documentation.
Understanding-Planning-Development of methods- Coding-Documentation- Testing and debugging
Understanding-Planning- Documentation-Development of methods- Coding- Testing and debugging
This term defines as the pictorial representation of algorithm. What do you call this term?
Debugging
Algorithm
Flowchart
Documentation
