faculty of foreign languages and literature bologna

Faculty of Foreign Language

Faculty of Foreign Language

Ngày tải lên : 06/11/2012, 10:26
... Bich Ngoc D06K52 Faculty of Foreign Language Ha Noi University of Technology The Situation of Learning English for Electrical Engineering of D06k52 Students in Faculty of Foreign Language, ... end of each of lesson to help students understand lesson more and easier. And finally, some methods should be done to check student’s lesson correctness. 1 Appendixes 1. The Summary of Questionnaire ... was tested out on a scale of all students in another FOFL’s class, and 2 pre-coded questions need to be improved. And then, each of students in d06 completed one copy of the questionnaire. 4 After...
  • 18
  • 514
  • 0
Techniques for improving listening skills FOR gifted students at Foreign Language Specializing School - College of Foreign Languages - VIETNAM National University, HANOI

Techniques for improving listening skills FOR gifted students at Foreign Language Specializing School - College of Foreign Languages - VIETNAM National University, HANOI

Ngày tải lên : 07/11/2012, 14:26
... students of foreign languages. Among these languages are English, French, Chinese, Russian, Japanese and German, the majority are students of English. This school is one of the members of College of ... solve and overcome all the problems and difficulties is not easy, this is a matter of time and effort of both the teachers and students in the process of teaching and learning listening. In the ... is that 60% of the students understand some of the main ideas, for all the main ideas of the listening text there are 22% of the students, 18% say they only get the theme and 10% of them can...
  • 47
  • 1.6K
  • 18
Developing critical reading skills for first year students in English department, college of foreign languages, Vietnam national university, Hanoi

Developing critical reading skills for first year students in English department, college of foreign languages, Vietnam national university, Hanoi

Ngày tải lên : 07/11/2012, 14:50
... do ? … What is your opinion of ?… Would you agree that ?… Table 6 - Samples of questions of each type and level Basing on the functions and features of each sort of questions, teachers can differentiate ... the script of a language Deducing the meaning and use of unfamiliar lexical items Understanding explicitly stated information Understanding conceptual meaning Understanding the parts of a text ... up the texts and their relationships including: content (contents of the topics and sub-topics – who and what), language (types of language used in each part of the text, purposes of the use),...
  • 59
  • 1.4K
  • 4
An action research on the use of continuous feedback to improve the first year students' pronunciation at the english department, college of foreign languages, vietnam national university, hanoi part 1

An action research on the use of continuous feedback to improve the first year students' pronunciation at the english department, college of foreign languages, vietnam national university, hanoi part 1

Ngày tải lên : 07/11/2012, 14:58
... forests on public lands in the United States. It supervises almost seventy-eight million hectares of forests, grasslands, rivers and lakes. It is an agency of the Department of Agriculture. The ... threat of fire and fuel. This year, forest fires have burned more than three million hectares of land. That is almost two times as much as the ten-year average. Fires are a natural part of forest ... waste of time and money. To what extend do you agree with this statement? 4. Discuss the advantages and disadvantages of tourism. 5. Using nicknames to chat on the Internet has some advantages and...
  • 6
  • 1.1K
  • 2
An action research on the use of continuous feedback to improve the first year students' pronunciation at the english department, college of foreign languages, vietnam national university, hanoi part 2

An action research on the use of continuous feedback to improve the first year students' pronunciation at the english department, college of foreign languages, vietnam national university, hanoi part 2

