Python code

Python code

6th Grade

9 Qs

quiz-placeholder

Similar activities

Block Code Basics Year 6

Block Code Basics Year 6

5th - 6th Grade

10 Qs

Computer Science-Coding Vocabulary Terms

Computer Science-Coding Vocabulary Terms

6th - 8th Grade

5 Qs

Scratch

Scratch

6th - 8th Grade

10 Qs

Scratch Basics

Scratch Basics

5th - 8th Grade

12 Qs

GD II Terms (1-6)

GD II Terms (1-6)

6th - 12th Grade

12 Qs

scratch

scratch

6th Grade

11 Qs

CS express vocab

CS express vocab

6th Grade

12 Qs

Learn to Code: Swift Playgrounds

Learn to Code: Swift Playgrounds

3rd - 6th Grade

10 Qs

Python code

Python code

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Kathy McLean

Used 101+ 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.