Python week 03 quiz

Python week 03 quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Introduction to Python Basics

Introduction to Python Basics

6th Grade

10 Qs

Database Concepts and MS Access Assessment

Database Concepts and MS Access Assessment

8th Grade - University

10 Qs

Scratch - základy

Scratch - základy

6th Grade - University

10 Qs

pengenalan pemprograman prosedural2

pengenalan pemprograman prosedural2

8th Grade - University

5 Qs

แบบทดสอบ Unit D

แบบทดสอบ Unit D

4th Grade - University

10 Qs

Python М3У3

Python М3У3

6th - 8th Grade

9 Qs

Разветвляющиеся алгоритмы в Python

Разветвляющиеся алгоритмы в Python

7th Grade

12 Qs

Разветвляющиеся алгоритмы в Python

Разветвляющиеся алгоритмы в Python

7th Grade

10 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)