Actions

Prepping the Ham Exams: Difference between revisions

From HacDC Wiki

(Created page with "The amateur radio license exams are _not_ hard to study for and pass, and all the resources you need are available online. The questions you will be asked are a random selection...")
 
No edit summary
Line 5: Line 5:
One way to study is to just go through the test pool and memorize all the correct answers.  But if you read through the pools as-is, they've got all the wrong answers in them too, which I found distracting, and possibly even misleading.  So I wrote a small python script that reads the test pool files and selects out just the right answers.  The code is awful, but works.
One way to study is to just go through the test pool and memorize all the correct answers.  But if you read through the pools as-is, they've got all the wrong answers in them too, which I found distracting, and possibly even misleading.  So I wrote a small python script that reads the test pool files and selects out just the right answers.  The code is awful, but works.


* [[2010Tech.txt]]
* [[Media:2010Tech.txt]]
* [[2011General.txt]]
* [[Media:2011General.txt]]
* [[Media:parseHamExam.py]]
* [[Media:parseHamExam.py]]

Revision as of 16:30, 16 January 2012

The amateur radio license exams are _not_ hard to study for and pass, and all the resources you need are available online.

The questions you will be asked are a random selection from a known and published test question pool.

One way to study is to just go through the test pool and memorize all the correct answers. But if you read through the pools as-is, they've got all the wrong answers in them too, which I found distracting, and possibly even misleading. So I wrote a small python script that reads the test pool files and selects out just the right answers. The code is awful, but works.