Programming Constructs_Y10

Programming Constructs_Y10

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

9th Grade

15 Qs

CICS Test 2 Review

CICS Test 2 Review

9th - 12th Grade

15 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

9.1.6 - Starter Quiz

9.1.6 - Starter Quiz

8th - 9th Grade

12 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Python Quiz

Python Quiz

10th Grade

15 Qs

Programming Constructs_Y10

Programming Constructs_Y10

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

F. LaGrand

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Select below the 3 basic programming constructs?

Selection

Revolution

Sequencing

Iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the variable below?


nbPassengers <-- Enter the number of passengers

real

integer

boolean

string

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the Python statement to display something on the screen?

input()

if()

print()

int()

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these are iteration statements?

Media Image
Media Image
Media Image

5.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

#Complete this Python programme that allows the user to enter his name:


name = ...........("Enter your name: ")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python statement allowing the user to enter a value?

print()

output()

insert()

input()

7.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

Complete this Python code that displays a student's favourite subject.


........... ("My favourite subject is :", subject)

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?