Search Header Logo

Arrays in pseudocode

Authored by Salah Salah

Computers

12th Grade

Used 7+ times

Arrays in pseudocode
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 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

Access all questions and much more by creating a free account

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

Already have an account?