...
Binary-search-tree
April 26, 2024
Question 9188 – Theory-of-Computation
April 26, 2024
Binary-search-tree
April 26, 2024
Question 9188 – Theory-of-Computation
April 26, 2024

UGC NET CS 2013 Dec-paper-2

Question 12
GO BOTTOM and SKIP-3 commands are given one after another in a database file of 30 records. It shifts the control to
A
28th record
B
27th record
C
3rd record
D
4th record
Question 12 Explanation: 
GO BOTTOM command will directly reach end of the record. Here, total number of records are 30. GO BOTTOM command will reach 30th position.
After SKIP-1, it became 29
After SKIP-2, it became 28
After SKIP-3, it became 27.
In question, they given 3 SKIP operations.
Correct Answer: B
Question 12 Explanation: 
GO BOTTOM command will directly reach end of the record. Here, total number of records are 30. GO BOTTOM command will reach 30th position.
After SKIP-1, it became 29
After SKIP-2, it became 28
After SKIP-3, it became 27.
In question, they given 3 SKIP operations.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!