Font size
S
M
L
XL
WorksheetsDSA - Intro
Total questions: 10
Worksheet time: 6mins
Name
Class
Date
1.
Example of linear data structure except
a)
array
b)
tree
c)
queue
d)
stack
2.
Which of the following is NOT a Type of Data Structures?
a)
Arrays
b)
Tables
c)
Stacks
d)
Trees
3.
What kind of Data structure would you expect to find utilised to store operations in a CPU?
a)
Stack
b)
Queue
c)
List
d)
Tree
4.
What would 'leaving' a queue be called?
a)
"Dequeue"
b)
"Enqueue"
c)
"Leave queue"
d)
"Delete 'system 32' folder"
5.
_________________ is a collection of elements used to store the same type of data.
a)
Array
b)
Switch
c)
Case
d)
Loop
6.
What is a data structure?
a)
A method of arranging data
b)
A way of keeping data without an order?
c)
A "stack" only
d)
There is no formal definition for "Data Structure"
7.
Which of the following are examples of Data Structures?
a)
Linear List
b)
Linked List
c)
Stacks
d)
Trees
e)
Pseudocodes
8.
What do you this data structure classification in which the elements are stored/accessed on a non-linear order such as trees and graphs.
a)
trees
b)
linear
c)
non-linear
d)
graphs
9.
Which of these in NOT a linear data structure?
a)
Tree
b)
Stack
c)
Array
d)
Queue
10.
The two major factors of data structure complexity are:
a)
time and location
b)
type and size
c)
time and memory
d)
type and space
Reset
