Final Exam P2Q2

Final Exam P2Q2

12th Grade

25 Qs

quiz-placeholder

Similar activities

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

Introduction to CS

Introduction to CS

7th Grade - University

21 Qs

AP Computer Science Principles Unit 5 Review Lists

AP Computer Science Principles Unit 5 Review Lists

9th - 12th Grade

20 Qs

AP CSP Mixed Review

AP CSP Mixed Review

9th - 12th Grade

20 Qs

Unit 5 Quiz - Loops & Lists (code.org)

Unit 5 Quiz - Loops & Lists (code.org)

10th - 12th Grade

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

National 5 Programming

National 5 Programming

10th - 12th Grade

20 Qs

Final Exam P2Q2

Final Exam P2Q2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Julio Fuentes

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What type of object do we need to create in order to draw something on the screen?

A turtle object

A squirtle object

A painter object

A julio object

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is wrong with the following variable declaration: 'my age = 100'?

I am not 100 years old

my age should be spaced out

the variable should not be a number

the variable name should not have spaces in between words

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the data type of the following variable? mysteryVar = 7

boolean

int

float

string

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What data type is the following variable? mysteryVar = "55"
boolean
int
float
string

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which Python command allows you to get data from a user?

input

output

data

equals

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

From which number do we always start counting when using for loops?

1

2

3

0

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What symbol represents the modulo operator?

/

*

%

&

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?