Property Tax Console App

[code language=”csharp”] using System; using static System.Console; /// <summary> /// # # # # # # # # # /// # Mark Hesser # /// # Feb 10, 18 # /// # Property Tax # /// # # # # # # # # # # # # # # # # # # # […]

Hands-On Project 5-2 – Shop for a Power Supply

Shop online for a power supply to meet the needs of each of the following systems. Print or save the webpage showing the power supply, its features, and its price: A regular desktop system for light computing has a moderately priced motherboard and processor, onboard video, two SATA hard drives, a DVD-RW drive, and two […]

Hands-On Project 5-1 – Calculate Wattage Capacity for Your System

Please complete the HOP exercise using your Entry Build Do the following to compare the wattage capacity of the power supply installed in your computer with the recommended value: Search the web for a power supply wattage calculator. Be sure the one you use is provided by a reliable website. For example, the ones at newegg.com […]

5. Supporting the Power System – Reviewing the Basics

What are the two major components of a processor cooler assembly? How many pins does the CPU fan header on a motherboard have? If the power connector from the CPU fan has only three pins, it can still connect to the 4-pin header, but what functionality is lost? How do you determine the wattage capacity […]

Class Methods, Properties and Constructor Methods

The purpose for creating a special class to represent data is to contain all of the other data that’s associated with it. A field is a variable that belongs to the class. It’s sometimes called an instance field. Classes have both static fields and instance fields. A static field belongs to the class definition while […]

4. Processors and Memory – Reviewing the Basics

Who are the two major manufacturers of processors? What is the name of the memory cache that is on the same die as the processor? What is the name of the memory cache that is closest to the processor die but is not housed on the die? What is the name of the Intel technology […]