1.4.2 Data Structures

1.4.2 Data Structures

12th Grade

32 Qs

quiz-placeholder

Similar activities

Binary Tree

Binary Tree

11th - 12th Grade

30 Qs

UJIAN DIAGNOSTIK ASAS SAINS KOMPUTER 2021

UJIAN DIAGNOSTIK ASAS SAINS KOMPUTER 2021

1st - 12th Grade

29 Qs

Ulangan TIK Kelas 5

Ulangan TIK Kelas 5

10th - 12th Grade

27 Qs

Excel Unit Review

Excel Unit Review

6th - 12th Grade

31 Qs

Tin học 8-Ôn tập giữa kì 2

Tin học 8-Ôn tập giữa kì 2

9th Grade - University

28 Qs

Bài tập 5,6_Tin 12

Bài tập 5,6_Tin 12

12th Grade

34 Qs

CS API Test

CS API Test

12th Grade

27 Qs

2.6 Adapter Cards

2.6 Adapter Cards

12th Grade - University

30 Qs

1.4.2 Data Structures

1.4.2 Data Structures

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Robin Smith

Used 18+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

Array
Switch
Case
Loop

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is returned by values[5]?

9
12
6
8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int nums[ ] =
{2, 3, 5, 8, 9, 11};
How would you access the fourth element in nums

nums[4]
nums[3]
nums(4)
nums(3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these data structures is FIFO

Stack
Queue
Binary Tree
Double linked list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would a dynamic data structure entail?

Memory is allocated to the data structure as the program executes.
Memory is allocated to the data structure at compile time.
The size of the structure is fixed
The data structure can also double as TNT

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Queue can only store 6 data items. The Queue is sent 4 data items: Bert, Cynthia, Cedric and Albert. Where does the "Front" pointer point?

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Queue can only store 6 data items. The Queue is sent 4 data items: Bert, Cynthia, Cedric and Albert. Where does the "Rear" pointer point?

0

1

2

3

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?