Quiz sobre Estructuras de Datos

Quiz sobre Estructuras de Datos

12th Grade

5 Qs

quiz-placeholder

Similar activities

Heap

Heap

12th Grade

10 Qs

informatika

informatika

7th Grade - University

10 Qs

Programming Basics

Programming Basics

11th - 12th Grade

10 Qs

PENILAIAN HARIAN 2

PENILAIAN HARIAN 2

11th Grade - University

10 Qs

Quiz on Data Structure

Quiz on Data Structure

12th Grade

10 Qs

Insert Sort

Insert Sort

12th Grade

10 Qs

class 12 18/2/2022

class 12 18/2/2022

12th Grade

10 Qs

Uji Pemahaman Stack dan Queue

Uji Pemahaman Stack dan Queue

12th Grade

10 Qs

Quiz sobre Estructuras de Datos

Quiz sobre Estructuras de Datos

Assessment

Quiz

Computers

12th Grade

Medium

Created by

María Pinales

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What class is used to implement a linked list?

Node

Stack

Queue

Array

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following operations is typical of a stack?

Enqueue

Pop

Insert

Search

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a queue, what is the operation called that removes an element from the front?

Dequeue

Push

Insert

Search

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of accessing an element in an array?

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure is most suitable for implementing an undo/redo function in a text editor?

Linked list

Stack

Queue

Array