Examlex

Solved

What Would the Browser Display If the Following Script Were

question 28

Multiple Choice

What would the browser display if the following script were executed
< script type = "text/javascript" >
Var count = 0;
Var total = 0;
While ( count < = 5 )
{
Total = total + 10;
Count = count + 1;
}
Document.write( total ) ;
< /script >


Definitions:

Normally Distributed

Describes a distribution of data that forms a bell-shaped curve, symmetrical about its mean, implying that mean, median, and mode are equal.

Weight Loss

The reduction of total body mass due to efforts to improve fitness and health, or to change appearance through slimming.

Standard Normal

A normal distribution with a mean of zero and a standard deviation of one, commonly used in probability theory and statistics.

Random Variable

A variable whose values are outcomes of a random phenomenon and are subject to variability, characterized by a distribution.

Related Questions