Q. Explain about the programming languages?
Programming language is a
language specifically designed to express calculations that can be performed
using computer.
Programming languages are
used to create programs that control the behaviour of a system, to express
algorithms or as a mode of human communication.
Programming languages
have a vocabulary of syntax and semantics for instructing a computer to perform
specific task.
Programming languages
refers to high level languages such as BASIC, C,C++, PASCAL, etc. Each of these
languages has a unique set of keywords and a special syntax for organizing
programme instructions.
The programs that are
written in any programming language has to be converted into the machine
langue. There are two types to do this compiler and interpreting the program.
Q. Explain
Advantages of Flowcharts
· A
flowchart is a diagrammatic representation that illustrates the sequence of
steps that must be performed to solve a problem.
· They
are usually drawn in the early stages of formulating computer solutions to
facilitate communication between programmers and business people.
· Flowcharts
help programmers to understand the logic of complicated and lengthy problems.
· They
help to analyze the problem in a more effective manner
· Flowchart
is also used for program documentation. Flowchart can be used to debug programs
that have error(s).
Limitations
of using Flowcharts
· Drawing
flowcharts is a laborious and a time consuming activity.
· Flowchart
of a complex program becomes, complex and clumsy. At times, a little bit of
alteration in the solution may require complete re-drawing of the flowchart
· Essentials
of what is done may get lost in the technical details of how it is done.
· There
are no well-defined standards that limits the details that must be incorporated
in a flowchart
Comments
Post a Comment