Chapter 7 - Final Flashcards
1
Q
Splash Screen
A
an opening screen that appears as an application is loading, signaling that the program is about to start and displaying an image and information to engage the user.
2
Q
Sleep Procedure
A
uses an integer value that determines how long the application should pause.
3
Q
What is a procedure?
A
a named set of code that performs a given task
4
Q
What is a function?
A
it returns a single value to the calling procedure.
5
Q
What is Try-Catch
A
a way to detect exceptions and take corrective action. It means “Try to execute this code” and “Catch errors here”