STARTER - 1D Array Test

STARTER - 1D Array Test

9th - 12th Grade

48 Qs

quiz-placeholder

Similar activities

Code.org CSP Unit 5 Test Review

Code.org CSP Unit 5 Test Review

10th - 12th Grade

47 Qs

APCSP BJC Unit 5

APCSP BJC Unit 5

10th - 12th Grade

47 Qs

AP CSP Data Unit 5

AP CSP Data Unit 5

10th - 12th Grade

47 Qs

Final Exam

Final Exam

12th Grade

50 Qs

arrays loops functions temp

arrays loops functions temp

9th - 12th Grade

43 Qs

AP CSP: Unit 5 Test Review - List, Loops, & Traversals

AP CSP: Unit 5 Test Review - List, Loops, & Traversals

10th - 12th Grade

50 Qs

python basics by vaishali

python basics by vaishali

11th Grade

50 Qs

VBA SET 1 G

VBA SET 1 G

9th - 12th Grade

50 Qs

STARTER - 1D Array Test

STARTER - 1D Array Test

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Mr Massett

Used 13+ times

FREE Resource

48 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Name of Data Structure that holds 1 value in programming?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Name of Data Structure that will store a collection of data.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The contents of a list (array) can be changed while the program is running and lists (array) are one of the most common ways to store a collection of data under one name in Python Programming.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data in a list does not all have to be of the same data type.  Eg the same list can be used to store both strings and integers; however this can cause problems later and is therefore not recommended.


True

False

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Write the code to create a blank array called students

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Write the code to create a blank array called shoppinglist

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Write the code...

to OUTPUT all the cars.

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?