SYNTAX

SYNTAX

8 Qs

quiz-placeholder

Similar activities

HOTS Quiz

HOTS Quiz

9th Grade

11 Qs

Multiplying Fractions and Whole Numbers - Quiz

Multiplying Fractions and Whole Numbers - Quiz

5th Grade

10 Qs

automation and iot หน่วยที่ 3 - 4

automation and iot หน่วยที่ 3 - 4

KG - University

9 Qs

Copy of Lesson 2 Starter Quiz (25/26)

Copy of Lesson 2 Starter Quiz (25/26)

KG - University

10 Qs

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma B

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma B

KG - University

13 Qs

Soft Rain, Ch. 1: A Sad Letter

Soft Rain, Ch. 1: A Sad Letter

4th Grade

10 Qs

Quiz Our daily dose beachwalk

Quiz Our daily dose beachwalk

Professional Development

10 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