G7CheckPoint1T1CCDI

G7CheckPoint1T1CCDI

7th Grade

12 Qs

quiz-placeholder

Similar activities

Sphero Block Coding

Sphero Block Coding

KG - 12th Grade

11 Qs

python 7.3.2

python 7.3.2

7th Grade

8 Qs

HTML - CSS  quiz 1

HTML - CSS quiz 1

7th Grade

17 Qs

Sisters Through Code PreQuiz

Sisters Through Code PreQuiz

6th - 12th Grade

10 Qs

PROGRAMACIÓN SCRATCH

PROGRAMACIÓN SCRATCH

6th - 11th Grade

10 Qs

MINECRAFT: EDUCATION EDITION

MINECRAFT: EDUCATION EDITION

KG - 12th Grade

10 Qs

Công nghệ 4.0 K7 tinkercad

Công nghệ 4.0 K7 tinkercad

1st - 12th Grade

12 Qs

Programming Languages

Programming Languages

1st Grade - University

15 Qs

G7CheckPoint1T1CCDI

G7CheckPoint1T1CCDI

Assessment

Quiz

Instructional Technology

7th Grade

Medium

Created by

Bint Thabet

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

A method used to break down problems into smaller parts. What is this called? (3 marks)

Selection

Repetition

Decomposition

Algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What is decomposition? (3 marks)

A method you use to break down problems into smaller parts.

When the program chooses which instructions to execute.

Is when the program repeats instructions

Steps you follow to solve a problem

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Which variable below is the best to store a person’s height?

int_weight

bln_height

flt_height

str_height

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Which variable below is the best to store a person’s name?

str_name

int_name

bln_name

flt_name

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Which one is an example of pseudocode? (3 marks)

Input an age from the user

x = 5+20

print("Hello, Zachariah!")

for count in range(20):

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Which one is NOT an example of pseudocode? (3 marks)

Input an age from the user

Add score to sum and save the answer in sum

Output the answer

for count in range(20):

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

Which compound conditional code should go in the yellow box ?

if int_age >=18 and int_age<=12

if int_age >=12 and int_age<=18

if int_age >=15 and int_age<=28

int_age >=12 and int_age=18

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?