COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
In Arduino there are more digital outputs than in Raspberry Pi
|
|
OS cannot be installed on Arduino and on Raspberry Pi, if
|
|
In arduino you can program in Scratch and in Raspberry Pi, not
|
|
It is cheaper to buy a Raspberry Pi than an Arduino
|
Detailed explanation-1: -Arduino boards are micro-controllers (not full computers), while Raspberry Pi boards are microprocessors. Raspberry Pi has its own operating system, while Arduino boards do not have one. The Arduino board works on simple instructions provided to them by IDE (Integrated Development Environment).
Detailed explanation-2: -The Arduino aims at circuit prototyping and quick programming, while the Raspberry Pi serves as a tool for learning (for Computer Programming). You can also find Raspberry Pi in various DIY projects. It is basically a single-board computer.
Detailed explanation-3: -Multi-threading. If your application requires true multithreading, only Raspberry Pi can do that. I wrote “true” multithreading because on Arduino, you can still code your program in a certain way so you can achieve something close.
Detailed explanation-4: -Arduino is an open-source microcontroller board designed for use in electronics projects, while Raspberry Pi is a small, low-cost, single-board computer designed to be used as a computer or media center.
Detailed explanation-5: -It doesn’t have an operating system, but you can program firmware using several IDEs, including the Arduino IDE. The Raspberry Pi operating system for PC and Mac is Debian with Raspberry Pi Desktop.