501. following are structured programs written in simple structures:
Correct answer: (D)
All of these
502. Iteration also called:
Correct answer: (A)
Repetition
503. In ____________ instructions are followed one after the other in the preset order in which they appear within program:
Correct answer: (A)
Sequence
504. ____________means that one of two alternative sequences of instruction is chosen based on logical condition:
Correct answer: (B)
Selection
505. ____________ is sequence of instructions is executed and repeated any no. of times in loop until logical condition is true:
Correct answer: (C)
Both a & b
506. A ____________ is a small program tested separately before combining with final program:
Correct answer: (A)
Module
507. ____________ uses various symbols to represent function within program and is representation:
Correct answer: (A)
Flowchart, pictorial
508. ____________Avoid crossing flow lines:
Correct answer: (A)
Flowchart
509. A flow chart is drawn from top to bottom and ____________:
Correct answer: (C)
Left to right
510. Flowchart that exceed page should be properly linked using ____________ to portions of flowchart on different pages:
Correct answer: (A)
Connectors