Syntax python G7 (Post test)

Syntax python G7 (Post test)

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python : Codeathon Competition

Python : Codeathon Competition

5th - 8th Grade

15 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

Year 8 | Intro to Python | Quiz 1

Year 8 | Intro to Python | Quiz 1

7th Grade

15 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Year 7 Python

Year 7 Python

7th Grade

12 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python

Python

7th Grade

10 Qs

Syntax python G7 (Post test)

Syntax python G7 (Post test)

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Apichaya Wongpetchai

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Topic: print command

Which syntax is correct? (Syntax ข้อใดถูกต้อง)

PRINT("Hello")

print(Hello)

print("Hello")

print "hello"

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

If you want to show output

Hello my name is Richard

which syntax is correct?

(ถ้าคุณต้องการแสดงผล Hello my name is Richard ข้อใดถูกต้อง)

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Topic: create variable's name

Which one is incorrect?

(การตั้งชื่อตัวแปร ข้อใดผิด)

score=90

print(score+10)

_color="blue"

print(_color)

1person="Thomas"

print(1person)

My_lucky_num=13

print(My_lucky_num)

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Topic: if-else

Which code is correct for this output?

(จากภาพแสดงผล output โค้ดในข้อใดถูกต้อง)

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Topic: def in python

Which one is correct?

(รูปแบบของฟังก์ชันในไพทอนข้อใดถูกต้อง)

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Topic: List in python

Which list is incorrect?

(การสร้าง list ในไพทอน ข้อใดไม่ถูกต้อง)

fruits=["banana","apple","orange"]

_number=[2,4,6,8,10]

Subject=("Math","Thai","English","Science")

lucky_num=[12,4,5,7,9,10,20]

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Topic: for loop in python

If you want to show this output from for loop in python, which one is correct? (ถ้าต้องการให้แสดง output ดังภาพ ข้อใดถูกต้อง)

Media Image
Media Image
Media Image
Media Image

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?