Linked List

Linked List

University

6 Qs

quiz-placeholder

Similar activities

Pemrograman Web 1

Pemrograman Web 1

University

10 Qs

QUIZZ 1 : DATABASE FUNDAMENTALS

QUIZZ 1 : DATABASE FUNDAMENTALS

University

10 Qs

COMPUTER HARDWARE OUTPUT

COMPUTER HARDWARE OUTPUT

1st Grade - Professional Development

10 Qs

Software Engineering

Software Engineering

University

10 Qs

Chapter 11 Quizz

Chapter 11 Quizz

University

10 Qs

แบบทดสอบ Big Data

แบบทดสอบ Big Data

University

10 Qs

Machine Learning (Introduction)

Machine Learning (Introduction)

University

10 Qs

INTO Artificial Intelligence

INTO Artificial Intelligence

University - Professional Development

10 Qs

Linked List

Linked List

Assessment

Quiz

Computers

University

Hard

Created by

Jamunadevi T

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the three functions of a stack data structure.

push, pop, peek

push, pop, pull

push, pop, pow

none of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many fields does the node of a singly linked list has?

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Circular Linked List the Address part of last node holds the address of

First Node

Null

Intermediate Node

None of the Above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Doubly Linked List Consists of

1-Data , 1- Address

2-Data , 1- Address

1-Data , 0- Address

1-Data , 2- Address

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Node consists of

Address and Pointer

Data

Data and Address

Pointer and Address

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Linked list is a collection of

Nodes

Arrays

Address

None