Examlex

Solved

What Type of Loop Is Shown in the Script Below

question 29

Multiple Choice

What type of loop is shown in the script below
< script type = "text/javascript" >
Var gradeValue = 0,
Total = 0,
Grade = 0;
While ( gradeValue != - 1 )
{
Total = total + gradeValue;
Grade = window.prompt( "Enter Integer Grade, -1 to Quit:" , "0" ) ;
GradeValue = parseInt( grade ) ;
}
< /script >


Definitions:

Generalized Other

A concept in sociology referring to the general notion that a person has of the common expectations and attitudes prevalent in their society.

Symbolic Interactionist

A perspective in sociology that focuses on the ways individuals interpret and give meaning to social symbols, interactions, and experiences.

George Herbert Mead

A sociologist and philosopher known for his work in symbolic interactionism and exploring the relationship between the self and society.

Looking-Glass Self

The notion that the self develops through our perception of others’ evaluations and appraisals of us.

Related Questions