G7_Unit1+2 Review_2

G7_Unit1+2 Review_2

7th Grade

8 Qs

quiz-placeholder

Similar activities

MicroBit Lesson 4 AND 5

MicroBit Lesson 4 AND 5

7th Grade

12 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

S1 Microbit Assessment

S1 Microbit Assessment

7th Grade

10 Qs

Coding: Conditionals

Coding: Conditionals

6th - 8th Grade

10 Qs

Programming - High Level Code & Machine Code

Programming - High Level Code & Machine Code

2nd - 11th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

Edublocks D01

Edublocks D01

6th - 9th Grade

8 Qs

G7_Unit1+2 Review_2

G7_Unit1+2 Review_2

Assessment

Quiz

Computers, Design

7th Grade

Hard

Created by

M.Aref Alrasheed

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are writing a software program that can calculate the distance between Earth and Mars. Why is the variable name "bln_distance" not a good name?

You cannot use the underscore character in variable names

You should have a number in the variable name

bln stands for boolean and the variable will have to be a float

The variable name is too long

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is decomposition?

Steps you follow to solve a problem

A method used to break down problems into subproblems and smaller parts

A place used in a program to store data that can change

A method used to make problems bigger and put subproblems together

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are planning on building a computer. If you decomposed the problem into subprograms, which subprograms below would be the best?

1. Write down the specifications you want – 2. Buy the hardware – 3. Put the hardware together – 4. Install the software

1. Create a computer - 2. Turn it on

1. Build a computer

1. Buy a computer – 2. Take the computer apart – 3. Lay out all the hardware

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A box(memory location) where you store values

A type of graphics

Data type

Mathematical operator.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudocode?

It is code in the Python language

It is a code you enter into a computer like a password

It is an algorithm written in text like a programming language but without syntax or grammar rules

It is the code for writing websites

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?
text based programming language
word processor 
spreadsheet
block based programming language

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of pseudocode?

print("Hello, Zachariah!")

Output the text "Hello Zachariah!"

x = 3+2

x = string(Zachariah)