EEE-A DS Lab Quiz-3

EEE-A DS Lab Quiz-3

University

10 Qs

quiz-placeholder

Similar activities

Blockchain Quiz 2

Blockchain Quiz 2

6th Grade - Professional Development

10 Qs

Quizziz Express.js

Quizziz Express.js

University

10 Qs

Resume Basics

Resume Basics

University

10 Qs

DAA-UNIT III

DAA-UNIT III

University

10 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Referencing

Referencing

University

10 Qs

Learning Tools, Social and Collaboration Platforms

Learning Tools, Social and Collaboration Platforms

University

10 Qs

skróty logistyczne

skróty logistyczne

University - Professional Development

11 Qs

EEE-A DS Lab Quiz-3

EEE-A DS Lab Quiz-3

Assessment

Quiz

Education

University

Hard

Created by

roja laveti

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a disadvantage to the usage of array?

Fixed size

There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size

Insertion based on position

Accessing elements at specified positions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true?

Random access of elements at a linked list is not possible.

Arrays have better cache locality than linked list.

The size of linked list is dynamic and can be changed as needed.

All of the options

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

P=first->link->link

P=p->link->link

Printf(“%c”,p->data);

The print statements print the ----------------as output

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The address field of linked list:

Contains address of next node

May contain null character

Contain address of next pointer

Both Contains address of next node & May contain null character

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linear collection of data elements where the linear node is given by means of pointer is called?

Linked list

Node list

Primitive list

Unordered list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

    In a Singly Linked List, what does the last node's next pointer point to? 

The first node 

The second last node 

Null 

Itself 

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ is When START=NULL in Linked List:

Housefull

Overflow

Underflow

Saturated

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?