Multiple choice technology performance

Which function keys are used as the short-cut key for Run and Compile respectively?

  1. a.F9 & F10

  2. b.F5 & (Shift+F5)

  3. c.(Shift+F5) & F5

  4. d.F10 & F9

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

In Vugen, F5 is the standard shortcut key for running the current script, while Shift+F5 compiles and runs the script. These are common IDE shortcuts that Vugen follows for script execution.