Data Structure

Data Structure

University

5 Qs

quiz-placeholder

Similar activities

PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

University

10 Qs

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

University

10 Qs

Introduction of Data Structure

Introduction of Data Structure

University

9 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Data structures

Data structures

University

9 Qs

DS UNIT-2 TEST-1

DS UNIT-2 TEST-1

University

10 Qs

COMPUTER PROGRAMMING 2- SEATWORK 1- INTRO TO DATA STRUCTURES

COMPUTER PROGRAMMING 2- SEATWORK 1- INTRO TO DATA STRUCTURES

University

10 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

Data Structure

Data Structure

Assessment

Quiz

Computers

University

Hard

Created by

Jamunadevi T

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A .............. is a linear data structure, in which the elements are not stored at contiguous memory locations.

Linked list

Queue

Stack

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • Linked List can be defined as collection of objects called ............ that are randomly stored in the memory.

Nodes

Data

Tree

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A node contains .......... fields.

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The last node of the list contains pointer to the ..........

Null

Head

Both

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are ........ types of linked list.

1

2

3

4