What is the ASCII value of a "blank space"? 32 What is the ASCII value of a capital 'A'? 65 What is the ASCII value of a lowercase 'a'? 97 (True/False) VB is an event-driven programming language. True (True/False) It is possible to close the tool box so that it does not appear on the screen in design mode. True Which should be saved first, a form or a project? form What file extension should be used with a form? frm What file extension should be used with a project file? vbp (True/False) It is possible, in certain situations, to be in both design time and run time. False A comment statement can also be referred to as a _____ statement. Remark Which type of error is generally more difficult to find, a logical error or a compiler error? logical