
- •Glossary:
- •If you sit in front of a monitor for long periods of time, eye strain can be reduced if you follow a few guidelines:
- •Task 4. Read and memorize the following words:
- •General understanding
- •Task 5. Find English equivalents in the text:
- •General understanding:
- •Task 11. Translate into English:
- •Drive Name
- •Task 5. Find the equivalents:
- •Task 8. General understanding.
- •Task 5. Read and translate the following sentences:
- •Task 6. Write a summary "What I want to be?"
Task 4. Read and memorize the following words:
to need - нуждаться , требоваться
temporary- временный
permanent - постоянный
to lose (lost, lost) - терять
content(s) - содержание, содержимое
volatile - энергозависмый, непостоянный, временный
non-volatile - энергонезависимый
firmware- программно-аппаратные средства; встроенные программы, микропрограммы
capacitor- конденсатор
to require- требовать
to refresh - обновлять отображаемую информацию, регенерировать, восстанавливать
non-contiguous- несвязанный, сопутствующий
to eliminate - устранять
storage -запоминание, память
Task 5. Read and translate the text.
MEMORY
Memory. Also called main memory. The working space used by the computer to hold the program that is currently running, along with the data it needs, and to run programs and process data. The main memory is built from RAM chips. Main memory is temporary, and is lost when the computer is turned off.
Cache memory. A high-speed buffer storage that is smaller than the main storage. The cache memory is a place that temporarily stores instructions and data.
Volatile memory. Memory that loses its content when the power is shut off. Any changes made to files must be saved to disk before the power is turned off or they will be lost.
Non-volatile memory or nonvolatile memory. Memory that does not lose its content when the power is turned off.
Random access memory. The kind of memory used for holding programs and data being executed is called random access memory or RAM. RAM differs from read-only memory (ROM) in that it can be both read and written. It is called volatile storage because the contents of RAM are lost when the power turned off. RAM is also sometimes called read-write memory or RWM.
Read-only memory. Memory that can be read but not changed. Read-only memory is non-volatile storage; it holds its contents even when the power is turned off. Data is placed in ROM only once, and stays there permanently. ROM chips are used for storage of the important software of the computer, called firmware.
Dynamic random access memory. (DRAM). A type of computer memory that is stored in capacitors on a chip and requires a refresh signal to be sent to it periodically.
Static random access memory. (SRAM). A kind of random access memory that requires a constant supply of power in order to hold its content, but does not require refresh circuitry as dynamic random access memory (DRAM) does. Static RAM is usually faster than dynamic RAM, but takes up more space and uses more power. It is used for the parts of a computer that require highest speed, such as cache memory.
Synchronous Dynamic Random Access Memory. (SDRAM). High-speed DRAM that adds a separate clock signal to the control signals. SDRAM can transfer bursts of non-contiguous data at 100 MBytes/sec, and has an access time of 8-12 nanoseconds. It comes in 64-bit modules: long 168-pin DIMMs.
Fast page mode memory (FPM DRAM). A kind of DRAM memory. Fast page mode improved upon the original page mode memory by eliminating the column address setup time during the page cycle.
Unit 4. Software.
Task 1. Read and memorize the following words:
equipment— oборудование
internal — внутренний
mainboard — материнская плата
memory capacity — вместимость памяти
peripheral — периферийный
regardless — несмотря на,
specific — определенный
to boot — загружать
to check — проверять
to conduct — проводить
to develop — развивать,
developer — разработчик
to handle — управлять, обращаться c
to install — устанавливать
to provide with — обеспечивать чем-либо
to require — требовать
to secure — обеспечивать безопасность
security — безопасность
to transfer — переводить, переносить
Web-browser — «бpayзер» (программа, позволяющая пользователю искать и считывать информацию с глобальной электронной сети Internet)
Task 2. Read and translate the text.
TYPES OF SOFTWARE
A computer to complete a job requires more than just the actual equipment or hardware we see and touch. It requires software — programs for directing the operation of a computer or electronic data.
Software is the final computer system component. These computer programs instruct the hardware how to conduct processing. The computer is merely a general-purpose machine which requires specific software to perform a given task. Computers can input, calculate, compare, and output data as information. Software determines the order in which these operations are performed.
Programs usually fall in one of two categories: system software and applications software.
System software controls standard internal computer activities. An operating system, for example, is a collection of system programs that aid in the operation of a computer regardless of the application software being used. When a computer is first turned on, one of the systems programs is booted or loaded into the computers memory. This software contains information about memory capacity, the model of the processor, the disk drives to be used, and more. Once the system software is loaded, the applications software can be brought in.
System programs are designed for the specific pieces of hardware. These programs are called drivers and coordinate peripheral hardware and computer activities. User needs to install a specific driver in order to activate a peripheral device. For example, if you intend to buy a printer or a scanner you need to worry in advance about the driver program which, though, commonly goes along with your device. By installing the driver you «teach» your mainboard to «understand» the newly attached part.
Applications software satisfies your specific need. The developers of application software rely mostly on marketing research strategies trying to do their best to attract more users (buyers) to their software. As the productivity of the hardware has increased greatly in recent years, the programmers nowadays tend to include as much as possible in one program to make software interface look more attractive to the user. These class of programs is the most numerous and perspective from the marketing point of view.
Data communication within and between computers systems is handled by system software. Communications software transfers data from one computer system to another. These programs usually provide users with data security and error checking along with physically transferring data between the two computer's memories. During the past five years the developing electronic network communication has stimulated more and more companies to produce various communication software, such as Web-Browsers for Internet.