PYQ

Software Engineering 10 MCQ

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 Distance Vector and Link-State Routing MCQ

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 …

10 Symbol Table MCQ

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…

10 compiler design mcq

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 Normal form identifying MCQ

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…

10 Normalization MCQ DBMS

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…

10 multiple-choice questions related to deadlock prevention in DBMS:

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…

10 PYQ related to statistical tests

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 PYQ related to the types of research

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…

10 PYQ/MCQ UGC-NET research methodology

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)…

10 PYQ related to Data Structures

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…

10 MCQ questions related to Stack

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) …

10 PYQ questions related to Queue

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)…

Load More
That is All