Общее·количество·просмотров·страницы

воскресенье, 16 октября 2011 г.

Ефимов Павел ВМ-01

A.
1. What developments are driving the development of compeletely  new interfaces?
Developments such as speech recognition, and the convergence of PC and consumer electronic devices .
2. What has inspired a whole cottage industry to develop to improve today's graphical user interface?
The hyperlinked design of the World wide web.
3. In what way have XML-based formats changed the user interface?
Including local and network files within a single browser interface.
4. What type of computers are certain to benefit from speech technology?
Palm-size and handheld PCs.
5. Name a process where a mouse is particularly userful and a process where it is not so useful?
Not for changing the style of a paragraph. a user can first point to appropriate paragraph.
6. What facilities are multimodal interfaces likely to offer in the future?
Hand writing recognition, text to speech, the ability to recognize faces or gestures, and even the ability to observe their surroundings.
7. What type of input device will be used to give vision to the user interface?
Videocameras.
8. What development has to an interest in intelligent agents?
This information onslaught has ledto an interest in intelligent agents.
9. List ways in which intelligent agents can be used?
They can be used as Web browsers, help-desks, and shopping assistants.

B. 1.
a. GUI - graphical user interface.
b. Multimodal interface - a system that allows a user to interact with a computer using a combination of inputs such as speech recognition, hardwriting recognation, text to spech, etc.
c. Intelligent agent - software assistant that perfoms tasks such as retrieving and delivering information and automating repetitive tasks.
d. TTS - text to speech
e. The intelligent room - a project of the Mussachusetts institute of Technology's Artifical Intelligence Lab.

B. 2.
a. Fewer people are using computers because computer functions are becoming integrated into other electronic devices. - False.
b. Keyboards and mice will soon not be required for using personal computers.
True.
c. There have been no improvements in interface gesign since the development of the GUI. - Falce.
d. Speech recognition is likely to completely replace other input devices. - False.
e. Computer speech and vision will free the user from having to sit in front of a keyboard and sreen. - True.
f. Intelligent agents will make computers seem more like humans. - True.

понедельник, 2 мая 2011 г.

LINUX

Linux has its roots in a student project. In 1992, an undegraduate called Linus Torvalds was studying computer science in Helsinki, Finland. Like most computer science courses, a big component of it was taught on ( and about) Unix. Unix was the wonder operating system of the 1970s and 1980s: both a textbook example of the principles of operating system design, and sufficiently robust to be the standart OS in engineering and scientific computing.
Annoyed by the shortcomings of Minix ,Linus set out to write his own 'kernel' - the core of an operating system that handles memory allocation, talks to hardware devices, and makes sure everithing keeps running. He used the GNU programming tools developed by Richard Stallman's Free Software Foundation. When he'd written a basic kernel, he released the source code to the Linux kernel on the Internet.
Source code is important. It's the original from which compiled programs are generated. If you don't have the source code to a program, you can't modify it to fx bugs or add new features. Most software companies won't sell you their source code, or will only do so for an eyewatering price, because they belive than if they make it available it will destroy their revenue stream.
Programmeres began using Linux. They found that it didn't do things they wanted it to do - so they fixed it. And where they improved it, they sent the imrovements to Linus, who rolled them into the kerne. And Linux began to grow.
There's a term for this model of software development; it's called Open Source. Anyone can contribute to it. If you use it heavily you may want to extend or develop or fix bugs in it - and it is so easy to give your fixes back to the community that most people do so.
An operating system on it's own isn't a lot of use; but Linux was purposefully designed as a near-clon of Unix, and there is a lot of software out there than is free and was designed to compile on Linux. By about 1992, the first 'distributions' appeared.

A distribution is the Linux-user term for a complete operating system kit, complete with the utilities and applications you need to make it do useful things - command interpreters, programming tools, text editors, typesetting tools, and graphical user interfaces based on the X windowing system. X is a standard in academic and scientific computing. It's a complex distributed windowing system on which people imlement graphical interfaces like KDE and Gnome.
As more and more people got to know about Linux, some of them began to port the Linux kernel to run on non-standart computers. Because it's free, Linux now the widelyported operating system there is.