Pseudocode - Arrays

Pseudocode - Arrays

8th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

One Dimensional Array

One Dimensional Array

9th Grade - University

14 Qs

Misconceptions Check

Misconceptions Check

9th - 12th Grade

15 Qs

JavaScript Review Quiz

JavaScript Review Quiz

10th Grade

13 Qs

ICT 10 Review Quiz

ICT 10 Review Quiz

10th Grade

12 Qs

Refresh your mind

Refresh your mind

10th Grade

10 Qs

Small Basic Week 10 (Mod 3.2) Pre-Quiz

Small Basic Week 10 (Mod 3.2) Pre-Quiz

7th - 8th Grade

10 Qs

Week 6 Review

Week 6 Review

5th - 8th Grade

15 Qs

Java Arrays  Prt 1Quiz

Java Arrays Prt 1Quiz

9th - 12th Grade

15 Qs

Pseudocode - Arrays

Pseudocode - Arrays

Assessment

Quiz

Computers

8th - 11th Grade

Medium

Created by

Sam Knott

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the labels show the array index?

A

B

C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which index is label C pointing to?

7

8

9

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the labels points to the representation of a memory address?

A

B

C

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the image above show?

An array

A 2D array

An IF statement

No idea!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the labels points to the index {r1, c3}?

A

B

C

D

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the labels points to the 'rows' arrow?

A

B

C

D

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct pseudocode to read (and print) all elements from an array?

FOR i = 1 TO LENGTH(array)

variable <-- array[i]

OUTPUT: array[i]

ENDFOR

FOR i = 1 TO LENGTH(array)

variable <-- array[i]

OUTPUT: variable

ENDFOR

FOR i = 1 TO LENGTH(array)

array[i] <-- variable

OUTPUT: variable

ENDFOR

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?