Python week 03 quiz

Python week 03 quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Funciones en Python

Funciones en Python

6th - 8th Grade

13 Qs

Ch7函式與模組-綜合演練選擇題

Ch7函式與模組-綜合演練選擇題

6th - 8th Grade

10 Qs

Keyboard

Keyboard

8th Grade

10 Qs

Quiz lanjutan google doc 7 semester ganjila

Quiz lanjutan google doc 7 semester ganjila

7th Grade

10 Qs

U1/L3 JH- Variables and User Input Lesson

U1/L3 JH- Variables and User Input Lesson

8th Grade

10 Qs

G7 Remedial STS 2 Informatika

G7 Remedial STS 2 Informatika

7th Grade

10 Qs

Ch6字典-綜合演練選擇題

Ch6字典-綜合演練選擇題

6th - 8th Grade

10 Qs

Digital Literacy Quiz

Digital Literacy Quiz

7th - 12th Grade

10 Qs

Python week 03 quiz

Python week 03 quiz

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Practice Problem

Hard

Created by

SU Walpola

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a

text language

programming language

database language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python has a simple syntax similar to the

coding language

english language

spanish language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code for printing Hello, World! in python


print Hello, World!

print("Hello, World!)


print("Hello, World!")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python language use

upper case letters


lower case letters

upper and lower case letters

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is print() called in Python coding?

function

variable


string

output

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used for multiplication in Python coding?

x

+

#

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data type consisting of numbers, letters and symbols.

String

Integer

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(3+4)

3+4


7

SyntaxError

print(3+4)