Review Quiz G9 Celba

Review Quiz G9 Celba

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Combustion and Fire Extinguisher

Combustion and Fire Extinguisher

6th - 9th Grade

11 Qs

Module 9: Boo!

Module 9: Boo!

9th - 12th Grade

8 Qs

Nutrition in Animals grade 7

Nutrition in Animals grade 7

7th - 9th Grade

15 Qs

Factors Affecting Climate

Factors Affecting Climate

9th Grade

10 Qs

Introduction to Programming

Introduction to Programming

6th - 9th Grade

15 Qs

Post Test 1: Percabangan C

Post Test 1: Percabangan C

11th Grade

7 Qs

Ethics in Science

Ethics in Science

7th - 9th Grade

10 Qs

Psychology: Cognition

Psychology: Cognition

10th - 12th Grade

12 Qs

Review Quiz G9 Celba

Review Quiz G9 Celba

Assessment

Quiz

Science

9th - 12th Grade

Hard

Created by

johannes remotigue

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a basic type of control structure in Arduino programming?

while loop

if statement

function declaration

for loop

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The syntax for an if statement in Arduino programming is:

if (condition) {statement}

if {condition: statement}

if [condition] {statement}

if <condition> {statement}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "else" keyword in an if else statement?

To define a new functionTo define a new function

To execute a different block of code when the condition is false

To execute the same block of code when the condition is false

To print output to the serial monitor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the delay() function in Arduino programming?

To execute a block of code repeatedly

To define a new function

To exit a loop or switch statement

To wait for a specified amount of time

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: (True && False) || (False || True)?

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: (T && T) || F =?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does the expression "!(T || F) && (T && F)" equivalent to "T && !F"?

True

False

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?