Arduino Quiz – How much do you know about Arduino?

Arduino Quiz Online

Ofcourse you know what an Arduino Is!! Arduino is an open-source platform with easily programmable microcontroller boards combining the power of strong microcontrollers and user-friendly IDEs which can be used to write and upload programs, which runs on your computers.

arduino quiz 2020 - Amazing Arduino Boards

Due to its less price and less power consumption, it is effectively used in various industries, robotics, and home automation projects.

Start Arduino Quiz!!

Test Your Knowledge on Arduino!! Let us get started with Arduino Quiz!!! In this Quiz, we will test your knowledge and you will get to know how much you know about arduino. [AdSense-C]

  • What is Ardiuno?

    • Coding Environment (IDE)
    • Hardware (Microcontroller)
    • Code (Arduino Code)
    • All the above
  • Which is the Arduino Board with most number of Pins?

    • Arduino Nano
    • Arduino Lillypad
    • Arduino Mega 2560
    • Arduino MKR 1000
    • Arduino Stamp
  • What does IDE in Arduino IDE Stands for?

    • Internal Development Environment
    • Integrated Development Environment
    • Integrated Drive Electronics
    • Internal Device Electronics
  • Which type of pins can be used to control Servo Motors?

    • All GPIO Pins
    • Analog Pins
    • All Digital Pins
    • Digital Pins with PWM Out
    • UART Pins
  • What is the full form of GPIO

    • General Purpose Internal Object
    • General Purpose Input Output
    • General Practice Internal Operator
    • Grand Programmer Initial Order
    • Grub Push Identifier Omitter
  • The process of conversion of an Arduino Sketch we write to instructions the microcontroller understand is known as –

    • Coding
    • Running
    • Execution
    • Uploading
    • Compiling
  • In the case of Arduino UNO, which pin is connected internally to the onboard LED?

    • Pin 13
    • Pin 6
    • Pin 11
    • Pin 10
    • Pin 2
  • Is it possible to create our own Arduino Board?

    • Yes
    • No
  • What is the value of Crystal Oscillator in Arduino UNO?

    • 20 KHz
    • 4 MHz
    • 16 Mhz
    • 1024 Khz
    • 700 Mhz
  • What are Arduino “Shields”?

    • Shields are protective covers to prevent Arduino from physical damage.
    • Shields are water/fire resistant ceramic coating for Arduiino
    • Specialized boards with a particular function where you can connect your Arduino.
    • A Hard covering held by straps or a handle attached on one side, used as a protection against blows or physical stress.
  • What are the lines starting with “//” called?

    • Function
    • Slasher
    • Class
    • Comments
    • Slash line
  • From which language was the Arduino Programming Language derived from?

    • C/C++
    • Java
    • Python
    • GoLang
    • Swift
  • What are the two basics functions used while programming an Arduino Board?

    • delay() & start()
    • delay() & execute()
    • start() & finish()
    • loop() & setup()
    • digitalread() & analogread()
  • How to get analog values from an analog pins?

    • analogRead()
    • analogWrite()
    • analogSweep()
    • digitalRead()
    • Serial.read()
  • How to get PWM (Pulse Width Modulated) output from digital pin?

    • Using analogWrite() on any Digital Pin
    • Using analogWrite() on any Analog Pin
    • Using digitalWrite() on any Analog Pin
    • Using analogWrite() on PWM Digital Pin
    • Using pwmWrite() on PWM Pins

Leave your vote

This post was created with our nice and easy submission form. Create your post!