Skip to content
Early access — you're among the first to try PYQLabs. Share feedback

UGC NET Paper 2CS

14 questions across 2 years

Public preview: answer keys and topic tags are available on many questions, while original explanations are being added selectively. Use the filters below for cleaner practice.

By year

Practice questions

14 questions shown.

Q28

Identify the correct order of the following list of computer components ranked from slowest to fastest in terms of access time. A. CPU cache B. RAM C. SSD D. Optical Drive

/Hindi
2025 Q24

Identify the correct logical sequence for programming : A. Compilation B. Editing C. Linking D. Execution Choose the correct answer from the options given below :

/answer key
2024 Q66

Which of the following C++ statements correctly declares an abstract class ?

/answer key
2024 Q67

Match List - I with List - II. List - I (computing systems) (A) Half Adder (B) Decoder (C) Register (D) Main memory List - II (working/output) (I) Has n input and 2n output (II) CP...

/answer key
2024 Q77

Match List - I with List - II. List - I (IP Address) (A) 10.20.30.40 (B) 210.20.30.3 (C) 180.30.100.10 (D) 252.5.15.11 List - II (Class) (I) Class E (II) Class B (III) Class A (IV)...

/answer key
2024 Q78

What will be the output of the following C code? #include void main() { int arr[5] = {10, 20, 30, 40, 50}; int *p = (int*) (&arr +1); printf("%d%d", *(arr +1), *(p-1)); }

/answer key
2024 Q79

What is SQL primarily used for in the context of relational databases ?

/answer key
2024 Q80

Given a project that uses the COCOMO model with an estimated effort of 2000 person-months and a productivity rate of 5 person-month per KLOC, what is the estimated size of the proj...

/answer key
2024 Q81

Match List - I with List - II. List - I (software design principles) (A) Cohesion (B) Coupling (C) Abstraction (D) Modularity List - II (Definition) (I) Degree to which one module...

/answer key
2024 Q125

The output of the following C++ Program is: #include int main (void) { int x, *p; x=30; p=x; print f ("%d", *p); return 0; }

2024 Q126

The Cardinality of a fuzzy set is :

2024 Q127

Which of the following is not correct about the virtual memory segmentation ?

2024 Q128

The parameter Actual count is used in Genetic Algorithm (GA) for:

2024 Q129

For the following Parents in figure (1) and (2) : Parent₁ 10110 010 Parent₂ 10101 111 figure (1) Cross over points Parent₁ 10110 111 Parent₂ 10101 010 figure (2) Which is correct?