Multiple Choice
What would the browser display if the following code were executed in a script
Var grade = 59;
If ( grade >= 60 )
Document.writeln( "Passed." ) ;
Else
Document.write( "Failed. " ) ;
Document.writeln( "You must take this course again." ) ;
A) Passed.
B) Failed.
C) You must take this course again.
D) Failed. You must take this course again.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following flowchart symbols indicates
Q2: What would the browser display if the
Q3: Which of the following is a JavaScript
Q4: If the string passed to parseInt contains
Q5: What would the browser display if the
Q7: _ is an informal language that helps
Q8: What would the browser display if the
Q9: What type of loop should be used
Q10: A procedure for solving a problem in
Q11: Which of the following is not a