Lesson 1 Python I Review

Lesson 1 Python I Review

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Input and Output Operations in Python

Input and Output Operations in Python

8th Grade

10 Qs

Data types and Input

Data types and Input

7th - 9th Grade

14 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Kod Arahan Fungsi I/O ASK T2

Kod Arahan Fungsi I/O ASK T2

8th Grade

15 Qs

Python for beginners #1

Python for beginners #1

8th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Lesson 1 Python I Review

Lesson 1 Python I Review

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Muhammad Aldy Hassan

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the correct syntax to print "Hello, World!" in Python?

print("Hello, World!)

print(Hello, World!)

print(Hello, World!")

print("Hello, World!")

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a correct way to declare a variable?

variable x = 5

int x = 5

x = 5

declare x = 5

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the data type of 3.14 in Python?

Integer

String

Float

Boolean

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the data type of 314 in Python?

Integer

Float

Boolean

String

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the result of the following code?

1230

133

Error

113

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the result of the following code?

HelloWorld

Hello World

Hello world

Hello World!

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the result of the following code?

My name is Alice and I am 25 years old.

My name is {name} and I am {age} years old.

My name is Alice and I am 25 years old

My name is Alice and I am age years old.

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?