EXTRA PRACTICE - Coding

EXTRA PRACTICE - Coding

8th Grade

15 Qs

quiz-placeholder

Similar activities

Code.org Unit 3 Lesson 3 and 4

Code.org Unit 3 Lesson 3 and 4

6th - 8th Grade

15 Qs

Basic Python Key Terms

Basic Python Key Terms

6th - 8th Grade

20 Qs

Formulas in Excel

Formulas in Excel

6th - 9th Grade

10 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Excel 2016: Formulas and Functions

Excel 2016: Formulas and Functions

6th - 9th Grade

19 Qs

1) Python Data Types

1) Python Data Types

8th - 11th Grade

19 Qs

Variables and Conditionals review

Variables and Conditionals review

8th Grade

20 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

EXTRA PRACTICE - Coding

EXTRA PRACTICE - Coding

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Héctor Manzanares

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The purpose of a variable is to:

Store a value

Display a webpage

Keep your data private

Determine if the value is a number or text

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You’re taking inventory at a clothing store. You have six shirts. Save the value of the number of shirts to the variable shirts. shoes = 8; dresses = 4; shirts ____ ____ What is missing?

= & 6

shirts & 6

2 & 6

  • + & 6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the value of myCookbook, what do you think the value of statement will be?

myCookbook = 'The Joy of Cooking'

yourCookbook = 'How to Cook Everything'

statement = 'My favorite cookbook is ' + myCookbook

My favorite cookbook is The Joy of Cooking

My Favorite cookbook is

The Joy of Cooking

My Favorite cookbook is How to Cook Everything

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we use a value without assigning it to a variable, that’s known as:

Hardcoding

Phishing

Digitization

Storing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Take a look at the following code snippet. If we print out the final value of numSides, what would it be?

numSides

numSides=4

triangle=3

numSides=triangle

3

7

0

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The three data types are

Numbers, strings, booleans

Equal, less than, greater than

Text, image, audio

Regular, decimal, binary

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data types are important because:

They identify different types of information used in programs

They are a recent development in programming

They increase the number of lines in a program

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?