SlideShare a Scribd company logo
1 of 9
Download to read offline
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
SECTION – A
1. Fill in the blanks:
(i) The Boolean function in sum of products form where K-map is given below
(figure) is:___________
(ii) Consider a 3-bit error detection and 1-bit error correction hamming code for
4-bit date. The extra parity bits required would be ________ and the 3-bit
error detection is possible because the code has a minimum distance of
________
(iii) Many microprocessors have a specified lower limit on clock frequency (apart
from the maximum clock frequency limit) because ______
(iv) Many of the advanced microprocessors prefetch instructions and store it in
an instruction buffer to speed up processing. This speed up is achieved
because _________
(v) A simple and reliable data transfer can be accomplished by using the
‘handshake protocol’. It accomplishes reliable data transfer because for every
data item sent by the transmitter __________.
(vi) In an 11-bit computer instruction format, the size of address field is 4-bits.
The computer uses expanding OP code technique and has 5 two-address
instructions and 32 two-address instructions and the number of zero-address
instructions it can support is _________
(vii)Macro expansion is done in pass one instead of pass two in a pass macro
assembler because _________
(viii) The purpose of instruction location counter in an assembler is _______
(ix) Complexity of Kruskal’s algorithm for finding the minimum spanning tree of
an undirected graph containing n vertices and m edges if the edges are
sorted is __________
(x) Maximum number of edges in a planar graph with n vertices is ________
2. Choose the correct alternatives (more than one may be correct) and write the
corresponding letters only:
(i) The operation which is commutative but not associative is:
(a) AND (b) OR (c) EX-OR (d) NAND
(ii) All digital circuits can be realized using only
(a) Ex-OR gates (b) Multiplexers
(c) Half adders (d) OR gates
0
A
0 1
0
1
B
C
1
A
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
(iii) Bit-slice processors
(a) Can be cascaded to get any desired word length processor
(b) speed of operation is independent of the word length configured
(c) don’t contain anything equivalent of program counter in a ‘normal’
microprocessor
(d) contain only the data path of a ‘normal’ CPU
(iv) PCHL is an instruction in 8085 which transfers the contents of the register
pair HL to PC. This is not a very commonly used instruction as it changes the
flow of control in rather ‘unstructured’ fashion. This instruction can be useful
in implementing.
(a) if ……. then ….. else ….. construct (b) while …… construct
(c) case …… construct (d) call …… construct
(v) Start and stop bits do not contain an ‘information’ but are used in serial
communication for
(a) Error detection (b) Error correction
(c) Synchronization
(d) Slowing down the communications
(vi) Which of the following problems is not NP-hard?
(a) Hamiltonian circuit problem
(b) The 0/1 Knapsack problem
(c) Finding bi-connected components of a graph
(d) The graph colouring problem
(vii)A 2-3 tree is tree such that
(a) all internal nodes have either 2 or 3 children
(b) all paths from root to the leaves have the same length
The number of internal nodes of a 2-3 tree having 9 leaves could be
(a) 4 (b) 5 (c) 6 (d) 7
(viii) A non-planar graph with minimum number of vertices has
(a) 9 edges, 6 vertices (b) 6 edges, 4 vertices
(c) 10 edges, 5 vertices (d) 9 edges, 5 vertices
(ix) Following algorithm(s) can be used to sort n integers in the range 3
1 n  K in
0 (n) time
(a) Heapsort (b) Quicksort (c) Mergesort (d) Radixsort
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
(x) At a particular time of computation the value of a counting semaphore is 7.
Then 20 P operations and 15 V operations were completed on this
semaphore. The resulting value of the semaphore is:
(a) 42 (b) 2 (c) 7 (d) 12
(xi) A computer system has 6 tape drives, with n process completing for them.
Each process may need 3 tape drives. The maximum value of n for which the
system is guaranteed to be deadlock free is:
(a) 2 (b) 3 (c) 4 (d) 1
(xii)Which of the following is an example of a spooled device?
(a) The terminal used to the input data for a program being executed.
(b) The secondary memory device in a virtual memory system
(c) A line printer used to print the output of a number of jobs.
(d) None of the above
(xiii) For a context-free grammar, FOLLOW(A) is the set of terminals that can
appear immediately to the right of non-terminal A in some “sentential” form.
We define two sets LFOLLOW(A) and RFOLLOW(A) by replacing the word
“sentential” by “left sentential” and “right most sentential” respectively in the
definition of FOLLOW(A).
Which of the following statements is/are true?
(a) FOLLOW(A) and FOLLOW (A) may be different.
(b) FOLLOW(A) and FOLLOW (A) are always the same.
(c) All the three sets are identical.
(d) All the three sets are different.
(xiv) Consider the SLR(1) and LALR (1) parsing tables for a context free
grammar. Which of the following statements is/are true?
(a) The go to part of both tables may be different.
(b) The shift entries are identical in both the tables.
(c) The reduce entries in the tables may be different.
(d) The error entries in the tables may be different.
(xv)Which of the following predicate calculus statements is/are valid:
(a) ( ) ( ) ( ) ( ) ( ) ( ) ( ){ }x P x x Q x x P x Q x∀ ∨ ∀ → ∀ ∨
(b) ( ) ( ) ( ) ( ) ( ) ( ) ( ){ }x P x x Q x x P x Q x∃ ∧ ∃ → ∃ ∧
(c) ( ) ( ) ( ){ } ( ) ( ) ( ) ( )x P x Q x x P x x Q x∀ ∨ → ∀ ∨ ∀
(d) ( ) ( ) ( ){ } ( ) ( ) ( ) ( )~x P x Q x x P x x Q x∃ ∨ → ∀ ∨ ∃
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
(xvi) Which of the following is/are tautology
(a) a b b c∨ → ∧ (b) a b b c∧ → ∨
(c) ( )a b b c∨ → → (d) ( )a b b c→ → →
(xvii) Which of the following regular expression identifies are true?
(a) ( )* *r r= (b) ( ) ( )* * *r s r s= +
(c) ( )* * *r s r s+ = + (d) * * * *r s r s= +
(xviii) If G is a context-free grammar and w is a string of length l in L(G), how
long is a derivation of w in G, if G is Chomsky normal form?
(a) 2l (b) 2l + 1 (c) 2l - 1 (d) l
(xix) Context-free languages are
(a) closed under union (b) closed under complementation
(c) closed under intersection (d) closed under Kleene closure
(xx)In which of the cases stated below is the following statement true?
“For every non-deterministic machine 1M there exists an equivalent
deterministic machine 2M recognizing the same language“.
(a) 1M is non-deterministic finite automaton
(b) 1M is a non-deterministic PDA
(c) 1M is a non-deterministic Turing machine
(d) For no machine 1M use the above statement true
3. Write short answers to the following:
(i) Which of the following macros can put a macro assembler into an infinite
loop?
.MACRI M1,X .MACRO M2, X
..IF EQ,X .IF EQ, X
M1 X+1 M2X
.ENDC .ENDC
.IF NE, X .IF NE, X
WORD X .WORD X + 1
.ENDC .ENDC
.ENDM .ENDM
Give an example of a call that does so.
(ii) Mention the pass number for each of the following activities that occur in a
two pass assembler
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
(a) object code generation (b) literals added literal table
(c) listing printed
(d) address resolution of local symbols
(iii) How many edges are there in a forest with p components having n vertices in
all?
(iv) Assume that the last element of the set is used as partition element in
Quicksort. If n distinct elements from the set [1…..n] are to be sorted, give
an input for which Quicksort takes maximum time.
(v) Which page replacement policy sometimes leads to more page faults when
size of memory is increased?
SECTION – B
4. (a) Consider addition in two’s complement arithmetic. A carry from the most
significant but does not always correspond to an overflow. Explain what is
the condition for overflow in two’s complement arithmetic.
(b) A priority encoder accepts three input signals (A, B and C) and produce a
two-bit output ( )1 0,X X corresponding to the highest priority active input
signal. Assume A has the highest priority followed by B and C has the lowest
priority. If none of the inputs are active the output should be 00. design the
priority encoder using 4:1 multiplexers as the main components.
(c) Design a 3-bit counter using D-flip flops such that not more than one flip-flop
changes state between any two consecutive states.
5. (a) The access times of the main memory and the Cache memory, in a computer
system, are 500 n sec and 50 n sec, respectively. It is estimated that 80% of
the main memory request are for read the rest for write. The hit ratio for the
read access only is 0.9 and a write-through policy (where both main and
cache memories are updated simultaneously) is used. Determine the average
time of the main memory.
(b) Three devices A, B and C are corrected to the bus of a computer,
input/output transfers for all three devices use interrupt control. Three
interrupt request lines INTR1, INTR2 and INTR3 are available with priority of
INTR1 > priority of INTR2 > priority of INTR3.
Draw a schematic of the priority logic, using an interrupt mask register, in
which Priority of A > Priority of B > Priority of C.
6. A microprocessor is capable of addressing 1 megabyte of memory with a 20-bit
address bus. The system to be designed requires 256 K bytes of RAM, 256 K
bytes of EPROM, 16 I/O devices (memory mapped I/O) and 1 K byte of EERAM
(electrically erasable RAM).
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
(a) Design a memory map (to reduce decoding logic) and show the decoding
logic if the components available are:
Type Size Speed
RAM 6 K × 8 140 n sec
EPROM 256 K × 8 150 n sec
EERAM 256 × 8 500 n sec-read 3 sec-write
(b) The micro processor is operating at 12.5 mHz and provides time equivalent
to two clock cycles for memory read and write. Assuming control signals
similar to 8085, design the extra logic required for interfacing EERAM.
7. Consider the function F(n) for which the pseudo code is given below:
Function F(n)
begin
F1 1
if(n=1) then F 3
else For i = 1 to n do
begin
C 0
For j = 1 to F(n – 1) do
begin C C + 1 end
F1 = F1 * C
end
F = F1
end
[n is a positive integer greater than zero]
(a) Derive a recurrence relation for F(n)
(b) Solve the recurrence relation for a closed form solutions of F(n).
8. Let T be a Depth First Tree of a undirected graph G. An array P indexed by
vertices of G is given. P[V] is the parent of vertex V, in T. Parent of the root is
the root itself.
Give a method for finding and printing the cycle formed if the edge (u,v) of G not
in T (i.e., e G T∈ − ) is now added to T.
Time taken by your method must be proportional to the length of the cycle.
Describe the algorithm in a PASCAL – like language. Assume that the variables
have been suitably declared.
9. Suggest a data structure for representing a subnet S of integers from 1 to n.
following operations on the set S are to be performed in constant time
(independent of cardinality of S).
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
(i) MEMBER (X): Check whether X is the set S or not
(ii) FIND-ONE(S): If S is not empty, return one element of the set S (any
arbitrary element will do)
(iii) ADD (X): Add integer x to set S
(iv) DELETE(X): Delete integer x from S.
Give pictorial examples of your data structure. Give routines for these operations
in an English like language. You may assume that the data structure has been
suitably initialized. Clearly state your assumptions regarding initialization.
10. (a) What type of parameter passing mechanism (call-by-value, call-by-reference,
call-by-name, or-by-value result) is the following sequence of actions truing
to implement for a procedure call P (A[i]) where P (i:integer) is a procedure
and A is an integer array?
1. Create a new local variable, say z.
2. Assign to z the value of A[i].
3. Execute the body of P using z for A[i]
4. Set A[i] to z.
Is the implementation correct? Explain and correct it if necessary. You are
supposed to make only small changes.
(b) Show the activation records and the display structure just after the
procedures called at lines marked x and y have started their execution. Be
sure to indicate which of the two procedures named A you are referring to.
Program Test;
Procedure A;
Procedure B;
Procedure A;
……
end a;
begin
y:A;
end B;
begin
B;
end A;
begin
x:A;
end Test.
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
11. (a) Write syntax directed definitions (semantic rules) for the following grammar
to add the type of each identifier to its entry in the symbol table during
semantic analysis. Rewriting the grammar is not permitted and semantic
rules are to be added to the ends of productions only.
D TL;
T int
T real
L L, id
L id
(b) Write 3-address intermediate code (quadruples) for the following boolean
expression in the sequence as it would be generated by a compiler. Partial
evaluation of Boolean expressions is not permitted. Assume the usual rules
of precedence of the operators.
(a + b) > (c + d) or a > c and b < d
12. (a) Draw the precedence graph for the concurrent program given below:
S1
parbegin
begin
S2:S4
end;
begin
S3;
parbegin
S5;
begin
S6:S8
End
parend
end;
S7
Parend;
S9
(b) Let the page reference and the working set window be c c d b c e c e a d and
4, respectively. The initial working set at time t = 0 contains the pages {a, d,
e}, where a was referenced at time t = 0, d was referenced at time t = -1,
and e was referend at time t = -2. determine the total number of page faults
and the average number of page frames used by computing the working set
at each reference.
GATE CS - 1992 www.gateforum.com
Join discussion of this test paper at http://forum.gatementor.com
Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question
Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank,
interaction with IISc alumni in our online discussion forums, and more. For more details,
visit
www.gateforum.com
Think GATE Think GATE Forum
13. (a) How is redundancy reduced in the following models?
(i) Hierarchical
(ii) Network
(iii) Relational
Write a one line answer in each case.
(b) Suppose we have a database consisting of the following three relations:
FREQUENTS (CUSTOMER, HOTEL)
SERVES (HOTEL, SNACKS)
LIKES (CUSTOMER, SNACKS)
The first indicates the hotels each customer visits, the second tells which snacks
each hotel serves and the last indicates which snacks are liked by each customer.
Express the following query in relational algebra: print the hotels that serve a
snack that customer Rama likes.
14. (a) If G is a group of even order, then show that there exists an element ,a e≠
the identity in g, such that 2
a e=
(b) Consider the set of integers { }1,2,3, 4,6,8,12,24 together with the two binary
operations LCM (lowest common multiple) and GCD (greatest common
divisor). Which of the following algebraic structures does this represent?
(i) group (ii) ring
(iii) field (iv) lattice
15. (a) Uses Modus ponens ( ),A A B→ = or resolution to show that the following set
is inconsistent:
(1) ( ) ( ) ( )~Q x P x V R a→
(2) ( ) ( )~R a Q a
(3) ( )Q a
(4) ( )~ P y
Where x and y are universally quantified variables, a is a constant and P, Q, R
are monadic predicates.
(b) Let S be the set of all integers and let n > 1 be a fixed integer. Define for a,
b ,S∈ a R biff a-b is a multiple of n. Show that R is an equivalence relation
and finds its equivalence classes for n = 5.
16. Which of the following three statements are true? Prove your answer.
(i) The union of two recursive languages is recursive.
(ii) The language { }is a primeO n′′ is not regular.
(iii) Regular languages are closed under infinite union.

