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 1 of 9.

IQRA said:   3 months ago
Some of the languages initially used for structured programming include: ALGOL, Pascal, PL/I, Ada and RPL.

Both high- and low-level programming languages use non-structured programming.

Some languages commonly cited as being non-structured include JOSS, FOCAL, TELCOMP, assembly languages, MS-DOS batch files, and early versions of BASIC, Fortran, COBOL, and MUMPS.
(6)

Makesh said:   3 months ago
Wow, nice explanation. Thanks.

Aarati Rajaram patil said:   2 years ago
Pascal language is the right answer.

Basudeb said:   2 years ago
PASCAL is generally considered more suited for structured programming compared to the others listed. It was designed specifically to encourage good programming practices, emphasizing structured programming techniques like using subroutines, functions, and control structures such as loops and conditionals.

While other languages like FORTRAN and BASIC have evolved to support structured programming, PASCAL was created with structured programming principles in mind from the outset.
(11)

Anamika said:   2 years ago
Thank you, everyone.
(6)

Rambo said:   2 years ago
Pascal is well-suited for structured programming because it enforces clear control flow structures, uses block organization, avoids unstructured jumps like goto, promotes structured data types, emphasizes code clarity, and supports procedures/functions for modularization.

These features make Pascal's code more readable, maintainable, and reliable.
(7)

YADAV said:   2 years ago
PASCAL languages is more suited to a structured program. Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968–69 and published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.
(9)

Jay said:   4 years ago
PASCAL languages are more suited to a structured program.
(3)

Kiran said:   5 years ago
Thanks all.
(3)

G krishnaji said:   7 years ago
Structure-oriented method called C programming and what is the meaning of Pascal?
(1)


Post your comments here:

Your comments will be displayed after verification.