answersLogoWhite

0


Best Answer

When a paragraph is explicit, it contains all the information you need to make it understandable-- in other words, it gives you the facts, and it is very clear about the meaning the author is trying to convey. A paragraph that is implicit "implies"-- in other words, it hints at the meaning. It may use similes and metaphors or other kinds of images, and it does not come right out and say it-- it lets the reader think about it and draw a conclusion about what the author is trying to say.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between a explicit and a implicit paragraph?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about English Language Arts

What is the difference between explicit and implicit paragraphs?

When a paragraph is explicit, it contains all the information you need to make it understandable-- in other words, it gives you the facts, and it is very clear about the meaning the author is trying to convey. A paragraph that is implicit "implies"-- in other words, it hints at the meaning. It may use similes and metaphors or other kinds of images, and it does not come right out and say it-- it lets the reader think about it and draw a conclusion about what the author is trying to say.


Whats the difference between hanging indent and paragraph indent?

A hanging indent indents every line after the first one, whereas indenting a paragraph indents only the first line of the paragraph.


What is it called when a paragraph providing relevant information about each character goes between the introductory paragraph and the first body paragraph in a compare-and-contrast character analysis?

relevant information about each character


How man sentences in a pargraph?

As an answer to your question, it depends on how long you want your paragraph to be. The average paragraph has between 5-8 sentences. This can be changed depending on your needs. For example you may be assigned to have a certain amount of sentences in your paragraph, and it may be more or less than what I mentioned before. So in short the length of the paragraph depends on your needs. It may be long or short. Between 5-8 sentences is a good guideline.


What is the difference between one and one's?

difference between one- ones

Related questions

What is the difference between explicit and implicit?

explicit is clearly stated and implicit is not clearly stated


Explain the difference between an explicit and an implicit lock?

clearly


Difference between implicit and explicit conversions?

Explicit is something precisely and clearly communicated, while implicit is something implied though not directly expressed.


What is the difference between an explicit an implicit metaphor?

An implicit metaphor implies something, an explicit metaphor explicitly makes something known, probably without doubt.


What is the difference between implicit and explicit objects?

Explicit means properly and clearly declared.....will give you the full meaning Implicit means not properly defined....will not give you the exact meaning ....


What is the difference between implicit and explicit theory?

explicit is the market value of all inputs purchased by a producer while implicit cost is the market value of inputs owned by the producer himself.


What is the difference between implicit and explicit meaning?

It's simple the reader infers details that are implied by the text,Explicit means clearly expressed or readily observable where as Implicit means implied or expressed indirectly.


What is the difference between explicit and implicit paragraphs?

When a paragraph is explicit, it contains all the information you need to make it understandable-- in other words, it gives you the facts, and it is very clear about the meaning the author is trying to convey. A paragraph that is implicit "implies"-- in other words, it hints at the meaning. It may use similes and metaphors or other kinds of images, and it does not come right out and say it-- it lets the reader think about it and draw a conclusion about what the author is trying to say.


What are the difference between Explicit grammar and implicit grammar?

Explicit grammar refers to rules and principles that are consciously taught and learned, while implicit grammar refers to the ability to unconsciously apply the rules of grammar in language use. Explicit grammar instruction involves direct teaching of grammar rules and structures, while implicit grammar acquisition occurs through exposure to language and practice.


What is the difference between implicit and explicit solver in CAE?

Explicit: + fast: known expression for solution at next time level { stability restrictions on t. Implicit: + less restrictive conditions on t { must solve equation to update solution


What is the difference between implicit and explicit call of constructor in c plus plus?

An implicit constructor call will always call the default constructor, whereas explicit constructor calls allow to chose the best constructor and passing of arguments into the constructor.


What is the difference between implicit and explicit Java programming?

Explicit means done by the programmer. Implicit means done by the JVM or the tool , not the Programmer. For Example: Java will provide us default constructor implicitly.Even if the programmer didn't write code for constructor, he can call default constructor. Explicit is opposite to this , ie. programmer has to write .