COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
A logical and step-by-step set of directions for the robot to follow
|
|
A logical and step-by-step set of directions for the programmer to follow
|
|
A set of directions, written in paragraph form, that even a robot can follow
|
|
None of these
|
Detailed explanation-1: -Three common ways to program a robot are by a teaching pendant, teaching by demonstration, and offline programming. Here are the advantages and disadvantages of each of those methods. Most traditional industrial robots come with a teach pendant, which makes them familiar to technicians.
Detailed explanation-2: -Tell students that robots require precise step-by-step instructions to complete a task and that these instructions are known as algorithms.
Detailed explanation-3: -The most popular language in robotics is probably C/C++ (C++ is an object-oriented successor to the C language). Python is also very popular due to its use in machine learning and also because it can be used to develop ROS packages – see below.