answersLogoWhite

0

False. A robot has to be programmed by humans. The robots used in a car manufacturing company can only do tasks in assembling cars by following the instructions given it by human computer programmers. Artificial Intelligence will eventually produce robots that can think and make decisions for themselves. One example is the development of driverless cars. But that is still in the future! There is development to build a robot that can walk, talk, climb up and down stairs. What does the future in robotics hold? I see a time when paralized people, who can't walk or move without a wheelchair, can sit in a robotic contraption and move, walk, up and down stairs, moving as though they were not paralized at all.

User Avatar

Wiki User

7y ago

What else can I help you with?

Continue Learning about Engineering

What is the result of True AND False OR True?

True AND False OR True evaluates to True. IT seems like it does not matter which is evaluated first as: (True AND False) OR True = False OR True = True True AND (False OR True) = True AND True = True But, it does matter as with False AND False OR True: (False AND False) OR True = False OR True = True False AND (False OR True) = False AND True = False and True OR False AND False: (True OR False) AND False = True AND False = False True OR (False AND False) = True OR False = True Evaluated left to right gives a different answer if the operators are reversed (as can be seen above), so AND and OR need an order of evaluation. AND can be replaced by multiply, OR by add, and BODMAS says multiply is evaluated before add; thus AND should be evaluated before OR - the C programming language follows this convention. This makes the original question: True AND False OR True = (True AND False) OR True = False OR True = True


Is it true or false that the performance of tasks by robots is based on preprogrammed algorithms?

Well, honey, you hit the nail on the head! Yes, it's true that robots perform tasks based on preprogrammed algorithms. Those little metal buddies don't have a mind of their own - they're just following the instructions we give them. So, next time you see a robot doing its thing, just remember it's all thanks to some clever coding.


Is it true or false that a computer cannot disobey programming instructions?

false


Are negative number considered true or false in C programming?

zero= false, non-zero=true


In relational table two row are identical is true or false?

False.