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

Advance Languages

BIS Security Management

Biology II

Course Materials

Advance Languages

Assignments

Advance Languages

Notes

BIS Security Management

Assignments

BIS Security Management

Project

BIS Security Management

Notes

Advance Languages

Lab Notes

Biology II

Exam 1 - Notes

Biology II

Exam 2 - Notes

Biology II

Exam 3 - Notes

Biology II

Syllabus

Advance Languages

Class Time: 12:30-1:45pm MW      Location: McCool 202 Instructor: Ziyi(Zeek) Niu email: zn52@msstate.edu Office: McCool 313D Phone: 662-312-7832(Text only, include your Netid) Web site: http://misweb.business.msstate.edu (Go to your instructor's faculty...

Course Package 1

Advance Languages Course Materials

Download Link Hello.java /* File: Hello.java This is a simple sample standalone text-based Java application. Output is generated to StdOut (Standard Out), which in this case is the user's console. In a Java application, execution begins...

Course Package 2

Advance Languages Course Materials

Listener Interfaces Interface Interface Methods Add Method ActionListener actionPerformed(ActionEvent) addActionListener(ActionListener) AdjustmentListener adjustmentValueChanged(AdjustmentEvent) addAdju...

Syllabus

BIS Security Management

MW 2:00-3:15pm       McCool 202 Instructor:  Dr. Kent Marett E-Mail:  kmarett@business.msstate.edu I check my email several times daily.  Will reply within 24 hours. Office:  McCool 302P Virtual Office Hours:  MW 1:00-2:00 PM (or by appointmen...

Schedule

BIS Security Management

Date Details Mon Jan 7, 2019   Course Intro 2pm to 3:15pm Wed Jan 9, 2019   Security Governance Principles (Chap 1) 2pm to 3:15pm Mon Jan 14, 2019   Managing Identity and Authent...

Day 2 - Chapter 1

BIS Security Management Notes

Project The company under review must not be associated with Mississippi State University.Groups will be decided on Monday. Slide Notes This is not hacking 101.We are trying to wrap our head around how we protect information and what business decisions are ...

Course Intro

BIS Security Management

A university course in information security would normally be thought to reside in a computer science department, or in a college of engineering.  But this particular course is housed in the College of Business for good reason.  As you will see this semester, ...

Day 1 - Introduction

BIS Security Management Notes

Syllabus overview and expectation of class Nothing special

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

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

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