SYNTAX

SYNTAX

8 Qs

quiz-placeholder

Similar activities

Term 01 Practical Exam

Term 01 Practical Exam

KG - University

10 Qs

แบบทดสอบหลังเรียน 10 คะแนน

แบบทดสอบหลังเรียน 10 คะแนน

KG - University

13 Qs

Basic Python

Basic Python

KG - University

7 Qs

Java Quiz 1

Java Quiz 1

KG - University

12 Qs

Conditional Statements

Conditional Statements

7th Grade

10 Qs

แบบทดสอบเก็บคะแนนท้ายหน่วย 2 พื้นฐานการเขียนโปรแกรมภาษา Python

แบบทดสอบเก็บคะแนนท้ายหน่วย 2 พื้นฐานการเขียนโปรแกรมภาษา Python

KG - University

12 Qs

แบบทดสอบ Chapter 2

แบบทดสอบ Chapter 2

KG - University

12 Qs

PYTHON

PYTHON

KG - University

13 Qs

SYNTAX

SYNTAX

Assessment

Quiz

others

Hard

Created by

Riya Reji

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How to print "hello world"?
print("hello world")
print(hello world)
print"hello world"
hello world

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Set of rules that are used to create a Python Program.
Variables
Syntax
Keyword
None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

x=10 print(x) what will be the output?
x
X
10
0

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Spaces at the beginning of a code line.
String
Integer
Indentation
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which one is the newline character?
"\b"
"\n"
"\N"
"\p"

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When executing code, Python interpreter ignores______
Variable
Pass statement
Comments
Keyword

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the symbol to write a single-line comment?
*
+
#
$

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Characters that are used for spacing are called _____
Indentation
String
White space character
Option 4