1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Vlada [557]
3 years ago
9

As it relates to the internet the term “host” means

Computers and Technology
1 answer:
Alinara [238K]3 years ago
7 0

Answer:

The host, which we also know as the network host, happens to be a computer or any other device which communicates with various other devices that can communicate with various other hosts on a network. And a node is a much broader term that covers everything which is connected to a network. And the host requires an IP address.

Explanation:

Please check the answer section.

You might be interested in
1. In the.js file, write the JavaScript code for this application. Within the click event handlers for the elements in the sideb
Iteru [2.4K]

Answer:

Kindly note that the codes below must be executed through any server like apache, xampp, ngnix, etc...

Explanation:

Other files are not changed... only speakers.js modified

speakers.js

$(document).ready(function() {

   $("#nav_list li").click(function() {

       var title = $(this).children("a").attr("title");

       $.get(title + ".json", function(data, status) {

        data = data['speakers'][0];

  $("main h1").html(data['title']);

  $("main h2").html(data['month']+"<br />"+data['speaker']);

  $("main img").attr("src", data.image);

  $("main p").html(data.text);

       });

   });

});

7 0
3 years ago
Define a function compute gas volume that returns the volume of a gas given parameters pressure, temperature, and moles. Use the
Bogdan [553]

Answer:

Explanation:

import java.util.Scanner;

public class GasVolume {

final static double GAS_CONST = 8.3144621;

public static double computeGasVolume(double pressure,double temperature, double moles)

{

return moles*GAS_CONST*temperature/pressure;

}

public static void main(String[] args) {

Scanner scnr = new Scanner(System.in);

double gasPressure = 0.0;

double gasMoles = 0.0;

double gasTemperature = 0.0;

double gasVolume = 0.0;

gasPressure = 100;

gasMoles = 1 ;

gasTemperature = 273;

gasVolume = computeGasVolume(gasPressure, gasTemperature, gasMoles);

System.out.println("Gas volume: " + gasVolume + " m^3");

return;

}

}

6 0
3 years ago
Read 2 more answers
The Baltimore Sun reported on a study by Dr. Sara Harkness in which she compared the sleep patterns of 6-month-old infants in th
lawyer [7]

(a) The standard error of the mean (SEM) for the U.S. babies is 0.083.

(b) An approximate 95% confidence interval for the mean sleep time for 6-month-old babies in the United States is 12.8367< μ1< 13.163.

(c) An approximate 95% for the difference in average sleep time for 6-month-old Dutch and U.S. infants is −2.203< μ1 <μ2 < −1.7969.

What is standard error and how it is measured?

A statistical concept known as the standard error uses standard deviation to assess how accurately a sample distribution represents a population. The standard error of the mean describes the statistical variation between a sample mean and the population's actual mean.

According to the given information:

In United States:

Sample size $\boldsymbol{n}_1=\mathbf{3 6}$

Mean, $\bar{x}_1=13$

Standard deviation, $s_1=\mathbf{0 . 5}$

In Netherlands:

Sample size, $n_2=66$

Mean, $\bar{x}_2=15$

Standard deviation, $s_2=\mathbf{0 . 5}$

(a) For the newborns in the United States, the standard error of the mean (SEM) is determined as follows:

$$\begin{aligned}& S E\left(\bar{x}_1\right)=\frac{s_1}{\sqrt{n_1}} \\& S E\left(\bar{x}_1\right)=\frac{0.5}{\sqrt{36}} \\& S E\left(\bar{x}_1\right)=0.083\end{aligned}$$

(b) The following formula is used to determine the 95% confidence interval for the mean sleep time for babies aged 6 months in the United States:

$$\bar{x}_1 \pm z_{0.05 / 2} \times \sqrt{\frac{s_1^2}{n_1}}$$

$$\begin{aligned}& 13 \pm 1.96 \times \sqrt{\frac{0.5^2}{36}} \\& 12.8367 < \mu_1 < 13.163\end{aligned}$$

