
Arrays in Pseudocode

Quiz
•
Computers
•
5th Grade
•
Hard
Ryan Downie
Used 29+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The index of the first element in an array is:
1
First
0
[index]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would this output?
array shopping = ["milk","eggs","apples"]
print(shopping[1])
milk
eggs
apples
milk, eggs, apples
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would this output?
array shopping = ["milk","eggs","apples"]
print(shopping[3])
apples
milk, eggs, apples
3
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an array?
A block of adjacent memory locations, given an identifier, and each location has a numbered index
A sequence of numbers
An object that allows you to select an option and the algorithm branches from that point
A programming construct
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does PRIMM stand for?
Program, Run, Investigate, Modify, Make
Predict, Run, Implement, Modify, Make
Program, Run, Implement, Modify, Make
Predict, Run, Investigate, Modify, Make
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the length of this array?
array shopping = ["milk","eggs","apples"]
print(len(shopping))
3
4
2
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would this output?
array shopping = ["milk","eggs","apples"]
print(shopping[0])
milk
eggs
apples
milk, eggs, apples
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the 'Modify' in PRIMM stand for?
Change the code to improve it
Change the code to fix errors
Change the code to add features
All of the above
Similar Resources on Wayground
10 questions
Project Pro Exam

Quiz
•
1st - 5th Grade
10 questions
Programming - Arrays

Quiz
•
2nd - 12th Grade
12 questions
Typing

Quiz
•
KG - University
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
13 questions
A words - GCSE Computer Science

Quiz
•
1st - 10th Grade
10 questions
Moringa JavaScript Arrays

Quiz
•
5th Grade - Professio...
12 questions
How well do you know FNAF SL?

Quiz
•
KG - Professional Dev...
10 questions
Working with SmartArt Graphics

Quiz
•
5th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade