Студопедия

КАТЕГОРИИ:

АвтоАвтоматизацияАрхитектураАстрономияАудитБиологияБухгалтерияВоенное делоГенетикаГеографияГеологияГосударствоДомЖурналистика и СМИИзобретательствоИностранные языкиИнформатикаИскусствоИсторияКомпьютерыКулинарияКультураЛексикологияЛитератураЛогикаМаркетингМатематикаМашиностроениеМедицинаМенеджментМеталлы и СваркаМеханикаМузыкаНаселениеОбразованиеОхрана безопасности жизниОхрана ТрудаПедагогикаПолитикаПравоПриборостроениеПрограммированиеПроизводствоПромышленностьПсихологияРадиоРегилияСвязьСоциологияСпортСтандартизацияСтроительствоТехнологииТорговляТуризмФизикаФизиологияФилософияФинансыХимияХозяйствоЦеннообразованиеЧерчениеЭкологияЭконометрикаЭкономикаЭлектроникаЮриспунденкция

Задание №2. Разделите приведенные ниже слова на три группы, определяя по суффиксу часть речи – существительное, прилагательное или наречие. Переведите слова.




Контрольная работа для заочной формы обучения (Исб, Исбу) по дисциплине «Технический английский»

I вариант

Задание №1. Образуйте и переведите имена существительные от приведенных ниже глаголов с помощью суффиксов:

to decide, to equip, to allocate, to accumulate, to identify, to expose, to compute, to interact, to accomplish, to program.

Задание №2. Разделите приведенные ниже слова на три группы, определяя по суффиксу часть речи – существительное, прилагательное или наречие. Переведите слова.

Organization, functional, available, equipment, processor, completely, architectural, converter, convertible, controller, removable, logical, addition, additional, usually, accomplishment, operator.

 

Задание №3. Догадайтесь о значении следующих интернациональных слов и словосочетаний:

industrial design, phenomena of nature, automatization of production processes, components, utilization, coding, permanent.

 

Задание №4. Переведите следующие «цепочки существительных»:

1) a data processing system;

2) control signals;

3) electronic data interchange;

4) integrated circuits development;

5) communication means;

6) transmission line;

7) Acrobat forms extending;

8) C++ pseudo code algorithms foundations;

9) PCI express system architecture;

10) Designing storage area networks.

 

Задание №5. Расшифруйте и переведите следующие аббревиатуры:

1) BIOS

2) FTP

3) GUI

4) RAM

5) PIN

6) VRML

7) MSI

8) LSI

9) SSI

10) CAT

 

Задание № 6. Переведите словосочетания, содержащие причастие:

1) binary code storing data and instructions;

2) electronic pulses moving at the speed of light;

3) keyboard terminals replacing vacuum tubes;

4) the given information;

5) the coded data;

6) the general – purpose machine proposed by Ch. Babbage;

7) the invention named ENIAC.

 

Задание № 7. Переведите предложения, содержащие причастие. Укажите форму и залог причастия.

1. When written in a symbolic language programs require the translation into the machine language.

2. While dealing with discrete quantities digital computers count rather than measure.

3. Being built on the basis of transistors lasers are successfully used in technology.

4. Declarations (описание) used in ALGOL provide the compiler with information about quantities appearing in the program.

5. Having finished the research the scientists made the analysis of the data obtained.

6. Having been transmitted to the central processing unit the instruction made arithmetic – logical unit perform some computations.

7. The computer SM-100 is used in industrial processes and scientific researches, its main function being to carry out reasonable operations with numbers and to calculate complex problems.

 

Задание № 8. Прочитайте и письменно переведите текст.

CENTRAL PROCESSING UNIT

1. The central processing unit (CPU) or central processor is the nerve centre of any digital computer system, since it coordinates and controls the activities of all the other units and performs all the arithmetic and logic processes to be applied to data. All program instructions to be executed must be held within the CPU, and all the data to be processed must be loaded first into this unit. It is convenient to consider the central processor to have three separate hardware sections: an internal or main memory, an arithmetic and logic unit, and a control unit.

2. The CPU has two functions: it must (1) obtain instructions from the memory and interpret them, as well as (2) perform the actual operations. The first function is executed by the control unit. This unit in its turn mustperform two functions: it must (1) interpret the instruction; then, on the basis of this interpretation (2) tell the arithmetic and logic unit whatto do next. The latter function is accomplished through the use of electronic signals. According to these two functions we can separate the part of the control unit that interprets or decodes the instruction called the instruction decoder from the part that generates the control signals called the control generator.

3. An instruction having been transmitted to the instruction decoder, where it is interpreted, the control generator senses this interpretation and then produces signals that tell the arithmetic unit which operation to perform. It also generates signals that choose the proper numbers from the memory and sends them to the arithmetic and logic unit at the proper time; and when operation has been performed, other control signals take the result from the arithmetic and logic unit back to the internal memory. After an instruction has been executed, the control generator produces signals that cause the next instruction to go from the memory to the instruction decoder. In this way the instructions are performed sequentially.

4. The second function of the CPU is performed by the arithmetic and logic unit which does the actual operations. This unit is capable of performing automatically addition, subtraction, multiplication, division, comparing, selecting, and other mathematical and logical operations. Consider now what happens in the arithmetic and logic unit while an instruction is being executed. In most computers only one word at a time can be transferred between the arithmetic/logic unit and the memory. Hence, to perform an operation involving two arguments, the first argument must be transferred from the memory to the arithmetic/logic unit and stored there temporarily while the second argument is being transferred. The special memory cell in the arithmetic/logic unit for this purpose is called the accumulator. The operation being performed, the result is formed in the accumulator before it is transmitted back to memory.

