The following sections of this BookRags Literature Study Guide is offprint from Gale's For Students Series: Presenting Analysis, Context, and Criticism on Commonly Studied Works: Introduction, Author Biography, Plot Summary, Characters, Themes, Style, Historical Context, Critical Overview, Criticism and Critical Essays, Media Adaptations, Topics for Further Study, Compare & Contrast, What Do I Read Next?, For Further Study, and Sources.
(c)1998-2002; (c)2002 by Gale. Gale is an imprint of The Gale Group, Inc., a division of Thomson Learning, Inc. Gale and Design and Thomson Learning are trademarks used herein under license.
The following sections, if they exist, are offprint from Beacham's Encyclopedia of Popular Fiction: "Social Concerns", "Thematic Overview", "Techniques", "Literary Precedents", "Key Questions", "Related Titles", "Adaptations", "Related Web Sites". (c)1994-2005, by Walton Beacham.
The following sections, if they exist, are offprint from Beacham's Guide to Literature for Young Adults: "About the Author", "Overview", "Setting", "Literary Qualities", "Social Sensitivity", "Topics for Discussion", "Ideas for Reports and Papers". (c)1994-2005, by Walton Beacham.
All other sections in this Literature Study Guide are owned and copyrighted by BookRags, Inc.
Program statements are grouped into two general classes, executable, and nonexecutable. An executable statement is one that can be used only in the context of a function statement--one that specifies a task to be performed. When compiled, an executable statement is translated into object code. The object code specifies the task that will be carried out when the program is running.
Executable statements are action statements. Nonexecutable statements, in contrast, are not part of the sequence of commands that specifies an action. Examples of nonexecutable statements are characteristics, arrangements, and the initial value of data.
The type of execution statement can vary, depending on the program. In the FORTRAN operating language, executable statements are translated by the compiler into a set of machine code instructions. In the C++ operating language, there are three categories of executable statement: assignment statements (the assigning of a value to a identified memory location), expressions (which specify computational actions on data), and input/output statements. Other languages have their own unique executable statements.
The following are a few of the dozens of statements that are executable in the FORTRAN operating language:
Because of their importance in the operation of programs, executable files can sometimes become the target of malicious activity. A virus, called the W32.Winux proof of concept, was the first known virus capable of infecting Windows and Linux operating systems. The virus infected PE files, which are Windows executable files, and ELF files, which are Linux executable files.