QUIZ 2 Linked List

QUIZ 2 Linked List

Professional Development

10 Qs

quiz-placeholder

Similar activities

Social Media

Social Media

8th Grade - Professional Development

10 Qs

AI in Game

AI in Game

12th Grade - Professional Development

12 Qs

Data Structures

Data Structures

Professional Development

5 Qs

Java Collections

Java Collections

Professional Development

15 Qs

Kubernetes Quiz

Kubernetes Quiz

Professional Development

10 Qs

IoT - E7

IoT - E7

Professional Development

10 Qs

SDA UTS

SDA UTS

Professional Development

15 Qs

[FSW] PRE-Test Chapter 6

[FSW] PRE-Test Chapter 6

12th Grade - Professional Development

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