CS1_Unit 1 Review

CS1_Unit 1 Review

9th - 10th Grade

24 Qs

quiz-placeholder

Similar activities

Coding Math Python 222

Coding Math Python 222

9th Grade

20 Qs

APCSP Semester Review

APCSP Semester Review

8th - 9th Grade

20 Qs

Program Development - Python: Output

Program Development - Python: Output

9th - 10th Grade

20 Qs

AP Computer Science A

AP Computer Science A

10th - 12th Grade

20 Qs

MOAC L2 Basic Editing

MOAC L2 Basic Editing

9th Grade

20 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

CS1_Unit 1 Review

CS1_Unit 1 Review

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

VIRENA MERLA

Used 17+ times

FREE Resource

AI

Enhance your content

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

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You are writing a program and you want to move the cursor to the next line without writing any text. Which command would you use?

\t

\s

\n

\title

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does \t do in programming?

adds a tab

adds a space

goes to the next line

adds a title

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In slicing, what number do we start with?

a

one

zero

100

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

a = "camp"

print(a[2])

What is printed?

mp

ca

m

a

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

a = "camp"

print(a[-4])

What is printed?

a

m

c

error

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

x = input()

y=input()

print(x + y)

What is the expected output if the user enters 2 and 4?

2

6

24

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print("The", "house", "is", "red", end="!!")

What is printed?

The house is red!

The!!house!!is!!red!!

Thehouseisred!!

The house is red!!

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?