Tutorials Magnet

Helpful tutorials for learning purposes available for free.

Milestone 1: IT Consultation for MilleniAds

Assignment 2-3 Milestone 1: IT Consultation for MilleniAds IT-201 – Computer Platform Technologies Southern New Hampshire University Business Needs MilleniAds is a new start-up company that will be offering advertising products for clients. After sitting down and having a conversation with the entrepreneur, I was tasked with determining the business needs that will make MilleniAds […]

Milestone 1: IT Consultation for MilleniAds Read More »

Final Project Milestone Three: Software Applications

4-3 Final Project Milestone Three: Software Applications IT-201 – Computer Platform Technologies Southern New Hampshire University Software Applications To determine the specific software applications that will address all of MilleniAds’ needs, a table top meeting will need to be conducted with each department within the business so that all objectives can be covered. Once this

Final Project Milestone Three: Software Applications Read More »

Final Project: Milestone Three: IT Consultation for Swagger Distribution

6-2 Final Project Milestone Three: IT Consultation for Swagger Distribution IT-200 – Fundamentals of Information Technology Southern New Hampshire University Web Technologies It is important for Swagger Distribution to have a current and updated website because the website contains information that may change such as Blogs, Company News, Products and Services, and the Staff Directory

Final Project: Milestone Three: IT Consultation for Swagger Distribution Read More »

Declaring and Using Arrays

INF231 Week 4 Assignment public class gradesArray { public static void main(String[] args) { String[] nameArray = {“Jon”, “Rajesh”, “Elizabeth”, “Julio”, “Chang”}; String[] gradeArray = new String[5]; double[] score1Array = {72, 60, 45, 70, 89}; double[] score2Array = {50, 70, 60, 85, 90}; double[] score3Array = {70, 80, 90, 100, 100}; double[] averageArray = new

Declaring and Using Arrays Read More »

Final Project: IT Consultation for Swagger Distribution

7-2 Final Project: IT Consultation for Swagger Distribution IT-200 – Fundamentals of Information Technology Southern New Hampshire University HCI Microsoft Word provides an easy to understand platform with innovative icons that help each user quickly understand each option. Word provides eight items in the ribbon made up of Home, Insert, Design, Layout, References, Mailings, Review,

Final Project: IT Consultation for Swagger Distribution Read More »

Final: Temperature Conversion

INF231 Week 5 Final Temperature Conversion INF231 Week5 Final Project. import java.util.Scanner; public class FinalTemp{ public static void main(String[] args) { System.out.println(“Hello Instructor Alkilani, this is the INF231 Final assignment for Joseph Kennedy”); Scanner sc = new Scanner(System.in); boolean repeat=true; while (repeat) { try{ System.out.print(“nEnter temperature in Fahrenheit :”); String input=sc.next(); int temperature=Integer.parseInt(input); float celsius

Final: Temperature Conversion Read More »

Working with Conditionals and Loops Lab

import static java.lang.System.out; import java.util.Scanner; public class AverageGrade { public static void main(String[] args) { double TestScore1; double TestScore2; double TestScore3; String name1; Scanner Keyboard = new Scanner(System.in); System.out.print(“Please enter your name:”); name1 = Keyboard.nextLine(); System.out.println(“Please enter test score1”); TestScore1 = Keyboard.nextInt(); System.out.println(“Please enter test score2”); TestScore2 = Keyboard.nextInt(); System.out.println(“Please enter test score3”); TestScore3 =

Working with Conditionals and Loops Lab Read More »

INF 340 Week 2 Assignment 2 – Requirements Determination

Requirements Determination INF 340 Business System Analysis Requirements Documentation Requirements Documentation for a system can be obtained in three ways: traditional, which is the process of conducting interviews, observing personnel in their own work environment and collection of information, Modern, which consists of joint application design (JAD), and finally radical which our text describes as

INF 340 Week 2 Assignment 2 – Requirements Determination Read More »