Multiple Choice Questions (MCQs) on Software Engineering based on previous years' UGC NET and ISRO Assistant Professor exams, along with their answers and explanations : 1. Which of the following software process models is also known as the clas…
10 multiple-choice questions on Distance Vector and Link-State Routing with explanations, useful for UGC NET, SET, GATE, ISRO, and other competitive exams . Question 1: Basic Concept of Distance Vector Routing Q1: In a distance vector routing …
Here are 10 multiple-choice questions on Symbol Table with explanations, useful for UGC NET, SET, GATE, ISRO, and other competitive exams . Question 1: Purpose of Symbol Table Q1: What is the main purpose of a Symbol Table in a compiler? A) To…
Here are 10 multiple-choice questions on Compiler Design for UGC NET, SET, GATE, ISRO, and other competitive exams . Question 1: Symbol Table Management Q1: In block-structured languages, how does the compiler manage multiple symbol tables? A) …
10 multiple-choice questions related to identifying the normal form of a table based on given functional dependencies, useful for UGC NET, SET, GATE, ISRO, and other competitive exams . Question 1: 1NF Identification Q1: A table with the following s…
Multiple-Choice Questions on Normalization and Normal Forms in DBMS for UGC NET, GATE, SET, ISRO and other exams Question 1: Normalization Definition Q1: Normalization in a database is a process of: A) Reducing data redundancy and improving data i…
Here are 10 multiple-choice questions related to deadlock prevention in DBMS with their answers: Question 1: Deadlock Definition Q1: A deadlock in DBMS occurs when: A) Multiple transactions wait indefinitely for each other to release resources B) A…
Here are 10 multiple-choice questions related to Database Management Systems (DBMS) with their answers: Question 1: Definition of DBMS Q1: A Database Management System (DBMS) is primarily used for: A) Data processing B) Managing databases C) Compi…
P revious year questions (PYQ) and description related to various statistical tests from UGC NET and other competitive exams: 1. T-Test (UGC NET June 2023) Question: Which of the following tests is appropriate to compare the means of two independe…
10 previous year questions (PYQ) related to the types of research from the UGC NET exam : 1. UGC NET June 2023 Question: Which of the following is an example of applied research ? A) Developing a new theory of motivation B) Investigating the re…
Multiple-choice questions (MCQs) on UGC-NET research methodology, along with their answers: 1. Which of the following is NOT a method of data analysis? a) Qualitative method b) Quantitative method c) Mixed method d) Subjective method Answer: d)…
PYQ related to Data Structures for UGC NET, SET, GATE, ASSISTANT PROFESSOR COMPUTER SCIENCE GATE CS 2020 Which of the following data structures is best suited for implementing a priority queue? A) Stack B) Queue C) Heap D) Linked List Answer…
MCQ questions related to Stack for UGC NET, SET, GATE AND ASSISTANT PROFESSOR etc.. GATE CS 2019 Which of the following is the correct postfix form of the expression (A + B) * (C - D) ? A) AB+CD-* B) AB+ CD- C) AB+CD- D) ABCD-+* Answer: A) …
MCQ questions related to Queue with descriptions for UGC NET, SET, GATE AND ASSISTANT PROFESSOR etc.. GATE CS 2019 Which of the following data structures is best suited for Breadth-First Search (BFS) ? A) Stack B) Queue C) Priority Queue D)…
Here are some MCQ questions related to BFS (Breadth-First Search) and DFS (Depth-First Search) with descriptions: 1. GATE CS 2020 Which data structure is commonly used to implement Breadth-First Search (BFS) ? A) Stack B) Queue C) Priority Queue …