>
GATE CS
List of top Questions asked in GATE CS
Which one is false ?
GATE CS
Digital Logic
Boolean Algebra
Grammar to be parsed by SLR parser {a, b, c, d, #, @
S'
\(→\)
S
S
\(→\)
SS |Aa| bAc | Bc | bAb
A
\(→\)
d#
B
\(→\)
@
(Closure { S'
\(→\)
.S})
The number of items in goto Io on input S.
GATE CS
Compiler Design
SLR(1)
Given f(x)=1-f(2-x), then ∫20 f(X)dx=?
GATE CS
General Aptitude
Numerical Estimation
int g(int p)
{
printf("%d", p);
return p;
}
int h(int q)
{
printf("%d", q);
return q;
}
void f(int x, int y)
{
g(x);
h(y);
}
int main ()
f(g(10), h(20));
}
What is the o/p printed ? (parameters all evaluated from left to right)
GATE CS
Digital Electronics
Programmable Logic Array
Which of the following sequences of output can be generated?
GATE CS
Programming and Data Structure
Stack
Choose the correct option:
\((224)_5\)
GATE CS
Digital Logic
Number Systems
Largest among all in a single precision
GATE CS
Digital Logic
Number Representations
Instruction format has the following structure.Instruction number OPCODE destination Source
\(1\)
and Source
\(2\)
.
\(I_1:\)
Div
\(R_3 R_1 R_2;\)
\(I_2:\)
Sub
\(R_5 R_3 R_4;\)
\(I_3:\)
Add
\(R_3 R_5 R_6;\)
\(I_4:\)
Mul
\(R_7 R_3 R_8;\)
GATE CS
Computer Organization and Architecture
Machine Instructions and Addressing Modes
Consider an ethernet segment whose transmission is
\(10^8\)
bits per second. Maximum segment length
\(500\ m\)
, speed of the provocation media velocity is
\(2 × 10^8\)
meter per second. What is the minimum frame size in bits ?
GATE CS
Computer Networks
Ethernet
Which one of the following CIDR profix exactly represent the range of IP addresses 10.12.2.0 to 10.12.3.255?
GATE CS
Computer Networks
CIDR Notation
Which of the following fields of IP header is/are always modified by any router before it forwards to IP Packet ?
GATE CS
Computer Networks
IPv4/IPv6, Routers and Routing Algorithms
Prev
1
...
35
36
37
Next