Quiz Round For Group 2

Quiz Round For Group 2

University

20 Qs

quiz-placeholder

Similar activities

Data Visualization CT-5

Data Visualization CT-5

University

20 Qs

Cutting tools and cutting fluids

Cutting tools and cutting fluids

12th Grade - University

19 Qs

Quiz Master's 2.0

Quiz Master's 2.0

University

15 Qs

Robotics Viva 2

Robotics Viva 2

University

15 Qs

PIM 1-2

PIM 1-2

University

18 Qs

Idioms Unveiled: Understanding Everyday Expressions

Idioms Unveiled: Understanding Everyday Expressions

4th Grade - University

15 Qs

Engineering Design Process

Engineering Design Process

10th Grade - University

20 Qs

C++ OOPs Concepts & Inheritance Quiz

C++ OOPs Concepts & Inheritance Quiz

University

20 Qs

Quiz Round For Group 2

Quiz Round For Group 2

Assessment

Quiz

Engineering

University

Hard

Created by

Club Excel

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Media Image

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

Media Image

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?