1
GATE CSE 2026 Set 1
MCQ (Single Correct Answer)
+2
-0

For positive real numbers $S$ and $K$, the function $H_K(S)$ is defined as: $H_K(S)=\max (S-K, 0)$. The max function is defined as:

$$ \max (a, b)= \begin{cases}a, & \text { when } a>b \\ b, & \text { when } a \leq b\end{cases} $$

The graph below shows the plot of a function $N(S)$ versus $S$. $N(S)$ can be expressed as $\_\_\_\_$ .

GATE CSE 2026 Set 1 General Aptitude - Numerical Ability Question 1 English

A

$H_{10}(S)-H_{20}(S)$

B

$H_{10}(S)-2 H_{20}(S)$

C

$-H_{10}(S)+H_{20}(S)$

D

$H_{15}(S)-H_{20}(S)$

2
GATE CSE 2026 Set 1
MCQ (Single Correct Answer)
+2
-0

An unbiased six-faced dice whose faces are marked with numbers $1,2,3,4,5$, and 6 is rolled twice in succession and the number on the top face is recorded each time. The probability that the number appearing in the second roll is an integer multiple of the number appearing in the first roll is $\_\_\_\_$

A

$\frac{1}{6}$

B

$\frac{5}{18}$

C

$\frac{7}{18}$

D

$\frac{5}{6}$

3
GATE CSE 2025 Set 2
MCQ (Single Correct Answer)
+2
-0.67

Which one of the following options is correct for the given data in the table?

Iteration ($i$) 0 1 2 3
Input ($I$) 20 $-$4 10 15
Output ($X$) 20 16 26 41
Output ($Y$) 20 $-$80 $-$800 $-$12000

A
$X(i)=X(i-1)+I(i) ; Y(i)=Y(i-1) I(i) ; i>0$
B
$X(i)=X(i-1) I(i) ; Y(i)=Y(i-1)+I(i) ; i>0$
C
$X(i)=X(i-1) I(i) ; Y(i)=Y(i-1) I(i) ; i>0$
D
$X(i)=X(i-1)+I(i) ; Y(i)=Y(i-1) I(i-1) ; i>0$
4
GATE CSE 2025 Set 2
MCQ (Single Correct Answer)
+2
-0.67

In the given figure, PQRS is a square of side 2 cm and PLMN is a rectangle. The corner L of the rectangle is on the side QR. Side MN of the rectangle passes through the corner S of the square.

What is the area (in $\mathrm{cm}^2$ ) of the rectangle PLMN?

Note: The figure shown is representative

GATE CSE 2025 Set 2 General Aptitude - Numerical Ability Question 13 English

A
2$\sqrt2$
B
2
C
8
D
4

GATE CSE Subjects

Browse all chapters by subject

Software Engineering
Web Technologies