Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged gatecse-2024-set1
88
88 votes
5
5 answers
25.2k
25.2k views
GATE CSE 2024 | Set 1 | Question: 1
Let $f: \mathbb{R} \rightarrow \mathbb{R}$ be a function such that $f(x)=\max \left\{x, x^3\right\}, x \in \mathbb{R}$, where $\mathbb{R}$ is the set of all real numbers....
Arjun
25.2k
views
asked
Feb 16, 2024
Calculus
gatecse-2024-set1
calculus
differentiation
one-mark
+
–
55
55 votes
15
15 answers
32.0k
32.0k views
GATE CSE 2024 | Set 1 | Question: 2
The product of all eigenvalues of the matrix $\left[\begin{array}{lll}1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9\end{array}\right]$ is$-1$$0$$1$$2$
Arjun
32.0k
views
asked
Feb 16, 2024
Linear Algebra
gatecse-2024-set1
linear-algebra
eigen-value
one-mark
+
–
42
42 votes
5
5 answers
31.1k
31.1k views
GATE CSE 2024 | Set 1 | Question: 3
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$...
Arjun
31.1k
views
asked
Feb 16, 2024
Digital Logic
gatecse-2024-set1
digital-logic
number-representation
one-mark
+
–
40
40 votes
5
answers
5 answers
16.9k
16.9k views
GATE CSE 2024 | Set 1 | Question: 4
Consider a permutation sampled uniformly at random from the set of all permutations of $\{1,2,3, \cdots, n\}$ for some $n \geq 4$. Let $X$ be the event that $1$ occurs be...
Arjun
16.9k
views
asked
Feb 16, 2024
Probability
gatecse-2024-set1
probability
uniform-distribution
one-mark
+
–
29
29 votes
3
3 answers
14.8k
14.8k views
GATE CSE 2024 | Set 1 | Question: 5
Which one of the following statements is FALSE?In the cycle stealing mode of DMA, one word of data is transferred between an I/O device and main memory in a stolen cy...
Arjun
14.8k
views
asked
Feb 16, 2024
CO & Architecture
gatecse-2024-set1
co-and-architecture
dma
one-mark
+
–
31
31 votes
3
3 answers
13.2k
13.2k views
GATE CSE 2024 | Set 1 | Question: 6
A user starts browsing a webpage hosted at a remote server. The browser opens a single TCP connection to fetch the entire webpage from the server. The webpage consists of...
Arjun
13.2k
views
asked
Feb 16, 2024
Computer Networks
gatecse-2024-set1
computer-networks
network-protocols
one-mark
+
–
46
46 votes
6
6 answers
29.8k
29.8k views
GATE CSE 2024 | Set 1 | Question: 7
Given an integer array of size $N$, we want to check if the array is sorted (in either ascending or descending order). An algorithm solves this problem by making a single...
Arjun
29.8k
views
asked
Feb 16, 2024
Algorithms
gatecse-2024-set1
algorithms
time-complexity
one-mark
+
–
41
41 votes
6
6 answers
30.3k
30.3k views
GATE CSE 2024 | Set 1 | Question: 8
Consider the following $\mathrm{C}$ program:#include <stdio.h int main() { int a=6; int b = 0; while (a<10) { a = a / 12+1 ; a += b ;} printf ("%d", a); return 0 ; }Whi...
Arjun
30.3k
views
asked
Feb 16, 2024
Programming in C
gatecse-2024-set1
programming
programming-in-c
output
one-mark
+
–
39
39 votes
4
4 answers
23.0k
23.0k views
GATE CSE 2024 | Set 1 | Question: 9
Consider the following $\mathrm{C}$ program:#include <stdio.h void fX (); int main(){ fX(); return 0 };void fX () { char a; if ((a=g e t c h a r()) ! = '\n') fX(); ...
Arjun
23.0k
views
asked
Feb 16, 2024
Programming in C
gatecse-2024-set1
programming
programming-in-c
output
one-mark
+
–
21
21 votes
5
answers
5 answers
12.6k
12.6k views
GATE CSE 2024 | Set 1 | Question: 10
Let $\mathrm{S}$ be the specification: "Instructors teach courses. Students register for courses. Courses are allocated classrooms. Instructors guide students." Which one...
Arjun
12.6k
views
asked
Feb 16, 2024
Databases
gatecse-2024-set1
databases
er-diagram
one-mark
+
–
35
35 votes
6
answers
6 answers
21.4k
21.4k views
GATE CSE 2024 | Set 1 | Question: 11
In a $\mathrm{B}^+$ tree, the requirement of at least half-full $(50 \%)$ node occupancy is relaxed for which one of the following cases?Only the root nodeAll leaf nodesA...
Arjun
21.4k
views
asked
Feb 16, 2024
Databases
gatecse-2024-set1
databases
b-tree
one-mark
+
–
57
57 votes
8
answers
8 answers
30.3k
30.3k views
GATE CSE 2024 | Set 1 | Question: 12
Which of the following statements about a relation $\mathbf{R}$ in first normal form $\text{(1NF)}$ is/are TRUE?$\mathbf{R}$ can have a multi-attribute key$\mathbf{R}$ ca...
Arjun
30.3k
views
asked
Feb 16, 2024
Databases
gatecse-2024-set1
multiple-selects
databases
database-normalization
one-mark
+
–
34
34 votes
7
7 answers
24.8k
24.8k views
GATE CSE 2024 | Set 1 | Question: 13
Let $L_1, L_2$ be two regular languages and $L_3$ a language which is not regular.Which of the following statements is/are always TRUE?$L_1=L_2$ if and only if $L_1 \cap...
Arjun
24.8k
views
asked
Feb 16, 2024
Theory of Computation
gatecse-2024-set1
multiple-selects
theory-of-computation
regular-language
one-mark
+
–
50
50 votes
5
5 answers
26.8k
26.8k views
GATE CSE 2024 | Set 1 | Question: 14
Which of the following statements about threads is/are TRUE?Threads can only be implemented in kernel spaceEach thread has its own file descriptor table for open filesAll...
Arjun
26.8k
views
asked
Feb 16, 2024
Operating System
gatecse-2024-set1
multiple-selects
operating-system
threads
one-mark
+
–
23
23 votes
4
4 answers
26.1k
26.1k views
GATE CSE 2024 | Set 1 | Question: 15
Which of the following process state transitions is/are NOT possible?Running to ReadyWaiting to RunningReady to WaitingRunning to Terminated
Arjun
26.1k
views
asked
Feb 16, 2024
Operating System
gatecse-2024-set1
operating-system
process-scheduling
multiple-selects
one-mark
+
–
18
18 votes
3
3 answers
14.0k
14.0k views
GATE CSE 2024 | Set 1 | Question: 16
Which of the following is/are Bottom-Up Parser(s)?Shift-reduce ParserPredictive ParserLL$(1)$ Parser LR Parser
Arjun
14.0k
views
asked
Feb 16, 2024
Compiler Design
gatecse-2024-set1
multiple-selects
compiler-design
parsing
easy
one-mark
+
–
34
34 votes
3
3 answers
16.3k
16.3k views
GATE CSE 2024 | Set 1 | Question: 17
Let $A$ and $B$ be two events in a probability space with $P(A)=0.3, P(B)=0.5$, and $P(A \cap B)=0.1$. Which of the following statements is/are TRUE?The two events $A$ an...
Arjun
16.3k
views
asked
Feb 16, 2024
Probability
gatecse-2024-set1
multiple-selects
probability
one-mark
+
–
31
31 votes
5
5 answers
20.3k
20.3k views
GATE CSE 2024 | Set 1 | Question: 18
Consider the circuit shown below where the gates may have propagation delays. Assume that all signal transitions occur instantaneously and that wires have no delays. Wh...
Arjun
20.3k
views
asked
Feb 16, 2024
Digital Logic
gatecse-2024-set1
multiple-selects
digital-logic
combinational-circuit
one-mark
+
–
24
24 votes
5
5 answers
12.6k
12.6k views
GATE CSE 2024 | Set 1 | Question: 19
$\mathrm{TCP}$ client $\mathrm{P}$ successfully establishes a connection to $\text{TCP}$ server $\mathrm{Q}$. Let $\text{N}_{P}$ denote the sequence number in the $\text...
Arjun
12.6k
views
asked
Feb 16, 2024
Computer Networks
gatecse-2024-set1
multiple-selects
computer-networks
tcp
one-mark
+
–
53
53 votes
3
3 answers
26.2k
26.2k views
GATE CSE 2024 | Set 1 | Question: 20
Consider a $5$-stage pipelined processor with Instruction Fetch (IF), Instruction Decode (ID), Execute (EX), Memory Access (MEM), and Register Writeback (WB) stages. Whic...
Arjun
26.2k
views
asked
Feb 16, 2024
CO & Architecture
gatecse-2024-set1
multiple-selects
co-and-architecture
pipelining
one-mark
+
–
39
39 votes
5
5 answers
20.0k
20.0k views
GATE CSE 2024 | Set 1 | Question: 21
Which of the following fields is/are modified in the $\text{IP}$ header of a packet going out of a network address translation $\text{(NAT)}$ device from an internal netw...
Arjun
20.0k
views
asked
Feb 16, 2024
Computer Networks
gatecse-2024-set1
multiple-selects
computer-networks
ip-packet
one-mark
+
–
34
34 votes
8
answers
8 answers
19.2k
19.2k views
GATE CSE 2024 | Set 1 | Question: 22
Let $A$ and $B$ be non-empty finite sets such that there exist one-to-one and onto functions $\text{(i)}$ from $A$ to $B$ and $\text{(ii)}$ from $A \times A$ to $A \cup B...
Arjun
19.2k
views
asked
Feb 16, 2024
Set Theory & Algebra
gatecse-2024-set1
numerical-answers
set-theory&algebra
functions
one-mark
+
–
19
19 votes
4
answers
4 answers
23.2k
23.2k views
GATE CSE 2024 | Set 1 | Question: 23
Consider the operator precedence and associativity rules for the integer arithmetic operators given in the table below. $$\begin{array}{|c|l|}\hline \textbf{Operator} & ...
Arjun
23.2k
views
asked
Feb 16, 2024
Compiler Design
gatecse-2024-set1
numerical-answers
compiler-design
operator-precedence
one-mark
+
–
32
32 votes
4
4 answers
22.2k
22.2k views
GATE CSE 2024 | Set 1 | Question: 24
The number of spanning trees in a complete graph of $4$ vertices labelled $\text{A, B, C,}$ and $\text{D}$ is _________.
Arjun
22.2k
views
asked
Feb 16, 2024
Graph Theory
gatecse-2024-set1
numerical-answers
graph-theory
graph-connectivity
one-mark
+
–
28
28 votes
2
2 answers
15.2k
15.2k views
GATE CSE 2024 | Set 1 | Question: 25
Consider the following two relations, $R(A, B)$ and $S(A, C)$:$$\begin{array}{|c|}\hline\textbf{R} \\\hline\begin{array}{c|c}\textbf{A} & \textbf{B} \\\hline\text{10} & ...
Arjun
15.2k
views
asked
Feb 16, 2024
Databases
gatecse-2024-set1
numerical-answers
databases
relational-algebra
one-mark
+
–
38
38 votes
8
8 answers
22.4k
22.4k views
GATE CSE 2024 | Set 1 | Question: 26
Consider a network path $\mathrm{P}-\mathrm{Q}-\mathrm{R}$ between nodes $\mathrm{P}$ and $\mathrm{R}$ via router $\mathrm{Q}$. Node $\mathrm{P}$ sends a file of size $10...
Arjun
22.4k
views
asked
Feb 16, 2024
Computer Networks
gatecse-2024-set1
computer-networks
routing
two-marks
+
–
15
15 votes
4
answers
4 answers
13.9k
13.9k views
GATE CSE 2024 | Set 1 | Question: 27
Consider the following syntax-directed definition $\text{(SDD)}$.$$\begin{array}{|l|l|} \hline \text{$S \rightarrow D H T U$} & \text{$ \left\{S.v a l = D.val + H.val +...
Arjun
13.9k
views
asked
Feb 16, 2024
Compiler Design
gatecse-2024-set1
compiler-design
syntax-directed-translation
two-marks
+
–
20
20 votes
2
answers
2 answers
12.3k
12.3k views
GATE CSE 2024 | Set 1 | Question: 28
Consider the following grammar $G$, with $S$ as the start symbol. The grammar $G$ has three incomplete productions denoted by $(1), (2)$, and $(3)$.$$\begin{aligned} & S ...
Arjun
12.3k
views
asked
Feb 16, 2024
Compiler Design
gatecse-2024-set1
compiler-design
first-and-follow
two-marks
+
–
14
14 votes
2
2 answers
15.4k
15.4k views
GATE CSE 2024 | Set 1 | Question: 29
Consider the following pseudo-code.L 1: t1 = -1 L 2: t2 = 0 L 3: t3 = 0 L 4: t4 = 4 * t3 L 5: t5 = 4 * t2 L 6: t6 = t5 * M L 7: t7 = t4 + t6 L 8: t8 = a[t7] L 9: if t8 <...
Arjun
15.4k
views
asked
Feb 16, 2024
Compiler Design
gatecse-2024-set1
compiler-design
intermediate-code
two-marks
+
–
26
26 votes
5
5 answers
17.9k
17.9k views
GATE CSE 2024 | Set 1 | Question: 30
Consider the following two threads $\mathrm{T} 1$ and $\mathrm{T} 2$ that update two shared variables $\mathrm{a}$ and $\mathrm{b}$. Assume that initially $\mathrm{a}=...
Arjun
17.9k
views
asked
Feb 16, 2024
Operating System
gatecse-2024-set1
operating-system
threads
two-marks
+
–
Page:
1
2
3
next »