Year 11 Coding concepts

Year 11 Coding concepts

10th Grade

23 Qs

quiz-placeholder

Similar activities

2.3 Lesson 9 Testing

2.3 Lesson 9 Testing

9th - 12th Grade

20 Qs

Computer Science Quiz

Computer Science Quiz

KG - Professional Development

18 Qs

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

Coding Quiz

Coding Quiz

9th - 12th Grade

25 Qs

Programming Recap

Programming Recap

9th - 10th Grade

19 Qs

Computer Hardware -  Input&Output Devices for Situations

Computer Hardware - Input&Output Devices for Situations

1st - 12th Grade

20 Qs

Pengenalan Hardware PC

Pengenalan Hardware PC

1st - 10th Grade

20 Qs

OCR J275 Hardware Part B

OCR J275 Hardware Part B

10th 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?