Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык





НазваниеРабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык
страница4/6
Дата публикации08.01.2015
Размер0.53 Mb.
ТипРабочая программа
100-bal.ru > Информатика > Рабочая программа
1   2   3   4   5   6

ЗАДАНИЕ II

  • Поставьте глаголы, стоящие в скобках, в требуемом по смыслу времени.

  • THE ASS WITH A SACK OF SALT (A Fable)

  • An ass, who (to carry) a large sack of salt which his master (to place) on his back,(to come) to a stream over which there (to be) a bridge. As he (to cross) thebridge he (to slip) and (to fall) into the stream. The salt (to melt) in the water and the ass (to be) glad that his sack (to become) so light. The next day the ass (to cross) the bridge with another bag of salt. He (to remember) what (to happen) the day before, (to fall) into the stream on purpose and (to stay) there until the salt (to melt).After he (to do) the same thing a time, his master (to decide) to cure the lazy animal of his tricks. He (to fill) the bag sponges and (to tie) it on the ass's back. When the ass (to come) to the stream, he If) plunge) into the water at once, expecting that the bag (to become) still lighter. He (to be), however, greatly disappointed when a few-minutes later he (to find) that the bag (to be) ten times heavier than it (to be) before.

  • Ш.Complete these sentences with the correct form of the verb: infinitive or –ingform.

    1. Don't switch off without (close down) your PC.

    2. I want to (upgrade) my computer.

    3. He can't get used to (log on) with a password.

    4. You can find information on the Internet by (use) a search engine.

    5. He objected to (pay) expensive telephone calls for Internet access.

    6. He tried to (hack into) the system without (know) the password.

    7. You needn't learn how to (program) in HTML before (design) webpages.

    8. I look forward to (input) data by voice instead of (use) a keyboard.



    1. VI.Put the verbs in brackets into Present Simple Passive:

    2. 1.Hand-held/ palmtop computers----------------------- (call) PDAs and pocket computers.

    3. 2.Desktop model computers (limit) to three internal mass storage devices.

    4. 3.Personal computer (use) by an individual user.



    5. V.Используя модальные глаголы и их эквиваленты, переведите предложения на английский язык.

    6. 1. Я не могу закончить работу сегодня.

    7. 2. Он, возможно, напишет вам об этом сам.

    8. 3. Тебе нужно будет встать рано завтра .



    9. Вопросы к зачету для проведения промежуточной аттестации

    10. Примерный перечень вопросов к зачету по дисциплине

    11. «Иностранный язык» (1сем.)



    12. К концу 1-го семестра студенты должны знать грамматический материал в следующем объеме:



    13. Reading rules; word order; questions; personal pronouns; verb to be; nouns; articles; my/mine; myself; prepositions of place and time; there is/are; have/have got; some/any/no/every; one/ones; a lot(of)/much, many/(a)few,(a)little; Present Simple Active; Present Continuous Active; Present Perfect Continuous Active; Past Simple/Past Continuous Active; compound nouns; regular verbs/irregular verbs; linking words(while/during/for); numerals; comparative and superlative adjectives; modals; verb patterns; relative clauses.



    14. Чтение, ответы на вопросы по тексту и пересказ связного по содержанию текста объемом 1500 печатных знаков

    15. COMPUTER LANGUAGES

    16. Unfortunately for us, computers can't understand spoken English or any other natural language. The only language they can understand directly is machine code, which consists of 1 s and Os (binary code).

    17. Machine code is too difficult to write. For this reason, we use symbolic languages to communicate instructions to the computer. For example, assembly languages use abbreviations such as ADD, SUB,MPY to represent instructions. The program is then translated into machine code by a piece of software called an assembler. Machine code and assembly languages are called low-level languages because they are closer to the hardware. They are quite complex and restricted to particular machines. To make the programs easier to write, and to overcome the problem of intercommunication between different types of computer, software developers designed high-level languages, which are closer to the English language. Here are some examples:



    • FORTRANwas developed by IBM in 1954 and is still used for scientific and engineering applications.

    • COBOL (Common Business Oriented Language) was developed in 1959 and is mainly used for business applications.

    • BASIC was developed in the 1960s and was widely used in microcomputer programming because it was easy to learn. Visual BASIC is a modern version of the old BASIC language, used to build graphical elements such as buttons and windows in Windows programs.

    • PASCAL was created in 1971. It is used in universities to teach the fundamentals of programming.

    • Сwas developed in the 1980s at AT&T It is used to write system software, graphics and commercial applications, C++ is a version of С. which incorporates object-oriented programming: the programmer concentrates on particular things (a piece of text, a graphic or a table, etc) and gives each object functions which can be altered without changing the entire program. For example, to add a new graphics format, the programmer needs to rework just the graphics object. This makes programs easier to modify.

    • Java was designed by Sun in 1995 to run on the Web. Java applets provide animation and interactive features on web pages.

    • Programs written in high-level languages must be translated into machine code by a compiler or an interpreter. A compiler translates the source code into object code - that is, it converts the entire program into machine code in one go. On the other hand, an interpreter translates the source code line by line as the program is running.

    • It is important not to confuse programming languages with markup languages, used to create web documents. Markup languages use instructions, known as markup tags, to format and link text files. Some examples include:

    • HTML, which allows us to describe how information will be displayed on web pages.

    • XML, which stands for Extensible Markup Language. While HTML uses pre-defined tags, XML enables us to define our own tags; it is not limited by a fixed set of tags.

    • VoiceXML, which makes Web content accessible via voice and phone. VoiceXML is used to create voice applications that run on the phone, whereas HTML is used to create visual applications (for example, web pages).



    1. Read the text again and answer these questions.

    1. Do computers understand human languages? Why? / Why not?

    2. What is the function of an assembler?

    3. Why did software developers design high-level languages?

    4. Which language is used to teach programming techniques?

    5. What is the difference between a compiler and an interpreter?

    6. Why are HTML and VoiceXML called markup languages?

    1. Примерный перечень вопросов для обсуждения:

    1. When did the first personal computer appear?

    2. What is a personal computer?

    3. What are the main spheres of PC applications?

    4. What professions are in great need of computers?

    5. What is modem and what is it used for?

    6. What is programming?

    7. What is a code?

    8. What is the foundation of any programming language?

    9. What programming languages do you know?

    10. What is FORTRAN used for?

    11. What does COBOL serve for?



    1. 2семестр



    2. К концу 2-го семестра студенты должны знать грамматический материал в следующем объеме:



    3. Regular verbs/irregular verbs; linking words(while/during/for); numerals; comparative and superlative adjectives; modals; verb patterns; relative clauses; tenses active and passive; articles; prepositions; pronouns; causatives; conditionals; complex object/complex subject; gerund/infinitive; subjunctive; have/get smth done.



    4. Прочитать и пересказать на английском языке текст по специальности объемом 1500 печатных знаков.

    5. How TCP/IP Links Dissimilar Machines



    6. At the heart of the Internet Protocol (IP) portion of TCP/IP is a concept called the Internet address. This 32-bit coding system assigns a number to every node on the network. There are various types of addresses designed for networks of different sizes, but you can write every address with a series of numbers that identify the major network and the sub-networks to which a node is attached. Besides identifying a node, the address provides a path that gateways can use to route information from one machine to another.

    7. Although data-delivery systems like Ethernet or X. 25 bring their packets to any machine electrically attached to the cable, the IP modules must know each other's Internet addresses if they are to communicate. A machine acting as a gateway connecting different TCP/IP networks will have a different Internet address on each network. Internal look-up tables and software based on another standard - called Resolution Protocol - are used to route the data through a gateway between networks.

    8. Another piece of software works with the IP-layer programs to move information to the right application on the receiving system. This software follows a standard called the User Datagram Protocol (UDP). You can think of the UDP software as creating a data address in the TCP/IP message that states exactly what application the data block is supposed to contact at the address the IP software has described. The UDP software provides the final routing for the data within the receiving system.

    9. The Transmission Control Protocol (TCP) part of TCP/IP comes into operation once the packet is delivered to the correct Internet address and application port. Software packages that follow the TCP standard run on each machine, establish a connection to each other, and manage the communication exchanges. A data-delivery system like Ethernet doesn't promise to deliver a packet successfully. Neither IP nor UDP knows anything about recovering packets that aren't successfully delivered, but TCP structures and buffers the data flow, looks for responses and takes action to replace missing data blocks. This concept of data management is called reliable stream service.

    10. After TCP brings the data packet into a computer, other high-level programs handle it. Some are enshrined in official US government standards, like the File Transfer Protocol (FTP) and the Simple Mail Transfer Protocol (SMTP). If you use these standard protocols on different kinds of computers, you will at least have ways of easily transferring files and other kinds of data.

    11. Conceptually, software that supports the TCP protocol stands alone. It can work with data received through a serial port, over a packet-switched network, or from a network system like Ethernet. TCP software doesn't need to use IP or UDP, it doesn't even have to know they exist. But in practice TCP is an integral part of the TCP/IP picture, and it is most frequently used with those two protocols.



    12. Find the answers to these questions in the following text.



    1. What purpose does the Internet address have apart from identifying a node?

    2. What data-delivery systems are mentioned in the text?

    3. What do IP modules need to know about each other to communicate?

    4. How many Internet addresses does a gateway have?

    5. What does UDP software do?

    6. When does the TCP part of TCP/IP come into operation?

    7. What processes are performed by TCP software to provide reliable stream service?

    8. What standard protocols are mentioned which are used to deal with the data after TCP brings it into the computer?



    1. Примерный перечень вопросов для обсуждения:

    2. (2 семестр)

    1. What types of storage do you know?

    2. What do you know of electronic memories?

    3. What is RAM/ROM?



    1. What storage devices do you know?

    2. What is the function of the CPU?

    3. What is the ALU function?

    4. What is the function of CU?

    5. What is the heart (brain) of a microprocessor?

    6. What is the purpose of input devices?







    1. 3семестр

    2. К концу 3-го семестра студенты должны знать грамматический материал в следующем объеме:



    3. Reading rules; word order; questions; personal pronouns; verb to be; nouns; articles; my/mine; myself; prepositions of place and time; there is/are; have/have got; some/any/no/every; one/ones; a lot(of)/much, many/(a)few,(a)little; Present Simple Active; Present Continuous Active; Present Perfect Continuous Active; Past Simple/Past Continuous Active; compound nouns; regular verbs/irregular verbs; linking words(while/during/for); numerals; comparative and superlative adjectives; modals; verb patterns; relative clauses.



    4. Прочитать и пересказать на английском языке текст по специальности объемом 1500 печатных знаков.

    5. Becoming Certified



    6. Suppose you're a support engineer. You're stuck in a job you don't like and you want to make a change. One way of making that change is to improve your marketability to potential employers by upgrading your skill-set. If you're going to train yourself up however, whose training should you undertake? If you need certificates, whose certificates should they be? Even if you get those certificates, how certain can you be that your salary will rise as a result? One solution is the range of certifications on offer from Microsoft.

    7. Microsoft offers a large array of certification programmes aimed at anyone from the user of a single program such as Microsoft Word, to someone who wants to become a certified support engineer. There are a myriad of certificates to study for too. If you're the proud holder of any of those qualifications, then you're entitled to call yourself a Microsoft Certified Professional (MCP).

    8. Once you've decided which track you want to take, you should consider just how qualified you already are in terms of experience and knowledge. Will you need to go and take some courses with a training company, or are you the type who can make good use of self-study materials? How much time do you genuinely have to devote towards this? Will your employer pay for your course? Will it grant you leave to go and do the course - assuming you can find one – on either a full-time or part-time basis?

    9. The key question here is experience. This will not only influence the amount of work you'll have to do to get up to speed for the exams, it could also mean the difference between passing or failing the exam.

    10. While you're busy learning all you need to know for your certification, the practice exams are an absolute godsend. They show you the type of questions you'll encounter, and they familiarize you with the structure of the exam. This is essential if you want to pass: the exams have time limits, and you need to get used to answering the requisite number of questions within the allotted time. It's as simple as that.

    11. If you decide a training course will help you out don't let the title of a course alone convince you that it will be suitable or cost effective. Find out exactly what the course offers and whether there are pre-requisites for attendants. You should also find out what the training company is prepared to do if attendants don't have the minimum knowledge necessary to be on the course.

    12. As exams are replaced by 'updated' ones, you need to upgrade your certification to stay current. Ultimately it's your responsibility to make sure you stay up to date. If you don't, you lose your certification until you take an update.

    13. As a support engineer, you get the satisfaction of knowing that you passed a tough test, and the happy knowledge that your network manager is sweating a bit over the fact that you could be head-hunted at any time.



    14. Find the answers to these questions in the following text.

    1. What advice is given for someone who is stuck in a computing support job?

    2. What questions should you ask yourself if you are thinking of getting extra training?

    3. What computer program is mentioned in the text?

    4. Name two ways of studying that are mentioned in the text.

    5. What two factors will be affected by your level of experience?

    6. Why is it important to become used to answering exam questions?

    7. What factors help you decide whether the course will be suitable or cost effective?

    8. What happens if you don't upgrade your certification?


  • 1   2   3   4   5   6

    Похожие:

    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык
    Курс «Иностранный язык» занимает важное место в лингвистической подготовке будущих работников сферы «Социальный сервис и туризм»
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. В. 02. Деловой иностранный язык
    ...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconУчебно-методический комплекс по дисциплине гсэ. Ф. 4 Русский язык и культура речи
    ...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 1 Иностранный язык (немецкий)
    Электропривод и автоматика промышленных установок и технологических комплексов (ЭП)
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык
    Федеральное государственное бюджетное образовательное учреждение высшего профессионального образования
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconУчебно-методический комплекс по дисциплине гсэ. Р. 3
    Иностранный язык с дополнительной специальностью Иностранный язык и знакомит студентов с культурой Древней Греции и Рима, с проникновением...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 1 Иностранный язык (английский)...
    Строительство/190700 Организация перевозок и управление на транспорте, 18000 Морская техника
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине иностранный язык "английский язык" Цикл гсэ
    Специфика артикуляции звуков, интонации, акцентуации и ритма нейтральной речи в изучаемом языке; основные особенности полного стиля...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине иностранный язык "немецкий язык" Цикл гсэ
    Специфика артикуляции звуков, интонации, акцентуации и ритма нейтральной речи в изучаемом языке; основные особенности полного стиля...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине иностранный язык "немецкий язык" Цикл гсэ
    Специфика артикуляции звуков, интонации, акцентуации и ритма нейтральной речи в изучаемом языке; основные особенности полного стиля...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине иностранный язык "немецкий язык" Цикл гсэ
    Специфика артикуляции звуков, интонации, акцентуации и ритма нейтральной речи в изучаемом языке; основные особенности полного стиля...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык
    Курс английского языка состоит из двух основных разделов – «Язык для общих целей» (General language) на 1-м курсе, и «Язык для специальных...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык по специальности
    Рабочая программа составлена на основании гос впо специальности (направления) 080502 Экономика и управление на предприятии (по отраслям)...
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине гсэ. Ф. 1 Иностранный язык (английский)
    Омский институт водного транспорта (филиал) фбоу впо «Новосибирская государственная академия водного транспорта»
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая учебная программа дисциплины Учебно-методическое обеспечение...
    Специальность 050303. 65 Иностранный язык (английский) с дополнительной специальностью 050303. 65 Иностранный язык (немецкий); 050303....
    Рабочая программа по дисциплине гсэ. Ф. 01 Иностранный язык iconРабочая программа по дисциплине б иностранный язык
    Курс «Иностранный язык» занимает важное место в лингвистической подготовке будущих работников сферы туризма


    Школьные материалы


    При копировании материала укажите ссылку © 2013
    контакты
    100-bal.ru
    Поиск