Eggs Console App

[code language=”csharp”] # Mark Hesser # Dec 10, 17 # Eggs */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static System.Console; namespace Eggs { class Program { static void Main(string[] args) { //Declarations bool programSelectError = false, Menu = true; int programSelect; ConsoleKeyInfo kb; while (Menu) { Clear(); Title = "Main […]

ProjectedRaises Console App

[code language=”csharp”] /* Mark Hesser * Dec 10, 17 * Projected Raises */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ProjectedRaises { class Program { static void Main(string[] args) { //Declarations bool programSelectError = false, Menu = true; int programSelect; ConsoleKeyInfo kb; while (Menu) { Console.Clear(); Console.Title = "Main Menu"; //Main […]

Inches to Centimeters Console App

[code language=”csharp”] /* Mark Hesser * Dec 10, 17 * Inches to Centimeters */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace InchesToCentimeters { class Inches { static void Main(string[] args) { Console.Title = "Inches to Centimeters"; //Declarations const double centimetersInAnInch = 2.54; double inches, centimeters; //Example Conversion inches = 3; centimeters […]

1. First Look – Reviewing the Basics

List six types of video ports. Which is faster, a Hi-Speed USB port or a SuperSpeed USB port? What type of output does an S/PDIF port provide? What is the purpose of an expansion slot on a motherboard? What should be the setting for a dual-voltage selector switch on a power supply when using a […]

Entry Build

With a total budget of $450, please put together the components needed to build a modest workstation. Your list should minimally include: Case Motherboard (Match the socket to your CPU) Memory (Match the family to your MBoard) Disk Drive Power supply Optical drive Operating System Processor (Match the socket to your MBoard) Optional items: Monitor […]

Chapter 1 – Case Projects

Case Project 1-1: Troubleshooting Network Connectivity on a Small Network You are asked to visit a small law firm to help troubleshoot some network connectivity problems. The law firm’s network consists of 11 workstations connected by a single 24-port hub. A senior partner describes the problem as “consistent” and explains that every morning there is […]

Chapter 1 – Study Guide

What is TCP/IP – pg2 Origins & History of  TCP/IP Advanced Research Projects Agency (ARPA), funded an academic research project involving a special type of long-haul (long-distance) network, called a packet-switched network. In a packet-switched network environment, individual chunks of data (called packets) can take any usable path between the sender and receiver. The sender […]