Arrays in pseudocode

Arrays in pseudocode

12th Grade

10 Qs

quiz-placeholder

Similar activities

CodeHS APCSP Python Control Structures

CodeHS APCSP Python Control Structures

11th - 12th Grade

13 Qs

Understanding Insertion Sort Algorithm

Understanding Insertion Sort Algorithm

12th Grade

10 Qs

Insertion Sort

Insertion Sort

12th Grade

10 Qs

Stencyl 2.5

Stencyl 2.5

1st - 12th Grade

13 Qs

PLTW Final Review Part 2

PLTW Final Review Part 2

9th - 12th Grade

10 Qs

Quiz on Programming in C

Quiz on Programming in C

12th Grade

15 Qs

Linked Lists in Visual Basic

Linked Lists in Visual Basic

12th Grade

15 Qs

2D Arrays

2D Arrays

9th - 12th Grade

12 Qs

Arrays in pseudocode

Arrays in pseudocode

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Salah Salah

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following describe: group of elements having the same data type which are stored in a linear arrangement under a single variable name.

1D Array

2D Array

Index

Element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following describe: a collection of data elements arranged in a grid-like structure with rows and columns. This uses a pair of indices

1D Array

2D Array

Index

Element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following describe: The number used to access values in an array.

1D Array

2D Array

Index

Element

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following describe: A data value in an array

1D Array

2D Array

Index

Element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is the correct way to declare a 2D array in pseudocode

Declare ClassList : ARRAY: [1:10, 1:2] OF STRING

Declare ClassList : ARRAY: [1:10, 1:2]

Declare ClassList : ARRAY: [1:10] OF STRING

ClassList : ARRAY: [1:10, 1:2] OF STRING

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop do we use to output the contents of a 1D array, where the number of elements remain known and fixed

FOR LOOP

NESTED FOR LOOP

WHILE LOOP

REPEAT LOOP

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop do we use to output the contents of a 2D array, where the number of elements remain known and fixed

FOR LOOP

NESTED FOR LOOP

WHILE LOOP

REPEAT LOOP

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?