a) data mode b) data type c) category d) class
a) Boolean b) integer c) array d) string
a) object-oriented b) static typed c) loosely-typed d) strongly-typed
a) you are not allowed to declare a data type. b) you are required to declare a data type. c) you can declare a data type if desired, but it is not mandatory. d) the data type is determined by the variable name.
a) typeof.variablename(); b) typeof(variablename); c) typeof_variablename; d) typeof-(variablename);
a) floating point number b) real number c) integer d) whole number
a) binary b) Boolean value c) switch d) toggle
a) A string variable is initialized as an empty string b) JavaScript will report an error when it interprets the statement c) A string variable is initialized to contain double quotation marks d) none of the above
a) array b) byte map c) string d) structure
a) It doesn't mean anything, it is probably a typo b) It is supposed to be an escape character, but it should be a forward slash. c) It is an escape character,telling JavaScript the following character is not terminating the string, but is a keyboard character d) none of the above
a) escape function b) escape string c) string sequence d) escape sequence
a) object b) class c) string d) array
a) array_value=[3]"John Smith"; b) array_value(3)="John Smith"; c) array_value3="John Smith"; d) array_value[3]="John Smith";
a) test_array=new Array(5) b) test_array[5]=new Array c) test_array(5)=new Array d) test_array=new array{5}
a) arrayentry[5] b) arrayentry[+5] c) arrayentry[4] d) arrayentry[+4]
a) cells b) elements c) objects d) slots
a) myArray=new Array("one";"two";"three";); b) myArray=new Array("one":"two":"three":); c) myArray=new Array("one","two","three"); d) myArray=new Array("one"),("two"),("three");
a) formula b) macro c) expression d) operand
a) operators b) objects c) statements d) operands
a) expressions b) operators c) operands d) qualifiers
a) Assignment b) Comparison c) Logical d) Arithmetic
a) unary b) binary c) simple d) stand alone
a) x=4;y=5;value=x+y; b) x=4;y="5";value=x+y; c) x="four";y="five";value=x+y; d) x="4";y="5";value=x+y;
a) suffix b) postfix c) trailing d) none of the above
a) comparison b) unary c) logical d) assignment
a) 10 b) 20 c) true d) false
a) x<=y; b) x!=y; c) x<y; d) all of the above
a) or b) not c) and d) exclusive or
a) arithmetic b) concatenation c) logical d) associative
a) eval() b) compare() c) confirm() d) strcompare()
a) The statement above is TRUE. b) The statement above is FALSE.
b) The statement above is TRUE. a) The statement above is FALSE.
The 'Muddy Water' Issues that I need help on are as follows: I am having trouble with...
data type primitive type strongly-typed programming language loosely-typed programming language static typing
dynamic typing typeof() operator integer data type floating-point number data type string data type
Boolean value empty strings escape character escape sequence array
array elements expression operands operators binary operator
unary operator arithmetic operator prefix operator postfix operator assignment operator
logical operator string operator operator precedence eval() function modulus operator
concatenation and or not
When you have completed this quiz click the submit button (Those users whose Browser supports JavaScript) to send answers to your instructor
Click reset to clear all answers
Users whose browser does not support JavaScript, when you have completed this quiz click the submit button below to send answers to your instructor