Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

optimization

GATE CSE & IT · Network Layer · 1997-2026

17
PYQs
76%
keyed
1
elite explanations
11
years appeared

Study anchor

Forouzan — Data Communications and Networking

Layered models, IP, routing, TCP, data link protocols

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2026 PYQ

A student needs to enroll for a minimum of 60 credits. A student cannot enroll for more than 70 credits. The credits are divided amongst project and three distinct sets of courses...

easyanswer keyelite explanation
2025 Q13

Which ONE of the following techniques used in compiler code optimization uses live variable analysis?

mediumanswer key
2024 PYQ

The baseline execution time of a program on a 2 GHz single core machine is 100 nanoseconds ( ns ). The code corresponding to 90% of the execution time can be fully parallelized. Th...

mediumbasic explanation
2024 PYQ

Consider the following two sets: Set X P. Lexical Analyzer Q. Syntax Analyzer R. Intermediate Code Generator S. Code Optimizer Set Y 1. Abstract Syntax Tree 2. Token 3. Parse Tree...

easyanswer keybasic explanation
2021 PYQ

Define R n to be the maximum amount earned by cutting a rod of length n meters into one or more pieces of integer length and selling them. For i > 0, let p[i] denotes the selling p...

mediumanswer keybasic explanation
2021 PYQ

In an examination, a student can choose the order in which two questions (QuesA and QuesB) must be attempted. - If the first question is answered wrong, the student gets zero marks...

mediumanswer keybasic explanation
2018 PYQ

Assume that multiplying a matrix $${G_1}$$ of dimension $$p \times q$$ with another matrix $${G_2}$$ of dimension $$q \times r$$ requires $$pqr$$ scalar multiplications. Computing...

mediumanswer key
2018 PYQ

Consider the weights and values of items listed below. Note that there is only one unit of each item. Item number Weight (in Kgs) Value (in Rupees) 1 10 60 2 7 28 3 4 20 4 2 24 The...

mediumbasic explanation
2016 PYQ

Let $${A_1},\,{A_2},\,{A_3}$$ and $${A_4}$$ be four matrices of dimensions $$10 \times 5,\,5 \times 20,\,20 \times 10,$$ and $$10 \times 5,$$ respectively. The minimum number of sc...

medium
2016 PYQ

Consider the following code segment. x = u - t; y = x * v; x = y + w; y = t - z; y = x * y; The minimum number of total variables required to convert the above code segment to stat...

easy
2011 PYQ

Four matrices M 1 , M 2 , M 3 and M 4 of dimensions p $$\times$$ q, q $$\times$$ r, r $$\times$$ s and s $$\times$$ t respectively can be multiplied is several ways with different...

mediumanswer key
2011 PYQ

Four matrices $${M_1},\,\,\,{M_2},\,\,\,{M_3}$$ and $${M_4}$$ of dimensions $$p\,\,x\,\,q,\,\,\,\,\,q\,\,x\,\,e,\,\,\,\,\,r\,\,x\,\,s$$ and $$\,\,\,\,s\,\,x\,\,t$$ respectively can...

mediumanswer key
2008 PYQ

Some code optimizations are carried out on the intermediate code because

easyanswer key
2008 PYQ

If $$\,\,\,\,f\,\,\,\,\left( x \right)$$ is defined as follows, what is the minimum value of $$f\,\left( x \right)$$ for $$x \in \left( {0,2} \right)$$ ? $$$f\left( x \right) = \le...

mediumanswer key
2005 PYQ

In a packet switching network, packets are routed from source to destination along a single path having two intermediate nodes. If the message size is 24 bytes and each packet cont...

hardanswer key
2002 PYQ

The function $$f\left( {x,y} \right) = 2{x^2} + 2xy - {y^3}$$ has

easyanswer key
1997 PYQ

What is the maximum value of the function $$f\left( x \right) = 2{x^2} - 2x + 6$$ in the interval $$\left[ {0,2} \right]$$?

easyanswer key