Syntax python G7 (Post test)

Syntax python G7 (Post test)

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 9th Grade

12 Qs

9.1.2 - Starter Quiz

9.1.2 - Starter Quiz

7th - 11th Grade

14 Qs

Semester Exam

Semester Exam

6th - 8th Grade

10 Qs

Python User Input Quiz

Python User Input Quiz

6th Grade - University

10 Qs

Python L4 Math Operator

Python L4 Math Operator

6th - 8th Grade

11 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python Statements

Python Statements

5th - 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?