LS - Programming - HE.9.1

LS - Programming - HE.9.1

8th Grade

33 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

6th - 12th Grade

30 Qs

Python Unit 9 - Active Objects in Classes

Python Unit 9 - Active Objects in Classes

6th - 9th Grade

36 Qs

Fund. of CS Ist SW ZLGA

Fund. of CS Ist SW ZLGA

8th Grade

30 Qs

QUIZ Term1 Kelas 8

QUIZ Term1 Kelas 8

8th Grade

34 Qs

Python procedures and functions

Python procedures and functions

8th - 10th Grade

35 Qs

DigLit - CH06: Multiple Choice

DigLit - CH06: Multiple Choice

6th - 8th Grade

30 Qs

Codeforlife python worksheet 1 - Output, Operators and Data

Codeforlife python worksheet 1 - Output, Operators and Data

8th Grade

28 Qs

Python L1 Programming Challenge

Python L1 Programming Challenge

1st - 12th Grade

30 Qs

LS - Programming - HE.9.1

LS - Programming - HE.9.1

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Comp Sci

Used 21+ times

FREE Resource

33 questions

Show all answers

1.

DROPDOWN QUESTION

20 sec • 1 pt

​ (a)    can store more than one item.

An array
A for loop
A variable
A data type

2.

DROPDOWN QUESTION

20 sec • 1 pt

A Python list can store a range of ​ (a)   .

colons
brackets
loops
data types

3.

DROPDOWN QUESTION

20 sec • 1 pt

You can ​ (a)   over each item in an array.

program
look
select
iterate

4.

DROPDOWN QUESTION

20 sec • 1 pt

You can check whether an ​ (a)   is in an array.

element
iteration
array
item

5.

DROPDOWN QUESTION

20 sec • 1 pt

You can use any item in the array by using its ​ (a)   .

variable
iteration
array
index

6.

CLASSIFICATION QUESTION

2 mins • 4 pts

Sort the Python code into whether it links with an array or count-controlled iteration.

Groups:

(a) Count-controlled iteration

,

(b) Array

for letter in word:

subjects = [“Maths”, “Science”]

names = []

for i in range(3):

7.

CLASSIFICATION QUESTION

2 mins • 6 pts

Decide which data type each item of data would be stored as.

Groups:

(a) Integer

,

(b) Real

,

(c) Boolean

,

(d) String

False

"True"

"names"

1.5697

True

56987

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?