LINKED-LIST & DICTIONARY | ITEC 104

LINKED-LIST & DICTIONARY | ITEC 104

University

25 Qs

quiz-placeholder

Similar activities

MindMaze : DSA Version

MindMaze : DSA Version

University

30 Qs

Round 1- Code Crunch

Round 1- Code Crunch

University

20 Qs

AI search algorithms

AI search algorithms

University

30 Qs

KUIS DAN REFLEKSI - MEMBUAT DAFTAR NAMA AKUN PERUSAHAAN DAGANG

KUIS DAN REFLEKSI - MEMBUAT DAFTAR NAMA AKUN PERUSAHAAN DAGANG

University

22 Qs

Introduction to Machine Learning

Introduction to Machine Learning

University - Professional Development

20 Qs

PYTHON PROGRAMMING FOR DATA SCIENCE QUIZ

PYTHON PROGRAMMING FOR DATA SCIENCE QUIZ

University

30 Qs

Python Fundamentals - Episode 03

Python Fundamentals - Episode 03

University

20 Qs

A Quiz on the Article entitled "Building Your LinkedIn Presence."

A Quiz on the Article entitled "Building Your LinkedIn Presence."

University

20 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?