0

programming languages Online Quiz - 5

Description: programming languages Online Quiz - 5
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

In TANDEM COBOL85, it is not necessary to explicitly close files through the CLOSE statement before executing a STOP RUN

  1. True

  2. False


Correct Option: B

An object within a pathway system can be independently referenced, configured and controlled

  1. True

  2. False


Correct Option: B
  1. INPUT

  2. OUTPUT

  3. I-O

  4. EXTEND

  5. All of the above

  6. None of the above


Correct Option: C

Several pathway environments can exist for a system

  1. True

  2. False


Correct Option: B

There can be many PATHMONs for a single pathway system

  1. True

  2. False


Correct Option: B

If more than one object file includes the same code block name or data block name, then the binder renames all the entries except the first one with that name

  1. True

  2. False


Correct Option: B

What is the level number for REDEFINES Clause

  1. 66

  2. 77

  3. 88

  4. 99

  5. 59


Correct Option: B

How many bytes does a S9(7) COMP-3 field occupy ?

  1. 3

  2. 4

  3. 8

  4. 10


Correct Option: B

What is the maximum value that can be stored in S9(8) COMP?

  1. 9999999

  2. 99999999

  3. 999999999

  4. 99999998


Correct Option: B
  1. Execute SCOBOL programs

  2. Coordinate communication between screen programs and their I/O devices

  3. Coordinate communication between screen programs and the server processes

  4. Coordinate communication between screen programs and the PATHMON

  5. All of the above

  6. None of the above


Correct Option: E

How many bytes does a S9(7) SIGN trailing separate field occupy ?

  1. 1

  2. 4

  3. 2

  4. 8


Correct Option: D

In which of the files can records be accessed either sequentially or randomly

  1. Sequential & Indexed

  2. Indexed & Relative

  3. Relative

  4. NONE


Correct Option: B
- Hide questions