HTML(PracticeQuestions)
HTML(PracticeQuestions)
2
CLASS- XI IT (SCIENCE) CHAPTER- IMPRESSIVE WEB DESIGNING ASSIGNMENT NO-01
50. If the conditional expression evaluates to true, then ____________
statements will be executed.
51. When user presses a key ____________ event is called.
52. ____________function displays confirmation message box with OK
and Cancel button.
53. One can respond to any event using an ____________.
54. When user releases a mouse button over an element ____________
event is called.
55. If the given value is not a number then ____________function
returns ‘True’.
56. When user moves the mouse away from an element ____________
event is called.
57. When user moves the mouse over an element ______________
event is called.
58. A ____________ in any scripting language is small part of program
that we require again and again.
59. Determine the Boolean Value of each of the Following if a=10, b=-5
and c=20
i. a<b && c>b ____________
ii. a==b|| c==b ____________
iii. c>-24 && a<50 ____________
iv. c<0.0 || a>-20 ____________
v. a<b || a<c || b<c ____________
vi. b<c && a==67 ____________
vii. a<b && b==c && a==b ____________