CP 1 Review 2023

CP 1 Review 2023

10th Grade

37 Qs

quiz-placeholder

Similar activities

CNC turning cert prep

CNC turning cert prep

10th Grade

41 Qs

Automotive Electrical Systems: a 2021 Revision Aid

Automotive Electrical Systems: a 2021 Revision Aid

10th Grade - University

40 Qs

Kisi-Kisi Ujian Kelas 7

Kisi-Kisi Ujian Kelas 7

1st Grade - University

35 Qs

M5 Floor Systems Trade Terms 35

M5 Floor Systems Trade Terms 35

9th - 12th Grade

35 Qs

EPET n3 03/06/25

EPET n3 03/06/25

9th Grade - University

37 Qs

NCCER Safety Review

NCCER Safety Review

10th Grade

39 Qs

Excel Vocab.

Excel Vocab.

9th - 12th Grade

38 Qs

fileExtentions & Shortcuts

fileExtentions & Shortcuts

9th - 12th Grade

34 Qs

CP 1 Review 2023

CP 1 Review 2023

Assessment

Quiz

Instructional Technology

10th Grade

Easy

Created by

Melissa Fulmore

Used 8+ times

FREE Resource

AI

Enhance your content

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

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which version of Python are you learning in this course?

3

2

1

Any version will work equally well

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes an Integrated Development Environment (IDE)? 

Software that helps you create and run code 

Software that helps you design programs before you start coding 

Software that helps you create audio, video, and images for your program

Software that helps you track your program sales

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What character do you place at the end of a line to break a long statement across multiple lines? 

A backslash (\) 

A hash-tag (#) 

A colon (:) 

An extra space

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable names are valid in Python?

All of these are valid

Testing123

 testing_123 

TESTING

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements will add 10 to the value in the "mystery" variable and store the answer in the "result" variable?

result = 10 + mystery

 mystery = result - 10

 result = mystery(10)

mystery + 10 = result

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a variable named "mystery", which of the following statements will display the data type of that variable?

print(type(mystery))

 print(mystery

) mystery.type() 

No such statement exists

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the printed output from the following statement? print("Testing" + "Testing") 

TestingTesting

Testing Testing 

class 'str' 

An error message 

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?