click below
click below
Normal Size Small Size show me how
ca obj 5-1correction
| Question | Answer |
|---|---|
| What is a purpose of the WATCH window | To examine values during the execution of a program |
| Which expresses the step by step instructions of an algorithm by using Keywords, while depicting logical groupings or structures using indentation | Pseudocode |
| Which type of error halts the program wen a statement cannot be excuted | Run Time error |
| The Figure 5.03 V has a block of code for you to evaluate. If intx is 1 and intY is 0 what is displayed in the MessageBox | Unknown |
| The Figure 5.01 M has a block of code, determine the value of intJ displayed in the MessageBox | 50 |
| Which are of the IDE is used to change the text displayed in an object on a form | The properties window |
| John's computer program stopped executing and displayed an error message. What type of error is this | Run time error |