LINKED-LIST & DICTIONARY | ITEC 104

LINKED-LIST & DICTIONARY | ITEC 104

University

25 Qs

quiz-placeholder

Similar activities

Permasalahan dalam Cerita

Permasalahan dalam Cerita

3rd Grade - University

25 Qs

PLC 2

PLC 2

12th Grade - University

20 Qs

e-Commerce Applications

e-Commerce Applications

University

20 Qs

mikro 5

mikro 5

12th Grade - University

20 Qs

HTML Quizz 2

HTML Quizz 2

University

20 Qs

JAVA QUIZ

JAVA QUIZ

University

20 Qs

#1 Definisi dan Topologi Jaringan Komputer

#1 Definisi dan Topologi Jaringan Komputer

University

20 Qs

CYBERNAUT MERN STACK QUIZ

CYBERNAUT MERN STACK QUIZ

University

30 Qs

LINKED-LIST & DICTIONARY | ITEC 104

LINKED-LIST & DICTIONARY | ITEC 104

Assessment

Quiz

Education

University

Hard

Created by

Glaizess Salisi

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Linked list can be visualized as a chain of nodes, where every node points to the next node.

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Is a sequence of data structures, which are connected together via links.

Link

Linked List

Next

First

3.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Linked list is a collection of

Nodes

Arrays

Address

None

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Node consists of

Address and Pointer

Data

Data and Address

Pointer and Address

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Nodes in a linked list contain two things

Direction and a pointer

Data and a pointer

A Pointer and a reference

A pointer and a node

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Complete the code in the red column

string info; int link;

int info; NodeType link;

int info; string link;

int info; NodeType * link;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the above image what will be printed when Head->next->data?

83

9

27

Error

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?