Intro to coding

Intro to coding

8th Grade

8 Qs

quiz-placeholder

Similar activities

Indexing and Slicing in Python

Indexing and Slicing in Python

4th Grade - University

10 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Learning to Code 1 and 2

Learning to Code 1 and 2

7th - 8th Grade

10 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

Algorithms Review

Algorithms Review

8th Grade

8 Qs

Python

Python

7th - 9th Grade

12 Qs

Coding: Conditionals

Coding: Conditionals

6th - 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