More Related Content

What's hot

Gate Previous Years Papers It2005
Gate Previous Years Papers It2005Gate Previous Years Papers It2005
Gate Previous Years Papers It2005Rahul Jain
 
Gate 2013 computer science and information technology previous year paper
Gate 2013 computer science and information technology previous year paperGate 2013 computer science and information technology previous year paper
Gate 2013 computer science and information technology previous year paperLokesh Kataria
 
Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...
Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...
Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...VLSICS Design
 
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...RSIS International
 
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic SynthesisDesign of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic SynthesisVLSICS Design
 
Ec2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.orgEc2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.organnaunivedu
 
An ElGamal Encryption Scheme of Adjacency Matrix and Finite Machines
An ElGamal Encryption Scheme of Adjacency Matrix and Finite MachinesAn ElGamal Encryption Scheme of Adjacency Matrix and Finite Machines
An ElGamal Encryption Scheme of Adjacency Matrix and Finite MachinesComputer Science Journals
 
PGCET Computer science 2017 question paper
PGCET Computer science 2017 question paperPGCET Computer science 2017 question paper
PGCET Computer science 2017 question paperEneutron
 
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
Three CRuby Performance Projects
Three CRuby Performance ProjectsThree CRuby Performance Projects
Three CRuby Performance ProjectsVladimir Makarov
 
An Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH DecoderAn Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH Decoderijsrd.com
 
200 mcq c++(Ankit dubey)
200 mcq c++(Ankit dubey)200 mcq c++(Ankit dubey)
200 mcq c++(Ankit dubey)Ankit Dubey
 
Pgcet Computer Science 2015 question paper
Pgcet Computer Science 2015 question paperPgcet Computer Science 2015 question paper
Pgcet Computer Science 2015 question paperEneutron
 
A Verified Decision Procedure for Pseudo-Boolean Formulas
A Verified Decision Procedure for Pseudo-Boolean FormulasA Verified Decision Procedure for Pseudo-Boolean Formulas
A Verified Decision Procedure for Pseudo-Boolean FormulasTobias Philipp
 

What's hot (16)

Gate Previous Years Papers It2005
Gate Previous Years Papers It2005Gate Previous Years Papers It2005
Gate Previous Years Papers It2005
 
1570285065
15702850651570285065
1570285065
 
Gate 2013 computer science and information technology previous year paper
Gate 2013 computer science and information technology previous year paperGate 2013 computer science and information technology previous year paper
Gate 2013 computer science and information technology previous year paper
 
Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...
Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...
Evolution of Structure of Some Binary Group-Based N-Bit Compartor, N-To-2N De...
 
1
11
1
 
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
Hardware Implementations of RS Decoding Algorithm for Multi-Gb/s Communicatio...
 
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic SynthesisDesign of Reversible Sequential Circuit Using Reversible Logic Synthesis
Design of Reversible Sequential Circuit Using Reversible Logic Synthesis
 
