You will provide a comprehensive and detailed manual documenting the step-by-step process for building a computer using the components provided in LabSim 14.1: “Build a Computer from Scratch.” The manual will be used by entry-level technicians, so it should be clear, concise, and formatted using the IEEE citation style, with screenshots of each step from LabSim 14.1. Your manual should be similar to step-by-step instructions on How to Change the Oil in Your Car. In this example, not only is each step described in detail, but also there is a visual representation of each step. Keep in mind that your manual will be used as a guide for new technicians.
The manual should not document how to complete a LabSim section; rather, it should provide detailed instructions on how to build an actual computer for a potential customer:
“Drag the motherboard from the shelf to the motherboard plate in the system case.”
“After properly grounding yourself, pick up the motherboard and place it inside the area where the motherboard will sit in the case. Align the screw holes on the motherboard with the screw holes on the case. Use appropriate screws to mount the motherboard inside the case, making sure not to scratch the surface of the motherboard.”
To learn how you will be assessed on this assignment, please take a moment to review the rubric.
Computer Requirements
–
motherboard with Socket 1366
power supply that supports the specified motherboard
fastest processor possible (available on the shelf and compatible with the motherboard)
maximum memory possible
fastest hard drive possible
CD-DVD drive with fastest connection to the motherboard
best video card available (available on the shelf and compatible with the motherboard)
Manual Sections
–
In addition to including the sections listed below, your manual should
address the environment in which the computer build will take place. For example, what are the best practices when working in a carpeted room?
not use computer jargon. Although the manual will be used to train new technicians, it may also be used by someone with limited computer knowledge, so the manual must be easy to understand.
include explanations on methodology. For example, why is it important to use an antistatic grounding bracelet when working with the computer? Or why is it important to install memory sticks in pairs?
Workspace Preparation (LabSim 1.0)
Installing Motherboard (LabSim 3.3)
Installing Power Supply (LabSim 3.2)
Installing CPU (LabSim 3.4 and 3.10)
Installing RAM (LabSim 3.5)
Installing Hard Drive (LabSim 5.4)
Installing Optical Drive (LabSim 5.6)
Installing Video Card (LabSim 3.8)
Connecting Monitors, Keyboard, and Mouse (LabSim 4.0)
BIOS Configuration (LabSim 3.6)
Installing Windows 7 (LabSim 10.3)
Configuring Critical Windows Features (LabSim 9.0 and 10.0)
Competencies
This includes:
Applying IT best practices in working with computer systems:
Section 1: Workspace Preparation
Developing documentation or a manual for a given equipment or task:
Section 2: Installing Motherboard Section 3: Installing Power Supply Section 4: Installing CPU Section 5: Installing RAM
This includes:
Developing documentation or a manual for a given equipment or task:
Section 6: Installing Hard Drive Section 7: Installing Optical Drive Section 8: Installing Video Card Section 9: Connecting Monitors, Keyboard, and Mouse Section 10: BIOS Configuration
This includes:
Developing documentation or a manual for a given equipment or task:
Section 11: Installing Windows 7 Section 12: Configuring Critical Windows Features
Competency
This includes:
Selecting the appropriate parts to build and design a computer system:
Selecting an appropriate power supply, CPU, RAM, hard drive, optical drive, and video card
Configuring computer system:
BIOS
Windows 7
Windows features
Competency
This includes:
Using IEEE citation style
Using credible reasoning, appropriate research, and supporting evidence in communication
Synthesizing sources appropriately using paraphrase, summary, and quotation
Satisfying standards of writing style and grammatical correctness, including the use of industry-standard terminology and vocabulary
Overall Score
Last Completed Projects
topic title
academic level
Writer
delivered
jQuery(document).ready(function($) {
var currentPage = 1; // Initialize current page
function reloadLatestPosts() {
// Perform AJAX request
$.ajax({
url: lpr_ajax.ajax_url,
type: 'post',
data: {
action: 'lpr_get_latest_posts',
paged: currentPage // Send current page number to server
},
success: function(response) {
// Clear existing content of the container
$('#lpr-posts-container').empty();
// Append new posts and fade in
$('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination
currentPage++;
},
error: function(xhr, status, error) {
console.error('AJAX request error:', error);
}
});
}