Write an e-mail in English and then run it through the various translation services of AltaVista. If you speak another lan- guage, compare the translation with the original and comment on the effectiveness of the translation service.

What will be an ideal response?








The first message below is a copy of an English e-mail typed into Alta Vista. The second message is the translation of the e-mail performed by Alta Vista. The message was translated into French.



Computer Science & Information Technology

You might also like to view...

Given the following contents of a sequential file, how many fields are in each record?

```“Duck”,”yellow”,”feathers”,2 “Dog”,”brown”,”fur”,4 “Fish”,”gold”,”scales”,0``` a. 3 b. 4 c. 5 d. 12

Computer Science & Information Technology

What is y after the following for loop statement is executed?

``` int y = 0; for (int i = 0; i < 10; ++i) { y += 1; } ``` A. 9 B. 10 C. 11 D. 12

Computer Science & Information Technology

The Color blending mode does not in any way affect the hue value of base pixels.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

All of the following host popular websites offering weather information and forecasting EXCEPT ____.

A. ?Weather Underground B. ?AccuWeather C. ?Hubble Climate D. ?NOAA's National Weather Service

Computer Science & Information Technology