EXTRA PRACTICE - Coding

EXTRA PRACTICE - Coding

8th Grade

15 Qs

quiz-placeholder

Similar activities

TBSC Computer Science Intro 2020

TBSC Computer Science Intro 2020

6th - 8th Grade

10 Qs

CSMA Study Guide 1

CSMA Study Guide 1

6th - 8th Grade

18 Qs

Booleans Quiz

Booleans Quiz

8th Grade

10 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Python Basics and Syntax

Python Basics and Syntax

6th - 12th Grade

14 Qs

Python Syntax

Python Syntax

6th - 12th Grade

18 Qs

Constants and Naming

Constants and Naming

3rd Grade - University

10 Qs

Sequencing in Flowcharts

Sequencing in Flowcharts

5th - 9th 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?