Search Header Logo

ENI611-Practical Microcontroller Engineering-Quiz 2

Authored by Farouk Halawani

Professional Development

11th Grade

Used 4+ times

ENI611-Practical Microcontroller Engineering-Quiz 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the result of the following Arduino Sketch:

int i = 0;

void setup()

{

Serial.begin(9600);

}

void loop() {

while (i < 10) {

Serial.print("i = ");

Serial.println(i);

i++;

}

}

i from 0 to 9

i from 10 to 100

i from 100 to 1

i from 9 to 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What the following sketch can do ?

Serial.println(i);

Print the value of (i)

Do not show (i)

hide (i)

define it as integer

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the result of the following Arduino Sketch:

int i = 0;

void setup()

{

Serial.begin(9600);

}


void loop() {


while (i<=10) {

Serial.print("i = ");

Serial.println(i);

i++;

}

}

i from 0 to 10

i from 10 to 100

i from 100 to 1

i from 9 to 10

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Did you understand the lesson ?

Yes

No

Yes and we need more activity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The pins on your Arduino are the places where you connect wires to construct a circuit, Identifiy pins A & B

Ground & Power

Analog & Digital Pins

Power Indicator LED & Reset button

Usb & power input

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?