QUIZ 2 Linked List

QUIZ 2 Linked List

Professional Development

10 Qs

quiz-placeholder

Similar activities

Day2- IoT STC

Day2- IoT STC

Professional Development

13 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

module2_part1

module2_part1

University - Professional Development

10 Qs

Kubestronaut quiz

Kubestronaut quiz

Professional Development

10 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

Breaking into AIoT

Breaking into AIoT

12th Grade - Professional Development

10 Qs

Friday Fun

Friday Fun

Professional Development

10 Qs

Linked List Insertion

Linked List Insertion

Professional Development

10 Qs

QUIZ 2 Linked List

QUIZ 2 Linked List

Assessment

Quiz

Computers

Professional Development

Medium

Created by

NORHAYATI SA'ADAH BINTI CHE ABD RAZAK (PSMZA)

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete the sentence below. The length of linked list is depends on .

Number of nodes

Number of head

Number of tail

Number of arrow

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the BEST answer to describe a doubly linked list

A. A linked list in which each node has pointer to its successor.

B. A linked list in which each node has pointer to its predecessor.

C. A linked list in which each node has pointer to both its successor and its predecessor

D. A linked list which the last node’s link point to the first node of the list.

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose two components of the Array

Data Type

Name

Counter

Fixed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete the sentence below. Linked list is a data structure used for collecting a sequence of objects, which allows efficient additional, removal and retrieval

A. from any position

B. only from the head

C. only from the tail

D. only in the front

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the RIGHT declaration of an array, which is named hpnm, data type is floating number and have 5 data.

A. float hpnm[] = 4;

B. float hpnm[4];

C. int hpnm[5];

D. float hpnm[5];

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select two items are not a NODE elements

A. Data

B. Pointer

C. data type

D. tail

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Choose the linked list referred based on figure below

A. Singly linked list

B. Doubly linked list

C. Circular linked list

D. Multiple linked list

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?