Quiz Week 6

Quiz Week 6

10th Grade

10 Qs

quiz-placeholder

Similar activities

Basics of python

Basics of python

10th Grade - Professional Development

11 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

KS3 Year 9 Python Quiz 02

KS3 Year 9 Python Quiz 02

10th Grade

8 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Quiz Week 6

Quiz Week 6

Assessment

Quiz

Computers

10th Grade

Hard

DOK Level 1: Recall

Standards-aligned

Created by

Alexander Anderson

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python, what is the solution

x = 2 ** 3

8

8.0

6

12.0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following Python code output?

print(2 + 3 * 4)

14

20

5

24

23333

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would display 'Hello World'

Print("Hello World")

print("Hello World")

print(Hello World)

print=("hello world")

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("Hello" + 2 + "world")
Hello 2 world
Hello2world
TypeError
HelloHelloworld

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The output of the program

x = 4

x = "Sally"

print(x)

four

Saly

Sally

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?