Data Structures

Data Structures

University

48 Qs

quiz-placeholder

Similar activities

Penilaian harian 1

Penilaian harian 1

11th Grade - University

50 Qs

Pre-test Copywriting Magang UNS 2023

Pre-test Copywriting Magang UNS 2023

University

50 Qs

DS-UNIT-2-Stack Queue

DS-UNIT-2-Stack Queue

University

50 Qs

Mid Test -Reg Class (1st Semester 2020)

Mid Test -Reg Class (1st Semester 2020)

University

50 Qs

6th grade

6th grade

6th Grade - University

50 Qs

PRELIM EXAM SOCIAL SCIENCE AND PHILOSOPHY

PRELIM EXAM SOCIAL SCIENCE AND PHILOSOPHY

University

50 Qs

Kuranı Kerim'in Günümüze Ulaşma Süreci

Kuranı Kerim'in Günümüze Ulaşma Süreci

University

51 Qs

Data Structures

Data Structures

Assessment

Quiz

Computers, Other, English, Professional Development

University

Medium

Created by

Kirti Yadav

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...

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In preorder traversal of a binary tree the second step is ____________

traverse the right subtree

traverse the left subtree

traverse right subtree and visit the root

visit the root

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many leaf are there in the tree?

1

3

4

7

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Data Structure is:

A C++ vector

A way of organizing, storing and performing operations on data.

A function in any programming language

A sequence of steps to solve a problem.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Given a sequence of number below:

50,60,40,70,45,55,30,80,65,35,25,75,85


When creating a binary search tree, what is the height of the tree?

3

4

5

6

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Given a binary search tree, insert 27, 15, 63, 99, 70 and 85 (in this order) into the binary search tree. What is the post-order traversal?

5,15,27,34,47,54,63,70,72,75,83,85,88,94,99,101

72,54,34,5,27,15,47,63,70,83,75,88,85,101,94,99

15,27,5,47,34,70,63,54,75,85,99,94,101,88,83,72

15,27,5,47,34,63,54,70,75,85,99,94,101,88,83,72

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct statement

A data structure is a specialised format for organising and storing data

A data structure is a specialised format for organising and storing information

A data structure is a format for organising and storing only one data type

A data structure is too complicated to truly understand or use

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?

a) ABCD

b) DCBA

c) DCAB

d) ABDC

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?