CS8391 - Data Structure  - IAT I

CS8391 - Data Structure - IAT I

University

50 Qs

quiz-placeholder

Similar activities

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

Tree dan Graph

Tree dan Graph

University

50 Qs

Data Structures -Quiz- I B.Sc. AI & ML

Data Structures -Quiz- I B.Sc. AI & ML

University

50 Qs

ITC 214 - Data Structures and Algorithm - Final Exam

ITC 214 - Data Structures and Algorithm - Final Exam

University

45 Qs

KLA Quiz Struktur Data UAS

KLA Quiz Struktur Data UAS

University

50 Qs

CS8391 - DS - Model #1

CS8391 - DS - Model #1

University

50 Qs

C programming quiz

C programming quiz

University

55 Qs

DS and DAA Mock Quiz

DS and DAA Mock Quiz

University

50 Qs

CS8391 - Data Structure  - IAT I

CS8391 - Data Structure - IAT I

Assessment

Quiz

Computers

University

Hard

Created by

Manikandan Murugan

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Elements in an array are accessed _____________

randomly

Sequentially

Exponentially

Logarithmically

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In general, the index of the first element in an array is __________

0

-1

1

2

3.

MULTIPLE CHOICE QUESTION

45 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

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In linked list each node contain minimum of two fields. One field is data field to store the data second field is?

Pointer to character

Pointer to integer

Pointer to node

Node

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The concatenation of two list can performed in O(1) time. Which of the following variation of linked list can be used?

Singly linked list

Doubly linked list

Circular doubly linked list

Array implementation of list

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Linked list is considered as an example of ___________ type of memory allocation.

Dynamic

Compile time

Static

Heap

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Linked list data structure offers considerable saving in _____________

Computational Time

Space Utilization

Space Utilization and Computational Time

Speed Utilization

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?