Dear Linux Certification test makers and test takers: (November
17th,2006)
Microsoft made a big mistake by deciding that
networking employees could pass Microsoft certification
exams without knowing how to write computer programs at all.
It is a tradgedy when networking professionals spend their
lives fiddling with computers on networks without ever learning
even simple programming. The communnity colleges teach
many networking classes. But computer programming classes
are frequently canceled at communnity colleges because of
low enrollment because the Microsoft certification exams
do not yet require knowledge of programming. The few students who
want to learn programming are unable to when programming classes are
canceled because of low enrollment. It is not easy to get communnity
colleges to make computer programming a graduation requirement to
increase enrollment because communnity colleges have already refused
to make senior high school algebra (Math 125) a graduation
requirement.
Microsoft is also hard to control. Microsoft might have made network
certification without programming to reduce the number students taking
computer programming classes so there will not be enough people who
know
how to program computers in order to compete with Microsoft.
LINUX is NOT MICROSOFT.
Linux does need millions of additional students to learn
how to write computer programs because Linux is not finished
yet. Some communnity colleges are adding Linux networking classes
but initially failing to reinstate canceled programming classes.
I believe the way to improve communnity college curriculums is to
first change the Linux+ certification exams for OUR LINUX to
begin to require knowledge of computer programming to pass the
new Linux+ certification exams. You will have to know what an
array subscript is in order to pass the upgraded Linux certification
exams.
-----------------------------------------------------
I am requiring All Linux certification exam
producers to add questions about computer programming
to ALL LINUX CERTIFICATION EXAMS because it is
my utmost hope that Linux continue to improve in the
future. Linux is not finished yet. There is a severe
shortage of people on Earth who know how to program
computers.
I herby ORDER everyone who is planning on seeking
any type of Linux Certification to learn medium
complexity c or c++ programming techniques before
attempting to take any kind of Linux certification exam.
We can start with some examples
zctop: if((larry21 * zheight) < 0)goto zctwo;
labels in c start with an alphabetic letter.
Simple variables such as larry21 are where
numbers are stored. The < is for less than.
Equality in a comparison is two equals signs in a row.
zctwo: if((berry23 - tiny22) == 0)goto zctop;
The c language even uses groups of numbers called
arrays. A SUBSCRIPT in a statement is an integer variable
name whose value chooses which number in the group of numbers
called an array is being used in that statement.
ires = isapci[iwhich];
ires is the simple integer result.
isapci is the group of integers called an array.
iwhich is the SUBSCRIPT that chooses which number
within isapci will be copied to ires.
I also believe that even if your current
or proposed job does
not require programming that computer programming is a
good hobby and I hope that everybody who does anything
at all with LINUX will learn programming so when someone
wants to help improve LINUX in the future they will have
good computer programming skills that are needed to
improve LINUX.
---------
Eric Matteson
(E-Mail Removed)