stack, arrays and linked lists

stack, arrays and linked lists

Professional Development

8 Qs

quiz-placeholder

Similar activities

DSA 2

DSA 2

Professional Development

13 Qs

Java OOP

Java OOP

Professional Development

10 Qs

Kuis Array

Kuis Array

Professional Development

10 Qs

Java test #2 #ITsubbotnik 2019

Java test #2 #ITsubbotnik 2019

University - Professional Development

5 Qs

Python Panda 2

Python Panda 2

11th Grade - Professional Development

10 Qs

Quiz on Data Structures

Quiz on Data Structures

Professional Development

10 Qs

INTERNET LOGO GAME

INTERNET LOGO GAME

7th Grade - Professional Development

10 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

stack, arrays and linked lists

stack, arrays and linked lists

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Hiram Ramirez

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

A Stack is a...

Linear data structure

Non-Linear data structure. 

2.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What do you call the data structure that is the opposite of a Queue?

Stack

Array

Linked list

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

In a Stack, the last element inserted inside the stack is removed...

first

last

4.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

In a Stack, the first element inserted inside the stack is removed...

first

last

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_____ store elements in contiguous memory locations, resulting in easily calculable addresses for the elements stored and this allows faster access to an element at a specific index.

Arrays

Linked lists

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_____ are less rigid in their storage structure and elements are usually not stored in contiguous locations, hence they need to be stored with additional tags giving a reference to the next element. 

Linked lists

Arrays

7.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Media Image

Array representation

Linked list representation

8.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Media Image

Array representation

Linked list representation