Topic 4:  Let’s Switch It ON and OFF

Topic 4: Let’s Switch It ON and OFF

5th - 6th Grade

7 Qs

quiz-placeholder

Similar activities

Digcit 5-6

Digcit 5-6

5th - 6th Grade

10 Qs

THƯ ĐIỆN TỬ

THƯ ĐIỆN TỬ

6th Grade

10 Qs

MS Word 2007

MS Word 2007

5th - 6th Grade

10 Qs

Bài 5: Thực hành tổng hợp - lớp 5

Bài 5: Thực hành tổng hợp - lớp 5

5th Grade

10 Qs

Review PAT TIK kelas 5

Review PAT TIK kelas 5

5th Grade

10 Qs

Photoshop ICT Quiz

Photoshop ICT Quiz

6th Grade

10 Qs

ToonApp

ToonApp

4th - 6th Grade

10 Qs

mouse

mouse

1st - 8th Grade

10 Qs

Topic 4:  Let’s Switch It ON and OFF

Topic 4: Let’s Switch It ON and OFF

Assessment

Quiz

Computers

5th - 6th Grade

Practice Problem

Medium

Created by

Michelle Fruelda

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which of the following is the push button used in TinkerCad?

A

B

C

D

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following steps will allow you to open the sample BUTTON sketch?

FILE > EXAMPLES > 01. BASICS

FILE > EXAMPLES > 02. DIGITAL

FILE > EXAMPLES > 03. ANALOG

FILE > EXAMPLES > 04. COMMUNICATION

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the circuit closely. What pin number is connected to push button?

3

4

2

7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Based from the circuit below, how will you declare the push button correctly?

const int buttonPin=2;

const int ledPin=2;

const int buttonPin=4;

const int ledPin=4;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How will you write the statement in line number 8 correctly?

pinMode(buttonPin,HIGH);

pinMode(buttonPin,OUTPUT);

pinMode(buttonPin,INPUT);

pinMode(buttonPin,LOW);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How will you write the statement in line 14 correctly?

Serial.println("LED is ON");

serial.println("LED is ON");

Serial.println("LED is OFF");

serial.println("LED is OFF");

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is missing in the following statements declared as variables?

The semicolon is missing at the end of every statement.

The curly bracket is missing at the end of every statement.

The parenthesis is missing at the end of every statement.

There is no missing punctuation in all statements.