Y8 Lent Python

Y8 Lent Python

8th Grade

15 Qs

quiz-placeholder

Similar activities

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

Python

Python

8th Grade

12 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Iteration Recap

Iteration Recap

8th - 9th Grade

16 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Python while loops

Python while loops

8th - 9th Grade

20 Qs

Y8 Lent Python

Y8 Lent Python

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Dave Gwilt

Used 13+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Python keyword is used when you need the user to type in some text?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Python keyword is used to convert text into a whole number?

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Python keyword is used to select the next lines of code, based on a Boolean condition?

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Python keyword is used to repeat some lines of code until a Boolean condition becomes false?

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Python syntax is used at the end of an 'if' or 'while' statement?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line would make a variable called count increase by one?

count = count + 1

count + 1 = count

count == count + 1

count + 1 == count

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Python use to decide which lines are inside a loop?

Indentation

Speech marks

Brackets

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?