Which of the following 8085 microprocessor hardware interrupts has the lowest priority?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Preorder traversal of binary search tree is 38, 14, 8, 23, 18, 20, 56, 45, 82, 70. What is the postorder traversal of binary search tree?
The line graph L(G) of a simple graph G is defined as follows:
Which of the following statements is/are TRUE?
(P) The line graph of a cycle is a cycle.
(Q) The line graph of a clique is a clique.
(R) The line graph of a planar graph is planar.
(S) The line graph of a tree is a tree.The regular expression denotes the same set as
Assume a program with the following memory requirements.
What is the total size of memory required to load and run this program?
Consider the following grammar G:
What is the FOLLOW(A)?
Which one of the following fields is present in both TCP header and UDP header?
Which of the following statement are true about Feasibility Analysis?
Statement 1: Feasibility Analysis is used to obtain the outline of the problem and decide whether a feasible or appropriate solution exists or not.
Statement 2: A feasibility study can be considered as the final investigation that helps the software development life cycle.
A binary tree T has n leaf nodes, the number of nodes of degree 2 in T is:
Database table by name Employee_Records is given below
What is the output of the following SQL query?
SELECT Count(*) FROM
( ( SELECT Employee, Manager FROM Employee_Records)
AS S NATURAL JOIN
( SELECT Manager, Salary FROM Employee_Records) AS T );
Given below are some famous algorithms and some algorithm design paradigms
Name the system in which the end-user must not be able to see that the data is distributed over various locations.
The addressing mode which makes use of in-direction pointers is ______.
The minimum number of stacks required to implement a queue is __________.
Which of the following is a back-end language?
How many bit strings of length ten either start with a 1 bit or end with two bits 00?
DML language is used to ____________.
________ sorting algorithms has the lowest worst-case complexity.
Which of the following is a scientific computer language?
Which component of MVC architecture deals the database?
Which of the following parser is a top-down parser?
Which search implements stack operation for searching the states?
ZooKeeper is especially fast in ___________ workloads.
The post-order traversal of a binary tree is OPQRST. Then possible pre-order traversal will be ________.
16 docs|120 tests
|