5. Next consider the instruction decoder that interprets instruction. In order that the instruction decoder perform its function, it must constantly refer to the instruction being interpreted during the time control signals are being set up. To facilitate this, while an instruction is being executed it is stored in a special memory cell called the instruction register, located in the instruction decoder.

6. There is another memory cell located in the instruction decoder called the current-address register. The contents of this register is always the memory address from which the instruction being executed came. The reason for this is related to the fact that the address of the present instruction was given as part of the previous instruction.

For the computer designer to understand the work of the CPU is quite necessary.

Notes

during the time control signals are being set up — во время формирования сигналов управления

The reason for this is related to the fact — Причина этого заключена в том

 

 

Задание № 9. Ответьте письменно на вопросы к тексту.

1.What is the general purpose and function of the CPU?

2.How many parts is the CPU composed of?

3.What is the general purpose of the control?

4.What is the arithmetic/ logic unit?

5.What is the instruction decoder?

6.What is the general function of the control generator?

7.What happens in the CPU while an instruction is being executed?

8.What is the accumulator?

9.Where is the accumulator located?

10.Where are the instruction register and the current- address register located?

 

Задание № 10. Прочитайте и письменно переведите текст.

SERIAL COMMUNICATIONS

1. Most digital messages are vastly longer than just a few bits. Because it is neither practical nor economic to transfer all bits of a long message simultaneously, the message is broken into smaller parts and transmitted sequentially. Bit-serial transmission conveys a message one bit at a time through a channel. Each bit represents a part of the message. The individual bits are then reassembled at the destination to compose the message. In general, one channel will pass only one bit at a time. Thus, bit-serial transmission is necessary in data communications if only a single channel is available. Bit-serial transmission is normally just called serial transmission and is the chosen communications method in many computer peripherals.

2. Byte-serial transmission conveys eight bits at a time through eight parallel channels. Although the raw transfer rate is eight times faster than in bit-serial transmission, eight channels are needed, and the cost may be as much as eight times higher to transmit the message. When distances are short, it may nonetheless be both feasible and economic to use parallel channels in return for high data rates. The popular Centronics printer interface is a case where byte-serial transmission is used. As another example, it is common practice to use a 16-bit-wide data bus to transfer data between a microprocessor and memory chips; this provides the equivalent of 16 parallel channels. On the other hand, when communicating with a timesharing system over a modem, only a single channel is available, and bit-serial transmission is required.

3. The baud rate refers to the signalling rate at which data is sent through a channel and is measured in electrical transitions per second. In the EIA232 serial interface standard, one signal transition, at most, occurs per bit, and the baud rate and bit rate are identical. In this case, a rate of 9600 baud corresponds to a transfer of 9,600 data bits per second with a bit period of 104 microseconds (1/9600 sec.). If two electrical transitions were required for each bit, as is the case in non-return-to-zero coding, then at a rate of 9600 baud, only 4800 bits per second could be conveyed. The channel efficiency is the number of bits of useful information passed through the channel per second. It does not include framing, formatting, and error detecting bits that may be added to the information bits before a message is transmitted, and will always be less than one.

4. The data rate of a channel is often specified by its bit rate (often thought erroneously to be the same as baud rate). However, an equivalent measure channel capacity is bandwidth. In general, the maximum data rate a channel can support is directly proportional to the channel's bandwidth and inversely proportional to the channel's noise level.
      5. A communications protocol is an agreed-upon convention that defines the order and meaning of bits in a serial transmission. It may also specify a procedure for exchanging messages. A protocol will define how many data bits compose a message unit, the framing and formatting bits, any error-detecting bits that may be added, and other information that governs control of the communications hardware. Channel efficiency is determined by the protocol design rather than by digital hardware considerations. Note that there is a tradeoff between channel efficiency and reliability - protocols that provide greater immunity to noise by adding error-detecting and -correcting codes must necessarily become less efficient.

 


II вариант

Задание №1. Образуйте и переведите имена существительные от приведенных ниже глаголов с помощью суффиксов:

to direct, to require, to determine, to protect, to transmit, to convert, to print, to eliminate, to use, to replace.

Задание №2. Разделите приведенные ниже слова на три группы, определяя по суффиксу часть речи – существительное, прилагательное или наречие. Переведите слова.

Rapidly, operation, mainly, communication, insertion, electronic, digital, instruction, generally, arithmetic, daily, development, central, lately, visible, substitution, understandable.

 

Задание №3. Догадайтесь о значении следующих интернациональных слов и словосочетаний:

vacuum tubes, specialized functions, transistor, discrete components, procedure, symbolic, to conserve.

 

Задание №4. Переведите следующие «цепочки существительных»:

1)    an instruction decoder;

2)    a current – address register;

3)    electronic data processing;

4)    data access time;

5)    power consumption change;

6)    circuit assembly;

7)    allocation unit;

8)    information security risks managing;

9)    geographic information system implementation;

10)  Web sphere certification study guide.

 

Задание №5. Расшифруйте и переведите следующие аббревиатуры:

1) CAD

2) EDI

3) DMA

4) ROM

5) LAN

6) HTML

7) IC

8) VLSI

9) DOS

10) OMR

 

Задание № 6. Переведите словосочетания, содержащие причастие:

1) devices printing the information;

2) students coding the information by using a binary code;

3) computers performing computations in milliseconds;

4) the vacuum tube controlling and amplifying electronic signals;

5) the written program;

6) wireless adapters installed in your computer;

7) instructions kept in the memory.

 










Последнее изменение этой страницы: 2018-04-12; просмотров: 776.

stydopedya.ru не претендует на авторское право материалов, которые вылажены, но предоставляет бесплатный доступ к ним. В случае нарушения авторского права или персональных данных напишите сюда...