Which of the following is not a property of a set?
Data structures PGDCA
Quiz
•
Computers
•
University
•
Medium
sathya priya
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a property of a set?
Ordered
Mutable
Does not allow duplicates
All the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
print((1,2,3)+(‘a’,’b’,’c’))
(1, 2, 3, 'a', 'b', 'c')
((1, 2, 3),('a', 'b', 'c'))
(1,’a’,2,’b’,3,’c’)
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A ___ is a subgraph of a graph G that includes all the vertices of G and is also a tree.
Binary tree
Binary Search Tree
Spanning tree
AVL tree
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hashing is the technique that uses mathematical functions to sort ___ data in a speedy and organized fashion.
Incoming
Outgoing
Stored
Both A and B
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The worst-case occur in linear search algorithm when …….
Item is somewhere in the middle of the array
Item is not in the array at all
Item is the last element in the array
Item is the last element in the array or item is not there at all
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The complexity of bubble sort algorithm is …..
O(n)
O(logn)
O(n2)
O(n logn)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Partition and exchange sort is ……..
quick sort
tree sort
heap sort
bubble sort
15 questions
AlgoMania Quiz
Quiz
•
University
15 questions
Sorting
Quiz
•
University
20 questions
Quantitative Aptitude Series
Quiz
•
University
25 questions
Design And Analysis of Algorithms
Quiz
•
University
16 questions
Searching & Sorting Algorithms
Quiz
•
10th Grade - University
20 questions
SMARTICUS
Quiz
•
University
20 questions
Data Structures
Quiz
•
University
17 questions
Data Structures and Algorithms Quiz
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade