Computer System Architecture

501. following are structured programs written in simple structures:

  1. Sequence
  2. Selection
  3. Iteration
  4. All of these

Correct answer: (D)
All of these

502. Iteration also called:

  1. Repetition
  2. Straight
  3. Selection
  4. Sequence

Correct answer: (A)
Repetition

503. In ____________ instructions are followed one after the other in the preset order in which they appear within program:

  1. Sequence
  2. Selection
  3. Break
  4. Iteration

Correct answer: (A)
Sequence

504. ____________means that one of two alternative sequences of instruction is chosen based on logical condition:

  1. Sequence
  2. Selection
  3. Repetition
  4. None of these

Correct answer: (B)
Selection

505. ____________ is sequence of instructions is executed and repeated any no. of times in loop until logical condition is true:

  1. Iteration
  2. Repetition
  3. Both a & b
  4. None of these

Correct answer: (C)
Both a & b

506. A ____________ is a small program tested separately before combining with final program:

  1. Module
  2. Block
  3. selection
  4. none of these

Correct answer: (A)
Module

507. ____________ uses various symbols to represent function within program and is representation:

  1. Flowchart, pictorial
  2. Algorithm, pictorial
  3. Pictorial, flowchart
  4. None of these

Correct answer: (A)
Flowchart, pictorial

508. ____________Avoid crossing flow lines:

  1. Flowchart
  2. Algorithm
  3. Both a & b
  4. None of these

Correct answer: (A)
Flowchart

509. A flow chart is drawn from top to bottom and ____________:

  1. Right to left
  2. Only right
  3. Left to right
  4. Only left

Correct answer: (C)
Left to right

510. Flowchart that exceed page should be properly linked using ____________ to portions of flowchart on different pages:

  1. Connectors
  2. Interconnections
  3. Connections
  4. None of these

Correct answer: (A)
Connectors

Page 51 of 75