Data Structure Test 5
Questions Result & StatisticsQuiz-summary
0 of 20 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
Information
Questions
Instruction:
- Total number of questions : 20
- Time allotted : 25 minutes.
- Each question carry 1 mark, no negative marks.
- Click the “Finish quiz” button given in bottom of this page to submit your answer.
- Test will be submitted automatically if the time expired.
- Don’t refresh the page.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
Marks : 0 of 20 questions answered correctly | ||
Total number of questions | : | 20 |
Number of currect answered | : | 0 |
Your time | : |
|
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
-
Thank you for submitting online test!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Answered
- Review
-
Question 1 of 20
1. Question
1 pointsCorrectAnswer : B
IncorrectAnswer : B
-
Question 2 of 20
2. Question
1 pointsCorrectAnswer : C
IncorrectAnswer : C
-
Question 3 of 20
3. Question
1 pointsCorrectAnswer : C
IncorrectAnswer : C
-
Question 4 of 20
4. Question
1 points.
If h is any hashing function and is used to hash n keys in to a table of size m, where n<=m, the expected number of collisions involving a particular key x is
CorrectAnswer : A
IncorrectAnswer : A
-
Question 5 of 20
5. Question
1 points.
The OS of a computer may periodically collect all the free memory space to form contiguous block of free space. This is called
CorrectAnswer : B
IncorrectAnswer : B
-
Question 6 of 20
6. Question
1 points.
What is the following code segment doing?
void fn( ){
char c;
cin.get(c);
if (c != ‘\n’) {
fn( );
cout.put(c);
}
}
CorrectAnswer : B
IncorrectAnswer : B
-
Question 7 of 20
7. Question
1 points.
You have to sort a list L consisting of a sorted list followed by a few “random” elements.Which of the following sorting methods would be especially suitable for such a task?
CorrectAnswer : D
IncorrectAnswer : D
-
Question 8 of 20
8. Question
1 pointsCorrectAnswer : D
IncorrectAnswer : D
-
Question 9 of 20
9. Question
1 pointsCorrectAnswer : D
IncorrectAnswer : D
-
Question 10 of 20
10. Question
1 pointsCorrectAnswer : B
IncorrectAnswer : B
-
Question 11 of 20
11. Question
1 pointsCorrectAnswer : C
IncorrectAnswer : C
-
Question 12 of 20
12. Question
1 pointsCorrectAnswer : B
IncorrectAnswer : B
-
Question 13 of 20
13. Question
1 points.
The number of interchanges required to sort 5, 1, 6, 2 4 in ascending order using Bubble Sort is
CorrectAnswer : B
IncorrectAnswer : B
-
Question 14 of 20
14. Question
1 pointsCorrectAnswer : A
IncorrectAnswer : A
-
Question 15 of 20
15. Question
1 pointsCorrectAnswer : A
IncorrectAnswer : A
-
Question 16 of 20
16. Question
1 points.
For an undirected graph with n vertices and e edges, the sum of the degree of each vertex is equal to
CorrectAnswer : C
IncorrectAnswer : C
-
Question 17 of 20
17. Question
1 pointsCorrectAnswer : B
IncorrectAnswer : B
-
Question 18 of 20
18. Question
1 pointsCorrectAnswer : B
IncorrectAnswer : B
-
Question 19 of 20
19. Question
1 pointsCorrectAnswer : A
IncorrectAnswer : A
-
Question 20 of 20
20. Question
1 pointsCorrectAnswer : A
IncorrectAnswer : A