Data Structure

Data Structure

University

14 Qs

quiz-placeholder

Similar activities

Struktur Data 2020 I

Struktur Data 2020 I

University

10 Qs

DATA STRUCTURES MODULE 1 QUIZ

DATA STRUCTURES MODULE 1 QUIZ

University

10 Qs

QUIZ M4 Stack & Queue

QUIZ M4 Stack & Queue

1st Grade - University

14 Qs

informatika

informatika

7th Grade - University

10 Qs

Data Structures : Queue

Data Structures : Queue

University

12 Qs

Data Structures and Algorithms - Quiz 1

Data Structures and Algorithms - Quiz 1

University

13 Qs

BCA 2nd Semester, Data Structure

BCA 2nd Semester, Data Structure

University

10 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

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