Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

CHAPTER 1: COMPUTER SECURITY REVIEW

CHAPTER 1: COMPUTER SECURITY REVIEW

University

10 Qs

Banco de Dados

Banco de Dados

University - Professional Development

20 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Multimedia Video & Animation

Multimedia Video & Animation

University

20 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

Basic on Operating System

Basic on Operating System

University

10 Qs

DreamWeaver CS6

DreamWeaver CS6

University

20 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Anmol Das

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the resulting array after rotating

arr[]={1, 2, 3, 4, 5}

by 2?

a) 2, 1, 3, 4, 5

b) 3, 4, 5, 1, 2

c) 4, 5, 1, 2, 3

d) 1, 2, 3, 5, 4

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

For the given graph(G), which of the following statements is true?

a) G is a complete graph

b) G is not a connected graph

c)The vertex connectivity of the graph is 2

d) The edge connectivity of the graph is 1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python function?

min(max(False,-3,-4), 2,7)

-4

-3

2

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet?

print([i+j for i in "abc" for j in "def"])

[‘da’, ‘ea’, ‘fa’, ‘db’, ‘eb’, ‘fb’, ‘dc’, ‘ec’, ‘fc’]

[[‘ad’, ‘bd’, ‘cd’], [‘ae’, ‘be’, ‘ce’], [‘af’, ‘bf’, ‘cf’]]

[[‘da’, ‘db’, ‘dc’], [‘ea’, ‘eb’, ‘ec’], [‘fa’, ‘fb’, ‘fc’]]

[‘ad’, ‘ae’, ‘af’, ‘bd’, ‘be’, ‘bf’, ‘cd’, ‘ce’, ‘cf’]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used to implement Dijkstra's shortest path algorithm?

Stack

Queue

Heap

Linked List

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The following formular is of

left_subtree (keys) < node (key) < right_subtree (keys)

Complete Binary Tree

Binary Tree

All of these

Binary Search Tree

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which of the following does this image depicts ?

Complete Binary Tree

Full Binary Tree

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?