On Sat, Feb 28, 2004 at 01:45:09PM +1100, Ken Foskey wrote: > I want some ideas to test knowledge with a 10 minutes quiz for > beginners. One example I thought of was "take a file and give a list of > elements removing all repeats, ignoring case". This is testable using a > script written to test the output.
Perhaps a bit easy but how about: Given two files, A and B, containing a list of words, find: 1. The list of words common to A and B 2. The list of words contained in A but not in B -- Norman Gaywood, Systems Administrator School of Mathematics, Statistics and Computer Science University of New England, Armidale, NSW 2351, Australia [EMAIL PROTECTED] Phone: +61 (0)2 6773 2412 http://turing.une.edu.au/~norm Fax: +61 (0)2 6773 3312 Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