Ec2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.orgEc2203 digital electronics questions anna university by www.annaunivedu.org
Ec2203 digital electronics questions anna university by www.annaunivedu.org
 
An ElGamal Encryption Scheme of Adjacency Matrix and Finite Machines
An ElGamal Encryption Scheme of Adjacency Matrix and Finite MachinesAn ElGamal Encryption Scheme of Adjacency Matrix and Finite Machines
An ElGamal Encryption Scheme of Adjacency Matrix and Finite Machines
 
PGCET Computer science 2017 question paper
PGCET Computer science 2017 question paperPGCET Computer science 2017 question paper
PGCET Computer science 2017 question paper
 
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
 
Three CRuby Performance Projects
Three CRuby Performance ProjectsThree CRuby Performance Projects
Three CRuby Performance Projects
 
An Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH DecoderAn Efficient Interpolation-Based Chase BCH Decoder
An Efficient Interpolation-Based Chase BCH Decoder
 
200 mcq c++(Ankit dubey)
200 mcq c++(Ankit dubey)200 mcq c++(Ankit dubey)
200 mcq c++(Ankit dubey)
 
Pgcet Computer Science 2015 question paper
Pgcet Computer Science 2015 question paperPgcet Computer Science 2015 question paper
Pgcet Computer Science 2015 question paper
 
A Verified Decision Procedure for Pseudo-Boolean Formulas
A Verified Decision Procedure for Pseudo-Boolean FormulasA Verified Decision Procedure for Pseudo-Boolean Formulas
A Verified Decision Procedure for Pseudo-Boolean Formulas
 

Viewers also liked

Літературна вітальня
Літературна вітальняЛітературна вітальня
Літературна вітальняNatali
 
Michael jackson-billie-jean
Michael jackson-billie-jeanMichael jackson-billie-jean
Michael jackson-billie-jeanAna Figueras
 
Pp104 freefall
Pp104 freefallPp104 freefall
Pp104 freefallmantlfin
 
Twitter for every Green Party activist
Twitter for every Green Party activistTwitter for every Green Party activist
Twitter for every Green Party activistChris Henderson
 
Five Essential Videos That Will Help You Drive Sales And Grow Your Business
Five Essential Videos That Will Help You Drive Sales And Grow Your BusinessFive Essential Videos That Will Help You Drive Sales And Grow Your Business
Five Essential Videos That Will Help You Drive Sales And Grow Your BusinessNeil Ginger
 
With or without you
With or without youWith or without you
With or without youAna Figueras
 
How does your opening sequence represent particular social groups?
How does your opening sequence represent particular social groups?How does your opening sequence represent particular social groups?
How does your opening sequence represent particular social groups?SamB117
 
The Big 10: The Secret Digital Experience Strategies that Convert and Differe...
The Big 10: The Secret Digital Experience Strategies that Convert and Differe...The Big 10: The Secret Digital Experience Strategies that Convert and Differe...
The Big 10: The Secret Digital Experience Strategies that Convert and Differe...qmatheson
 
Udon house analytics and optimization
Udon house analytics and optimizationUdon house analytics and optimization
Udon house analytics and optimizationJosie Zichen Liu
 
Small Team, Big UX
Small Team, Big UXSmall Team, Big UX
Small Team, Big UXDave Stadler
 
Creating crowdfunding videos - Workshop Supplement
Creating crowdfunding videos - Workshop SupplementCreating crowdfunding videos - Workshop Supplement
Creating crowdfunding videos - Workshop SupplementCogswell College
 
CV Libor Scerba English version
CV Libor Scerba  English versionCV Libor Scerba  English version
CV Libor Scerba English versionLibor Scerba
 
Conscència fonologica
Conscència fonologicaConscència fonologica
Conscència fonologicaAnnaGarri
 

Viewers also liked (19)

ФГОС
ФГОСФГОС
ФГОС
 
Літературна вітальня
Літературна вітальняЛітературна вітальня
Літературна вітальня
 
Michael jackson-billie-jean
Michael jackson-billie-jeanMichael jackson-billie-jean
Michael jackson-billie-jean
 
Pp104 freefall
Pp104 freefallPp104 freefall
Pp104 freefall
 
Twitter for every Green Party activist
Twitter for every Green Party activistTwitter for every Green Party activist
Twitter for every Green Party activist
 
Five Essential Videos That Will Help You Drive Sales And Grow Your Business
Five Essential Videos That Will Help You Drive Sales And Grow Your BusinessFive Essential Videos That Will Help You Drive Sales And Grow Your Business
Five Essential Videos That Will Help You Drive Sales And Grow Your Business
 
How to create a map
How to create a mapHow to create a map
How to create a map
 
Apex pif 280214
Apex pif 280214Apex pif 280214
Apex pif 280214
 
