Database Management System (DBMS)

RAD Model has:

  • (A) 2 Phase
  • (B) 3 phase
  • (C) 5 phases
  • (D) 6 phases
Check Answer
  • (B) 3 phase

SDLC stands for:

  • ( A) Software Development Life Cycle
  • (B) System Development Life cycle
  • (C) Software Design Life Cycle
  • (D) System Design Life Cycle
Check Answer
  • (B) System Development Life cycle

Which model can be selected if the user is involved in all the phases of SDLC?

  • (A) Waterfall Model
  • (B) Prototyping Model
  • (C) RAD Model
  •  (D) V-Model
Check Answer
  • (C) RAD Model

Which of the following is not a NoSQL database?

  • (A) Cassandra
  • (B) SQL Server
  • (C) MongoDB
  • (D)None of these
Check Answer
  • (B) SQL Server

Which of the following is a NoSQL Database type?

  • (A) SQL
  • (B) Document databases
  • (C) JSON
  • (D) All of these
Check Answer
  • (B) Document databases

Which module gives control of the CPU to the process selected by the short-term scheduler?

  • (A) Scheduler
  • (B) Dispatcher
  • (C) Interrupt
  • (D) None of these
Check Answer
  • (B) Dispatcher

The processes that are residing in main memory for execution are kept on a list called:

  • (A) Job queue
  • (B) Ready queue
  • (C) Execution queue
  • (D) Process queue
Check Answer
  • (B) Ready queue

The interval from the time of submission of a process to the time of completion is termed as:

  • (A) Waiting time
  • (B) Turnaround time
  • (C) Response time
  • (D) Throughput
Check Answer
  • (B) Turnaround time

Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?

  • (A) First-come first-served scheduling
  • (B) Shortest job scheduling
  • (C) Priority scheduling
  • (D) None of these
Check Answer
  • (A) First-come first-served scheduling

In priority scheduling algorithm:

  • (A) CPU is allocated to the process with highest priority
  • (B) CPU is allocated to the process with lowest priority
  • (C) Equal priority processes cannot be scheduled
  • (D) None of these
Check Answer
  • (A) CPU is allocated to the process with highest priority

You cannot copy content of this page

Scroll to Top