Quiz 1 Data Structures for Absent Students

Quiz 1 Data Structures for Absent Students

1st Grade

11 Qs

quiz-placeholder

Similar activities

PostgreSQL-Indomaret

PostgreSQL-Indomaret

1st - 2nd Grade

13 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Nature of Science Vocabulary

Nature of Science Vocabulary

1st - 7th Grade

11 Qs

Inspired by Nature (Biomimicry)

Inspired by Nature (Biomimicry)

KG - 2nd Grade

10 Qs

Teeth Year 3 part 1

Teeth Year 3 part 1

KG - 1st Grade

11 Qs

Quiz เรื่อง Basic unit of life

Quiz เรื่อง Basic unit of life

1st Grade

15 Qs

F3 SC stoma output test

F3 SC stoma output test

1st - 5th Grade

10 Qs

Macroalgae (Seaweed)

Macroalgae (Seaweed)

1st Grade

10 Qs

Quiz 1 Data Structures for Absent Students

Quiz 1 Data Structures for Absent Students

Assessment

Quiz

Science

1st Grade

Medium

Created by

Güray ARIK

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

...................... is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently.

Algorithm

Data Structure

Database

Array

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of these best describes an array?

A data structure that shows a hierarchical behavior

Container of objects of similar types

Arrays are immutable once initialised

Array is not a data structure

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is not a disadvantage to the usage of array?

There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size

Fixed size

Insertion based on position

Accessing elements at specified positions

Answer explanation

Explanation: Array elements can be accessed in two steps. First, multiply the size of the data type with the specified position, second, add this value to the base address. Both of these operations can be done in constant time, hence accessing elements at a given index/position is faster.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which one is NOT a data structure classification type?

Linear data structure

Static data structure

Non-linear data structure

Logarithmic Data Structure

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Stack is also called as .......

Last in first out (LIFO)

First in first out (FIFO)

Last in last out (LILO)

First in last out (FILO)

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

............ is a pile in which items are added at one end

and removed from the other.

Stack

Queue

Array

Linked list

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is non-liner data structure?

Stack

Linked List

Tree

Array

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?