Answer:
hi
Explanation:
the answer would be I dont know
Answer:
Theory of Mind : A robotic head has a face that recognizes and simulates emotions.
Self aware : A robot tries to protect itself from harm
Purely Reactive : A door automatically opens when a person steps in front of it.
Limited Memory : A personal assistant software tracks a persons travel routes and suggests shorter routes.
Explanation:
Artificial intelligence is simply a technology which enables automation. It enables system perform task without being explicitly controlled. Purely reactive systems do not store Data in memory, it simply observes what going on at the moment which is what it was programmed to do and takes a step. One the machine detects someone approaching up to a certain distance, it opens.
Limited Memory systems store information about the past and this enhances its Decison making, prediction engines, self driving cars use this kind of artificial intelligence.
Theory of Mind : Here, systems are trained to detect, understand and replicate what is understood. Once the robot identifies an emotion, it replicates it.
Self - Aware : An advanced level of AI, where systems will not only be able to replicate what they see, but also make conscious decisions as to which action to take in different circumstances.
Answer:
Hope it helps...
Explanation:
-the main advantages and benefits you'll get from using a computer.
Increase your productivity. ...
Connects you to the Internet. ...
Can store vast amounts of information and reduce waste. ...
Helps sort, organize, and search through information. ...
Get a better understanding of data. ...
Keeps you connected.
the disadvantages to using a computer and what type of problems you may personally encounter.
Carpal tunnel and eye strain. ...
Too much sitting. ...
Short attention span and too much multitasking. ...
Can limit learning and create a dependency. ...
Potential of loss of privacy. ...
Time sink and lots of distractions.
PLEASE THANK MY ANSWER
Answer:
The following program is in C++.
#include <bits/stdc++.h>
using namespace std;
void lastChars(string s)
{
int l=s.length();
if(l!=0)
{
cout<<"The last character of the string is: "<<s[l-1];
}
}
int main() {
string s;//declaring a string..
getline(cin,s);//taking input of the string..
lastChars(s);//calling the function..
return 0;
}
Input:-
Alex is going home
Output:-
The last character of the string is: e
Explanation:
In the function lastChars() there is one argument that is a string.I have declared a integer variable l that stores the length of the string.If the length of the string is not 0.Then printing the last character of the string.In the main function I have called the function lastChars() with the string s that is prompted from the user.
Answer:
The color of water is measured by comparing the water to platinum cobalt color standards representing APHA Standard Color Units. Tests 0, 20, 50, 80, 110, 140, 170, and 200 APHA color units
Explanation: