Python for Beginners

Python for Beginners

1st Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Basic Python Programming_Class VIII

Basic Python Programming_Class VIII

8th Grade

10 Qs

Python  beginners quiz

Python beginners quiz

9th - 10th Grade

10 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 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?