Review Quiz G9 Celba

Review Quiz G9 Celba

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to Programming

Introduction to Programming

6th - 9th Grade

15 Qs

Junior Review 12.10.21.1

Junior Review 12.10.21.1

11th Grade

9 Qs

Post Test 1: Percabangan C

Post Test 1: Percabangan C

11th Grade

7 Qs

Psychology: Cognition

Psychology: Cognition

10th - 12th Grade

12 Qs

Ch. 13.1/13.2 RNA & Protein Synthesis

Ch. 13.1/13.2 RNA & Protein Synthesis

8th - 12th Grade

12 Qs

Code.org Coding Blocks

Code.org Coding Blocks

9th Grade

15 Qs

U3 AOS2 9. Methods of retrieval

U3 AOS2 9. Methods of retrieval

10th - 12th Grade

15 Qs

Kubota Nomenclature Review

Kubota Nomenclature Review

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?