>
Computer Science
List of top Computer Science Questions
Cooperating processes require an Interprocess Communication mechanism. This works on which of the following fundamentals?
• [A.] Shared Memory
• [B.] Cascading Termination
• [C.] Message Passing
• [D.] Cooperating
CUET (PG) - 2026
CUET (PG)
Computer Science
CPU Scheduling
Match List-I with List-II.
List-I
List-II
A. Shortest First Served Scheduling
I. CPU is allocated to the process with the highest priority
B. Shortest Job First Scheduling
II. The process that requests the CPU first is allocated the CPU first
C. Priority Scheduling
III. The algorithm associates with each process the length of the next CPU burst
D. Round-Robin Scheduling
IV. A pre-emption is added to switch between processes
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Synchronization
Match List-I with List-II.
List-I
List-II
A. \(\sqrt{2} + \frac{1}{\sqrt{2}} + \sqrt{2} + \frac{1}{\sqrt{2}} + \cdots\)
I. \(\frac{19}{24}\)
B. \(\frac{1}{2} + \frac{1}{3} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{2^3} + \frac{1}{3^3} + \cdots\)
II. \(6\)
C. \(6^2 \times 6^3 \times 6^4 \times \cdots\)
III. \(82 + \sqrt{2}\)
D. \(8 + 4\sqrt{2} + \cdots\)
IV. \(4 + \frac{3\sqrt{2}}{2}\)
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Set Theory
Let \(S\) and \(T\) be symmetric matrices of the same order, which of the following statements are true?
• [A.] \(S + T\) is a symmetric matrix
• [B.] \(ST\) is a symmetric matrix
• [C.] \(ST = TS\) is a symmetric matrix
• [D.] \(ST - TS\) is a symmetric matrix
CUET (PG) - 2026
CUET (PG)
Computer Science
Geometric Progressions
Which of the following statement are false about two circles whose equations are given below? \[ x^2 + y^2 - 10x - 10y - 41 = 0 \] \[ x^2 + y^2 - 22x - 18y + 137 = 0 \]
• [A.] Circles have no common point
• [B.] Circles have one common point
• [C.] Circles have two common points
• [D.] Circles have infinitely many points
CUET (PG) - 2026
CUET (PG)
Computer Science
Matrix Operations
Match List-I with List-II.
List-I (Description of Event)
List-II (Set theoretic notation)
A. Neither A nor B
I. \((A \cap B)^c \cap (A \cup B)\)
B. At least one of A or B
II. \(A \cap B\)
C. Exactly one of A and B
III. \(A \cup B\)
D. All three of A, B and C
IV. \(A \cap B^c \cup A^c \cap B\)
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Integration
Which of the following statements are correct? \[ \lim_{x \to 0} \frac{\sin x}{x} = 1,\quad \lim_{x \to 0} \frac{\tan x}{x} = 1 \]
• [A.] Limit exists and equals \(\frac{1}{\sqrt{2}}\)
• [B.] Limit does not exist
• [C.] Limit exists and equals \(\frac{1}{2\sqrt{2}}\)
• [D.] Limit exists and equals \(\frac{1}{2}\left(1 + \frac{1}{3}\right)\)
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Equation of Circle
Arrange the following steps in sequence to find the variance of individual observations.
• [A.] Compute the mean \(\bar{X}\) of the given observations \(x_1, x_2, \ldots, x_n\).
• [B.] Square the deviations obtained and obtain the sum \(\sum_{i=1}^{n} (x_i - \bar{X})^2\).
• [C.] Divide the sum \(\sum_{i=1}^{n} (x_i - \bar{X})^2\) by \(n\).
• [D.] Take the deviations of the observations from mean i.e., \(x_i - \bar{X}, i=1,2,\ldots,n\).
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Matrix Operations
Arrange the following determinants in decreasing order. \[ A = \begin{vmatrix} 1 & 3 & 5 \\ 2 & 6 & 10 \\ 31 & 11 & 38 \end{vmatrix} \quad B = \begin{vmatrix} 67 & 19 & 21 \\ 39 & 13 & 14 \\ 81 & 24 & 26 \end{vmatrix} \] \[ C = \begin{vmatrix} 1 & -3 & 2 \\ 4 & -1 & 2 \\ 3 & 5 & 2 \end{vmatrix} \quad D = \begin{vmatrix} 1 & 4 & 9 \\ 4 & 9 & 16 \\ 9 & 16 & 25 \end{vmatrix} \]
CUET (PG) - 2026
CUET (PG)
Computer Science
Limits
Given below are two statements: one is labelled as Assertion (A) and the other is labelled as Reason (R). Assertion (A): The sequence \(\frac{1}{3}, -\frac{1}{2}, \frac{3}{4}, -\frac{9}{8}, \ldots\) is an A.P.
Reason (R): The constant sequence is the only sequence which is both an A.P. as well as G.P. In the light of the above statements, choose the most appropriate answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Parabola
Arrange the following parabolas in increasing order of the length of their latus rectum.
• [A.] \(y^2 = 8x\)
• [B.] \(4x^2 + y = 0\)
• [C.] \(y^2 - 4y - 3x + 1 = 0\)
• [D.] \(y^2 - 4y + 4x = 0\)
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Statistics
If the curves \(y^2 = 4ax\) and \(y = kx\) cut at right angles, then the value of \(k\) is:
CUET (PG) - 2026
CUET (PG)
Computer Science
Continuity
Given below are two statements: one is labelled as Assertion (A) and the other is labelled as Reason (R). Let \(A\) and \(B\) be two symmetric matrices of order 3. Assertion (A): \((AB)\) and \((BA)\) are symmetric matrices.
Reason (R): \(AB\) is a symmetric matrix, if matrix multiplication of \(A\) with \(B\) is commutative. In the light of the above statements, choose the most appropriate answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Sequence and Series
Given below are two statements: one is labelled as Assertion (A) and the other is labelled as Reason (R). Let \(f\) be a function defined by \[ f(x) = \begin{cases} \dfrac{\tan x}{x}, & x \neq 0 1, & x = 0 \end{cases} \] Assertion (A): \(x = 0\) is point of minima of \(f\).
Reason (R): \(f'(0) = 0\). In the light of the above statements, choose the most appropriate answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Matrix Operations
Evaluate the value of: \[ \int_{0}^{\pi} \frac{\sin^2 x}{1 + \sin x \cos x}\, dx \]
CUET (PG) - 2026
CUET (PG)
Computer Science
Ellipse
Let the equation of the pair of lines \(px - y = 0\) and \(qx - y = 0\) be written as \((y - px)(y - qx) = 0\). Then, the equation of the pair of angle bisectors of the lines \(x^2 - 4y^2 - 5xy = 0\) is:
CUET (PG) - 2026
CUET (PG)
Computer Science
Geometry
If the foci of a hyperbola coincide with the foci of the ellipse \(\frac{x^2}{25} + \frac{y^2}{9} = 1\), then the equation of the hyperbola having its eccentricity 2 is:
CUET (PG) - 2026
CUET (PG)
Computer Science
Geometry
The area of the region \(|x| + 2|y| \leq 4\) is given by:
CUET (PG) - 2026
CUET (PG)
Computer Science
Statistics
Let the mean and variance of 12 observations be \(a\) and \(4\) respectively. Later on, it was observed that two observations were considered as 9 and 10 instead of 7 and 14 respectively. If the correct variance is \(\sigma^2\), where \(m\) and \(n\) are coprime, then \(m+n\) is equal to:
CUET (PG) - 2026
CUET (PG)
Computer Science
Parabola
In a university, out of 100 students, 15 offered Mathematics only, 12 offered Statistics only, 8 offered Physics only, 40 offered Physics and Mathematics, 10 offered Mathematics and Statistics, 25 offered Physics. What is the number of students who did not offer any of the three subjects?
CUET (PG) - 2026
CUET (PG)
Computer Science
Matrix Operations
In a certain code, CONDEMN is written as CNODMEN. TEACHER will be written as CT__E__. Fill in the blanks by identifying the correct sequence. Options for blanks:
• [A.] H
• [B.] A
• [C.] D
• [D.] E
CUET (PG) - 2026
CUET (PG)
Computer Science
Probability
If a matrix is both symmetric and skew symmetric, then
CUET (PG) - 2026
CUET (PG)
Computer Science
Integration
Arrange the following games in decreasing order, on the basis of the players in their playing terms.
• [A.] Basketball
• [B.] Table Tennis
• [C.] Lawn Tennis
• [D.] Cricket
CUET (PG) - 2026
CUET (PG)
Computer Science
Arrangement and Pattern
Choose the sets of numbers from the four alternative sets, that is similar to the given set: \[ \text{Given set: } (3,\ 16,\ 36) \] A. (2, 35, 50) B. (2, 30, 16) C. (4, 24, 48) D. (5, 36, 60)
Choose the correct answer from the options given below:
CUET (PG) - 2026
CUET (PG)
Computer Science
Arrangement and Pattern
Which of the following is the correct sequence of books from top to bottom based on the given statements? Consider the following statements:
• [A.] There are seven books, one each on Psychology, Hindi, English, Sociology, Economics, Education and Accountancy lying on a table one above the other.
• [B.] Sociology is on top of all books.
• [C.] Accountancy is immediately below education which is immediately below Sociology.
• [D.] Economics is immediately above Psychology but not in the middle.
• [E.] Hindi is immediately below Psychology.
CUET (PG) - 2026
CUET (PG)
Computer Science
Coding and Decoding
Prev
1
...
7
8
9
10
11
...
49
Next