Ozaria Chapter 2

Ozaria Chapter 2

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python

Python

7th Grade - Professional Development

13 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Variables

Python Variables

6th - 8th Grade

11 Qs

Quiz on variables

Quiz on variables

6th - 8th Grade

11 Qs

Variables

Variables

7th - 10th Grade

16 Qs

Computer Systems - How the web works - Lesson 7

Computer Systems - How the web works - Lesson 7

8th Grade

12 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 step-by-step procedure for completing

Data Structure

A named container that holds a value

Syntax

A way to store and organize data in a comp

Variable

A programming construct that repeats a set

Loop

The set of rules that govern the structure

Algorithm

2.

MATCH QUESTION

1 min • 1 pt

Match the following

An error in the logic of a program

name

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

Debugging

Identifying and correcting errors in code

Variable

a symbol that represents data. The value

syntax bug

An error in the syntax of a program

Logic Bugs

3.

MATCH QUESTION

1 min • 1 pt

Match the following

a programming structure used to repeat a

Argument

lines you write in the program that the

Method

extra information put into the parenthes

Comments

the order of the commands in a program.

Sequence

an action performed by an object

Loop

4.

MATCH QUESTION

1 min • 1 pt

Match the following

the rules for correct spelling, grammar,

Syntax

A line of code that names an action

Algorithm

Things or characters perform actions

Function

Mistakes in code

Bugs

a step-by-step set of instructions for c

Object

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?