Pseudocode - Arrays

Pseudocode - Arrays

8th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Pseudocode 9.9.24

Pseudocode 9.9.24

10th Grade

11 Qs

Grade 11 - Quiz 1 Introduction to Arrays

Grade 11 - Quiz 1 Introduction to Arrays

11th Grade

10 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

Python strings

Python strings

8th - 9th Grade

11 Qs

10.4 Python Lists

10.4 Python Lists

7th - 10th Grade

14 Qs

T3_PC6.1 & PC6.2

T3_PC6.1 & PC6.2

9th Grade

10 Qs

IF and Vlookup Function

IF and Vlookup Function

9th - 10th Grade

15 Qs

Data Structures Quiz

Data Structures Quiz

11th 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?

Discover more resources for Computers