With or without you
With or without youWith or without you
With or without you
 
How does your opening sequence represent particular social groups?
How does your opening sequence represent particular social groups?How does your opening sequence represent particular social groups?
How does your opening sequence represent particular social groups?
 
The Big 10: The Secret Digital Experience Strategies that Convert and Differe...
The Big 10: The Secret Digital Experience Strategies that Convert and Differe...The Big 10: The Secret Digital Experience Strategies that Convert and Differe...
The Big 10: The Secret Digital Experience Strategies that Convert and Differe...
 
Ֆոկուսներ
ՖոկուսներՖոկուսներ
Ֆոկուսներ
 
Udon house analytics and optimization
Udon house analytics and optimizationUdon house analytics and optimization
Udon house analytics and optimization
 
Small Team, Big UX
Small Team, Big UXSmall Team, Big UX
Small Team, Big UX
 
Gate-Cs 2006
Gate-Cs 2006Gate-Cs 2006
Gate-Cs 2006
 
Creating crowdfunding videos - Workshop Supplement
Creating crowdfunding videos - Workshop SupplementCreating crowdfunding videos - Workshop Supplement
Creating crowdfunding videos - Workshop Supplement
 
Cs 2008(1)
Cs 2008(1)Cs 2008(1)
Cs 2008(1)
 
CV Libor Scerba English version
CV Libor Scerba  English versionCV Libor Scerba  English version
CV Libor Scerba English version
 
Conscència fonologica
Conscència fonologicaConscència fonologica
Conscència fonologica
 

Similar to GATE CS 1992 Mock Test Discussion

Gate Previous Years Papers
Gate Previous Years PapersGate Previous Years Papers
Gate Previous Years PapersRahul Jain
 
GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004Rohit Garg
 
CAPE Computer Science Unit 1 Paper 1 - Practice Paper
CAPE Computer Science Unit 1 Paper 1 - Practice PaperCAPE Computer Science Unit 1 Paper 1 - Practice Paper
CAPE Computer Science Unit 1 Paper 1 - Practice PaperAlex Stewart
 
Gate Previous Years Papers
Gate Previous Years PapersGate Previous Years Papers
Gate Previous Years PapersRahul Jain
 
Gate Computer Science Solved Paper 2007
Gate Computer Science Solved Paper 2007 Gate Computer Science Solved Paper 2007
Gate Computer Science Solved Paper 2007 Rohit Garg
 
AP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paperAP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paperEneutron
 
Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Radu_Negulescu
 
Ugcnet4 u
Ugcnet4 uUgcnet4 u
Ugcnet4 usadhi
 

Similar to GATE CS 1992 Mock Test Discussion (20)

Gate-Cs 1996
Gate-Cs 1996Gate-Cs 1996
Gate-Cs 1996
 
Gate-Cs 1991
Gate-Cs 1991Gate-Cs 1991
Gate-Cs 1991
 
Gate-Cs 1997
Gate-Cs 1997Gate-Cs 1997
Gate-Cs 1997
 
Gate Previous Years Papers
Gate Previous Years PapersGate Previous Years Papers
Gate Previous Years Papers
 
GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004
 
Gate-Cs 2007
Gate-Cs 2007Gate-Cs 2007
Gate-Cs 2007
 
Gate-Cs 2010
Gate-Cs 2010Gate-Cs 2010
Gate-Cs 2010
 
CAPE Computer Science Unit 1 Paper 1 - Practice Paper
CAPE Computer Science Unit 1 Paper 1 - Practice PaperCAPE Computer Science Unit 1 Paper 1 - Practice Paper
CAPE Computer Science Unit 1 Paper 1 - Practice Paper
 
Gate Previous Years Papers
Gate Previous Years PapersGate Previous Years Papers
Gate Previous Years Papers
 
Gate-Cs 1999
Gate-Cs 1999Gate-Cs 1999
Gate-Cs 1999
 
Gate Computer Science Solved Paper 2007
Gate Computer Science Solved Paper 2007 Gate Computer Science Solved Paper 2007
Gate Computer Science Solved Paper 2007
 
Gate-Cs 2009
Gate-Cs 2009Gate-Cs 2009
Gate-Cs 2009
 
AP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paperAP PGECET Computer Science 2016 question paper
AP PGECET Computer Science 2016 question paper
 
Cs 62
Cs 62Cs 62
Cs 62
 
Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03Midterm Exam Solutions Fall03
Midterm Exam Solutions Fall03
 
Ugcnet4 u
Ugcnet4 uUgcnet4 u
Ugcnet4 u
 
final_2014.pdf
final_2014.pdffinal_2014.pdf
final_2014.pdf
 
Gate-Cs 2008
Gate-Cs 2008Gate-Cs 2008
Gate-Cs 2008
 
Gate-Cs 1993
Gate-Cs 1993Gate-Cs 1993
Gate-Cs 1993
 
Cs gate-2011
Cs gate-2011Cs gate-2011
Cs gate-2011
 

More from Ravi Rajput

Audio visual round fun quiz competition
Audio visual round fun quiz competitionAudio visual round fun quiz competition
Audio visual round fun quiz competitionRavi Rajput
 
Mozilla Firefox 10 Principles
Mozilla Firefox 10 PrinciplesMozilla Firefox 10 Principles
Mozilla Firefox 10 PrinciplesRavi Rajput
 
Presentation over Wi-Fi technology
Presentation over Wi-Fi technologyPresentation over Wi-Fi technology
Presentation over Wi-Fi technologyRavi Rajput
 
UTU Syllabus for CSE & IT 2nd year
UTU Syllabus for CSE & IT 2nd yearUTU Syllabus for CSE & IT 2nd year
UTU Syllabus for CSE & IT 2nd yearRavi Rajput
 
Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)
Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)
Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)Ravi Rajput
 
