Index type
|
Number of Index entries
|
1. Primary Index
|
A. Blocks in data file
|
2. Clustering Index
|
B. Record in data file
|
3. Secondary Index
|
C. Distinct Index field values
|

[MSQ]
Which one of the schedules below is the incorrect serialization of the above?
R (P,Q,R1,R2,R3)
S (P,Q,S1,S2)
Where {P, Q} is the key for both schemas. Which of the following queries is unique(different) among all?
Students:
Roll No
|
Student Name
|
1
|
Raj
|
2
|
Rohit
|
3
|
Raj
|
Performance:
Roll No
|
Course
|
Marks
|
1
|
Math
|
80
|
1
|
English
|
70
|
2
|
Math
|
75
|
3
|
English
|
80
|
2
|
Physics
|
65
|
3
|
Math
|
80
|
SELECT S. Student_Name, sum(P.Marks)
FROM Student S, Performance P
WHERE S.Roll_No = P.Roll_No
GROUP BY S.Student_Name
The number of rows that will be returned by the SQL query is _________
S1: In the slow start, a sender doubles its window size every RTT if all sent packets are acknowledged.
S2: After detecting packet loss through a timeout, TCP halves its window size as a response to the path congestion.
S3: In congestion avoidance state, the sender increases its window size by one packet for each acknowledgement.
Which of the following is true?
All the routers use the distance vector-based routing algorithm to update their routing tables. Each router starts with its routing table initialized to contain an entry for each neighbour with the weight of the respective connecting link. After all the routing tables stabilize, the number of links in the network will never be used for carrying any data are ________.
Assertion: An S-R flip-flop can be converted into a T-type flip-flop.
Reason: S=R=1 is not allowed in S-R flip-flop.
Which one of the following logical expressions for the output is wrong?
S1: Seek time is the time taken for the read/write head to reach the required track
S2: Rotational delay is time taken for the read/write head to reach the required sector within the track
Choose the correct option.
Choose the correct statement/s.
A program having 100 instructions is executed in the pipelined processor. The 3rd instruction is the unconditional jump instruction and branch address is known after EX stage. The time needed to complete the execution of the program if the branch target address is 99th instruction is
The CPU generates 24 bit addresses for words in main memory.
Match the following main memory addresses with the OFFSET within a block.

3, 6, 11, 18, 27, 37, 51, 66

What is the average of marks obtained by the class in the examination?
A rectangle becomes a square when its length and breadth are reduced by 12m and 6m respectively. During this process, the rectangle loses 792m2. Then what is the area of the original rectangle in square meters?
In corona pandemic a person in a town is decided to give Rs.600 to each male senior citizen in the town and Rs.700 to each female senior citizen. Altogether there are 450 senior citizens eligible. However only 7/9th of the eligible men and 2/3rd of the eligible women received the amount. How much money did the person give away in total?
Assumptions:
A)All people who get CoronaVirus will die
B) Wearing a mask is a solution for CoronaVirus.
Which of the Assumptions are true?