WELL YOU ARE RIGHT its virus
hope it helps
Answer:
B) because it is hard to find cables that have the same standard.
Explanation:
Hope this helps!
Answer: network topology is the arrangement of nodes which includes routers and switches so that enables connection between the server and the client.
however due to times when there is huge traffic in the nodes there needs to be an optimal path for the exchange of information which is accomplished by different routing protocols.
Explanation:
Routing Information Protocol(RIP) is one such protocol which enables to route packets from the source to the destination having the least possible traffic along its path. There are two sets of routing algorithm which are
1. Static routing protocols
2. Dynamic routing protocols.
The difference between the two is that dynamic routing protocols helps to construct the routing tables dynamically as compared to static routing.
RIP is a type of dynamic routing whereby it sends the contents of its routing table the adjacent routers every 30 seconds and whenever a route is discarded from the routing table it is marked as unusable.
RIp is supported by almost all routers and also supports load balancing which is one of it advantages.
For the first question, you would just add the parenthesis to the string mutation1:
String word = "sadly";
String mutation1 = "(" + word + ")";
For the second you need the method substring from the String class:
It is defined as String.substring(begining, ending);
String name = "Smith";
String firstCharacter = name.substring(0, 1);
0 is considered the beginning of the string, then you get the next 1 characters.
The formula used to convert the Fehrenheit to degree Celcius is given as
F = 1.8C + 32
<h3>What is temperature?</h3>
The term used for the measurement of the degree of hotness or coldness of any object is called as temperature.
This represents the temperature of F degrees Fahrenheit converted to degrees Celsius.
Remember that in order to change temperature we need to use the following formula: from Fahrenheit to Celsius: first, subtract 32, then multiply by 100/180
To know more about temperature follow
brainly.com/question/24746268
#SPJ1