Python week 03 quiz

Python week 03 quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Common Webpage Buttons

Common Webpage Buttons

8th Grade - University

10 Qs

Увлекательный мир Python

Увлекательный мир Python

6th Grade - University

9 Qs

Lego Spike & Python - Challenge 3 Quiz

Lego Spike & Python - Challenge 3 Quiz

6th - 8th Grade

10 Qs

Informatika Kelas 8

Informatika Kelas 8

8th Grade

10 Qs

ict quiz

ict quiz

7th Grade

10 Qs

Soal Penggunaan Printscren pada MS Word

Soal Penggunaan Printscren pada MS Word

8th Grade

10 Qs

Python intro

Python intro

7th Grade

3 Qs

Python - 8

Python - 8

8th Grade

8 Qs

Python week 03 quiz

Python week 03 quiz

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Hard

Created by

SU Walpola

Used 2+ times

FREE Resource

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)