Sail E0 Webinar

MCQs

Total Questions : 180 | Page 4 of 18 pages
Question 31. When are the keyboard events fired?
  1.    When user manually calls the button
  2.    When user clicks a key
  3.    When the user calls the modifier
  4.    All of the mentioned
 Discuss Question
Answer: Option B. -> When user clicks a key
Question 32. How does a user generate multiple keydown events?
  1.    Repeating the same process
  2.    Pressing multiple keys
  3.    Pressing the key longer than usual
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Pressing the key longer than usual
Question 33. Which property is used to specify the key type when pressed?
  1.    keyCode
  2.    keyType
  3.    keyName
  4.    keyProperty
 Discuss Question
Answer: Option A. -> keyCode
Question 34. What value does the keyCode property holds when a Shift key is pressed for adding punctuation character?
  1.    Special characters
  2.    Alphabets
  3.    Alphanumeric
  4.    Digits
 Discuss Question
Answer: Option D. -> Digits
Question 35. Which of the following are not key event properties?
  1.    Code key
  2.    Alt Key
  3.    Ctrl Key
  4.    Shift Key
 Discuss Question
Answer: Option A. -> Code key
Question 36. Which of the following key property holds the key name as a string?
  1.    keyName
  2.    key
  3.    keyName(string)
  4.    Nameofkey(string)
 Discuss Question
Answer: Option B. -> key
Question 37. Which of the following is not the value the key property will hold if the key is a function key?
  1.    F8
  2.    F2
  3.    Home
  4.    Left
 Discuss Question
Answer: Option A. -> F8
Question 38. Which method is used to add a binding?
  1.    binding()
  2.    add_bind()
  3.    bind()
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> bind()
Question 39. Which method is used to remove a binding?
  1.    Unbind()
  2.    removebind()
  3.    remove(Bind b)
  4.    unbind()
 Discuss Question
Answer: Option D. -> unbind()
Question 40. Which of the following are the parameters passed to the keymap after installation?
  1.    Key property
  2.    Key name
  3.    Keydown event’s object
  4.    Key stroke
 Discuss Question
Answer: Option C. -> Keydown event’s object

Latest Videos

Latest Test Papers