Year 11 Coding concepts

Year 11 Coding concepts

10th Grade

23 Qs

quiz-placeholder

Similar activities

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Unit 2.3 Robust Programs MCQs L1

Unit 2.3 Robust Programs MCQs L1

10th - 11th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

MIT app Inventor Review

MIT app Inventor Review

9th - 12th Grade

22 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Basics of App Coding

Basics of App Coding

8th - 12th Grade

22 Qs

National 5 Programming (VB and Theory)

National 5 Programming (VB and Theory)

1st - 11th Grade

20 Qs

Quiz1_7A

Quiz1_7A

2nd Grade - Professional Development

20 Qs

Year 11 Coding concepts

Year 11 Coding concepts

Assessment

Quiz

Computers

10th Grade

Medium

Created by

P Bates

Used 2+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a correct example of a variable assignment in Python? 
x == 5
x = 5
5 = x
x : 5

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a constant in programming? 
A value that changes frequently
A value that remains the same
A variable that stores data
A function that performs a task

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an initialisation statement? 

A statement that ends a program
A statement that starts a loop
A statement that assigns an initial value to a variable
A statement that prints output

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a command sequence? 
A single command
A series of commands executed in order
A loop that repeats commands
A function call

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you take user input in Python? 
input("Enter your name: ")
get("Enter your name: ")
read("Enter your name: ")
scan("Enter your name: ")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you display output in Python?

display("Hello")

output("Hello")

print("Hello")

send("Hello")

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is an arithmetic operator in Python? 
AND

>=

+

==

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?