Y8 Lent Python

Y8 Lent Python

8th Grade

15 Qs

quiz-placeholder

Similar activities

Python I-модуль (Линейные алгоритмы)

Python I-модуль (Линейные алгоритмы)

6th - 8th Grade

15 Qs

Evidence of Learning Python

Evidence of Learning Python

6th - 8th Grade

19 Qs

Python While Loops

Python While Loops

8th - 9th Grade

20 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

20 Qs

Python - Test Revision

Python - Test Revision

8th Grade

20 Qs

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

Python Fundamentals

Python Fundamentals

1st - 10th Grade

12 Qs

Modules, Packages, and Libraries

Modules, Packages, and Libraries

8th Grade

10 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?