FORM3 IT TERM2 T1

FORM3 IT TERM2 T1

7th Grade

12 Qs

quiz-placeholder

Similar activities

If-Statement and Relational Operators Quiz

If-Statement and Relational Operators Quiz

6th Grade - University

15 Qs

give me the loot

give me the loot

KG - University

16 Qs

CTE Information Technology Quiz

CTE Information Technology Quiz

7th - 9th Grade

13 Qs

Guess That Games

Guess That Games

4th Grade - University

16 Qs

Security and Data Pop Quiz

Security and Data Pop Quiz

6th - 8th Grade

15 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Diagramas de Flujo 2

Diagramas de Flujo 2

5th Grade - University

15 Qs

Computer Coding Unit Quiz

Computer Coding Unit Quiz

6th - 8th Grade

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