
Quiz Round For Group 2

Quiz
•
Engineering
•
University
•
Hard
Club Excel
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which algorithmic technique does Fibonacci search use?
Brute force
Divide and Conquer
Greedy Technique
Backtracking
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the auxiliary space complexity of standard merge sort?
O(1)
O(log n)
O(n)
O(n log n)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of DFS for a graph with (V) vertices and (E) edges?
O(V + E)
O(V)
O(E)
O(V*E)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following C code?
0
Compile-time error
1
8
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the problem in these declarations?
int func(int);
double func(int);
int func(float);
Functions with the same name cannot have different signatures
Functions with the same name cannot have different return types
Functions with the same name cannot have different parameters
All of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A two-digit number has digits summing to 12. When reversed, it becomes 18 less than the original. What is the number?
57
75
84
93
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output for the linked list 1->2->3->4->5->6 with the given function?
1 4 6 6 4 1
1 3 5 5 3 1
1 2 3 5 4
1 3 5 1 3 5
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
TECH WHIZ

Quiz
•
University
15 questions
Codigo

Quiz
•
University
25 questions
CUDA C/C++ Basics Quiz

Quiz
•
University
23 questions
FUNDAMENTOS DE PYTHON 2DO PARCIAL

Quiz
•
University
20 questions
Verilog Datatypes and Operators Challenge

Quiz
•
University
20 questions
DAA 4th Sem

Quiz
•
University
20 questions
Day 2 Wipro

Quiz
•
University
20 questions
Mastering C Programming Concepts

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade