What does the symbol represents in a flowchart?
Terminator Box
Process Box
Decision Box
Flow Lines
What does the symbol represents?
Input/Output Box
Connector Box
Which one is said to be graphical representation of an alogrithm?
Algorithm
Pseudocode
Flowchart
Loop
What do you mean by Pseudocode?
Five Digit code
False code
Sequence
Secret code
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 among the following advantages of pseudocode is incorrect?
It is difficult to understand
It can be constructed quickly as compared to a flowchart.
Closer to programming code, so easier to understand.
One can write the pseudocode, then use it as a starting point or outline for writing a real code.
Which of the following is a set of instructions written to perform a specific task?
Program
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
Which of the following term is used for the Input operation?
GET
Output
Read
Print