Multiple choice technology

The following are the few Examples for the Form events, onClick,OnDblClick,double-click,onKeyDown

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The listed items are inconsistent event names and thus NOT valid form events. Standard form event naming conventions are camelCase like 'onClick', 'onDblClick', 'onKeyDown' - not mixed variations. The presence of both 'onDblClick' and 'double-click' makes this list invalid and inconsistent. Proper event naming requires consistent convention.