Quick Lookup - Printing Variables

Quick Lookup - Printing Variables

8th Grade

19 Qs

quiz-placeholder

Similar activities

Quiz về Kiểu Dữ Liệu List và Set (1)

Quiz về Kiểu Dữ Liệu List và Set (1)

7th Grade - University

15 Qs

Kelas 8 - Halaman 10 (UH Bab 1)

Kelas 8 - Halaman 10 (UH Bab 1)

8th Grade - University

20 Qs

List and Tuple Questions

List and Tuple Questions

8th Grade

20 Qs

Ch. 5 Exam Review

Ch. 5 Exam Review

8th Grade

20 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

YEAR 3 ICT LENT TERM ASSESSMENT

YEAR 3 ICT LENT TERM ASSESSMENT

3rd Grade - University

21 Qs

G08- ICT Q1 Reviewer

G08- ICT Q1 Reviewer

8th Grade

20 Qs

Quick Lookup - Printing Variables

Quick Lookup - Printing Variables

Assessment

Quiz

Information Technology (IT)

8th Grade

Hard

Created by

Peter Billett

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code print? age = 10 print('His age is:', age)

His age is: age

His age is: 10

His age is: {age}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using curly braces {} in an f-string?

Example:

print(f"Hello {name}")

To add comments

To insert the value of a variable

To create a list

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The function int() is used to:

Convert a string to an integer

Convert an integer to a string

Convert a string to a float

Convert an integer to an integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: The '!=' operator means ________.

not equal to

equal to

greater than

less than

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression '1 > 2'?

true
1
2 > 1
false

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: The '<' operator is used to check if one value is ________ than another.

less

greater

equal

not equal

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does the '+' operator represent in programming?

Addition

Subtraction

Multiplication

Division

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?