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
- (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
- (a) 100
Language processor automatically points out the:
- (a) Syntax
- (b) Logical
- (c) Execution
- (d) All types of errors
- (a) Syntax
A = B + C/O is:
- (a) An error
- (b) Logical
- (c) Execution
- (d) Syntax
- (a) An error
Which of the following is/are included in documentation?
- (a) Flow Chart
- (b) Coding
- (c) Description
- (d) All of these
- (d) All of these
A programmer code the program as per:
- (a) Flow chart
- (b) Debugging
- (c) Test data
- (d) Logical error
- (a) Flow chart
Writing instructions for infinite loop is:
- (a) An error
- (b) Logical
- (c) Execution
- (d) Syntax
- (b) Logical
The end /last phase of a program development is:
- (a) Maintenance
- (b) Implementation
- (c) Documentation
- (d) There is no end
- (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
- (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
- (b) Single entry and single exit point