QUESTION IMAGE
Question
what is one of the actions that happen after you launch an application by double - clicking on an icon? the kernel restarts the win32 subsystem. the kernel unloads the associated device drivers. the application code is loaded into a process. the mouse is temporarily disabled. view hint for question 1 question 2 (2 points) application code may be stored in files with the extension exe, called files or files with the extension dll called link libraries.
When an application is launched by double - clicking an icon, the operating system loads the application code into a process. This is a fundamental step in application execution. Exe files are executable files that contain application code, and dll files are dynamic - link libraries that may be used by the application.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
Question 1: C. The application code is loaded into a process.
Question 2: Executable; dynamic - link