To give your browsing some sort of purpose and direction, find answers
to the following questions concerning computer crime. You may wish to use the Google website http://www.google.com to research your answers.
Type your answers into a text document
named Lab0Answers.txt using NotePad or SimpleText or some
other text editor. SimpleText is located in the
Applications folder on the Desktop.
- Define and distinguish between the following types of computer crimes:
- computer virus:
- computer worm:
- spyware:
- phishing:
- Trojan horse attack:
- Give three examples of actions involving computing
resources that would violate policies set forth at your college.
Downloading a Java Applet
One attractive feature of the Java programming language is that it is
possible to write platform independent programs -- i.e.,
programs that run on Macs, Windows or Unix computers. Another nice
feature is that one can write applets, which are programs that
can be embedded within a Web page. When you run an applet, its
bytecode is downloaded across the Internet into your
browser. Assuming your browser is equipped with the appropriate
version of the Java Virtual Machine, it will then interpret and
execute the applet's bytecode.
Exercise 3