Errata: A+ Exam Cram Books 220-1001/220-1002

6812

A+ Exam Cram

Clarification, Chapter 42, page 816: The for loop syntax has a problematic font making the lowercase “l” look very similar to a “1”. For example, the first script on that page is:

for ($i=1; $i -le 10; $i++)
    {Write-Host $i}

It is easier to read here then it is in the book, but in the book the -le 10 portion could be confused with -1e 10.

Typo, Cram Sheet – 220-1001 – #1. SODIMM DDR2 is 200-pin, not 204-pin. Table 1.1 on page 13 is correct.


A+ Exam Cram Practice Questions

Typo, Chapter 8, page 192 and 193:  Answer 1 should read “A and C”, not “A and D”. The explanation on page 193 is correct. My apologies!

Clarification, Question Id: 220-1002-BONUS-DP-01-26-69: The questions should ask about “Windows 10”, no just “Windows”. This causes confusion because msconfig could be used to fix the problem in Windows 7. Task Manager was and is the best answer though.