What do you mean by Pseudocode?
Five Digit code
False code
Sequence
Secret code
Which one helps a non-programmer to understand the general workings of the program?
Flowchart
Pseudocode
Symbols
Loops
How can be connecting the flowchart symbols together?
Module
Flow line
Connector
Annotation
What is the original term for ‘algorithm’?
Algorism
Algorith
Chart
What is called when the flow of the control of the program is based on a condition then you make use of conditional statements?
Logical
Conditional
Sequential
Iteration or Loops
Find out the incorrect advantage of flowchart?
The symbols are self explanatory
Easier to handle complex programs
Their graphical nature makes the process of explaining an algorithm quite straight forward.
With the help of a flowchart problems can be analysed in a more effective way.
Find out the correct code to display the sum of two numbers.
PseudocodeBegin Input A,B Calculate Display A,BEnd
Begin Input A,B Calculate Sum=A+B Display SumEnd
Begin Input A,B Display SumEnd
Begin Input A,B CalculateEnd
Which of the following is a set of instructions written to perform a specific task?
Loop
Program
Algorithm