The set of rules for how computers talk to one another is called

Answers

Answer 1
Answer: The set of rules for how computers talk to one another is called: PROTOCOL.

Related Questions

Which presentation software element can you use to control the speed between slides in a presentation?a. slide layoutb. videoc. animationd. transition
According to the Center for 21st Century Skills, critical thinking ability includes all of the following skills, EXCEPT ______. A. reason effectively B. solve problems C. communicate clearly D. use systems thinking
Given the int variables x, y, and z, write a fragment of code that assigns the smallest of x, y, and z to another int variable min. Assume that all the variables have already been declared and that x, y, and z have been assigned values.
Describe the types of digital cameras, how they store captured images, and how to transfer photos to a computer.
What is the most difficult part of working with the Help system?

Which of the following is NOT one of Facebook s main features? Private messages Posts from friends Status updates Web searching

Answers

I think it is web searching.

Suppose that you use a 220 Ohm resistor as the fixed resistor in your Arduino burglar alarm.Suppose that the photoresistor is the same one we used in our last homework assignment, where the resistance is 500 Ohms when it is fully illuminated by light, and 180 kiloOhms when it is in darkness.

What would the input voltage be to the Arduino when it is fully illuminated if we connect the Arduino so that its analog input pin "sees" the same voltage difference that the photoresistor has across it.

In the previous problem, what would the input voltage be to the Arduino when it is darkness if we connect the Arduino so that its analog input pin "sees" the same voltage difference that the photoresistor has across it.

Answers

Different types of light detectors are LDRs or Light Dependent Resistors Photo . First you need to connect the LDR to the analog input pin 0 on the Arduino. If intensity of light falling on LDR is high LDR will have low resistance

Joy is taking out a car loan which she will pay back with interest. Which option will require her to pay the lowest amount in interest?

Answers

There are 2 factors that would determine this , 
1. The initial amount
2. The percentage of interest

Since you provide no options, your answer will be the one with lowest amount after you multiply both the initial amount and the percentage of interest

What type of television show provides entertainment as well as information and tends to revolve around violence?a. infomercial
b. infotainment
c. procedural drama
d. soap opera

Answers

It would be infotainment

Given an "out" string length 4, such as "<<>>", and a word, return a new string where the word is in the middle of the out string, e.g. "<>". Note: use str.substring(i, j) to extract the String starting at index i and going up to but not including index j.makeOutWord("<<>>", "Yay") → "<>"
makeOutWord("<<>>", "WooHoo") → "<>"
makeOutWord("[[]]", "word") → "[[word]]"

Answers

Answer:

The following are the answer to this question.

Explanation:

In the given code, a "makeOutWord and word" is already used to hold some value. In this code, we define a string method "makeOutWord" that accepts two string variables "out and the word" in its parameter.

Inside the method, a return keyword is used that uses the string variable "out and the word" with the "substring" method, this method is used to returns a new string from an old string value, and it also uses the "word" string variable for the return value.  

please find the attached file for code:

Final answer:

The function makeOutWord combines the 'out' string and the given word by using the substring method to separate the 'out' string into two parts, then inserting the given word in between. An example solution in Java is provided.

Explanation:

The goal of this problem is to create a new string, incorporating the original 'out' string and the given word. This can be achieved by utilizing the substring method in Java which allows us to extract part of a string. Given an 'out' string with length 4, such as '<<>>', and a word, the task is to return a new string where the word is in the middle of the 'out' string.

An example solution in Java would be as follows:

public String makeOutWord(String out, String word) { return out.substring(0, 2) + word + out.substring(2, 4);}

With this function, we take the first two characters from the 'out' string, then append the word, then add the last two characters of the 'out' string. So, makeOutWord("<<>>", "Yay") would yield "<>".

Learn more about String Manipulation here:

brainly.com/question/35897567

#SPJ3

Why are the social and ethical consequences of emerging technology hard to
predict?

Answers

Answer: try this one: It is impossible to see how technology will be applied to situations that have not yet occured.

Explanation: if it’s wrong please tell me

Answer:

Technology is rapidly evolving over a short period of time. Which leads to a change in how people perceive and subsequently react to these fast paced advances.