Computer network unit 1 notes
Computer network unit  1 notesComputer network unit  1 notes
Computer network unit 1 notesRavi Rajput
 
Presentation on-video-conferencing-basics4468-ravi shankar-pc
Presentation on-video-conferencing-basics4468-ravi shankar-pcPresentation on-video-conferencing-basics4468-ravi shankar-pc
Presentation on-video-conferencing-basics4468-ravi shankar-pcRavi Rajput
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorialRavi Rajput
 

More from Ravi Rajput (12)

Audio visual round fun quiz competition
Audio visual round fun quiz competitionAudio visual round fun quiz competition
Audio visual round fun quiz competition
 
Ethical hacking
Ethical hackingEthical hacking
Ethical hacking
 
Mozilla Firefox 10 Principles
Mozilla Firefox 10 PrinciplesMozilla Firefox 10 Principles
Mozilla Firefox 10 Principles
 
Presentation over Wi-Fi technology
Presentation over Wi-Fi technologyPresentation over Wi-Fi technology
Presentation over Wi-Fi technology
 
UTU Syllabus for CSE & IT 2nd year
UTU Syllabus for CSE & IT 2nd yearUTU Syllabus for CSE & IT 2nd year
UTU Syllabus for CSE & IT 2nd year
 
Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)
Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)
Syllabus cs and_IT 2nd year UTU( Uttarakhand technical university)
 
Computer network unit 1 notes
Computer network unit  1 notesComputer network unit  1 notes
Computer network unit 1 notes
 
Cs gate-2012
Cs gate-2012Cs gate-2012
Cs gate-2012
 
Cs gate-2011
Cs gate-2011Cs gate-2011
Cs gate-2011
 
4 sem unix 2011
4 sem unix 20114 sem unix 2011
4 sem unix 2011
 
Presentation on-video-conferencing-basics4468-ravi shankar-pc
Presentation on-video-conferencing-basics4468-ravi shankar-pcPresentation on-video-conferencing-basics4468-ravi shankar-pc
Presentation on-video-conferencing-basics4468-ravi shankar-pc
 
Basic html tutorial
Basic html tutorialBasic html tutorial
Basic html tutorial
 

Recently uploaded

Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

