G7_Unit1+2 Review_2

G7_Unit1+2 Review_2

7th Grade

8 Qs

quiz-placeholder

Similar activities

Computer Science Discoveries Unit 1

Computer Science Discoveries Unit 1

7th - 8th Grade

9 Qs

Small basic

Small basic

6th - 7th Grade

10 Qs

Coding: Conditionals

Coding: Conditionals

6th - 8th Grade

10 Qs

TBSC Computer Science Intro 2020

TBSC Computer Science Intro 2020

6th - 8th Grade

10 Qs

Introduction to Computer Programming

Introduction to Computer Programming

6th Grade - University

10 Qs

Hour of Code 3.1 & 3.2

Hour of Code 3.1 & 3.2

6th - 8th Grade

10 Qs

A words - GCSE Computer Science

A words - GCSE Computer Science

1st - 10th Grade

13 Qs

G7 CA1 Review (T1 2021)

G7 CA1 Review (T1 2021)

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