Both Oss and Application Software Are Written in Coding Schemes Called Programming Languages
Both Oss and Application Software Are Written in Coding Schemes Called Programming Languages
The
primary function of a programming language is to provide instructions to the computer system so that it
can perform a processing activity. IS professionals work with programming languages, which are sets of
keywords, symbols, and a system of rules for constructing statements by which humans can communicate
instructions to be executed by a computer. Programming involves translating what a user wants to
accomplish into a code that the computer can understand and execute. Program code is the set of
instructions that signal the CPU to perform circuit-switching operations. In the simplest coding schemes,
a line of code typically contains a single instruction such as, ‘’Retrieve the data in memory address X.’’
As discussed in Chapter 3, the instruction is then decoded during the instruction phase of the machine
cycle. Like writing a report or a paper in English, writing a computer program in a programming language
requires the programmer to follow a set of rules. Each programming language uses a set of symbols that
have special meaning. Each language also has its own set of rules, called the syntax of the language. The
language syntax dictates how the symbols should be combined into statements capable of conveying
meaningful instructions to the CPU. A rule that ‘’variable names must start with a letter’’ is an example.
A variable is a quantity that can take on different values. Program variable names such as
SALES,PAYRATE, and TOTAL, follow the rule because they start with a letter, whereas variables such
as %INTEREST, $TOTAL, and #POUNDS do not.
Programming languages were developed to help solve particular problems. Since they were each
designed for different problems, they contain different attributes. Each of the attributes in Table 4.10
represents two extremes, with most languages falling somewhere between these extremes
Task 3. Choose the words from the box and put each of them in the correct place of the
sentence.
Primary; symbols; statements; the CPU; decoded; coding schemes; contain; programming
languages; translating; instruction
1. The research involved the use of primary source materials in national and local archives.
2. Programming languages are sets of keywords, symbols, and a system of rules for
constructing statements by which humans can communicate instructions to be executed by a
computer.
3. Both Oss and application software are written in coding schemes called programming
languages.
8. Instructions are then decoded during the instruction phase of the machine code.
9. The language syntax dictates how the symbols should be combined into statements
capable of conveying meaningful instructions to the CPU
10. Each programming language uses a set of symbols that have special meaning.
Task 4. Find the words according to their definitions in the marked paragraph of the text.
Task 6. Read the key terms carefully and find the best explanation.