-
Question:
-
Pumping lemma for regulr language is generally used for proving:
-
HTML (HyperText Markup Language) has language elements which permit certain actions other than
describing the structure of the web document. Which one of the following actions is NOT supported
by pure HTML (without any server or client side scripting) pages?
-
Which of the following is NOT desired in a good Software Requirement Specifications (SRS) document?
-
Let the time taken to switch between user and kernel modes of execution be t1 while the time taken to
switch between two processes be t2. Which of the following is TRUE?
-
An 8KB direct-mapped write-back cache is organized as multiple blocks, each of size 32-bytes. The processor
generates 32-bit addresses. The cache controller maintains the tag information for each cache block comprising of the following.
1 Valid bit
1 Modified bit
As many bits as the minimum needed to identify the memory block mapped in the cache.
What is the total size of memory needed at the cache controller to store meta-data (tags) for the cache?
-
Consider the following activities related to email.
m1: Send an email from mailbox server to a mail client
m2: Download an email from mailbox server to a mail client
m3: Checking email in a web browser
Which application level protocol used in each activity?
-
Database table by name Loan_Records is given below.
What is the output of the following SQL query?
SELECT count(*)
FROM(
(SELECT Borrower,Bank_Manager FROM Loan_Recordx) AS S
NATURAL JOIN
(SELECT Bank_Manager,Loan_Amount FROM Loan_Records) AS T
);
-
Suppose we have an O(n) time algorithm that finds the median of an unsorted array. Now consider a QuickSort implementation where we first find the median using the above algorithm, then use the median as a pivot. What will be the worst-case time complexity of this modified QuickSort?
-
Reasoning strategies used in expert systems include __________
-
The notation ∃!xp(x) denotes the proposition "there exists a unique x such that P(x) is true".
Give the truth values of the following statements :
I. ∃!xP(x) → ∃xP(x)
II. ∃!x ¬ P(x) → ¬∀xp(x)
-
Which of the following statement(s) is/are false?
A connected multigraph has an Euler Circuit if and only if each of its vertices has even degree.
A connected multigraph has an Euler Path but not an Euler Circuit if and only if it has exactly two vertices of odd degree.
A complete graph (Kn) has a Hamilton Circuit whenever n >=3.
A cycle over six vertices (C6) is not a bipartite graph but a complete graph over 3 vertices is bipartite.
Codes :
-
The Boolean function with the Karnaugh map
-
Match the following port numbers with their uses :
List-I List-II
(a) 23 (i) World wide web
(b) 25 (ii) Remote Login
(c) 80 (iii) USENET news
(d) 119 (iv) E-mail
Codes :
(a) (b) (c) (d)
-
An analog signal carries 4 bits in each signal unit. If 1000 signal units are sent per second, then baud rate and bit rate of the signal are _____ and _____
-
Consider a non-pipelined processor with a clock rate of 2.5 gigahertz and average cycles per instruction of four. The same processor is upgraded to a pipelined processor with five stages; but due to the internal pipeline delay, the clock speed is reduced to 2 gigahertz. Assume that there are no stalls in the pipeline. The speedup achieved in this pipelined processor is_______________.
-
Which raster locations would be chosen by Bresenham's algorithm when scan converting a line from (1,1)to (8,5)?
-
In a two-pass assembler, symbol table is
-
Question:
-
Consider the following assembly language instructions :
mov al, 15
mov ah, 15
xor al, al
mov cl, 3
shr ax, cl
add al, 90H
adc ah, 0
What is the value in ax register after execution of above instructions ?
-
In hierarchical routing with 4800 routers, what region and cluster sizes should be chosen to minimize the size of the routing table for a threelayer hierarchy?
-
A Hash table has space for 100 records. Then the probability of collision before the table is 10% full is?
-
Matching:
-
Let the representation of a number in base 3 be 210. What is the hexadecimal representation of the number?
-
Which of the following is NOT true with respect to a transparent bridge and a router?