answersLogoWhite

0


Best Answer

False. A thesaurus provides synonyms and antonyms for words, but it does not typically give the etymology (origin and history) of the words. For etymology, one would need to consult a dictionary or specialized etymological resource.

User Avatar

AnswerBot

3h ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does a thesaurus gives the etymology of a word true false?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Will the meaning's in a Thesaurus be true?

Yes they are true in a Thesaurus.


What is the etymology of etymology?

The etymology of etymology is from the greek etumologia which means "true sense of a word"


What is the result of True AND False OR True?

True AND False OR True evaluates to True. IT seems like it does not matter which is evaluated first as: (True AND False) OR True = False OR True = True True AND (False OR True) = True AND True = True But, it does matter as with False AND False OR True: (False AND False) OR True = False OR True = True False AND (False OR True) = False AND True = False and True OR False AND False: (True OR False) AND False = True AND False = False True OR (False AND False) = True OR False = True Evaluated left to right gives a different answer if the operators are reversed (as can be seen above), so AND and OR need an order of evaluation. AND can be replaced by multiply, OR by add, and BODMAS says multiply is evaluated before add; thus AND should be evaluated before OR - the C programming language follows this convention. This makes the original question: True AND False OR True = (True AND False) OR True = False OR True = True


The sex of offspring is determined by the chromosome the female parent gives true or false?

false


7-4 gives a negative number true or false?

11


The grid note gives information about the projection system used for the map sheet true or false?

FALSE


Is it true or false the Jesus' resurrection gives us hope that we will rise someday too?

True


Which of these is not true about the similarities between a thesaurus and a dictionary?

A thesaurus has antonyms and synonyms but a dictionary doesn't


Are the synonyms in the Thesaurus true?

yes.


Is a thesaurus a type of encyclopedia?

true


Is a thesaurus is a type of encyclopedia?

true


What is the proof for P and Not P Therefore Q?

"P and not P" is always false. If P is true, not P is false; if P is false, not P is true. In either case, combining a true and a false with the AND operator gives you false. And if you look at the truth table for the implication (the "therefore" part), when the left part is false, the result is always true.