0% found this document useful (0 votes)
44 views1 page

CH 2 Critical Think

Debuggers are used to develop programs with less work and errors by checking for coding mistakes and providing reusable code samples. They also allow testing programs to see if they function properly. Common events that trigger event-driven code include user interactions, system notifications, and timed events. Event-driven programs execute relevant code in response to occurring events.

Uploaded by

api-310300017
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views1 page

CH 2 Critical Think

Debuggers are used to develop programs with less work and errors by checking for coding mistakes and providing reusable code samples. They also allow testing programs to see if they function properly. Common events that trigger event-driven code include user interactions, system notifications, and timed events. Event-driven programs execute relevant code in response to occurring events.

Uploaded by

api-310300017
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CH 2 Critical Think Q 1-3

1. They are used to develop programs with less work and less errors. The
program will tell you if there are any errors in the code and it will give you a
list of code you can use. The Debug part if used to test the program to see if
it works within the program.

2. A) 7

B) 28
C) 10
D) 5
E) 34

F) 90

K) 6.5

G) 5
H) -3
I) 7
J) 6 + 3 2

L) -22

3. Event Driven Executes code in response to events. It will execute code to


events that are caused by you. Every event you activate it will release code so it
can run.

You might also like