Computer System Architecture

511. ____________ is useful to prepare detailed program documentation:

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

Correct answer: (A)
Flowchart

512. Pseudo means:

  1. Imitation
  2. Imitate
  3. In imitation
  4. None of these

Correct answer: (A)
Imitation

513. Preparing the pseudocode requires ____________ time than drawing flowchart:

  1. Less
  2. More
  3. Optimum
  4. None of these

Correct answer: (A)
Less

514. There is ____________ standard for preparing pseudocode instructions:

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

Correct answer: (A)
No

515. ____________are used to translate high level language instructions to a machine code:

  1. Translators
  2. Interpreters
  3. Compilers
  4. None of these

Correct answer: (C)
Compilers

516. The compiler ____________ translate a program code with any syntax error:

  1. Can
  2. Cannot
  3. Without
  4. None of these

Correct answer: (B)
Cannot

517. Before checking the program for errors in translating code into machine language the high level language code is loaded into ____________:

  1. Register
  2. Memory
  3. Data
  4. CPU

Correct answer: (B)
Memory

518. After compilation of the program ,the operating system of computer activates:

  1. Loader
  2. Linker
  3. Compiler
  4. None of these

Correct answer: (B)
Linker

519. The linker has utilities needed for ____________ within the translated program:

  1. Input
  2. Output
  3. Processing
  4. All of these

Correct answer: (D)
All of these

520. Flowchart is a ____________ representation of an algorithm:

  1. Symbolic
  2. Diagrammatic
  3. Both a & b
  4. None of these

Correct answer: (C)
Both a & b

Page 52 of 75