Ozaria Chapter 2

Ozaria Chapter 2

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Introducing Python MCQs

Introducing Python MCQs

6th - 8th Grade

10 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Quiz-01

Python Quiz-01

6th - 10th Grade

10 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

Ozaria Chapter 2

Ozaria Chapter 2

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

PATRICIA MCCARTHY

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the following

A programming construct that repeats a set

Loop

A named container that holds a value

Syntax

A step-by-step procedure for completing

Algorithm

The set of rules that govern the structure

Variable

A way to store and organize data in a comp

Data Structure

2.

MATCH QUESTION

1 min • 1 pt

Match the following

a symbol that represents data. The value

name

A word or set of words by which a person, animal, place, or thing is known, addressed, or referred to

Debugging

An error in the syntax of a program

Variable

Identifying and correcting errors in code

Logic Bugs

An error in the logic of a program

syntax bug

3.

MATCH QUESTION

1 min • 1 pt

Match the following

the order of the commands in a program.

Comments

lines you write in the program that the

Argument

a programming structure used to repeat a

Sequence

extra information put into the parenthes

Loop

an action performed by an object

Method

4.

MATCH QUESTION

1 min • 1 pt

Match the following

A line of code that names an action

Syntax

a step-by-step set of instructions for c

Bugs

the rules for correct spelling, grammar,

Algorithm

Things or characters perform actions

Object

Mistakes in code

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable name?

str

int

float

none

6.

DROPDOWN QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

The variable age stores data of type (a)   .

str

int

float

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to store my height in a variable, which of the following would be a good variable name in best practice?

abcdefg

inches

number

height

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?