RAD Model has:
- (A) 2 Phase
- (B) 3 phase
- (C) 5 phases
- (D) 6 phases
- (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
- (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
- (C) RAD Model
Which of the following is not a NoSQL database?
- (A) Cassandra
- (B) SQL Server
- (C) MongoDB
- (D)None of these
- (B) SQL Server
Which of the following is a NoSQL Database type?
- (A) SQL
- (B) Document databases
- (C) JSON
- (D) All of these
- (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
- (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
- (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
- (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
- (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
- (A) CPU is allocated to the process with highest priority