UGC NET Paper 2 — CS
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
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
Identify the correct logical sequence for programming : A. Compilation B. Editing C. Linking D. Execution Choose the correct answer from the options given below :
Which of the following C++ statements correctly declares an abstract class ?
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...
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)...
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)); }
What is SQL primarily used for in the context of relational databases ?
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...
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...
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; }
The Cardinality of a fuzzy set is :
Which of the following is not correct about the virtual memory segmentation ?
The parameter Actual count is used in Genetic Algorithm (GA) for:
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?