G7CheckPoint1T1CCDI

G7CheckPoint1T1CCDI

7th Grade

12 Qs

quiz-placeholder

Similar activities

CodeCombat

CodeCombat

7th - 9th Grade

17 Qs

BUILDING AND CONSTRUCTION CODE

BUILDING AND CONSTRUCTION CODE

7th Grade

8 Qs

Basics of computer programming 6th

Basics of computer programming 6th

6th - 7th Grade

12 Qs

Programming in Robotics

Programming in Robotics

6th - 11th Grade

10 Qs

Review 1st Nine-Weeks Exam

Review 1st Nine-Weeks Exam

7th - 12th Grade

15 Qs

7th Grade Digital Wellness Quiz

7th Grade Digital Wellness Quiz

6th - 8th Grade

15 Qs

introduccion a Lenguaje C#

introduccion a Lenguaje C#

7th - 9th Grade

10 Qs

Arduino básico

Arduino básico

6th - 8th Grade

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