Which one of the following is programmed using assembly language

Which one of the following is programmed using assembly language:

  1. Arduino
  2. SCADA
  3. Microcontroller
  4. FPGA

Correct answer: Microcontroller

Explanation:

  • Arduino uses C/C++
  • SCADA uses C language
  • Microcontrollers use assembly language (Although C, Java, and Python are targeting Microcontrollers now)
  • FPGA use Verilog and VHDL language

Leave a Comment