Year 11 Coding concepts

Year 11 Coding concepts

10th Grade

23 Qs

quiz-placeholder

Similar activities

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 basics

Python basics

7th - 10th Grade

18 Qs

Programming General Knowledge Stds 2

Programming General Knowledge Stds 2

9th - 12th Grade

21 Qs

Coding Unit Test

Coding Unit Test

9th - 12th Grade

25 Qs

Technology Coding

Technology Coding

9th - 12th Grade

25 Qs

Level 3 - Python Quiz 1

Level 3 - Python Quiz 1

9th - 12th Grade

25 Qs

OCR GCSE CS MCQs 2.3 Defensive Design

OCR GCSE CS MCQs 2.3 Defensive Design

10th - 11th Grade

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?