IMS DB Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to IMS DB Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : A

Explanation

DLI stands for Data Language Interface.

Answer : A

Explanation

DBDGEN stands for Database Descriptor Generator.

Q 3 - Which function is used to get the next record in sequential order?

A - DLI-GU

B - DLI-GHU

C - DLI-GN

D - DLI-GHN

Answer : C

Explanation

'GN' code is used for the Get Next function. It works similar to the read next statement in COBOL. It is used to fetch segment occurrences in a sequence.

Q 4 - Which function is used for recovering the database?

A - DLI-CHKP

B - DLI-XRST

C - DLI-PCB

D - DLI-ISRT

Answer : A

Explanation

'CHKP' code is used for the Checkpoint function. It is used in the recovery features of IMS.

Answer : A

Explanation

SSA stands for Segment Search Arguments.

Q 6 - Where do we code command code in a qualified SSA?

A - 10th position

B - 9th position

C - 11th position

D - 12th position

Answer : A

Explanation

Command code is coded at the tenth position.

Q 7 - What command code we used to code for Enqueue Segment?

A - N

B - P

C - Q

D - U

Answer : C

Explanation

To use command codes, specify an asterisk in the 9th position of the SSA and for Enqueue Segment we code Q at 10th position.

Q 8 - The prefix part of the index pointer segment contains a pointer to the Index Target Segment. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 9 - For Unidirectional Virtual relationship the logical connection goes from the logical child to the logical parent and it cannot go the other way around. State whether true or false?

A - False

B - True

Answer : B

Explanation

This is self explanatory.

Q 10 - Which of the following programming language is supported by IMS DB?

A - COBOL

B - PL1

C - C

D - All of these

Answer : D

Explanation

All of these programming languages are supported by IMS DB.

ims_db_questions_answers.htm
Advertisements