Python code

Python code

6th Grade

9 Qs

quiz-placeholder

Similar activities

CS 50 Terminology

CS 50 Terminology

6th - 10th Grade

10 Qs

Basic Coding Terminology

Basic Coding Terminology

6th - 8th Grade

10 Qs

Small basic

Small basic

6th - 7th Grade

10 Qs

Computing Creative Design Quiz

Computing Creative Design Quiz

2nd Grade - University

11 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

(Intermediate) Week 6: Debugging

(Intermediate) Week 6: Debugging

KG - University

7 Qs

Code.Org Vocabulary Quiz - Conditionals

Code.Org Vocabulary Quiz - Conditionals

6th - 8th Grade

10 Qs

9.03 Programming Iteration

9.03 Programming Iteration

5th - 10th Grade

10 Qs

Python code

Python code

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Kathy McLean

Used 103+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is Basic syntax?

a step-by-step set of instructions for completing a task.

a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes.

Repeat a block of code a certain number of times.

the rules for correct spelling, grammar, and punctuation in a programming language.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is Algorithm?

Repeat a block of code while a certain condition is true.

A programming structure used to repeat actions without the player needing to write the same lines of code over and over.

a step-by-step set of instructions for completing a task.

Data about or belonging to an object.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are Strings?

a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes.

A character or thing that can perform actions.

the rules for correct spelling, grammar, and punctuation in a programming language.

An action performed by an object.

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What is an Object?

A character or thing that can perform actions.

Data about or belonging to an object.

A programming structure used to repeat actions without the player needing to write the same lines of code over and over.

a type of data that represents text.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is a Loop?

Repeat a block of code a certain number of times

Repeat a block of code while a certain condition is true.

An action performed by an object.

A programming structure used to repeat actions without the player needing to write the same lines of code over and over.

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is Property?

An action performed by an object.

Data about or belonging to an object.

A character or thing that can perform actions.

a type of data that represents text.

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What is Method?

An action performed by an object.

A character or thing that can perform actions.

A programming structure used to repeat actions without the player needing to write the same lines of code over and over.

a step-by-step set of instructions for completing a task.

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What do For Loops do?

A programming structure used to repeat actions without the player needing to write the same lines of code over and over.

Data about or belonging to an object.

Repeat a block of code while a certain condition is true.

Repeat a block of code a certain number of times.

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What do While Loops do?

A programming structure used to repeat actions without the player needing to write the same lines of code over and over.

Repeat a block of code a certain number of times.

Repeat a block of code while a certain condition is true.

An action performed by an object.