The Spelling button is found in the Proofing group on the ____ tab on the Ribbon.

A. Home
B. Page Layout
C. Review
D. Data


Answer: C

Computer Science & Information Technology

You might also like to view...

Enable the user to encrypt all the information on a disk drive.

A. EFS B. BranchCache C. BitLocker D. NTFS

Computer Science & Information Technology

If I modify a DB Instance or the DB parameter group associated with the instance, should I reboot the instance for the changes to take effect?

A. No B. Yes

Computer Science & Information Technology

StreamReader inFile = new StreamReader("name.txt");while ((inValue = inFile.ReadLine()) != null) With the above code segment, how could you programmatically avoid having a FileNotFoundException or DirectoryNotFoundException exception thrown?

A. invoke File.Exists( ) before the while loop B. invoke File.Exists( ) inside the while loop C. include a try...catch block D. test for File.Exists( ) instead of null

Computer Science & Information Technology

?Describe the use of joins in in XQuery, and differentiate between an inner join and outer join. Which is the default join type in XQuery?

What will be an ideal response?

Computer Science & Information Technology