Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

8th - 10th Grade

16 Qs

quiz-placeholder

Similar activities

Revision 8

Revision 8

5th - 8th Grade

18 Qs

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

KD 3.1_Aplikasi Pengolah Angka / Spreadsheet

10th Grade

15 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

CPF 1 - 3

CPF 1 - 3

6th - 8th Grade

15 Qs

فيجوال بيسك

فيجوال بيسك

10th Grade

11 Qs

4th Quarter SketchUp Review

4th Quarter SketchUp Review

10th Grade

15 Qs

Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Used 32+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Fred'

print (name)

Fred

'Fred'

name

(name)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the answer to print (16//5)?

1

3

21

165

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comment lines in code?
To compliment your work so you feel better about it.
To explain the code that follows it.
To make the code compile.
To make your code longer so you get more points.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns the remainder from division.
boolean
modulus
variables
exponents

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output from the following code?
print(17%5)
3
3.4
2
12

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the assignment operator?
+=
=
->
==

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("3*4+5")
SyntaxErrror
17
3*4+5
12

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers