FORM3 IT TERM2 T1

FORM3 IT TERM2 T1

7th Grade

12 Qs

quiz-placeholder

Similar activities

Statements Mathematics Quiz

Statements Mathematics Quiz

5th - 12th Grade

10 Qs

Meu Quiz-RODOLFO VIEIRA

Meu Quiz-RODOLFO VIEIRA

7th - 9th Grade

10 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Explaining Scratch Code - Basics

Explaining Scratch Code - Basics

5th - 11th Grade

10 Qs

QBASIC

QBASIC

7th Grade

10 Qs

Python Algorithm

Python Algorithm

4th Grade - University

15 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

Keyboarding Shortcuts

Keyboarding Shortcuts

3rd - 10th Grade

8 Qs

FORM3 IT TERM2 T1

FORM3 IT TERM2 T1

Assessment

Quiz

Computers

7th Grade

Hard

CCSS
L.2.1F, L.8.1C, L.8.3A

Standards-aligned

Created by

Joy Sewlal

Used 29+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many choices are possible when using a single if-else statement?
1
2
3
4

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The "If" Statement is an example of a _________________

Correctional Statement

Competitive Statement

Conditional Statement

Inquisitive Statement

Tags

CCSS.L.2.1F

CCSS.L.8.1C

CCSS.L.8.3A

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

True/False: The body of an "if" statement will only be executed if the condition is true.

True

False

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What happens to the code in the body of an "if" statement if the condition is false?

The computer determines if it is essential to the program and if it is, then the code is executed anyway.

It turns into a comment .

The code is skipped.

The code stages a revolution and attempts to take over the program, ultimately unsuccessfully, which leads to it not being executed.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of these can be paired with an "if" statement to represent other outcomes of a scenario?

or

else

but

Endif

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is my result?

mickey := mouse ; .

if mickey = mouse .

. writeln("Mickey is a mouse")

.else .

. writeln("Minnie rules") ;

"Mickey is a mouse"

"Minnie rules"

Nothing prints.

"Mickey is a mouse" & "Minnie rules"

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is my result?

mickey := moose ; .

if mickey = mouse .

. writeln("Mickey is a mouse")

.else .

. writeln("Minnie rules") ;

answer choices

"Mickey is a Mouse

"Minnie rules

"Mickey is a Moose"

Nothing prints

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?