How many times is the comparison-
ison i <= n performed in the
the following program?
int i = 60 , n = 100;
main ( ) {
w h i l e ( i <= n ){
i = i +2;
n = n−3;
}
}
Data structure
Quiz
•
Computers
•
University
•
Medium
Ramakant Kumar
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many times is the comparison-
ison i <= n performed in the
the following program?
int i = 60 , n = 100;
main ( ) {
w h i l e ( i <= n ){
i = i +2;
n = n−3;
}
}
12
13
14
15
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the infix expression?
+A*BC
A+B*C
ABC+*
None of the above
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A(){
int i= 0,n=0,j=0;
for( i=0;i<n;i++){
for(j=0;j<i;j++){
SOP("hello")
}}}
time complexity of given code:
O(n)
O(logn)
O(n^2)
O(n^3)
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is not a disadvantage to the usage of an array?
Fixed size
Insertion based on position
Accessing elements at specified positions
There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. What is the time complexity to count the number of elements in the linked list?
O(1)
O(logn)
O(n2)
O(n)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Time complexity of f (x) = (x^2 + 5logx)
O(x^2)
O(x^3)
O(logx)
O(1)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What data structure would you mostly likely see in non recursive implementation
of a recursive algorithm?
Linked List
Double lists
Tree
stacks
10 questions
DAA_C_MCQ_2
Quiz
•
University
10 questions
Analysis of Algorithms
Quiz
•
University
10 questions
Kuis 3 - ASD (B)
Quiz
•
University
15 questions
Searching and Sorting
Quiz
•
University - Professi...
15 questions
Stacks and Queues Quiz
Quiz
•
University
15 questions
Knowledge Knockout[Quiz Round](2nd-4th years)
Quiz
•
University
10 questions
Rapid Round 1
Quiz
•
University
10 questions
C++ Array
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