Multiple choice javascript A program written by JavaScript is driven by Events Classes Objects DLL Components Reveal answer Fill a bubble to check yourself A Correct answer Explanation JavaScript programs are event-driven, meaning they respond to user actions like clicks, keystrokes, and page loads. The core execution model is based on event handlers and callbacks rather than classes, DLLs, or traditional component architectures.