Ngày tải lên : 07/11/2012, 14:58
... classified in terms of: (1) The height of the bulk of the tongue in the mouth (2) The front/back position of the tongue in the mouth (3) The degree of lip-rounding (4) The length of vowels (Roach, ... the content of both speaking and pronunciation programs. * Objectives The objectives of the speaking and pronunciation programs were stated clearly stated in the course-outline of Division 1, ... name of the course-book was Practise Your Pronunciation and Speaking Skills. Practise Your Pronunciation and Speaking Skills was designed by the teachers of Division 1, English Department and...
  • 76
  • 1.1K
  • 2
Tài liệu Final report "The Situation of Learning English for Electrical Engineering of D06k52 Students in Faculty of Foreign Language, Ha Noi University of Technology" docx

Tài liệu Final report "The Situation of Learning English for Electrical Engineering of D06k52 Students in Faculty of Foreign Language, Ha Noi University of Technology" docx

Ngày tải lên : 13/12/2013, 12:15
... Bich Ngoc D06K52 Faculty of Foreign Language Ha Noi University of Technology The Situation of Learning English for Electrical Engineering of D06k52 Students in Faculty of Foreign Language, ... Situation of Learning English for Electrical Engineering of D06k52 Students in Faculty of Foreign Language, Ha Noi University of Technology" 1 Le Thi Bich Ngoc D06K52 Faculty of Foreign Language Ha ... end of each of lesson to help students understand lesson more and easier. And finally, some methods should be done to check student’s lesson correctness. 2 Le Thi Bich Ngoc D06K52 Faculty of Foreign...
  • 7
  • 766
  • 2
Tài liệu Báo cáo tốt nghiệp tiếng Anh "Faculty of Foreign Language" pdf

Tài liệu Báo cáo tốt nghiệp tiếng Anh "Faculty of Foreign Language" pdf

Ngày tải lên : 23/12/2013, 05:18
... was tested out on a scale of all students in another FOFL’s class, and 2 pre-coded questions need to be improved. And then, each of students in d06 completed one copy of the questionnaire. After ... Attitude score 1 2 3 4 Number of respondents 10 6 0 0 Total 10 12 0 0 Chart 2.1 7 Báo cáo tốt nghiệp tiếng Anh Đề tài: " ;Faculty of Foreign Language" 1 And according to the course ... could not understand all things learned in class and then, they got bad mark in final test.] Methodology The situation of learning EEE of d06, k52 students in FOFL, HUT is investigated through...
  • 7
  • 1K
  • 7
Faculty of Computer Science and Engineering Department of Computer Science LAB SESSION 1 pptx

Faculty of Computer Science and Engineering Department of Computer Science LAB SESSION 1 pptx

Ngày tải lên : 22/03/2014, 12:20
... Faculty of Computer Science and Engineering Department of Computer Science Page 1/5 LAB SESSION 1 BASIC OPERATIONS ON LINKED LIST 1. OBJECTIVE The objectives of Lab 1 are ... class. The list consisted of 3 elements: {2,3,5}. We use the pointer pHead to keep track of the first element of the list, meanwhile count reflecting the number of list elements. We also use ... pHead = pTemp; // the list now is {5} pTemp = new Node; count++; Faculty of Computer Science and Engineering Department of Computer Science Page 4/5 return pList; } a. Rewrite the...
  • 5
  • 455
  • 1
Faculty of Computer Science and Engineering Department of Computer ScienceLAB SESSION 1 BASIC doc

Faculty of Computer Science and Engineering Department of Computer ScienceLAB SESSION 1 BASIC doc

Ngày tải lên : 22/03/2014, 12:20
... value n.  2 if the list is sorted in ascending order and n is added successfully. Faculty of Computer Science and Engineering Department of Computer Science Page 2/7 pTemp->data = 3; ... executing this method, a will point to this new list and b will point to NULL. End Faculty of Computer Science and Engineering Department of Computer Science Page 3/7 } } } Listing ... void addEventFirst(int n){ if(n mod 2 == 0) addFirst(n); else Faculty of Computer Science and Engineering Department of Computer Science Page 6/7 addLast(n) } 3.6. Write for...
  • 7
  • 444
  • 0
Faculty of Computer Science and Engineering Department of Computer Science - LAB SESSION 2 ppt

Faculty of Computer Science and Engineering Department of Computer Science - LAB SESSION 2 ppt

Ngày tải lên : 22/03/2014, 12:20
... Faculty of Computer Science and Engineering Department of Computer Science Page 1/4 LAB SESSION 2 POLYNOMIAL LIST 1. OBJECTIVE The objectives of Lab 2 are (1) to ... concepts of class interface and implementation in C++, (2) to demonstrate how to use linked list for representing polynomial. 2. CLASS INTERFACE AND IMPLEMENTATION For the sake of convenience, ... parameters of its methods are declared by only the data type. For example, the method void addFirst(int) is about to receive an input of type int and returns nothing. The implementation of all...
  • 4
  • 459
  • 0
foreign languages in the labor market of vietnam demands, supplies and recommendation

foreign languages in the labor market of vietnam demands, supplies and recommendation

Ngày tải lên : 06/11/2012, 15:36
... at the demand for foreign languages in the context of Vietnam. After that, it will attempt to present the situation of foreign languages learning and teaching in Vietnam and existing foreign ... rate of students who can meet the requirements in terms of foreign languages is very low as a large body of evidence and complaints have shown. Recommendations Teaching and learning foreign languages ... example of the importance of foreign languages can be seen in the United States, the hot pot of different languages and cultures. The US State Department in particular has a large demand for foreign...
  • 20
  • 682
  • 1

Xem thêm