Y8 Lent Python

Y8 Lent Python

8th Grade

15 Qs

quiz-placeholder

Similar activities

Python-Code Right or Wrong

Python-Code Right or Wrong

7th - 8th Grade

10 Qs

Python编程基础

Python编程基础

7th - 9th Grade

14 Qs

Python - Test Revision

Python - Test Revision

8th Grade

20 Qs

HTML: Recap

HTML: Recap

6th - 8th Grade

16 Qs

Modules, Packages, and Libraries

Modules, Packages, and Libraries

8th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Intro to HTML

Intro to HTML

7th - 8th Grade

15 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

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?