Previous Year Question Papers for UGC NET August 2024 Computer Science with Solutions
Q1➡ | Algorithm Match List I with List – II List – I (A) Dijkstra’s Algorithms (B) Floyd-Warshall Algorithms (C) Bellman-frod Algorithms (D) Prim’s Algorithms List – II (I) Find the shortest path between all pairs of vertices in a graph with positive or negative edge weights. (II) Finds the shortest path in a weighted graph with non-negative edge weights. (III) Sorts elements by repeatedly moving them post neighboring elements that are smaller. (IV) Determines the strongest connected components in a directed graph. Choose the correct answer from the options given below: |
i ➥ (A)-(II), (B)-(I), (C)-(III), (D)-(IV) |
ii ➥ (A)-(II), (B)-(I), (C)-(IV), (D)-(III) |
iii ➥(A)-(I), (B)-(II), (C)-(III), (D)-(IV) |
iv ➥ (А)-(ІІІ), (B)-(II), (C)-(IV), (D)-(I) |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q2➡ | Programming Match List I with List – II List – I (A) HTML (B) DHTML (C) XML (D) JAVA List – II (1) Allow for dynamic and interactive web pages. (II) Defines the structure of web pages. (III) Object-oriented programming language for web applications. (IV) Used for data storage and transport. Choose the correct answer from the options given below: |
i ➥ (A)-(I), (B)-(III), (C)-(II), (D)-(IV) |
ii ➥ (A)-(II), (B)-(III), (C)-(IV), (D)-(I) |
iii ➥ (A)-(II), (B)-(I), (C)-(IV), (D)-(III) |
iv ➥ (А)-(III), (B)-(I), (C)-(IV), (D)-(II) |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q3➡ | Compiler Design Arrange the following stages of parsing in the correct order as they typically occur in the compilation process. (A) Lexical Analysis (B) Sematic Analysis (C) Syntax Analysis (D) Intermediate Code Generation (E) Code Optimization Choose the correct answer from the options given below: |
i ➥ (A), (B), (C), (D), (E) |
ii ➥ (A), (C), (B), (D), (E) |
iii ➥(A), (D), (B), (C), (E) |
iv ➥ (A), (C), (D), (B), (E) |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q4➡ | DBMS Arrange the following phases of database design in the correct order : (A) Physical Design (B) Conceptual Design (C) Logical Design (D) Requirement Analysis Choose the correct answer from the options given below : |
i ➥ (B), (D), (A), (C) |
ii ➥ (C), (A), (B), (D) |
iii ➥ (D), (B), (C), (A) |
iv ➥ (A), (D), (C), (B) |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q5➡ | Computer Architecture Consider the following statement regarding special purpose registers. (A) Program Counter (PC) keeps the track of next instruction executed (B) Instruction register holds the address of first instruction to be executed (C) Accumulator holds the output of ALU (D) Program Counter (PC) keeps the track of only first instruction of the program Choose the correct answer from the options given below : |
i ➥ (A) and (C) Only |
ii ➥ (A) and (D) Only |
iii ➥(B) and (D) Only |
iv ➥ (A), (B) and (C) Only |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q6➡ | DBMS Fifth normal form is concerned with: |
i ➥ Join Dependency |
ii ➥ Domain-Key |
iii ➥ Multivalued dependency |
iv ➥ Functional dependency |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q7➡ | Artificial Intelligence Match List I with List – II. List – I (A) The activation function (B) The learning method of perceptron (C) Areas of application of artificial neural network include (D) The output of the perceptron List – II (I) is called the delta rule. (II) is one of the key components of the perceptron as in the most common neural network architecture. (III) is always boolean like a switch. (IV) System identification and control. Choose the correct answer from the options given below: |
i ➥ (A)-(II), (B)-(IV), (C)-(III), (D)-(I) |
ii ➥ (A)-(IV), (B)-(III), (C)-(II), (D)-(I) |
iii ➥(А)-(II), (B)-(I), (C)-(IV), (D)-(III) |
iv ➥ (А)-(III), (B)-(IV), (C)-(II), (D)-(I) |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |
Q8➡ | Discrete Math Translate ∀xy(x<y) in English. Consider domain as a real number for both the variables. |
i ➥ For all real numbers x, there exists a real number y such that x is less than y |
ii ➥ For every real numbers y, there exists a real number x such that x is less than y |
iii ➥For some real numbers x, there exists a real number y such that x is less than y |
iv ➥ For each and every real numbers x and y, x is less than y |
Best Explanation: Answer: Explanation: Upload Soon |
More Discussion | Explanation On YouTube | Learn Topic Wise | Help-Line |