Xem mẫu

Unit 8. Internet and Computer Practice 2.2. A. Ask Mr Lei about his fixed plans (1 - 4), the routine tasks he’ll be performing (5 - 7) and anything special he intends to do (8 - 10). Example: 1. When are you leaving Stockholm? B. Now you are Mr Lei. Answer the questions in Practice 2.2. A. Example: 1. I’m leaving Stockholm (at 10.20) on Monday 17 September. 2.3. Câu hỏi đuôi (Tag questions) Cấu trúc: Tag questions : Statement, + Tag ? Phân loại: Các phần đuôi câu hỏi được ghép thêm vào cuối câu kể. Câu hỏi đuôi được phân thành hai loại, tuỳ theo mục đích và cách đọc: 1. nhằm đề nghị khẳng định cho câu kể (xuống giọng ở cuối câu) (A). 2. làm hoàn thiện câu với nghĩa hỏi (lên giọng ở cuối câu) (B). Example: A. The E 10 was one of the earliest TDM systems, wasn’t it? B. I don’t suppose the subscriber’s line uses PCM, does it? • Chủ ngữ và thì trong câu kể và phần đuôi phải giống nhau. Thể động từ trong phần đuôi ngược với thể câu kể. Example: It must be an advantage to have greater capacity, mustn’t it? They didn’t call us yesterday, did they? • Các trợ động từ (do, have, be, must, can, should…) luôn được nhắc lại ở phần câu hỏi đuôi. Nếu không có trợ động từ trong câu kể, ta phải chọn trợ động từ phù hợp (do, does, did) cho phần đuôi. Example: Those exchanges seem to be rather expensive, don’t they? Practice 2.3. End the following sentences with the correct form of tag. 1. A new electronic exchange has just been installed,……………………..? 2. The processor is the central component of a computer system,………………….? 3. Computers have changed a lot our working conditions,………………………..? 4. The PAM sampling unit samples the signals, ………………………? 5. A Strowger exchange isn’t as noisy as a crossbar central office,…………………? 6. The telephone company handling this function is called the local exchange carrier, ……………………? 7. In days of old there was only one long-distance carrier -AT&T, ………………? 8. A wide-area network (WAN) links metropolitan or local networks, usually over common carrier facilities,……………………….? 111 Unit 8. Internet and Computer 9. A synchronous optical network (SONET) usually embodies a fiber-optic ring that will permit transmission in both directions,…………………………? 10. The common channel signaling network works closely with the PSTN, …..……………? 3. READING 2 Read the following text carefully. PROGRAMS AND PROGRAMMING LANGUAGES 1 Computers can deal with different kinds of problems if they are given the right instructions for what to do. Instructions are first written in one of the high-level languages, e.g. FORTRAN, COBOL, ALGOL PL/1, PASCAL or BASIC, depending on the type of problems to be solved. A program written in one of these languages is often called a source program, and it can not be directly processed by the computer until it has been compiled, which means interpreted into machine code. Usually a single instruction written in a high-level language, when transformed into machine code, results in several instructions. Here is a brief description of some of the many high-level languages. 2 FORTRAN acronym for FORmula TRANslation. This language is used for solving scientific and mathematics problems. It consists of algebraic formulae and English phrases. It was first introduced in the United States in 1954. 3 COBOL acronym for Common Business-Oriented Language. This language is used for commercial purposes. COBOL which is written using English statements, deals with problems that do not involve a lot of mathematical calculations. It was first introduced in 1959. 4 ALGOL acronym for ALGOrithmic Language. Originally called IAL which means International Algebraic Language. It is used for mathematical and scientific purposes. ALGOL was first introduced in Europe in 1960. 5 PL/1: Programming Language 1. Developed in 1964 to combine features of COBOL and ALGOL. Consequently, it is used for data processing as well as scientific applications. 6 BASIC acronym for Beginner`s All-purpose Symbolic Instruction Code. Developed in 1965 at Dartmouth College in the United States for use by students who require a simple language to begin programming. Other such languages are APL (developed in 1962), PASCAL (named after Blaise Pascal and developed in 1971). 7 When a program written in one of these high-level languages is designed to do a specific type of work such as calculate a company`s payroll or calculate the stress factor on a roof, it is called an application program. Institutions either purchase these programs as packages or commission their own programmers to write them to meet the specifications of the users. 8 The program produced after the source program has been converted into machine code is referred to as an object program or object module. A computer program called the compiler, which is unique for each computer, does this. Consequently, a computer needs its own compiler for the various high-level languages if it is expected to accept programs written in those languages. For example, in order 112 Unit 8. Internet and Computer that an IBM system 370 may process a program in FORTRAN, it needs to have a compiler that would understand that particular model and the FORTRAN language as well. 9 The compiler is a systems program, which may be written in any language, but the computer`s operating system is a true systems program, which controls the central processing unit (CPU), the input, the output, and the secondary memory devices. Another systems program is the linkage editor which fetches required systems routines and links them to the object module (the source program in machine code). The resulting program is then called the load module, which is the program directly executable by the computer. Although systems programs are a part of the software, the manufacturer of the machine usually provides them. 10 Unlike systems programs, software packages are sold by various vendors and not necessarily by the computer manufacturer. They are a set of programs designed to perform certain applications, which conform to internationally accepted rules, irrespective of the particular specifications of the user. Payroll is an example of such a package which allows the user to input data - hours worked, pay rates, special deductions, names of employees - and get salary calculations as output. These packages are coded in machine language (0s and 1s) on magnetic tapes or disks which can be purchased, leased or rented by users who choose the package that most closely corresponds to their needs. 3.1. Phrases - commission their own programmers to write the programs: giao nhiệm vụ cho những nhà lập trình riêng của họ viết các chương trình - instruction for what to do: lệnh yêu cầu thực hiện việc gì. 3.2. Decide whether these statements are true or false (T/ F), referring to the information in the text. Then make the necessary changes so that the false statements become true. T/ F 1. BASIC was developed to help students. T/ F 2. FORTRAN is not as efficient a computer language as COBOL in solving scientific problems. T/ F 3. All high-level programs must be translated to machine code before the computer can execute them. T/ F 4. The best place to buy software packages is from the manufacturer. 113 Unit 8. Internet and Computer T/ F 5. An example of an applicant program is calculating the stress on a roof. T/ F 6. An operating system program controls input and output operations. T/ F 7. Software packages are not written in high level languages. T/ F 8. Different high-level languages suit different problems. T/ F 9. BASIC was developed to help students. T/ F 10. FORTRAN is not as efficient a computer language as COBOL in solving scientific problems. T/ F 11.All high-level programs must be translated to machine code before the computer can execute them. T/ F 12. The best place to buy software packages is from the manufacturer. T/ F 13. An example of an applicant program is calculating the stress on a roof. T/ F 14. An operating system program controls input and output operations. T/ F 15. Software packages are not written in high level languages. T/ F 16. Different high-level languages suit different problems. 3.3. Find out what the words in BOLD typeface refer to. Paragraph 1 Paragraph 7 Paragraph 8 Paragraph 9 Paragraph 10 1. If they are given the right 2. it cannot be directly processed 3. it is called an applications program 4. commission their own programmers 5. to write them to meet 6. that would understand 7. which controls the central 8. links them to the object 9. They are a set of programs 10. which can be purchased a. program/ source program b. program c. institutions d. programs e. compiler f. routines g. tapes or disks h. packages i. computers 3.4. Choose the appropriate form of the words to complete the sentences. 1. A. instructions B. instructed C. instructor a. Our maths ........................ explained to us the principles of binary arithmetic. b. We were ......................... to document our programs very carefully. c. Both ..................... and data have to be changed to machine code before the computer can operate on them. 2. A. compiler B. compiled C. compiles a. Our university computer does not have a PASCAL ...................... b. Usually, a programmer .......................... his program before he puts in the data. 114 Unit 8. Internet and Computer c. A source program cannot be directly processed by the computer until it has been ............................. 3. A. describe B. description a. Our introductory programming text included a brief .......................... of the many high-level languages. b. It is difficult to ...................... the memory of a microcomputer without referring to "chips". 4. A. result B. resulting a. The linkage editor links systems routines to the object module. The .......................... program, referred to as the load module, is directly executable by the computer. b. The ......................... of these mathematical operations were obtained from the university mainframe and not from my micro. 5. A. specifications B. specific a. Our company brought three packages with very .......................... applications: payroll, accounts receivable and accounts payable. b. An applications program is designed to do a ............................ type of work, such as calculating the stress factor on a roof. c. Did the analyst give the new programmer the ........................ necessary to start on the project? 3.5. Find synonyms (1 - 5) and antonyms (6-10) Paragraphs Paragraph 1 Paragraph 7 Paragraph 9 Paragraph 10 Paragraph 10 Paragraphs Paragraph 1 Paragraph 8 Paragraph 9 Paragraph 10 Paragraph 10 Given words or phrases 1. converted 2. buy 3. brings 4. agreed with, comply with 5. rented Given words or phrases 6. lengthy 7. uncharge 8. separate 9. reject 10. depending on Synonyms … … … … … Antonyms … … … … … 4. WRITING “Note taking” là kỹ năng ghi vắn tắt các thông tin, có thể từ một bài đọc hay một bài nghe. Hãy đọc các thông tin sau về lịch sử máy tính, nghiên cứu kỹ ví dụ và làm bài tập. Example: The very first calculating device used was ten fingers of a man’s hand. 115 ... - tailieumienphi.vn
nguon tai.lieu . vn