Data Structure

Data Structure

University

14 Qs

quiz-placeholder

Similar activities

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Array

Array

University

12 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

DS(Part2)-After

DS(Part2)-After

University

11 Qs

Analisis Struktur Data

Analisis Struktur Data

10th Grade - University

12 Qs

SD_Stack&Queue

SD_Stack&Queue

University

10 Qs

Data Structure

Data Structure

Assessment

Quiz

Computers

University

Medium

Used 1K+ times

FREE Resource

14 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

1 min • 1 pt

_________________ is a collection of elements used to store the same type of data.
Array
Switch
Case
Loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these data structures is LIFO?

Stack

Queue

Binary Tree

Double linked list

4.

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)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Storage for data defined in terms of set of operations to be performed on the data 
Arrays
Variables
Abstract Data Types
Algorithms

7.

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

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?