Programming Constructs_Y10

Programming Constructs_Y10

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

CodeHS Python

CodeHS Python

7th - 12th Grade

10 Qs

Variables & Conditional Statements

Variables & Conditional Statements

9th Grade

10 Qs

Mock Test of Python Basics

Mock Test of Python Basics

11th Grade

10 Qs

CodeHS Functions Unit Quiz Review

CodeHS Functions Unit Quiz Review

9th - 12th Grade

15 Qs

Python_if-else

Python_if-else

9th - 10th Grade

15 Qs

Python- Operators

Python- Operators

12th Grade

10 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

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