This document provides an introduction to programming in Fortran 90 for novice programmers. It discusses variables and data types in Fortran, including integer, real, complex, character, and logical types. It describes naming conventions for variables and how to specify or declare variables, including using the PARAMETER attribute to define constants. Implicit declaration of some variables is also mentioned.