Lectureship in Computer Science-Quiz#2(Prof. Dr. Hafiz Shehzad)
- Date January 8, 2022
Quiz Summary
0 of 20 Questions completed
Questions:
Information
You must fill out this field. |
|
You must fill out this field. |
|
You must fill out this field. |
|
You must fill out this field. |
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 must first complete the following:
Results
Results
0 of 20 Questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 20
1. Question
Which of these best describes an array?
CorrectIncorrect -
Question 2 of 20
2. Question
A linear collection of data elements where the linear node is given by means of pointer is called?
CorrectIncorrect -
Question 3 of 20
3. Question
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as a ?
CorrectIncorrect -
Question 4 of 20
4. Question
A queue follows __________
CorrectIncorrect -
Question 5 of 20
5. Question
A data structure in which elements can be inserted or deleted at/from both the ends but not in the middle is?
CorrectIncorrect -
Question 6 of 20
6. Question
In simple chaining, what data structure is appropriate?
CorrectIncorrect -
Question 7 of 20
7. Question
Which of the following is false about a doubly linked list?
CorrectIncorrect -
Question 8 of 20
8. Question
What is an AVL tree?
CorrectIncorrect -
Question 9 of 20
9. Question
Every AVL is _________________
CorrectIncorrect -
Question 10 of 20
10. Question
If numbers 5, 222, 4, 48 are inserted in a queue, which one will be removed first?
CorrectIncorrect -
Question 11 of 20
11. Question
What is an AVL tree?
CorrectIncorrect -
Question 12 of 20
12. Question
Given an empty AVL tree, how would you construct AVL tree when a set of numbers are given without performing any rotations?
CorrectIncorrect -
Question 13 of 20
13. Question
Which one of the following operations removes top value of the stack?
CorrectIncorrect -
Question 14 of 20
14. Question
Suppose currentNode refers to a node in a linked list (using the Node class with member variables called data and nextNode). What statement changes currentNode so that it refers to the next node?
CorrectIncorrect -
Question 15 of 20
15. Question
Consider the following sequence of push operations in a stack:
stack.push(‘7’)
stack.push(‘8’)
stack.push(‘9’)
stack.push(‘10’)
stack.push(‘11’)
stack.push(‘12’)
CorrectIncorrect -
Question 16 of 20
16. Question
Inorder has ________ pattern.
CorrectIncorrect -
Question 17 of 20
17. Question
Divide-and-conquer as breaking the problem into a small number of
CorrectIncorrect -
Question 18 of 20
18. Question
What is the worst case complexity of bubble sort?
CorrectIncorrect -
Question 19 of 20
19. Question
The operation for adding an entry to a stack is traditionally called
CorrectIncorrect -
Question 20 of 20
20. Question
Binary Search is an algorithm of searching, used with the ______ data.
CorrectIncorrect