Variables & Functions

Variables & Functions

6th - 8th Grade

7 Qs

Similar activities

St.Virgils Tynker Programming 201 Quiz 1

St.Virgils Tynker Programming 201 Quiz 1

8th Grade

10 Qs

Microbit: Variable

Microbit: Variable

6th - 9th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

Snap! Basics

Snap! Basics

7th Grade

11 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

Scratch Programming

Scratch Programming

4th - 6th Grade

10 Qs

Explaining Scratch Code - Task 3

Explaining Scratch Code - Task 3

2nd - 6th Grade

8 Qs

Variables & Functions

Variables & Functions

Assessment

Quiz

Created by

Luis Fonseca

Computers

6th - 8th Grade

31 plays

Medium

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables are

any valid set of values, variables, operators and functions that produce a value or result.

unpredictable sequences of numbers evenly distributed over a certain range.

a sequence of characters, which can include letters, numbers, symbols, punctuation and spacing.

named values that can change.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Variable?

A box(memory location) where you store values

A value that remains the same throughout a program

A value that loads when the program runs

a type of memory

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is a named place in memory whose value can change as a program executes?

Formula

Equation

Variable

Constant

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A ____________ is a special control block that expects a predicate.

Variable

Predicate

Conditional

Reporter

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Temporary storage in a program to store different data types
Variable
Conditional Statement
Logic Blocks
Programmers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In Scratch, you can use the red blocks to create custom blocks that run mini-programs, or...

functions

loops

conditional statements

iterations

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A piece of code that can be called over and over

Sequence

Selection

Function

Iteration