All Exams Test series for 1 year @ ₹349 only

UGC NET 2021 Paper 2 Computer Science Prev Year Paper (26-Nov-2021)

UGC NET 2021 Paper 2 Computer Science exam, held on 26-Nov-2021, consisted of 100 questions designed to evaluate candidates' understanding of key computer science concepts. The paper covered a wide range of topics including programming languages, data structures, algorithms, database management, operating systems, and computer networks. Candidates were tested on both theoretical knowledge and practical problem-solving skills in computer science.

Free
UGC NET 2021 Paper 2 Computer Science Prev Year Paper (26-Nov-2021) (Shift 1)
120 Minutes
100 Questions
200 Marks
English
Showing 1 - 5 of 100 questions
Page 1 of 20

Q2.

What does the following function f() in 'C' return?

int f(unsigned int N) {unsigned int counter = 0; while (N > 0) {counter += N & 1;

N = N >> 1;} return counter == 1;}

Q4.

Match List I with List II

List I

List II

(Programming Term)

(Meaning)

A.

JNDI

I.

Runtime support for running Java programs

B.

RMI

II.

The API in support of naming and directory services

C.

JDK

III.

The methods provided by the Java development kit and runtime support for calling remote methods

D.

JRE

IV.

The compiler and class libraries to develop Java applications

Choose the correct answer from the options given below :

Page 1 of 20
Jump to:
Need Expert Advice?
Test Series
UGC NET img
Teaching
UGC NET Library and Information Science 2024 - 2025 Mock Test Series
66 Tests 4 Tests Free
715 Attempts
4.4(17)
English, Hindi