>
GATE CS
List of top Questions asked in GATE CS
The product of all eigenvalues of the matrix
\[ \begin{bmatrix} 1 & 2 & 3
4 & 5 & 6
7 & 8 & 9 \end{bmatrix}
is:
\]
GATE CS - 2024
GATE CS
General Aptitude
Instructions
Consider a system that uses 5 bits for representing signed integers in 2’s complement format. In this system, two integers \( A \) and \( B \) are represented as \( A = 01010 \) and \( B = 11010 \). Which one of the following operations will result in either an arithmetic overflow or an arithmetic underflow?
GATE CS - 2024
GATE CS
General Aptitude
Data Interpretation
A rectangular paper of 20 cm \( \times \) 8 cm is folded 3 times. Each fold is made along the line of symmetry, which is perpendicular to its long edge. The perimeter of the final folded sheet (in cm) is:
GATE CS - 2024
GATE CS
General Aptitude
Mathematical Logic
A rectangular paper sheet of dimensions \( 54 \, \text{cm} \times 4 \, \text{cm} \) is taken. The two longer edges of the sheet are joined together to create a cylindrical tube. A cube whose surface area is equal to the area of the sheet is also taken.
Then, the ratio of the volume of the cylindrical tube to the volume of the cube is:
GATE CS - 2024
GATE CS
General Aptitude
Verbal Ability
Let \( f: \mathbb{R} \to \mathbb{R} \) be a function such that \( f(x) = \max\{x, x^3\
\), \( x \in \mathbb{R} \), where \( \mathbb{R} \) is the set of all real numbers. The set of all points where \( f(x) \) is NOT differentiable is:}
GATE CS - 2024
GATE CS
General Aptitude
Verbal Deduction
The number of coins of Rs.1, Rs.5, and Rs.10 denominations that a person has are in the ratio 5:3:13. Of the total amount, the percentage of money in Rs.5 coins is:
GATE CS - 2024
GATE CS
General Aptitude
Seating Arrangement
For positive non-zero real variables \( p \) and \( q \), if
\[ \log (p^2 + q^2) = \log p + \log q + 2\log 3, \]
then, the value of
\( \frac{p^4 + q^4}{p^2 q^2} \)
is:
GATE CS - 2024
GATE CS
General Aptitude
Statements and Inferences
If two distinct non-zero real variables \( x \) and \( y \) are such that \( (x + y) \) is proportional to \( (x - y) \), then the value of \( \frac{x}{y} \) is:
GATE CS - 2024
GATE CS
General Aptitude
Sequence and Series
In the given text, the blanks are numbered (i)–(iv). Select the best match for all the blanks.
Steve was advised to keep his head \_\_\_ (i) \_\_\_ before heading \_\_\_ (ii) \_\_\_ to bat; for, while he had a head \_\_\_ (iii) \_\_\_ batting, he could only do so with a cool head \_\_\_ (iv) \_\_\_ his shoulders.
GATE CS - 2024
GATE CS
General Aptitude
Geometry
Consider the following sample of numbers:
\[ 9, \, 18, \, 11, \, 14, \, 15, \, 17, \, 10, \, 69, \, 11, \, 13 \] The median of the sample is:
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
If \( \to \) denotes increasing order of intensity, then the meaning of the words [dry \( \to \) arid \( \to \) parched] is analogous to [diet \( \to \) fast \( \to \) \_\_\_\_\_].
GATE CS - 2024
GATE CS
General Aptitude
Logical and Analytical Reasoning Skills
A cube is to be cut into 8 pieces of equal size and shape Here each cut should be straight and it should not stop till it reaches the other end of the cube The minimum number of such cuts required?
GATE CS - 2024
GATE CS
General Aptitude
Numerical Estimation
Consider a disk with the following specifications: rotation speed of 6000 RPM, average seek time of 5 ms, 500 sectors/track, 512 B sectors. A file has content stored in 3000 sectors located randomly on the disk. Assuming average rotational latency, the total time (in secs, rounded to 2 places) to read the entire file from the disk is?
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
A processor with 16 GPR's uses a 32-bits instruction format. The instruction format consists of an op-code field, an addressing mode field, register operand fields, and a 16-bit scalar operand field. If 8 addressing modes are to be supported, the max. number of unique op-codes possible for every addressing mode is_______
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
log
\([\frac{x+y}{2}]=\frac{1}{2}\)
(log x+log y) the value of
\(\frac{x}{y}+\frac{y}{x}\)
is
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
The value of x in given series is
6, 9, 14, x, 30, 41
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
Increasing order of the intensity
Walk → Jog → Sprint
Bothered →? Daunted
GATE CS - 2024
GATE CS
General Aptitude
Numerical Reasoning
If
\(A_{n×n}\)
such that A is real matrix and B is any matrix which is obtained from A by interchanging any two rows then pick the true statements?
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
The probability of getting a distinct number while throwing dice six times?
GATE CS - 2024
GATE CS
General Aptitude
Data Interpretation
\(∫_{x=0}^a ∫^{y=1}_{y=\sqrt\frac{x}{a}}\)
\(e^{y^3}\)
dy dx=(e-1) then the value of
a
is
GATE CS - 2024
GATE CS
General Aptitude
Numerical Estimation
Consider a non-pipeline processor with 2 GHz clock, average CPI of '6'. It is hence with a 5-stage pipeline processor with the same clock, consider 1 instructions per cycle and if 20% instructions have 2 cycle stalls due to control hazards and 20% of instructions have 3 cycles stalls due to data hazards. Speedup of pipeline over non-pipeline
GATE CS - 2024
GATE CS
General Aptitude
Numerical Ability
Which of the following sequences when stored in an array at locations A[1],..., A[10] forms a max-heap?
GATE CS - 2023
GATE CS
Programming and Data Structures
Linked Lists
The Lucas sequence L
n
is defined by the recurrence relation: L
n
= L
n−1
+ L
n−2
, for n ≥ 3, with L
1
= 1 and L
2
= 3. Which one of the options given is TRUE?
GATE CS - 2023
GATE CS
Database Management Systems
Relational Model
A bag contains 10 red balls and 15 blue balls. Two balls are drawn randomly without replacement. Given that the first ball drawn is red, the probability (rounded off to 3 decimal places) that both balls drawn are red is \_\_\_\_.
GATE CS
Software Engineering
Miscellaneous
Consider sending an IP datagram of size 1420 bytes (including 20 bytes of IP header) from a sender to a receiver over a path of two links with a router between them. The first link (sender to router) has an MTU of 542 bytes, while the second link (router to receiver) has an MTU of 360 bytes. The number of fragments that would be delivered at the receiver is \_\_\_\_\_.
GATE CS
Software Engineering
Miscellaneous
Prev
1
...
4
5
6
7
Next