Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

72 total results found

Exam 1 - Notes

Biology II

Deliverable 1

BIS Security Management Project

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

Biology II

Overview

BIS Security Management Project

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

Biology II

Deliverable 2

BIS Security Management Project

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

BIS Security Management Assignments

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

Advance Languages Assignments

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

Advance Languages Assignments

  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

Advance Languages Assignments

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

Advance Languages Assignments

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

Advance Languages Assignments

  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

Advance Languages Assignments

    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

Advance Languages Assignments

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

Advance Languages Assignments

  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

Advance Languages Assignments

  There is no assignment #5

Assignment #6

Advance Languages Assignments

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

Advance Languages Assignments

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...