Which view is normally used for data entry?
A) Design view B) Form view C) Layout view D) SQL view
B
You might also like to view...
When using a Calendar object on a Web form, you can reference ____.
A. the current time B. the current date C. the date selected by the user D. the calendar extension
Visual Basic's ____ class contains many methods that your applications can use to perform financial calculations.
A. Money B. Monetary C. Finance D. Financial
You opened a batch file in Notepad and are observing the following lines. (The line numbers are for reference only.) 1- ECHO This batch file deletes the temp files 2- DEL %TEMP%\*.* /Q 3- REM The temp files were deleted 4- PAUSE Which of the lines is a comment?
A. Line 1 B. Line 2 C. Line 3 D. Line 4 E. There are no comments in this file.
Which of the following are objectives for formal technical reviews?
A. assess programmer productivity B. allow senior staff members to correct errors C. determining who introduced an error into a program D. uncover errors in software work products