MCQ Mojo
access_time
menu
Quiz
Web Stories
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
Quiz
Quiz
/
Arduino Gate & PSU MCQ Questions With Answers
1.
Al usar las salidas digitales, tenemos que tener en cuenta que:
La salida máxima que da el puerto es 20 mA
La Imax es 50 mA
La Imax es 100 mA
La Imax es 1 mA
2.
Which of the following is true about Arduino?
Arduino boards are able to read analog or digital input signals from different sensors
Arduino IDE uses a simplified version of C++, making it easier to learn to program.
Arduino provides a standard form factor that breaks the functions of the micro-controller into a more accessible package.
All of the above
3.
_________ board allows sewn into clothing.
RedBoard
UNO
LilyPad
MEGA
4.
Which is the software or a programming language used for controlling Arduino?
C++
Assembly Language
Java
Any Language
5.
Se utiliza una resistencia en los proyectos que usan leds para
Aumentar la luminosidad
Disminuir el consumo del LED y alargar la vida
evitar que se estropee
activar la corriente en el puerto
Aumentar el estado de amperaje
6.
Qué hace esta instrucción en un programa como : int led=9;?
Enciende el led 9
Asigna el puerto 9 a led
Define la variable interna led
Se define una variable asignando el valor 9
7.
En el siguiente código, decir qué número se muestra en la 3º línea de pantalla: for(int x = 2; x < 100; x = x * 1.5){ println(x); }
3
4
6
nINGUNO DE LOS ANTERIORES
2
8.
Default se suele emplear en las instrucciones
return
Switch
if else
else
Norteño
9.
In Arduino IDE, IDE stands for?
Integrated Digital Environment
Integrated Development Environment
Instruction Development Environment
Integrated Development Embedded
10.
How many Analog Inputs does Arduino Uno R3 has?
3
4
7
6
11.
Qué es un escudo (shield)?
Una tarjeta que protege contra sobre-tensiones
Un sistema que se usa para encapsular las tarjetas de desarrollo.
Una tarjeta que se apila sobre una placa de desarrollo Arduino para ampliar sus características.
Una placa para funcionar como escudo de interferencias electromagnéticas
12.
A function is a series of programming statements that can be called by name. Which command is called once when the program starts:
loop()
setup()
pinmode
output
13.
What does ‘p’ refer to in ATmega328p?
Production
Programmable
Power
Pico Power
14.
How many digital pins are there on the UNO board?
13
14
16
12
15.
A program written with the IDE for Arduino is called _________
Sketch
Code
Source
Pseudo code
16.
Para almacenar una letra se necesita una variable
String
int
float
char
entero
17.
Arduino IDE consists of two functions. What are they?
Build() and Loop()
Setup() and Build()
Setup() and Loop()
Pinmode() and Output()
18.
La placa de arduino Uno
Puede funcionar sin ordenador
Necesita tener alimentación USB para funcionar
Tiene puertos analógicos de salida
Puede suministrar tensiones de 10 voltios
19.
Cual de los siguientes dispositivos es una entrada analógica:
LED
Sensor de presión
servo
Pulsador
El corazon
20.
What is the microcontroller used in Arduino UNO?
ATmega328p
ATmega2560
ATmega32114
AT91SAM3x8E
Report Question
Previous
Next
warning
Submit
access_time
Time
Report Question
A bunch of text
Support mcqmojo.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page