Data Structures

Data Structures

12th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 7 - ArrayList - Test Review

Unit 7 - ArrayList - Test Review

9th - 12th Grade

12 Qs

1.4.2 Queues

1.4.2 Queues

12th Grade

20 Qs

ASTS GANJIL Informatika

ASTS GANJIL Informatika

10th Grade - University

20 Qs

SSK20193 KUIZ DUA

SSK20193 KUIZ DUA

12th Grade - University

10 Qs

Y13 Graph Traversal

Y13 Graph Traversal

9th Grade - University

16 Qs

Computer Software

Computer Software

9th - 12th Grade

10 Qs

Java Lab Code.org AP CSA

Java Lab Code.org AP CSA

9th - 12th Grade

18 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

Data Structures

Data Structures

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Rabia Khan

Used 134+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Example of linear data structure except

array

tree

queue

stack

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these data structures is LIFO?

Stack

Queue

Binary Tree

Double linked list

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int nums[ ] =

{2, 3, 5, 8, 9, 11};

How would you access the fourth element in nums

nums[8]

nums[3]

nums(4)

nums(3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Type of Data Structures?
Arrays
Tables
Stacks
Trees

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A FIFO structure implemented as a ring where the front and rear pointers can wrap around the end of the start of the array.

Linear Queue

Circular Queue

Priority Queue

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
What kind of Data structure would you expect to find utilised to store operations in a CPU?
Stack
Queue
List
Tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a stack, if a user tries to remove an element from empty stack it is called _________

Underflow

Stack is Empty

Overflow

None of the above

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?