answersLogoWhite

0

A comparison between the Direct Method and the Grammar Translation Method must take into account the following points:

i. The Direct Method:

1. avoids close association between the second or foreign language and the mother tongue.

2. lays emphasis on speech.

3. follows the child's natural way of learning a language.

4. teaches the language by 'use' and not by 'rule'.

5. does not favour the teaching of formal grammar at the early stage.

ii. The Grammar Translation Method:1. maintains close association between the foreign language and the mother tongue.

2. lays emphasis on speech.

3. follows the adult's natural way of learning a language.

4. teaches the language by 'rule' and not by 'use.

5. teaches formal grammar from the very beginning.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Statistics

What is a qualitative method?

the difference between goals and objectives


What is the difference between the direct and indirect methods of determining generation time with a growth curve?

In the direct method, the cells are enumerated by determining colony-forming units on a Petri dish; in the indirect method, the cell numbers are approximated using a spectrophotometer.


What is the Difference in relative frequency and percentage frequency?

Relative frequency is a method of calculating the frequency of an event. Percentage frequency is a way of presenting the frequency of an event.


What is the difference between method statement and risk assessment?

Risk assessment can be simply described as the carefully examination carry out to avoid any hazard that could cause harm to the workers,management and the environment at large.But method statement details the way work process is to be completed in a safely way.


Difference between greedy method and divide and conquer method?

The greedy method builds a solution incrementally by making the locally optimal choice at each step, aiming for a global optimum without reconsidering previous choices. In contrast, the divide and conquer method breaks a problem into smaller subproblems, solves each subproblem independently, and combines their solutions to address the original problem. While the greedy method is often faster and simpler, it may not always yield the optimal solution, whereas divide and conquer can guarantee an optimal solution for certain problems but may involve more computational overhead.