wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Remedial 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Identify linear data structure

a)

tree

b)

graph

c)

array

d)

map

2.

Which of the following is a characteristic of a stack?

a)

Last In First Out

b)

First In First Out

c)

Random Access

d)

Dynamic Size

3.

What is the primary use of a queue in data structures?

a)

To implement recursion

b)

To allow random access to elements

c)

To manage tasks in a sequential order

d)

To store data in a sorted manner

4.

Which of the following is not a linear data structure?

a)

Binary Tree

b)

Linked List

c)

Array

d)

Stack

5.

Which of the following data structures uses a FIFO (First In First Out) method?

a)

Linked List

b)

Array

c)

Queue

d)

Stack

6.

What is the main characteristic of a linked list?

a)

Fixed size

b)

Sorted order

c)

Dynamic size

d)

Random access

7.

Which of the following is a non-linear data structure?

a)

Linked List

b)

Graph

c)

Array

d)

Stack

8.

Which of the following data structures allows for dynamic memory allocation?

a)

Queue

b)

Linked List

c)

Stack

d)

Array

9.

What is the primary characteristic of a queue?

a)

Random access

b)

Sorted order

c)

First In First Out

d)

Last In First Out

10.

Which of the following is a common application of a stack?

a)

Implementing a priority queue

b)

Storing data in a database

c)

Managing printer tasks

d)

Undo functionality in applications