Python Y10

Python Y10

4th - 12th Grade

29 Qs

quiz-placeholder

Similar activities

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

INFORMATIKA KELAS IX

INFORMATIKA KELAS IX

9th - 12th Grade

25 Qs

Computer Knowledge

Computer Knowledge

11th - 12th Grade

25 Qs

CS Discoveries Unit 1 Review

CS Discoveries Unit 1 Review

6th - 8th Grade

28 Qs

Exams TIK

Exams TIK

1st - 5th Grade

25 Qs

ADMINISTRASI SISTEM JARINGAN - Penilaian Tengah Semester (Remidi dan Susulan)

ADMINISTRASI SISTEM JARINGAN - Penilaian Tengah Semester (Remidi dan Susulan)

11th Grade

25 Qs

Credit Cards/Reports

Credit Cards/Reports

11th - 12th Grade

28 Qs

Assessment Test for 3rd Qtr

Assessment Test for 3rd Qtr

7th Grade

25 Qs

Python Y10

Python Y10

Assessment

Quiz

Computers

4th - 12th Grade

Practice Problem

Hard

CCSS
L.2.2C

Standards-aligned

Created by

K WillTeachYou

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?
print(Hello world!)

Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

27
17
12
SyntaxError

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?

=

+

/

==

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

people = ["John", "Rob", "Bob"]

print (people[-1])

what would this result be?

John
Rob
Bob

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

people = ["John", "Rob", "Bob"]

print (people[4])

what would this result be?

John
Rob
Bob
Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tells the interpreter that the code which follows is a function

const
int
def
while

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Converts a number to a string

str()
int()
parseInt()
convert

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?