To build up a set of questions for the Linux+ exam we are going to post a question in this topic every day... or almost every day

and give the answer the next day. You can also post
your own questions if you like... be sure to include the exam objective the question covers. Here's the complete list of the
Linux+ exam objectives, also check out the clarifications link at the bottom of the page.
Here is the first question:
Q 1. Which of the following are true regarding the kernel version 2.1.20? (Choose 3.)
a. The major version is 2.
b. The minor version is 20.
c. The minor version is 1.20
d. The patch number is 20.
e. The patch number is 1.20.
f. The kernel is in development.
g. The kernel is stable.
Exam objective: 1.9 Identify how the Linux kernel version numbering works
Correct Answers: a, d, f.
Explanation: First digit is Major version (2), second digit is Minor version (1), third digit is kernel patch number (20) and forth is package number. If the Second digit is an ODD number the kernel is in beta/development. If the Second Digit is an EVEN number the kernel is from the release/production branch. Kernel versions do not translate directly to stability.