Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Recent questions tagged gateit-2005
0
votes
0
answers
1
Doubt: gate2005 2015
https://gateoverflow.in/3784/gate2005-it-37 https://gateoverflow.in/8159/gate2015-2-35 (the second answer of this question) both these follow different diagramatic representations how should one go about making these diagrams
TUSHAR_BHATT
asked
in
Theory of Computation
Jan 11, 2019
by
TUSHAR_BHATT
405
views
gatecse-2015-set2
gateit-2005
self-doubt
47
votes
7
answers
2
GATE IT 2005 | Question: 85b
Consider a simple graph with unit edge costs. Each node in the graph represents a router. Each node maintains a routing table indicating the next hop router to be used to relay a packet to its destination and the cost of the path to the destination through that router. Initially, the ... $(t + 100)$ is : $>100$ but finite $\infty$ $3$ $>3$ and $\leq 100$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
12.0k
views
gateit-2005
computer-networks
routing
normal
23
votes
4
answers
3
GATE IT 2005 | Question: 85a
Consider a simple graph with unit edge costs. Each node in the graph represents a router. Each node maintains a routing table indicating the next hop router to be used to relay a packet to its destination and the cost of the path to the destination through that router. Initially, ...
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
4.4k
views
gateit-2005
computer-networks
routing
normal
35
votes
4
answers
4
GATE IT 2005 | Question: 84b
A sink in a directed graph is a vertex i such that there is an edge from every vertex $j \neq i$ to $i$ and there is no edge from $i$ to any other vertex. A directed graph $G$ with $n$ vertices is represented by its adjacency matrix $A$, where $A[i] [j] = 1$ if there is an edge ... $(!A[i][j] \ \left | \right | A[j][i])$ $(A[i][j] \ \left | \right | \ !A[j][i])$
Ishrat Jahan
asked
in
Algorithms
Nov 4, 2014
by
Ishrat Jahan
6.0k
views
gateit-2005
algorithms
graph-algorithms
normal
38
votes
1
answer
5
GATE IT 2005 | Question: 84a
A sink in a directed graph is a vertex i such that there is an edge from every vertex $j \neq i$ to $i$ and there is no edge from $i$ to any other vertex. A directed graph $G$ with $n$ vertices is represented by its adjacency matrix $A$, where $A[i] [j] = 1$ if there is an edge ... $E_1:\ !A[i][j]$ and $E_2 : i = j$; $E_1 : A[i][j]$ and $E_2 : i = j + 1$;
Ishrat Jahan
asked
in
Algorithms
Nov 4, 2014
by
Ishrat Jahan
7.3k
views
gateit-2005
algorithms
graph-algorithms
normal
35
votes
4
answers
6
GATE IT 2005 | Question: 83b
Consider the context-free grammar $E\rightarrow E+E$ $E\rightarrow (E *E)$ $E\rightarrow \text{id}$ where $E$ is the starting symbol, the set of terminals is $\{id, (,+,),*\}$, and the set of non-terminals is $\{E\}$. For the terminal string $id + id + id + id$, how many parse trees are possible? $5$ $4$ $3$ $2$
Ishrat Jahan
asked
in
Compiler Design
Nov 4, 2014
by
Ishrat Jahan
5.2k
views
gateit-2005
compiler-design
parsing
normal
34
votes
2
answers
7
GATE IT 2005 | Question: 83a
Consider the context-free grammar $E \rightarrow E + E$ $E \rightarrow (E * E)$ $E \rightarrow id$ where $E$ is the starting symbol, the set of terminals is $\{id, (,+,),*\}$, and the set of nonterminals is $\{E\}$. Which of the following terminal strings has more than one parse tree ... $id + (id* (id * id))$ $(id* (id * id)) + id$ $((id * id + id) * id)$
Ishrat Jahan
asked
in
Compiler Design
Nov 4, 2014
by
Ishrat Jahan
5.4k
views
gateit-2005
compiler-design
grammar
parsing
easy
46
votes
4
answers
8
GATE IT 2005 | Question: 82b
A database table $T_1$ has $2000$ records and occupies $80$ disk blocks. Another table $T_2$ has $400$ records and occupies $20$ disk blocks. These two tables have to be joined as per a specified join condition that needs to be evaluated for ... outer loop, the reduction in number of block accesses required for reading the data will be $0$ $30400$ $38400$ $798400$
Ishrat Jahan
asked
in
Databases
Nov 4, 2014
by
Ishrat Jahan
13.7k
views
gateit-2005
databases
normal
joins
49
votes
3
answers
9
GATE IT 2005 | Question: 82a
A database table $T_1$ has $2000$ records and occupies $80$ disk blocks. Another table $T_2$ has $400$ records and occupies $20$ disk blocks. These two tables have to be joined as per a specified join condition that needs to be evaluated for every ... to be used in outer loop, the number of block accesses required for reading the data are $800000$ $40080$ $32020$ $100$
Ishrat Jahan
asked
in
Databases
Nov 4, 2014
by
Ishrat Jahan
7.2k
views
gateit-2005
databases
normal
joins
64
votes
5
answers
10
GATE IT 2005 | Question: 81-b
A disk has $8$ equidistant tracks. The diameters of the innermost and outermost tracks are $1$ cm and $8$ cm respectively. The innermost track has a storage capacity of $10$ MB. If the disk has $20$ sectors per track and is currently at the end of the $5^{th}$ sector ... starting from the sector $4$ of the outer-most track? $13.5 \ ms$ $10 \ ms$ $9.5 \ ms$ $20 \ ms$
Ishrat Jahan
asked
in
Operating System
Nov 4, 2014
by
Ishrat Jahan
10.8k
views
gateit-2005
operating-system
disk
normal
42
votes
3
answers
11
GATE IT 2005 | Question: 81-a
A disk has $8$ equidistant tracks. The diameters of the innermost and outermost tracks are $1$ cm and $8$ cm respectively. The innermost track has a storage capacity of $10$ MB. What is the total amount of data that can be stored on the disk if it is used with a drive that rotates ... . $80 \ \text{MB}$; II. $360 \ \text{MB}$ I. $360 \ \text{MB}$; II. $80 \ \text{MB}$
Ishrat Jahan
asked
in
Operating System
Nov 4, 2014
by
Ishrat Jahan
10.3k
views
gateit-2005
operating-system
disk
normal
1
vote
3
answers
12
GATE IT 2005 | Question: 80
Given below is an excerpt of an xml specification. <!DOCTYPE library SYSTEM "library.dtd"> <Book> <title> GATE 2005 </title> <type value = "BROCHURE"/> <accno>10237623786</accno> </ ... ; <!ELEMENT type EMPTY> <!ATTLIST type value (BROCHURE/FICTION/TECHNICAL)> <!ELEMENT accno (#PCDATA)>
Ishrat Jahan
asked
in
Web Technologies
Nov 4, 2014
by
Ishrat Jahan
1.0k
views
gateit-2005
web-technologies
xml
normal
27
votes
3
answers
13
GATE IT 2005 | Question: 79
Suppose that two parties $A$ and $B$ wish to setup a common secret key (D-H key) between themselves using the Diffie-Hellman key exchange technique. They agree on $7$ as the modulus and $3$ as the primitive root. Party $A$ chooses $2$ and party $B$ chooses $5$ as their respective secrets. Their D-H key is $3$ $4$ $5$ $6$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
5.5k
views
gateit-2005
computer-networks
network-security
normal
out-of-gate-syllabus
27
votes
3
answers
14
GATE IT 2005 | Question: 78
Consider the following message $M = 1010001101$. The cyclic redundancy check (CRC) for this message using the divisor polynomial $x^5+x^4+x^2+1$ is : $01110$ $01011$ $10101$ $10110$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
13.5k
views
gateit-2005
computer-networks
crc-polynomial
normal
47
votes
4
answers
15
GATE IT 2005 | Question: 77
Assume that "host1.mydomain.dom" has an IP address of $145.128.16.8$. Which of the following options would be most appropriate as a subsequence of steps in performing the reverse lookup of $145.128.16.8$ ? In the following options "NS" is ... -addr.arpa domains Directly query a NS for $145.$in-addr.arpa and then a NS for $128.145.$in-addr.arpa domains
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
8.6k
views
gateit-2005
computer-networks
normal
application-layer-protocols
38
votes
6
answers
16
GATE IT 2005 | Question: 76
A company has a class $C$ network address of $204.204.204.0$. It wishes to have three subnets, one with $100$ hosts and two with $50$ ... $204.204.204.128/255.255.255.128$ $204.204.204.64/255.255.255.192$ $204.204.204.0/255.255.255.192$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
11.6k
views
gateit-2005
computer-networks
subnetting
normal
56
votes
4
answers
17
GATE IT 2005 | Question: 75
In a TDM medium access control bus LAN, each station is assigned one time slot per cycle for transmission. Assume that the length of each time slot is the time to transmit $100$ $\text{bits}$ ... in the LAN so that the throughput of each station can be $2/3$ $\text{Mbps}$ is $3$ $5$ $10$ $20$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
11.4k
views
gateit-2005
computer-networks
mac-protocol
normal
36
votes
3
answers
18
GATE IT 2005 | Question: 74
In a communication network, a packet of length $L$ bits takes link $L_1$ with a probability of $p_1$ or link $L_2$ with a probability of $p_2$. Link $L_1$ and $L_2$ have bit error probability of $b_1$ and $b_2$ respectively. The probability that the packet will be received without ... $[1 - (b_1 + b_2)^L]p_1p_2$ $(1 - b_1)^L (1 - b_2)^Lp_1p_2$ $1 - (b_1^Lp_1 + b_2^Lp_2)$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
7.1k
views
gateit-2005
computer-networks
error-detection
probability
normal
67
votes
9
answers
19
GATE IT 2005 | Question: 73
On a TCP connection, current congestion window size is Congestion Window = $4$ KB. The window size advertised by the receiver is Advertise Window = $6$ KB. The last byte sent by the sender is LastByteSent = $10240$ and the last byte acknowledged by ... LastByteAcked = $8192$. The current window size at the sender is: $2048$ bytes $4096$ bytes $6144$ bytes $8192$ bytes
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
21.8k
views
gateit-2005
computer-networks
congestion-control
normal
22
votes
3
answers
20
GATE IT 2005 | Question: 72
A channel has a bit rate of $4$ $kbps$ and one-way propagation delay of $20$ $ms$. The channel uses stop and wait protocol. The transmission time of the acknowledgment frame is negligible. To get a channel efficiency of at least $50$\text{%}$, the minimum frame size should be $80$ $\text{bytes}$ $80$ $\text{bits}$ $160$ $\text{bytes}$ $160$ $\text{bits}$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
9.4k
views
gateit-2005
computer-networks
stop-and-wait
normal
26
votes
2
answers
21
GATE IT 2005 | Question: 71
A network with CSMA/CD protocol in the MAC layer is running at $1 \text{Gbps}$ over a $1 \text{km}$ cable with no repeaters. The signal speed in the cable is $2 \times 10^{8}\text{m/sec}$. The minimum frame size for this network should be: $10000 \text{bits}$ $10000 \text{bytes}$ $5000\text{ bits}$ $5000 \text{bytes}$
Ishrat Jahan
asked
in
Computer Networks
Nov 4, 2014
by
Ishrat Jahan
11.3k
views
gateit-2005
computer-networks
congestion-control
csma-cd
normal
22
votes
1
answer
22
GATE IT 2005 | Question: 70
In a schema with attributes $A, B, C, D$ and $E$ following set of functional dependencies are given $A \rightarrow B$ $A \rightarrow C$ $CD \rightarrow E$ $B \rightarrow D$ $E \rightarrow A$ Which of the following functional dependencies is NOT implied by the above set? $CD \rightarrow AC$ $BD \rightarrow CD$ $BC \rightarrow CD$ $AC \rightarrow BC$
Ishrat Jahan
asked
in
Databases
Nov 4, 2014
by
Ishrat Jahan
8.0k
views
gateit-2005
databases
database-normalization
normal
50
votes
7
answers
23
GATE IT 2005 | Question: 69
In an inventory management system implemented at a trading corporation, there are several tables designed to hold all the information. Amongst these, the following two tables hold information on which items are supplied by which suppliers, and which warehouse ... who do not supply any item supply exactly one item supply one or more items supply two or more items
Ishrat Jahan
asked
in
Databases
Nov 4, 2014
by
Ishrat Jahan
10.2k
views
gateit-2005
databases
sql
normal
48
votes
4
answers
24
GATE IT 2005 | Question: 68
A table 'student' with schema (roll, name, hostel, marks), and another table 'hobby' with schema (roll, hobbyname) contains records as shown below: ... between the number of rows output by the SQL statement and the number of tuples in $S'$ is $6$ $4$ $2$ $0$
Ishrat Jahan
asked
in
Databases
Nov 4, 2014
by
Ishrat Jahan
8.6k
views
gateit-2005
databases
sql
relational-algebra
normal
37
votes
1
answer
25
GATE IT 2005 | Question: 67
A company maintains records of sales made by its salespersons and pays them commission based on each individual's total sales made in a year. This data is maintained in a table with following schema: salesinfo = (salespersonid, ... running concurrently throughout Execute T3 followed by T2; T1 running concurrently throughout Execute T3 followed by T2 followed by T1
Ishrat Jahan
asked
in
Databases
Nov 4, 2014
by
Ishrat Jahan
5.8k
views
gateit-2005
databases
transaction-and-concurrency
normal
19
votes
2
answers
26
GATE IT 2005 | Question: 66
In a data flow diagram, the segment shown below is identified as having transaction flow characteristics, with $p_2$ identified as the transaction center A first level architectural design of this segment will result in a set of process modules with an associated invocation sequence ... $T_c$ invokes $p_2.$ $p_2$ invokes $p_1,$ and then invokes $p_3,$ or $p_4,$ or $p_5$
Ishrat Jahan
asked
in
IS&Software Engineering
Nov 4, 2014
by
Ishrat Jahan
3.4k
views
gateit-2005
data-flow-diagram
normal
non-gate
4
votes
2
answers
27
GATE IT 2005 | Question: 65
Tb carry out white box testing of a program, its flow chart representation is obtained as shown in the figure below: For basis path based testing of this program, its cyclomatic complexity is $5$ $4$ $3$ $2$
Ishrat Jahan
asked
in
IS&Software Engineering
Nov 4, 2014
by
Ishrat Jahan
1.8k
views
gateit-2005
is&software-engineering
cyclomatic-complexity
normal
3
votes
2
answers
28
GATE IT 2005 | Question: 64
The availability of a complex software is 90%. Its Mean Time Between Failure (MTBF) is 200 days. Because of the critical nature of the usage, the organization deploying the software further enhanced it to obtain an availability of 95%. In the process, the ... (MTTR) increased by 5 days. What is the MTBF of the enhanced software? 205 days 300 days 500 days 700 days
Ishrat Jahan
asked
in
IS&Software Engineering
Nov 4, 2014
by
Ishrat Jahan
3.3k
views
gateit-2005
is&software-engineering
software-testing
normal
29
votes
1
answer
29
GATE IT 2005 | Question: 63
In a computer system, four files of size $11050$ bytes, $4990$ bytes, $5170$ bytes and $12640$ bytes need to be stored. For storing these files on disk, we can use either $100$ byte disk blocks or $200$ byte disk blocks (but can't mix block ... blocks respectively? $35400$ and $35800$ bytes $35800$ and $35400$ bytes $35600$ and $35400$ bytes $35400$ and $35600$ bytes
Ishrat Jahan
asked
in
Operating System
Nov 4, 2014
by
Ishrat Jahan
5.0k
views
gateit-2005
operating-system
disk
normal
36
votes
3
answers
30
GATE IT 2005 | Question: 62
Two shared resources $R_1$ and $R_2$ are used by processes $P_1$ and $P_2$. Each process has a certain priority for accessing each resource. Let $T_{ij}$ denote the priority of $P_i$ for accessing $R_j$. A process $P_i$ can snatch a resource $R_k$ from process $P_j$ ... that $P_1$ and $P_2$ can never deadlock? (I) and (IV) (II) and (III) (I) and (II) None of the above
Ishrat Jahan
asked
in
Operating System
Nov 4, 2014
by
Ishrat Jahan
6.7k
views
gateit-2005
operating-system
resource-allocation
normal
Page:
1
2
3
4
next »
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Central Pollution Control Board CPCB Various Post Recruitment 2023
MP Rajya Sahkari Apex Bank Various Post Recruitment 2023
NITIE MUMBAI throgh GATE
PGCIL recruitment 2023 – Apply Online For 138 Posts through GATE
Admission guidance for GATE CSE 2023
Subjects
All categories
General Aptitude
(2.6k)
Engineering Mathematics
(9.4k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.3k)
Others
(2.5k)
Admissions
(655)
Exam Queries
(847)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Unknown Category
(866)
Recent questions tagged gateit-2005
Recent Blog Comments
Please see the updated link.
Unfortunately there won't be a hardcopy coming...
this book is not available on amazon now, i want...
Yes
Hi! @AnkitMazumder14 bhaiya,Is python...