DATA STRUCTURES

DATA STRUCTURES

12th Grade

10 Qs

quiz-placeholder

Similar activities

Arrays, lists, tuples, stacks and queues

Arrays, lists, tuples, stacks and queues

11th - 12th Grade

14 Qs

DATA STRUCTURE USING C

DATA STRUCTURE USING C

KG - University

15 Qs

Uji Pemahaman Stack dan Queue

Uji Pemahaman Stack dan Queue

12th Grade

10 Qs

1.4.(c) Data Structures (video)

1.4.(c) Data Structures (video)

12th Grade

11 Qs

Quiz on Data Structure

Quiz on Data Structure

12th Grade

10 Qs

Uji Pemahaman Algoritma dan Pemrograman

Uji Pemahaman Algoritma dan Pemrograman

12th Grade

15 Qs

Tes Diagnostik

Tes Diagnostik

9th - 12th Grade

10 Qs

ADT recap!

ADT recap!

10th - 12th Grade

15 Qs

DATA STRUCTURES

DATA STRUCTURES

Assessment

Quiz

Computers

12th Grade

Medium

Created by

J SEETHA

Used 11+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

a) A programming language

b) A collection of algorithms

c) A way to store and organize data

d) A type of computer hardware

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the disadvantages of arrays?

a) Index value of an array can be negative

b) Elements are sequentially accessed

c) Data structure like queue or stack cannot be implemented


d) There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing recursion?

a) Stack

b) List

c) Queue

d) Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is needed to convert infix notation to postfix notation?

a) Tree

b) List

c) Stack

d) Queue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + – *?

a) 74

b) -18

c) 22

d) 40

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement(s) about stack data structure is/are NOT correct?

a) Top of the Stack always contain the new node

b) Stack is the FIFO data structure

c) Null link is present in the last node at the bottom of the stack

d) Linked List are used for implementing Stacks

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not the type of queue?

a) Priority queue

b) Circular queue

c) Single ended queue

d) Linear queue

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?