Python for Beginners

Python for Beginners

1st Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 9th Grade

12 Qs

Python массивы

Python массивы

9th Grade

15 Qs

Python Basics Revision

Python Basics Revision

6th - 8th Grade

13 Qs

Питон тест

Питон тест

9th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

15 Qs

Python basics

Python basics

9th - 12th Grade

10 Qs

Kabeer Python Assessment Quiz

Kabeer Python Assessment Quiz

7th - 12th Grade

10 Qs

PP Quiz1

PP Quiz1

University

11 Qs

Python for Beginners

Python for Beginners

Assessment

Quiz

Computers, Mathematics, Science

1st Grade - Professional Development

Hard

Created by

NURFADHLINA /FSKTM

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?

print

input

output

command

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Python'

print (name)

'Python'

Python

python

'python'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct syntax for Python

IF answer == "Yes":

if answer == "Yes"

if answer == "Yes":

if answer == "yes"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why would you use a loop?

To input data

To print data

To repeat a piece of code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mathematical operations can be performed on a string

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this expression, 3*1**3

3

9

27

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you assign an integer to a variable?

new_var == 4

new_var = 4

new_var = "4"

new_var "4"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?