Data Structures

Data Structures

12th Grade

15 Qs

quiz-placeholder

Similar activities

Arrays, lists, tuples, stacks and queues

Arrays, lists, tuples, stacks and queues

11th - 12th Grade

14 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

Queues and Stacks

Queues and Stacks

12th Grade

10 Qs

19.1 Algorithms Cambridge iA 9618

19.1 Algorithms Cambridge iA 9618

12th Grade

20 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

Abstract Data Types

Abstract Data Types

12th Grade

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Assesmen Kognitif (XI)

Assesmen Kognitif (XI)

11th Grade - University

15 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?