Intro to coding

Intro to coding

8th Grade

8 Qs

quiz-placeholder

Similar activities

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Wiz 3 Assessment Python

Wiz 3 Assessment Python

6th - 8th Grade

10 Qs

For Loops

For Loops

8th Grade

7 Qs

Coding Vocabulary Words

Coding Vocabulary Words

8th Grade

12 Qs

Computer Programming Basics

Computer Programming Basics

8th Grade

11 Qs

CSI Assessment Items

CSI Assessment Items

6th - 12th Grade

12 Qs

Bash Review 2

Bash Review 2

7th - 8th Grade

10 Qs

DO NOW Python Lesson 2

DO NOW Python Lesson 2

8th Grade

10 Qs

Intro to coding

Intro to coding

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Patrick Burke

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a statement?

A single line of code that performs an action

a full program

multiple lines of code that perform a complicated action

commentary about a code that does not perform an action

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Output?

information a program gives to the user, such as text, graphics, or sound

information entered into the computer to complete an action

a series of instructions the computer follows

the name of a program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code uses the correct syntax to output "hello world"?

print("hello world")

output("hello world")

print("HELLO WORLD")

print(hello world)

Answer explanation

exact syntax (capitalization and punctuation) is required for the computer to understand your instructions.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is "input"?

information a program receives from a user

the information displayed by the program

a single line of code

an entire program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a prompt?

it tells the user what to input

prompt is purely for output

its a place to get dressed up and dance

a series of instructions for the computer to follow

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "String"?

a series of letters, numbers, and symbols surrounded by double quotation marks

any set of characters with any punctuation

the thing that keeps your shoes tied

the lead singer from "the Police"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "comment"?

code line ignored by the computer used as notes for the programmer

a picture or sound output

a series of instructions the computer follows

cosmic snowballs of frozen gases, rock, and dust that orbit the Sun

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an "error"?

when the computer encounters something unexpected in your code

flawless victory

comments to help understand your code

the purpose of the program