Assignment 10. Computer science research and development

Useful pointers

Laboratory: Research News Reading

Read one of the stories referenced in the three recent issues of ACM TechNews mentioned above. Write a brief review of the story. Your review should cover the main idea and give your reaction to it, focusing on possible applications. In your review, when possible refer to related work, which you discovered using Google Scholar or one of the other references mentioned above. A suggested length is 300 to 1200 words per topic; use the wc command to count words.

Submit

Submit the following file by the end of the lab.

All files should be ASCII text files, with no carriage returns, and with no more than 200 columns per line. The shell command:

expand lab10.txt | awk '/\r/ || 200 < length'

should output nothing.


© 2005, 2007–2011 Paul Eggert. See copying rules.
$Id: assign10.html,v 1.20 2011/11/28 18:56:31 eggert Exp $