Year 9 - AW4 Edu Blocks - Quiz Assessment

Year 9 - AW4 Edu Blocks - Quiz Assessment

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

3 I's Week 6 - Pre-Test (2024)

3 I's Week 6 - Pre-Test (2024)

12th Grade

10 Qs

Computer Software

Computer Software

9th Grade

10 Qs

Vocabulary Definitions

Vocabulary Definitions

7th Grade - University

13 Qs

MP4-3WKS-Review

MP4-3WKS-Review

8th Grade

10 Qs

Characteristics of Research

Characteristics of Research

11th Grade

12 Qs

Programming Fundamentals Review

Programming Fundamentals Review

9th - 12th Grade

11 Qs

Animation Careers Quiz 6th Period

Animation Careers Quiz 6th Period

6th Grade

12 Qs

Reed Library Intro Quiz

Reed Library Intro Quiz

9th - 12th Grade

13 Qs

Year 9 - AW4 Edu Blocks - Quiz Assessment

Year 9 - AW4 Edu Blocks - Quiz Assessment

Assessment

Quiz

Other

1st - 12th Grade

Hard

Created by

Amy Beckett

Used 26+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which figure is an example of an integer?

35.33

4

"Four"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a float number?

A number which is always a negative number.

A real number which contains a decimal point.

A fractional numbers which contains a decimal point.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which shape would the turtle draw when the sequence is started?

Square

Triangle

Rectangle

Hexagon

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Looking at the code - Which shape would be drawn if the for loop was increased to 8 and the right angle was decreased to 45?

Hexagon

Pentagon

Decagon

Octagon

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the logic check != mean?

Equal to

Not Equal to

Greater Than

Less Than

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct definition for a variable?

A value that can change during the run time of the program.

A value which remains the same during the run time of the program.

A set of instructions followed in sequential order to complete a given task or problem.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct definition for an algorithm?

Using loops to repeat sequences of code.

Using logical tests to change the flow of the sequence.

A value which can change during the run time of the program.

A set of instructions which are followed in sequential order to complete a given task or problem.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is a valid/meaningful variable name to store a user's name?

userName

2username

user name

variable35644