English Assignment For ELKA CLASS
English Assignment For ELKA CLASS
COMPUTER ARCHITECTURE
START-UP
VOCABULARY
19
7) to withdraw g) to search for information in computer files or on
the Internet, especially on the World Wide Web
8) hardware h) to remove something or take it away
9) router i) to keep and save information in a digital device
10) graphics card j) to perform mathematical and logical operations
on data according to programmed instructions in
order to obtain the required information
11) hard drive k) information in electronic form that can be stored
and used by a computer
1) to manipulate а) suitable
2) to store b) to surf
3) to browse c) to transform
4) to be composed d) to handle
5) delicate e) to keep
6) to access f) fragile
7) to convert g) to consist
8) appropriate h) to be admitted
3. Complete the table with the necessary derivatives. Pay attention to the
meaning of the words.
READING
20
A Typical Computer
2. Read the text again and say whether these statements are true or false.
21
LANGUAGE FOCUS
QUESTION TYPES
1. Match the question with the appropriate answer and comment on the
question type.
LISTENING
1. Why are programs saved in a different format than the human readable
programming languages that they are written in?
2. What are some of the programs that your computer is running even when you’re
not touching it?
3. What are some of the things your computer needs to know in order to respond
properly to a mouse click?
ACTIVATING VOCABULARY
27
B eyes and hands
C stomach
D lungs
E none of the above
…That between the mouse click video playing, there was something that
captured your intention, understood it. Is it gremlins? Let's imagine that we can
shrink down size of an electron and inject ourselves into a
click mouse. took your mouse apart,
you'd see that it's really a very simple machine. It has a couple buttons
system for detecting motion and distance. You might have an optical
mouse that makes these measurements with lights and sensors, but older ones did
this hard rubber ball and some plastic wheels. Same concept. When you
click the button on your mouse, it sends a message computer with
information about its position. When your mouse click is received, it's
handled basic input/output subsystem. This subsystem acts like the eyes
and ears
and mouth and hands computer. Basically, it provides a
way computer
to interact with its environment. But it also acts like a buffer. In this case, the I/O
subsystem decides that your mouse click is pretty important, so it generates an
interrupt CPU.
"Hey, CPU! Got a click here. "The CPU, or central processing unit,
brains whole computer. Just like your brain doesn't take up your
whole body, the CPU doesn't take up the whole computer, but it runs the show
all . CPU's job, its whole job, is fetching instructions from
memory and executing them, billions of instructions a second.
Yes, billions every second: instructions to move your mouse
around screen, to run that clock widget on your desktop, play your
internet radio, manage the files you're editing hard drive, and much, much
more. Your computer's CPU is one heck multitasker!
"But oh my gosh, there's a very important mouse click. Let's drop everything now
and deal with that!"
There are programs for everything CPU does. A special
program mouse,
clock widget, internet radio, and for dealing with letters
sent keyboard. Each program was initially written by a human
human-readable programming language, like Java, C++, or Python.
29
But human programs take up of space and contain of
unnecessary information computer, so they are compiled and made
smaller and stored in bits of ones and zeros in memory. The CPU realizes that it
needs instructions for how to deal with this mouse click, so it looks up the
address mouse program and sends a request memory subsystem
for instructions stored there. Each instruction mouse device driver is duly
fetched and executed. And that's not nearly the end story! Because the
CPU learns mouse was clicked when the cursor was over a picture
button monitor screen, and so,
CPU the
asks
memory monitor program
to find out what that button is. And then the CPU has to ask memory
program button, which means CPU needs the monitor
program again
to show the video associated button, and so it goes.
And let's just say there are of programs involved before you even see the
button screen light up when you clicked it. So, just the simple task of
clicking your mouse means visiting all critical components of your
computer's architecture…
30