COMPUTER FUNDAMENTALS

EMERGING TRENDS IN COMPUTING

ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the languages below are used to code a robot?
A
Python
B
Machine Learning
C
Java
D
Computer Vision
Explanation: 

Detailed explanation-1: -The C/C++ language is one of the most widely used programming languages in robotics.

Detailed explanation-2: -To create a robot with Python using the turtle module in Python. I’ll start by writing a function that will draw rectangles. I will draw rectangles of different sizes using this function and at the end, I will put all the parts of the rectangle together to build the body of the robot.

Detailed explanation-3: -Python will usually allow you to develop faster. You can focus more on the application and less on the language itself. It’s also very common in robotics and software in general, to have a C++ part of the software with a Python binding. Take the example of a motion planning algorithm.

There is 1 question to complete.