QUIZ 2 Linked List

QUIZ 2 Linked List

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python_DS2

Python_DS2

Professional Development

10 Qs

DS Linked List

DS Linked List

Professional Development

10 Qs

DATA STRUCTURES TLP 1

DATA STRUCTURES TLP 1

Professional Development

15 Qs

DSE IE1 DS

DSE IE1 DS

Professional Development

10 Qs

Linked List Deletion

Linked List Deletion

Professional Development

10 Qs

LinkedList and Its types

LinkedList and Its types

Professional Development

15 Qs

SLOT 2 - Foundation 2

SLOT 2 - Foundation 2

Professional Development

6 Qs

Programming Data Structure

Programming Data Structure

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?