G10 Revision Quiz

G10 Revision Quiz

10th Grade

50 Qs

quiz-placeholder

Similar activities

FUNDAMENTAL in PROGRAMMING

FUNDAMENTAL in PROGRAMMING

1st - 10th Grade

52 Qs

software dev 1

software dev 1

9th - 12th Grade

45 Qs

Exploring Computer Science Final Exam

Exploring Computer Science Final Exam

9th - 12th Grade

52 Qs

Scratch Programming

Scratch Programming

9th Grade - University

53 Qs

Robotics and Control Systems Quiz

Robotics and Control Systems Quiz

10th Grade

45 Qs

Python Basic Loops

Python Basic Loops

9th - 12th Grade

55 Qs

CodeHS Unit 2 Review Programming with Karel

CodeHS Unit 2 Review Programming with Karel

9th - 12th Grade

50 Qs

2ND DIAGNOSTIC TEST

2ND DIAGNOSTIC TEST

9th Grade - University

51 Qs

G10 Revision Quiz

G10 Revision Quiz

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Kiers McFarlane

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A container for storing data

A type of loop

A conditional statement

A type of function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name?

my_variable

2variable

variable_2

variableTwo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a string variable?

text = "Hello"

text = 123

text = True

text = 3.14

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data type: 42

String

Integer

Float

Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the data type: "Hello, world!"

Integer

Boolean

String

Float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of input()?

To output a message to the user

To take input from the user

To calculate a value

To start a loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print()?

It displays information to the user

It takes input from the user

It declares a variable

It creates a loop

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?