IT6 (Quiz 2)

IT6 (Quiz 2)

University

25 Qs

quiz-placeholder

Similar activities

DSA (QUIZ 5) Priority Queue and Sorting Algorithms Quiz

DSA (QUIZ 5) Priority Queue and Sorting Algorithms Quiz

University

20 Qs

DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

DSA (QUIZ 6) Hashing, Graphs, Advanced Graph Algorithms, and DP

University

20 Qs

Code Nascar

Code Nascar

University

30 Qs

Quiz-2

Quiz-2

University

20 Qs

Hawkin's hunt ROUND-2

Hawkin's hunt ROUND-2

University

30 Qs

UAS STRUKTUR DATA REGULER

UAS STRUKTUR DATA REGULER

University

30 Qs

172D07_kuis 1 _struktur data

172D07_kuis 1 _struktur data

University

30 Qs

Graph Quiz

Graph Quiz

University

30 Qs

IT6 (Quiz 2)

IT6 (Quiz 2)

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Eric John Manzo

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is a defining characteristic of an array regarding memory storage?

Elements are stored randomly.

Elements are stored at contiguous memory locations.

Elements are linked by pointers.

Elements are stored on separate disk drives.

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which linear data structure follows the LIFO (Last-In, First-Out) principle?

Queue

Linked List

Array

Stack

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

An operation that adds an element to the rear of a queue is called:

Push

Pop

Enqueue

Dequeue

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In a singly linked list, each node contains data and a pointer to which node?

The previous node.

The first node.

The next node.

No other node.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a key advantage of linked lists over arrays?

Direct access to elements by index.

Dynamic size and ease of insertion/deletion.

Contiguous memory storage.

Faster search operations.

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The pop operation is associated with which data structure?

Queue

Stack

Array

Circular Linked List

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Strings are typically considered as:

Complex data types.

Non-linear data structures.

Arrays of characters.

Separate memory blocks.

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?