Checkpoint2:Arduino

Checkpoint2:Arduino

Professional Development

5 Qs

quiz-placeholder

Similar activities

Sintáxis Básica de Python

Sintáxis Básica de Python

Professional Development

10 Qs

Sprint Planning Quiz

Sprint Planning Quiz

Professional Development

10 Qs

Software Testing  vs  Quality Assurance

Software Testing vs Quality Assurance

Professional Development

10 Qs

MICROSOFT OFFICE 365

MICROSOFT OFFICE 365

Professional Development

10 Qs

OT Cyber Security Audit Workshop

OT Cyber Security Audit Workshop

Professional Development

8 Qs

OOP - Polymorphism in Python

OOP - Polymorphism in Python

Professional Development

10 Qs

Uji Pengetahuan Pengaturcaraan Asas

Uji Pengetahuan Pengaturcaraan Asas

Professional Development

10 Qs

PLANMalaysia AI Training CitySage Day 1

PLANMalaysia AI Training CitySage Day 1

Professional Development

10 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.