G7_Unit1+2 Review_2

G7_Unit1+2 Review_2

7th Grade

8 Qs

quiz-placeholder

Similar activities

Physical Computing

Physical Computing

6th - 8th Grade

10 Qs

PLTW App Developer Word Bank Lesson 1.1

PLTW App Developer Word Bank Lesson 1.1

6th - 8th Grade

10 Qs

Python variables

Python variables

6th - 8th Grade

8 Qs

categories of computer

categories of computer

7th Grade

12 Qs

Y7 Variables and Algorithms

Y7 Variables and Algorithms

7th Grade

10 Qs

Modelling and Variables Ansar

Modelling and Variables Ansar

6th - 8th Grade

7 Qs

Website Design

Website Design

KG - University

10 Qs

The Computer Generation

The Computer Generation

3rd - 10th Grade

10 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)