Python code

Python code

6th Grade

9 Qs

quiz-placeholder

Similar activities

Scratch -if else

Scratch -if else

6th - 8th Grade

12 Qs

Block Code Basics Year 6

Block Code Basics Year 6

5th - 6th Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Y7 Kitronic Game Zip Microbit

Y7 Kitronic Game Zip Microbit

6th Grade

10 Qs

Code.org Express Course Vocab Lessons 1-10

Code.org Express Course Vocab Lessons 1-10

6th Grade

13 Qs

CS First Vocabulary

CS First Vocabulary

5th - 6th Grade

10 Qs

Coding Vocabulary

Coding Vocabulary

4th - 6th Grade

13 Qs

Python Coding

Python Coding

6th - 8th Grade

12 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.