Checkpoint2:Arduino

Checkpoint2:Arduino

Professional Development

5 Qs

quiz-placeholder

Similar activities

Apple Academy Indonesia Quiz

Apple Academy Indonesia Quiz

Professional Development

8 Qs

Final Quiz AI Impact in HR

Final Quiz AI Impact in HR

Professional Development

10 Qs

VEX - Quiz 2

VEX - Quiz 2

Professional Development

10 Qs

Streamlined Development Workflow & AI-Powered Efficiency 🎯

Streamlined Development Workflow & AI-Powered Efficiency 🎯

Professional Development

10 Qs

2025-01 Python Belgrade QUIZ

2025-01 Python Belgrade QUIZ

Professional Development

10 Qs

WEB UNICORN FINAL

WEB UNICORN FINAL

Professional Development

10 Qs

JavaScript Variables & Hoisting Quiz

JavaScript Variables & Hoisting Quiz

Professional Development

10 Qs

DECI-Week5-Quest3

DECI-Week5-Quest3

Professional Development

3 Qs

Checkpoint2:Arduino

Checkpoint2:Arduino

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Uge Z

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following actions demonstrate the application of safety measures when working with hardware components?

working in a dry environment without any protection

disconnecting power before making circuit changes

wearing anti-static wristbands

using bare hands to handle components

double-checking connections before powering up the circuit

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are true about arrays in C++?

arrays can store multiple elements of the same data type

Arrays in C++ can contain elements of different types.

The size of an aray must be specified at compile time.

Arrays in C++ can be resized dynamically at runtime.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When should you use a for loop instead of a while loop?

Use a for loop when the condition is uncertain.
Use a for loop when the number of iterations is predetermined.
Use a for loop for infinite iterations.
Use a for loop when you need to check a condition before each iteration.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a constant in C++?

define constant variableName = value;
constant dataType variableName;
dataType const variableName;
const dataType variableName = value;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the Pulse Width Modulation (PWM) function in Arduino?

To control the brightness of LEDs or the speed of motors.

To increase the frequency of the signal.
To store data in memory.
To measure temperature variations.