Answer:
The code is given below
{
string cipher = "";
//Where cipher is an algorithm used.
for (int y = 0; iy< msg.length(); i++)
{
if(msg[i]!=' ')
/* applying encryption formula ( c x + d ) mod m
{here x is msg[i] and m is 26} and added 'A' to
bring it in range of ascii alphabet[ 65-90 | A-Z ] */
cipher = cipher +
(char) ((((a * (msg[i]-'A') ) + b) % 26) + 'A');
else
cipher += msg[i];
}
return cipher;
}
A; control and measurment
Answer:
The correct option is;
D'Aloisio
Explanation:
Summly, the summarization application, founded by Nick D'Aloisio, summarizes news articles into shorter form of small number of sentences, using language processing and rocket science from Stanford Research Institute (SRI) scientists to isolate important items in news articles. D'Aloisio was also the youngest ever person to have been given VC funding to aid in the Summly development.
Answer:
One to one or many to many communication.
Explanation:
Technology has created a platform for online and on-the-go entertainment, conversation, recreation and games etc. But in a location with zero technology, there is a need to reverse back to traditional communication and social interaction.
Besides sleeping and eat, one to one communication with a relative or a group discussion with the family is made. This is like a form of multicast communication. Games and recreational activities would be conducted, like board games, swimming, dancing, singing etc.
Answer:
False
Explanation:
JavaScript is language used along with html documents.
Java is a full-fledged programming language that handles applications.