Chapter 8 - cs1

Chapter 8 - cs1

9th Grade

26 Qs

quiz-placeholder

Similar activities

Analisis Data (informatika 10)

Analisis Data (informatika 10)

9th - 12th Grade

30 Qs

AMSI Python Quiz

AMSI Python Quiz

9th - 12th Grade

21 Qs

Python тілінде циклдар

Python тілінде циклдар

9th - 12th Grade

22 Qs

Python Class 9

Python Class 9

9th - 10th Grade

25 Qs

2.2.1a Variables & Types

2.2.1a Variables & Types

9th - 12th Grade

25 Qs

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Синтаксис Python

Синтаксис Python

7th - 11th Grade

21 Qs

Python 4 🐍 incomplete

Python 4 🐍 incomplete

9th Grade

25 Qs

Chapter 8 - cs1

Chapter 8 - cs1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Sarbagya Malla

Used 7+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python accepts single ('), double (") and triple (''' or """) quotes to denote strings. Which of the following is NOT acceptable Python syntax?

print('Hello World')

print("Hello World")

print('Hello World")

print(""'Hello World'"")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed by the following statement?

print("P" not in "APCSP")

True

False

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

data = "No Way!" The expression len(data) evaluates to:

7

9

8

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most appropriate data type for: "13th December"

Float

Boolean

Integer

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print("3+4")

7

34

3+4

SyntaxError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print("Hello world!")

SyntaxError

Hello world!

"Hello world!"

print(Hello world!)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What letter will be printed on the screen after running this code:
e
x
t
Nothing prints

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?