(c) The 95% difference in the amount of time newborns in the Netherlands and the United States spend sleeping on average is computed as follows:

$$\begin{aligned}& \bar{x}_1-\bar{x}_2 \pm z_{0.05 / 2} \times \sqrt{\frac{s_1^2}{n_1}+\frac{s_2^2}{n_2}} \\& (13-15) \pm 1.96 \times \sqrt{\frac{0.5^2}{36}+\frac{0.5^2}{66}} \\& -2.203 < \mu_1 < \mu_2 < -1.7969\end{aligned}$$

To know more about standard error:

brainly.com/question/29363195

#SPJ4

8 0
1 year ago
The Transmission Control Protocol (TCP) splits each message into multiple packets. It's possible for packets from the same messa
BARSIC [14]

Answer:

The header file

Explanation:

The 'header' of a packet contains two important information about the data being sent over a network,  number indicating the ordering of all the packets (This ensures that the packets are re-ordered corrected upon arrival at the destination). and information about the total number of packets that the data has been split into, this helps at the destination to know if all packets has arrived, or delayed or lost

5 0
4 years ago
C programming question:
denpristay [2]

Answer:

You should do this:

if (0==strcmp(modelName,"Extravagant") && modelYear >= 1999 && modelYear <= 2002)

printf("%s\n","RECALL");

Explanation:

Lets consider this program and analyze the output.

int main()

{

int modelYear;

char modelName[30];

printf("enter the year");

scanf("%d",&modelYear);

printf("enter the modelname");

scanf("%s",modelName);

if (0==strcmp(modelName,"Extravagant") && modelYear >= 1999 && modelYear <= 2002)

printf("%s\n","RECALL");    }

if (0==strcmp(modelName,"Extravagant") && modelYear >= 1999 && modelYear <= 2002)

This statement has a function strcmp  which is used to compare two strings.

If the user enters Extravagant as model name then this input will be compared by the string stored in modelName i.e. Extravagant, character by character. If the string entered by the user matches the string stored in modelName this means this part of the if condition evaluates to true. 0==strcmp means that both the strings should be equal.

The next part of the if statement checks if the model year entered is greater than or equal to 1999 AND less than or equal to 2002. This means that the model year should be between 1999 and 2002 (inclusive).

&& is the logical operator between both the parts of if statement which means that both should evaluate to true in order to display RECALL.

This is correct way to use because the if (modelName == "Extravagant" && modelYear >= 1999 && modelYear <= 2002)  printf("%s\n","RECALL"); statement will not display RECALL. After entering the model name and model year it will move to the next line and exit.

So in if (0==strcmp(modelName,"Extravagant") && modelYear >= 1999 && modelYear <= 2002)

printf("%s\n","RECALL"); statement when the if condition evaluates to true, then RECALL is displayed in the output.

6 0
4 years ago
Other questions:
  • Write a function getPigLatin(pigStr) that accepts pigStr as a parameter (a sentence as input) and converts each word to "Pig Lat
    8·1 answer
  • Write a MARIE program to allow the user to input 8 integers (positive, negative, or zero) and then find the smallest and the lar
    15·1 answer
  • A(n ____ is anything about which data are to be collected and stored.
    8·1 answer
  • A third-grade teacher at Potter Elementary School wants a program that allows a student to enter the amount of money a customer
    14·1 answer
  • Select the guidelines you should follow when creating a resume
    12·2 answers
  • Guess The Song:
    9·1 answer
  • Read the scenario and then answer the question using only the information provided.
    7·1 answer
  • Consider the following code segments that are potential replacements for /* missing code */.
    6·1 answer
  • Rebbeca has finished with the research and outline portion of her slide presentation. Now, the next logical step is to begin wor
    11·1 answer
  • when I turn on my pc using a graphics card, it does give video, and everything is normal, but when I try to turn on my pc with t
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!