APCS Principles Practice 1C

APCS Principles Practice 1C

10th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

Pemrograman C++ (Dasar)

Pemrograman C++ (Dasar)

11th Grade

18 Qs

Week 6 - CP1

Week 6 - CP1

12th Grade

20 Qs

Programavimas Python. Kintamieji. Duomenų tipai.If...Else.

Programavimas Python. Kintamieji. Duomenų tipai.If...Else.

10th Grade

23 Qs

DATA STRING

DATA STRING

12th Grade

20 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Python - Input, print and operators.

Python - Input, print and operators.

9th - 10th Grade

17 Qs

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

APCS Principles Practice 1C

APCS Principles Practice 1C

Assessment

Quiz

Computers

10th - 12th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

John Schlamann

Used 2+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?

@

¬

;

#

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be

from the following code?


print("Hello world!")

NameError

Hello world!

"Hello world"

Print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be

from the following code?


print("3*4+5")

SyntaxErrror

17

3*4+5

12

4.

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)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be

from the following code?


print("3+4")

7

3+4

34

SyntaxError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be

from the following code?


print(str(3*4))

34

7

12

3*4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be

from the following code?


print(str(3*4+5))

27

17

12

SyntaxError

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?