Which feature can you use to find and insert a synonym for an overused word?
A. AutoCorrect
B. Spelling and Grammar
C. Find and Replace
D. Thesaurus
Answer: D
Computer Science & Information Technology
You might also like to view...
The difference between 10BaseT and 100BaseT is:
A. 100BaseT frames hold more data. B. shorter timing between Ethernet frames. C. 100BaseT requires STP cabling. D. smaller headers on Ethernet frames
Computer Science & Information Technology
Which of the following properly declares an auto-implemented Name property of type string?
a) public string Name { get, set } b) public string Name { get, set, } c) public string Name { get; set; } d) public string Name { get: set: }
Computer Science & Information Technology