8th Grade (Programming B)

8th Grade (Programming B)

8th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

CodeHS AP CSP Unit 3 Review

CodeHS AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

Chapter 6- Lists and Loops

Chapter 6- Lists and Loops

9th Grade

20 Qs

Procedures and Functions

Procedures and Functions

10th Grade

20 Qs

Dictionary in Python

Dictionary in Python

10th - 12th Grade

20 Qs

Intro to Python

Intro to Python

6th - 8th Grade

20 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Java If/else/ switch

Java If/else/ switch

9th - 12th Grade

20 Qs

8th Grade (Programming B)

8th Grade (Programming B)

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Juni Puhua

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

I am 71 years old! What will the output be?: 

IF you are 70 or older, say “You are aged to perfection!”

ELIF you are exactly 50, say “Wow, you are half a century old!”

ELSE say “You are a spring chicken!”

“You are aged to perfection!”

"Wow, you are half a century old!"

"You are a spring chicken!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

I am 18 years old! What will the output be?:

IF you are 70 or older, say “You are aged to perfection!”

ELIF you are exactly 50, say “Wow, you are half a century old!”

ELSE say “You are a spring chicken!”

“You are aged to perfection!”

"Wow, you are half a century old!"

"You are a spring chicken!"

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code executed based on a condition being true

Selection

Sequence

Iteration

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When you have an error in your code what is the term to summarise finding and fixing that error?

Debugging

Syntax finder

Error checking

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a variable?

A memory location where you store values

a type of graphics

Data type

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In python the ' STRING data type' can be defined as...?

holds alphanumeric text

hold whole numbers

holds numbers with a decimal point

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In python the ' INTEGER data type' can be defined as...?

holds alphanumeric text

hold whole numbers

holds numbers with a decimal point

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?