Computer System Architecture

491. ____________ statement is an unconditional transfer of control statement:

  1. Goto
  2. Continue
  3. Switch
  4. All of these

Correct answer: (A)
Goto

492. In Goto statement the place to which control is transferred is identified by a statement ____________:

  1. Label
  2. Display
  3. Break
  4. None of these

Correct answer: (A)
Label

493. The continue statement is used to transfer the control to the ____________ of a statement block in a loop:

  1. End
  2. Beginning
  3. Middle
  4. None of these

Correct answer: (B)
Beginning

494. The ____________ statement is used to transfer the control to the end of statement block in a loop:

  1. Continue
  2. Break
  3. Switch
  4. Goto

Correct answer: (B)
Break

495. ____________function is used to transfer the control to end of a program which uses one argument( ) and takes value is zero for ____________ termination and non-zero for termination ____________:

  1. Exit( ),normal, abnormal
  2. Break, normal, abnormal
  3. Both a & b
  4. None of these

Correct answer: (A)
Exit( ),normal, abnormal

496. To design a program it requires____________:

  1. Program specification
  2. Code specification
  3. Instruction specification
  4. Problem specification

Correct answer: (A)
Program specification

497. Testing helps to ensure ____________ of the program for use within a system:

  1. Quality, accuracy and except
  2. Quality, accuracy and acceptance
  3. Design, assurance and acceptance
  4. Quality, accuracy and development

Correct answer: (B)
Quality, accuracy and acceptance

498. An unstructured program uses a ____________ approach to solve problems:

  1. Linear
  2. Top down
  3. Both a & b
  4. None of these

Correct answer: (C)
Both a & b

499. In a complex program, the ____________ overlaps:

  1. Branching
  2. Condition
  3. Both a & b
  4. None of these

Correct answer: (A)
Branching

500. How many structures structured programs are written:

  1. 3
  2. 2
  3. 1
  4. 6

Correct answer: (A)
3

Page 50 of 75