Python week 03 quiz

Python week 03 quiz

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

prgramming

prgramming

6th Grade - University

11 Qs

Q4W9-D1Computing - Project Class Activity

Q4W9-D1Computing - Project Class Activity

8th Grade

6 Qs

Вікторина "БАЗОВІ ЗНАННЯ"

Вікторина "БАЗОВІ ЗНАННЯ"

7th Grade

10 Qs

Understanding Python Print Syntax

Understanding Python Print Syntax

6th Grade

10 Qs

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

Pre-assessment

Pre-assessment

7th Grade

13 Qs

LOOPS AND FLOW CONTROL STATEMENTS

LOOPS AND FLOW CONTROL STATEMENTS

8th Grade

10 Qs

Python Junior

Python Junior

6th - 8th Grade

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