Python week 03 quiz

Python week 03 quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

System Software

System Software

8th Grade

10 Qs

Soal Informatika jenjang SMP/MTs

Soal Informatika jenjang SMP/MTs

6th - 8th Grade

10 Qs

Understanding APIs and Habit Tracker

Understanding APIs and Habit Tracker

2nd Grade - University

10 Qs

PRETEST SCRATCH

PRETEST SCRATCH

7th Grade

10 Qs

Python

Python

8th Grade

10 Qs

Ujian Online INFORMATIKA kelas 7

Ujian Online INFORMATIKA kelas 7

7th Grade

10 Qs

Quiz Teknologi Keamanan Data

Quiz Teknologi Keamanan Data

8th Grade

10 Qs

Tello EDU

Tello EDU

8th 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)