What will be the hexadecimal value in the register ax (32 bits) after executing the following instructions?
mov al, 15
mov ah, 15
xor al, al
mov cl, 3
shr ax, cl
Codes
The RST 7 instruction in 8085 microprocessor is equivalent to
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Match the following TCP/IP protocols with their uses.
Which of the following statement are not true?
Statement 1: The Uniform Resource Identifier is a set of rules which is used to retrieve linked web pages across the web.
Statement 2: HyperText Transfer Protocol is a unique address or path for each resource located on the web.
A local area network operates Ethernet with CSMA/CD mechanism and runs at a transmission rate of 8 Mbps and a one-way signal propagation time of 25 μs. How long (us) has a station to wait before trying to access the channel again, after experiencing 5 successively collisions?
Words are formed with the letters of the word ‘KING’. Probability that a word chosen randomly will start with K is:
consider the following relation.
Student(Rno, name, Branch, Year)
What is the output for the given query?
Query:
Select branch, count(*)
from student
group by branch ;
The FOLLOW sets for the non-terminals A and B are
The FIRST sets for the non-terminals A and B are
(G, o) → (G', o') is a Group Homomorphism if
Given the following relation instance
Which of the following functional dependencies are satisfied by the instance?
Let P be a quicksort program to sort numbers in ascending order using the first element as the pivot. Let t1 and t2 be the number of comparison made by P for the inputs [12345] and [41532] respectively. Which one of the following holds?
Which grammar gives multiple parse trees for the same string?
The time delay between two successive initiations of memory operation is __________.
The Flag ‘V’ is set to 1 indicates that _____________.
Which algorithm is used to solve any kind of problem?
Keywords are recognized in a compiler during ______________.
Which of the following interface design principles reduces the user's memory load?
16 docs|120 tests
|