A(n) ________ Text control prohibits formatting
Fill in the blank(s) with correct word
Plain
Computer Science & Information Technology
You might also like to view...
Design view of a table shows the data contents within a table
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1) Files that are open for output from a program must be explicitly closed in the program. 2) Unchecked exceptions must be caught or propogated, or a program will not compile. 3) A finally clause is always required in a try-catch block. 4) Attempting to divide by zero will result in an Error being thrown, not an Exception. 5) Every line in a catch block is guaranteed to be executed in all situations.
Computer Science & Information Technology