Year 11 Coding concepts

Year 11 Coding concepts

10th Grade

23 Qs

quiz-placeholder

Similar activities

National 5 Programming (VB and Theory)

National 5 Programming (VB and Theory)

1st - 11th Grade

20 Qs

CP M.7 Functions Assessment Review

CP M.7 Functions Assessment Review

9th - 12th Grade

20 Qs

Grade 7 Exam Internal and External hardware components

Grade 7 Exam Internal and External hardware components

7th - 10th Grade

20 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Tes 2 Komponen Input Output

Tes 2 Komponen Input Output

10th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

1st Class Practice

1st Class Practice

KG - University

20 Qs

LATIHAN SOAL PTS TPMM

LATIHAN SOAL PTS TPMM

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?