GATE CS 1992 Mock Test Discussion

  • 1. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum SECTION – A 1. Fill in the blanks: (i) The Boolean function in sum of products form where K-map is given below (figure) is:___________ (ii) Consider a 3-bit error detection and 1-bit error correction hamming code for 4-bit date. The extra parity bits required would be ________ and the 3-bit error detection is possible because the code has a minimum distance of ________ (iii) Many microprocessors have a specified lower limit on clock frequency (apart from the maximum clock frequency limit) because ______ (iv) Many of the advanced microprocessors prefetch instructions and store it in an instruction buffer to speed up processing. This speed up is achieved because _________ (v) A simple and reliable data transfer can be accomplished by using the ‘handshake protocol’. It accomplishes reliable data transfer because for every data item sent by the transmitter __________. (vi) In an 11-bit computer instruction format, the size of address field is 4-bits. The computer uses expanding OP code technique and has 5 two-address instructions and 32 two-address instructions and the number of zero-address instructions it can support is _________ (vii)Macro expansion is done in pass one instead of pass two in a pass macro assembler because _________ (viii) The purpose of instruction location counter in an assembler is _______ (ix) Complexity of Kruskal’s algorithm for finding the minimum spanning tree of an undirected graph containing n vertices and m edges if the edges are sorted is __________ (x) Maximum number of edges in a planar graph with n vertices is ________ 2. Choose the correct alternatives (more than one may be correct) and write the corresponding letters only: (i) The operation which is commutative but not associative is: (a) AND (b) OR (c) EX-OR (d) NAND (ii) All digital circuits can be realized using only (a) Ex-OR gates (b) Multiplexers (c) Half adders (d) OR gates 0 A 0 1 0 1 B C 1 A
  • 2. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum (iii) Bit-slice processors (a) Can be cascaded to get any desired word length processor (b) speed of operation is independent of the word length configured (c) don’t contain anything equivalent of program counter in a ‘normal’ microprocessor (d) contain only the data path of a ‘normal’ CPU (iv) PCHL is an instruction in 8085 which transfers the contents of the register pair HL to PC. This is not a very commonly used instruction as it changes the flow of control in rather ‘unstructured’ fashion. This instruction can be useful in implementing. (a) if ……. then ….. else ….. construct (b) while …… construct (c) case …… construct (d) call …… construct (v) Start and stop bits do not contain an ‘information’ but are used in serial communication for (a) Error detection (b) Error correction (c) Synchronization (d) Slowing down the communications (vi) Which of the following problems is not NP-hard? (a) Hamiltonian circuit problem (b) The 0/1 Knapsack problem (c) Finding bi-connected components of a graph (d) The graph colouring problem (vii)A 2-3 tree is tree such that (a) all internal nodes have either 2 or 3 children (b) all paths from root to the leaves have the same length The number of internal nodes of a 2-3 tree having 9 leaves could be (a) 4 (b) 5 (c) 6 (d) 7 (viii) A non-planar graph with minimum number of vertices has (a) 9 edges, 6 vertices (b) 6 edges, 4 vertices (c) 10 edges, 5 vertices (d) 9 edges, 5 vertices (ix) Following algorithm(s) can be used to sort n integers in the range 3 1 n  K in 0 (n) time (a) Heapsort (b) Quicksort (c) Mergesort (d) Radixsort
  • 3. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum (x) At a particular time of computation the value of a counting semaphore is 7. Then 20 P operations and 15 V operations were completed on this semaphore. The resulting value of the semaphore is: (a) 42 (b) 2 (c) 7 (d) 12 (xi) A computer system has 6 tape drives, with n process completing for them. Each process may need 3 tape drives. The maximum value of n for which the system is guaranteed to be deadlock free is: (a) 2 (b) 3 (c) 4 (d) 1 (xii)Which of the following is an example of a spooled device? (a) The terminal used to the input data for a program being executed. (b) The secondary memory device in a virtual memory system (c) A line printer used to print the output of a number of jobs. (d) None of the above (xiii) For a context-free grammar, FOLLOW(A) is the set of terminals that can appear immediately to the right of non-terminal A in some “sentential” form. We define two sets LFOLLOW(A) and RFOLLOW(A) by replacing the word “sentential” by “left sentential” and “right most sentential” respectively in the definition of FOLLOW(A). Which of the following statements is/are true? (a) FOLLOW(A) and FOLLOW (A) may be different. (b) FOLLOW(A) and FOLLOW (A) are always the same. (c) All the three sets are identical. (d) All the three sets are different. (xiv) Consider the SLR(1) and LALR (1) parsing tables for a context free grammar. Which of the following statements is/are true? (a) The go to part of both tables may be different. (b) The shift entries are identical in both the tables. (c) The reduce entries in the tables may be different. (d) The error entries in the tables may be different. (xv)Which of the following predicate calculus statements is/are valid: (a) ( ) ( ) ( ) ( ) ( ) ( ) ( ){ }x P x x Q x x P x Q x∀ ∨ ∀ → ∀ ∨ (b) ( ) ( ) ( ) ( ) ( ) ( ) ( ){ }x P x x Q x x P x Q x∃ ∧ ∃ → ∃ ∧ (c) ( ) ( ) ( ){ } ( ) ( ) ( ) ( )x P x Q x x P x x Q x∀ ∨ → ∀ ∨ ∀ (d) ( ) ( ) ( ){ } ( ) ( ) ( ) ( )~x P x Q x x P x x Q x∃ ∨ → ∀ ∨ ∃
  • 4. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum (xvi) Which of the following is/are tautology (a) a b b c∨ → ∧ (b) a b b c∧ → ∨ (c) ( )a b b c∨ → → (d) ( )a b b c→ → → (xvii) Which of the following regular expression identifies are true? (a) ( )* *r r= (b) ( ) ( )* * *r s r s= + (c) ( )* * *r s r s+ = + (d) * * * *r s r s= + (xviii) If G is a context-free grammar and w is a string of length l in L(G), how long is a derivation of w in G, if G is Chomsky normal form? (a) 2l (b) 2l + 1 (c) 2l - 1 (d) l (xix) Context-free languages are (a) closed under union (b) closed under complementation (c) closed under intersection (d) closed under Kleene closure (xx)In which of the cases stated below is the following statement true? “For every non-deterministic machine 1M there exists an equivalent deterministic machine 2M recognizing the same language“. (a) 1M is non-deterministic finite automaton (b) 1M is a non-deterministic PDA (c) 1M is a non-deterministic Turing machine (d) For no machine 1M use the above statement true 3. Write short answers to the following: (i) Which of the following macros can put a macro assembler into an infinite loop? .MACRI M1,X .MACRO M2, X ..IF EQ,X .IF EQ, X M1 X+1 M2X .ENDC .ENDC .IF NE, X .IF NE, X WORD X .WORD X + 1 .ENDC .ENDC .ENDM .ENDM Give an example of a call that does so. (ii) Mention the pass number for each of the following activities that occur in a two pass assembler
  • 5. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum (a) object code generation (b) literals added literal table (c) listing printed (d) address resolution of local symbols (iii) How many edges are there in a forest with p components having n vertices in all? (iv) Assume that the last element of the set is used as partition element in Quicksort. If n distinct elements from the set [1…..n] are to be sorted, give an input for which Quicksort takes maximum time. (v) Which page replacement policy sometimes leads to more page faults when size of memory is increased? SECTION – B 4. (a) Consider addition in two’s complement arithmetic. A carry from the most significant but does not always correspond to an overflow. Explain what is the condition for overflow in two’s complement arithmetic. (b) A priority encoder accepts three input signals (A, B and C) and produce a two-bit output ( )1 0,X X corresponding to the highest priority active input signal. Assume A has the highest priority followed by B and C has the lowest priority. If none of the inputs are active the output should be 00. design the priority encoder using 4:1 multiplexers as the main components. (c) Design a 3-bit counter using D-flip flops such that not more than one flip-flop changes state between any two consecutive states. 5. (a) The access times of the main memory and the Cache memory, in a computer system, are 500 n sec and 50 n sec, respectively. It is estimated that 80% of the main memory request are for read the rest for write. The hit ratio for the read access only is 0.9 and a write-through policy (where both main and cache memories are updated simultaneously) is used. Determine the average time of the main memory. (b) Three devices A, B and C are corrected to the bus of a computer, input/output transfers for all three devices use interrupt control. Three interrupt request lines INTR1, INTR2 and INTR3 are available with priority of INTR1 > priority of INTR2 > priority of INTR3. Draw a schematic of the priority logic, using an interrupt mask register, in which Priority of A > Priority of B > Priority of C. 6. A microprocessor is capable of addressing 1 megabyte of memory with a 20-bit address bus. The system to be designed requires 256 K bytes of RAM, 256 K bytes of EPROM, 16 I/O devices (memory mapped I/O) and 1 K byte of EERAM (electrically erasable RAM).
  • 6. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum (a) Design a memory map (to reduce decoding logic) and show the decoding logic if the components available are: Type Size Speed RAM 6 K × 8 140 n sec EPROM 256 K × 8 150 n sec EERAM 256 × 8 500 n sec-read 3 sec-write (b) The micro processor is operating at 12.5 mHz and provides time equivalent to two clock cycles for memory read and write. Assuming control signals similar to 8085, design the extra logic required for interfacing EERAM. 7. Consider the function F(n) for which the pseudo code is given below: Function F(n) begin F1 1 if(n=1) then F 3 else For i = 1 to n do begin C 0 For j = 1 to F(n – 1) do begin C C + 1 end F1 = F1 * C end F = F1 end [n is a positive integer greater than zero] (a) Derive a recurrence relation for F(n) (b) Solve the recurrence relation for a closed form solutions of F(n). 8. Let T be a Depth First Tree of a undirected graph G. An array P indexed by vertices of G is given. P[V] is the parent of vertex V, in T. Parent of the root is the root itself. Give a method for finding and printing the cycle formed if the edge (u,v) of G not in T (i.e., e G T∈ − ) is now added to T. Time taken by your method must be proportional to the length of the cycle. Describe the algorithm in a PASCAL – like language. Assume that the variables have been suitably declared. 9. Suggest a data structure for representing a subnet S of integers from 1 to n. following operations on the set S are to be performed in constant time (independent of cardinality of S).
  • 7. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum (i) MEMBER (X): Check whether X is the set S or not (ii) FIND-ONE(S): If S is not empty, return one element of the set S (any arbitrary element will do) (iii) ADD (X): Add integer x to set S (iv) DELETE(X): Delete integer x from S. Give pictorial examples of your data structure. Give routines for these operations in an English like language. You may assume that the data structure has been suitably initialized. Clearly state your assumptions regarding initialization. 10. (a) What type of parameter passing mechanism (call-by-value, call-by-reference, call-by-name, or-by-value result) is the following sequence of actions truing to implement for a procedure call P (A[i]) where P (i:integer) is a procedure and A is an integer array? 1. Create a new local variable, say z. 2. Assign to z the value of A[i]. 3. Execute the body of P using z for A[i] 4. Set A[i] to z. Is the implementation correct? Explain and correct it if necessary. You are supposed to make only small changes. (b) Show the activation records and the display structure just after the procedures called at lines marked x and y have started their execution. Be sure to indicate which of the two procedures named A you are referring to. Program Test; Procedure A; Procedure B; Procedure A; …… end a; begin y:A; end B; begin B; end A; begin x:A; end Test.
  • 8. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum 11. (a) Write syntax directed definitions (semantic rules) for the following grammar to add the type of each identifier to its entry in the symbol table during semantic analysis. Rewriting the grammar is not permitted and semantic rules are to be added to the ends of productions only. D TL; T int T real L L, id L id (b) Write 3-address intermediate code (quadruples) for the following boolean expression in the sequence as it would be generated by a compiler. Partial evaluation of Boolean expressions is not permitted. Assume the usual rules of precedence of the operators. (a + b) > (c + d) or a > c and b < d 12. (a) Draw the precedence graph for the concurrent program given below: S1 parbegin begin S2:S4 end; begin S3; parbegin S5; begin S6:S8 End parend end; S7 Parend; S9 (b) Let the page reference and the working set window be c c d b c e c e a d and 4, respectively. The initial working set at time t = 0 contains the pages {a, d, e}, where a was referenced at time t = 0, d was referenced at time t = -1, and e was referend at time t = -2. determine the total number of page faults and the average number of page frames used by computing the working set at each reference.
  • 9. GATE CS - 1992 www.gateforum.com Join discussion of this test paper at http://forum.gatementor.com Join All India Mock GATE Classroom Test Series - 2007 conducted by GATE Forum in over 25 cities all over India. Question Papers including section tests and full tests are designed by IISc alumni according to the latest syllabus. Percentile, All India Rank, interaction with IISc alumni in our online discussion forums, and more. For more details, visit www.gateforum.com Think GATE Think GATE Forum 13. (a) How is redundancy reduced in the following models? (i) Hierarchical (ii) Network (iii) Relational Write a one line answer in each case. (b) Suppose we have a database consisting of the following three relations: FREQUENTS (CUSTOMER, HOTEL) SERVES (HOTEL, SNACKS) LIKES (CUSTOMER, SNACKS) The first indicates the hotels each customer visits, the second tells which snacks each hotel serves and the last indicates which snacks are liked by each customer. Express the following query in relational algebra: print the hotels that serve a snack that customer Rama likes. 14. (a) If G is a group of even order, then show that there exists an element ,a e≠ the identity in g, such that 2 a e= (b) Consider the set of integers { }1,2,3, 4,6,8,12,24 together with the two binary operations LCM (lowest common multiple) and GCD (greatest common divisor). Which of the following algebraic structures does this represent? (i) group (ii) ring (iii) field (iv) lattice 15. (a) Uses Modus ponens ( ),A A B→ = or resolution to show that the following set is inconsistent: (1) ( ) ( ) ( )~Q x P x V R a→ (2) ( ) ( )~R a Q a (3) ( )Q a (4) ( )~ P y Where x and y are universally quantified variables, a is a constant and P, Q, R are monadic predicates. (b) Let S be the set of all integers and let n > 1 be a fixed integer. Define for a, b ,S∈ a R biff a-b is a multiple of n. Show that R is an equivalence relation and finds its equivalence classes for n = 5. 16. Which of the following three statements are true? Prove your answer. (i) The union of two recursive languages is recursive. (ii) The language { }is a primeO n′′ is not regular. (iii) Regular languages are closed under infinite union.