DSA - Intro

DSA - Intro

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Example of linear data structure except: array, tree, queue, stack

Back

tree

2.

FLASHCARD QUESTION

Front

Which of the following is NOT a Type of Data Structures? Arrays, Tables, Stacks, Trees

Back

Tables

3.

FLASHCARD QUESTION

Front

What kind of Data structure would you expect to find utilised to store operations in a CPU? Options: Stack, Queue, List, Tree

Back

Stack

4.

FLASHCARD QUESTION

Front

What would 'leaving' a queue be called? Options: "Dequeue", "Enqueue", "Leave queue", "Delete 'system 32' folder"

Back

Dequeue

5.

FLASHCARD QUESTION

Front

_________________ is a collection of elements used to store the same type of data.

Back

Array

6.

FLASHCARD QUESTION

Front

What is a data structure?

Back

A method of arranging data.

7.

FLASHCARD QUESTION

Front

What do you call this data structure classification in which the elements are stored/accessed on a non-linear order such as trees and graphs?

Back

non-linear

8.

FLASHCARD QUESTION

Front

Which of these in NOT a linear data structure? Tree, Stack, Array, Queue

Back

Tree

9.

FLASHCARD QUESTION

Front

The two major factors of data structure complexity are: time and location, type and size, time and memory, type and space

Back

time and memory