Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 1)
1.
Which of the following languages is more suited to a structured program?
PL/1
FORTRAN
BASIC
PASCAL
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
83 comments Page 2 of 9.

Mani said:   1 decade ago
Pascal is a procedural programming language, designed in 1968-1969 and published in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring.

Shewangizaw Bogale said:   9 years ago
Structured programming (modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify. Ex : PASCAL, Java, ALGOL.
(1)

Nandlal Chavhan said:   10 years ago
Pascal was originally developed for the development of well structured and well organized programs. Support structured programming means This is accomplished through the use of subprograms called procedures and functions.

Robin Tyagi said:   1 decade ago
Pascal is Algol based language and includes many constructs of Algol. Algol 60 is a subset of Pascal. Pascal offers several data types and programming structures. It is easy to understand and maintain the Pascal programs.

Sanny said:   1 decade ago
Pascal and C both structured language because both has a proper syntax i.e. structure and of course @Priya both are procedural language, both has functions i.e. procedures.

Rathika.b said:   1 decade ago
Pascal language is came before C lang.

SO, before C lang, pascal is also a structured lang.

In given ans, if they given C then we give an preference to C .

Prathiba said:   1 decade ago
Pascal is more suited for structured program because it has good features, since it is the oldest method it is well structured and has a proper syntax.

Sagar said:   1 decade ago
BASIC is a one type of symbolic instruction code language, FORTRAN is formula translation language so its not suitable for structured program.

Ramesh K said:   1 decade ago
Structured programming languages include: ALGOL, Pascal, PL/I and Ada so PL/I, PASCAL are both programming language. Please suggest my query?

Sukhvinder said:   1 decade ago
The clock interrupt handle on a computer requires 2 msec per clock tick. The clock runs at 60Hz. What percent is devoted to the clock ?


Post your comments here:

Your comments will be displayed after verification.