Languages & Directories

If the A = 100 after calculation and A = 150 after test data, then:

  • (a) The calculation is wrong
  • (b) The test data is not working properly
  • (c) The program is wrong
  • (d) A is between 100 in 150
Check Answer
  • (c) The program is wrong

If the A = 100 in calculation then test “data A = would be:

  • (a) 100
  • (b) 150
  • (c)200
  • (d) 50
Check Answer
  • (a) 100

Language processor automatically points out the:

  • (a) Syntax
  • (b) Logical
  • (c) Execution
  • (d) All types of errors
Check Answer
  • (a) Syntax

A = B + C/O is:

  • (a) An error
  • (b) Logical
  • (c) Execution
  • (d) Syntax
Check Answer
  • (a) An error

Which of the following is/are included in documentation?

  • (a) Flow Chart
  • (b) Coding
  • (c) Description
  • (d) All of these
Check Answer
  • (d) All of these

A programmer code the program as per:

  • (a) Flow chart
  • (b) Debugging
  • (c) Test data
  • (d) Logical error
Check Answer
  • (a) Flow chart

Writing instructions for infinite loop is:

  • (a) An error
  • (b) Logical
  • (c) Execution
  • (d) Syntax
Check Answer
  • (b) Logical

The end /last phase of a program development is:

  • (a) Maintenance
  • (b) Implementation
  • (c) Documentation
  • (d) There is no end
Check Answer
  • (d) There is no end

Can a programmer directly code a program from flow chart:

  • (a) No
  • (b) Yes
  • (c) Only in BASIC Language
  • (d) Other then BASIC
Check Answer
  • (b) Yes

Which is true for structured programming?

  • (a) Multiple entry and exit points
  • (b) Single entry and single exit point
  • (c) Spaghetti code
  • (d) GOTO
Check Answer
  • (b) Single entry and single exit point

You cannot copy content of this page

Scroll to Top