Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
27 views1 page

Important Questions

The document contains 15 multiple choice questions about electronics and Arduino topics like the ARef pin, analogReference() function, seven segment displays, LEDs, temperature sensors, LDRs, Ohm's law, and AC/DC signals. It tests understanding of the purpose of components, their configurations, code syntax, voltage readings, conversions between Celsius and Fahrenheit, and properties of signals.

Uploaded by

sachin kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Important Questions

The document contains 15 multiple choice questions about electronics and Arduino topics like the ARef pin, analogReference() function, seven segment displays, LEDs, temperature sensors, LDRs, Ohm's law, and AC/DC signals. It tests understanding of the purpose of components, their configurations, code syntax, voltage readings, conversions between Celsius and Fahrenheit, and properties of signals.

Uploaded by

sachin kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Q1: What is the purpose of ARef pin Arduino?

Q2: Write the syntax of the instruction to used Aref pin in external mode analogReference(EXTERNAL)

Q3: What is the value of Aref pin when we write analogReference(INTERNAL). 1.1V

Q4: Name the configurations in which Seven segment display is used. CA and CC

Q5: To turn on and turn off led in common Anode configuration what we apply on arduino pin. 0 , 1

Q6: To turn on and turn off led in common cathode configuration what we apply on arduino pin. 1,0

Q7: When we use seven segment display in abcdefg then 0x7E what does it represents? 0

Q8: When we use seven segment display in gfedcba then 0x3F what does it represents? 0

Q9: What is the voltage given by the TMP36 if the analog read function is providing 512 and operating voltage is
3.3 Volt. 1.65

Q10: What should be the voltage given by the TMP36 if the reading provided by the analog pin is 512 and
operating voltage is 5 Volt. 2.5

Q11: If the temp provided by the temperature sensor is 40 C , what is the value in Fahrenheit? 104

Q12: If the temp provided by the temperature sensor is 98.6 F , what is the value in Celsius? 37

Q13: LDR works on the principle of ? Photoresistor

Q14: Ohm’s law is applicable on ? Conductors

Q15 : What is the frequency and time period of DC signal ? 0Hz and Infinite

Q16 : What is the frequency and time period of AC signal ? 50Hz and 20ms

You might also like