Programming Constructs_Y10

Programming Constructs_Y10

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Data types and Input

Data types and Input

7th - 9th Grade

14 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Nested Loops Quiz

Python Nested Loops Quiz

9th - 12th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

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