
- IMS DB Basics Tutorial
- IMS DB - Home
- IMS DB - Overview
- IMS DB - Structure
- IMS DB - DL/I Terminology
- IMS DB - DL/I Processing
- IMS DB - Control Blocks
- IMS DB - Programming
- IMS DB - Cobol Basics
- IMS DB - DL/I Functions
- IMS DB - PCB Mask
- IMS DB - SSA
- IMS DB - Data Retrieval
- IMS DB - Data Manipulation
- IMS DB - Secondary Indexing
- IMS DB - Logical Database
- IMS DB - Recovery
- IMS DB Useful Resources
- IMS DB - Questions And Answers
- IMS DB - Quick Guide
- IMS DB - Useful Resources
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.

Q 1 - Which segment lies at the top of the hierarchy?
Answer : C
Explanation
The segment that lies at the top of the hierarchy is called the root segment. The root segment is the only segment through which all dependent segments are accessed.
Q 2 - What does DBD stands for?
Answer : A
Explanation
DBD stands for Database Descriptor.
Q 3 - Which parameter specifies the language in which the application program is written in PSBGEN?
Answer : B
Explanation
The LANG parameter specifies the language in which the application program is written, e.g., COBOL.
Q 4 - In PCB which field tells what kind of processing the program is authorized to do on the database?
Answer : C
Explanation
Proc options are known as processing options which contain four-character data fields. A Processing Option field indicates what kind of processing the program is authorized to do on the database.
Q 5 - At what position we specify two-character relational operator code in a Qualified SSA?
Answer : B
Explanation
After the field name, in the 18th and 19th positions, we specify two-character relational operator code.
Answer : C
Explanation
To use command codes, specify an asterisk in the 9th position of the SSA and for First Occurrence we code F at 10th position.
Answer : A
Explanation
There is no limit of PCBs allowed in a PSB.
Answer : A
Explanation
This statement is incorrect as all segments other than the root segment are known as dependent segments.
Q 9 - Sparse sequencing is also known as Sparse Indexing. We can remove some of the index source segments from the index using sparse sequencing with secondary index database. State whether true or false?
Answer : B
Explanation
This is self explanatory.
Q 10 - Which of them is a processing mode in IMS DB?
Answer : D
Explanation
All these are the processing modes which are available in IMS DB.