8th Grade Bimestral Test

8th Grade Bimestral Test

9th Grade

5 Qs

quiz-placeholder

Similar activities

PLTW CSE Final Review Part -1

PLTW CSE Final Review Part -1

9th - 12th Grade

10 Qs

Hour of Code - Circuits

Hour of Code - Circuits

8th - 9th Grade

7 Qs

If/Else Statements (C++ Programming)

If/Else Statements (C++ Programming)

9th Grade

10 Qs

Unit02 Quizizz01

Unit02 Quizizz01

9th - 12th Grade

10 Qs

SIK Lessons 3-9

SIK Lessons 3-9

9th - 12th Grade

10 Qs

3. Potentiometer - PWM - RGB

3. Potentiometer - PWM - RGB

1st - 12th Grade

8 Qs

Unit 1 Quiz - Bootstrap: Algebra

Unit 1 Quiz - Bootstrap: Algebra

6th - 12th Grade

10 Qs

Microcontroller

Microcontroller

9th Grade

8 Qs

8th Grade Bimestral Test

8th Grade Bimestral Test

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Javier Pinto

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When programming and Arduino we use this block of code to set the inputs and outputs.

public void()

void setup()

void loop()

void conditional()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between analog pins and digital pins in Arduino

There is no difference.

Analog pins can only output binary values.

Digital pins can only output binary values while analog pins can read varying voltages.

Analog pins can only output binary values while digital pins can read varying voltages.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is the code for a basic counter in Arduino. Describe the purpose of line 23: Serial.println(i);

This line initializes the variable i

This line prints in the communication port the variable i

This line defines the condition i

This line defines the inputs and outputs in the system.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To solve this error in the code we need to

declare the variable i at the end of the code.

declare the variable i in line 20 of the code.

erase the line highlighted.

declare the variable i at the begining of the code.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Spot the error in this circuit

the push button is upside down

the resistor is disconnected.

the push button is not conected to the positive line

the green wire should go to ground.