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

DAY-OF-INTEGER is a Numeric Intrinsic Function

  1. True

  2. False


Correct Option: B

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

Which mode of opening is required when REWRITE is used?

  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

Once a pathway system is started, the global limits can be altered without shutting down the system

  1. True

  2. False


Correct Option: B

When starting a server class, PATHMON repeats the server start up operations for the total number of processes specified by the NUMSTATIC attribute

  1. True

  2. False


Correct Option: B

How much storage is occupied for COMP data items of 5 through 9 range

  1. 2

  2. 4

  3. 8

  4. 5


Correct Option: B

In which of the following mode should a file be opened to write a record into it?

  1. OUTPUT & I/O

  2. EXTEND

  3. Both a & b

  4. NONE OF THESE


Correct Option: C

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

In how many modes the SCUP commands can be issued? A.) Interactive mode B.) Block mode. C.) Non Interactive mode.

  1. A, B

  2. B, C

  3. A, B, C

  4. A, C

  5. None of the above


Correct Option: D

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

  1. 9999999

  2. 99999999

  3. 999999999

  4. 99999998


Correct Option: B

Functions of TCP is to:

  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

Disk file in which PATHMON process maintain the configuration information

  1. PATHCTL

  2. TCLPROG

  3. PATHSEND

  4. PATHTCL

  5. LINKMON


Correct Option: A

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

In WHICH access mode records are accessed either sequentially or randomly

  1. SEQUENTIAL

  2. RANDOM

  3. DYNAMIC

  4. NONE OF THE ABOVE


Correct Option: C
- Hide questions