Advanced Search
Search Results
72 total results found
Exam 1 - Notes
Deliverable 1
Identify the organization being reviewed. A brief description should be included. This should include information about the following Name of the organization (to be withheld later) Location Size and scope Industry type, main products and services offe...
Exam 2 - Notes
Overview
An information security review of an existing business or organization will be performed by you and the rest of the group. My hope is that you and your group will be able to identify a business of convenience to you fairly quickly. You will also need to receiv...
Exam 3 - Notes
Deliverable 2
In this deliverable, you should prepare an initial draft of questions that you will use in your interview(s) with your point(s) of contact. This list should include both questions that will meet the generic guidelines of the review (see below) and questions t...
Wardriving
Due Jan 23 by 11:59pm Points 100 Submitting a text entry box Available Jan 7 at 12am - Apr 30 at 11:59pm 4 months Note: This lab should be conducted on a machine with a working wireless network card. Also note: I have used some of these a...
Assignment #1a
misweb registration Our class uses misweb for the class's course technology. We do not use MyCourses, or any other course technology system. You can use either a desktop computer or a mobile device (with a web browser) to access our class's online resources: ...
Assignment #1b
Programming Environment Setup In assignment #1b, you will download and install several pieces of software. In assignment #1c, you will write your first Java application. Be sure to do assignment #1c! The software that we will use during the semester will ...
Assignment #1c
Hello World filenames: HelloWorld.java, HelloWorld.class (Many of the assignments provide instructions for writing your programs in Eclipse. Using Eclipse is not required. You can type your programs with a standard text editor, and compile from the command-l...
A Brief Linux Reference Guide
Working with directories mkdir <name> make subdirectory with specified name rmdir <name> remove specified subdirectory cd <name> move down to specified subdirectory cd .. move up one directory leve...
Assignment #2a
DateTime filenames: DateTime.java, DateTime.class Create the text-based application DateTime.java. This program should instantiate a Date object, then use that object's toString() method to display the current date and time to “Standard Out”. Be sure to u...
Assignment #2b
Throughout the semester, be sure to use the filenames that the assignments tell you to use. On mislab, store all files in your public_html directory. Do not create any additional directories. Do everything you can to make the job of grading your...
Assignment #3
Text-based Payroll Application Filenames: Payroll.java, Employee.java, Utility.java Create a project named Payroll. In this project, we will create two classes – Payroll and Employee – and use a third class that you can download from our course web site. Pay...
Assignment #4
Text-based Trivia Application Filenames: TextTrivia.java Write a text-based application which will list today's trivia events to the console. Ask the user for today's month and day (from the keyboard), then read the class's trivia file (two versions avail...
Assignment #5
There is no assignment #5
Assignment #6
GUI Payroll Application Filenames: GUIPayroll.java, Employee.java, Utility.java This assignment re-uses the Employee class that you created in the previous assignment. You may also want to use the padString method from Utility.java for formatting some of you...
Assignment #7
Improved GUI Payroll Application Filenames: GUIPayroll.java, Employee.java, Utility.java Modify your GUIPayroll project to handle invalid user input in the (expected) numeric fields. Use a try/catch block when you try to get a primitive numeric representatio...