answersLogoWhite

0


Best Answer

Structured programming language is actually a concept used to improvise the code over common procedural language. Structured programming is somewhat similar to Object Oriented Programming or OOP, which are blocks of code from sub-routines that define a program's functionality.

Here are the features:

· Division of large problems into small procedures and functions

· Absence of Go to statement

· Main statements include If-then-else, call, and case statements

· Inclusion of facilities for declaring entry points and external references

· Extensive set of operators include arithmetic, relational, logical, bit manipulation, shift, and part word operators

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago
block-structured definitionlanguage

Any programming language in which sections of source code contained within pairs of matching delimiters such as " " and "" (e.g. in C) or "begin" and "end" (e.g. Algol) are executed as asingle unit. A block of code may be the body of a subroutine orfunction, or it may be controlled by conditional execution ( if statement) or repeated execution ( while statement, for statement, etc.).

In all but the most primitive block structured languages avariable's scope can be limited to the block in which it is declared.

Block-structured languages support structured programming whereeach block can be written without detailed knowledge of the innerworkings of other blocks, thus allowing a top-down design approach.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Large things are logically broken down into smaller things in a structured way in order to make them easier to follow. Structured programming can also be referred to as modular programming.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Features of structured programming language
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A programming language that encourages structured programming?

C++ (or any other C language) encourages structured programming. I'm not sure if you are asking for an 'object oriented language' rather than structured. If that's the case, any C language or Java would fit the description perfectly.


What is the comparative between Objective Oriented Programming Language and Structured Programming Language?

what is triple jump test?


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


What type of language c?

It is a structured, procedural, high level programming language.


What has the author Wade Ellis written?

Wade Ellis has written: 'Structured programming using Turbo BASIC' -- subject(s): BASIC (Computer program language), Structured programming, Turbo BASIC (Computer file) 'Structured programming using True BASIC' -- subject(s): Structured programming, True BASIC (Computer program language)


What language was developed by worth for teaching structured programming in universities?

java


What is pascal in computing?

a high-level structured computer programming language used for teaching and general programming.


What are the distinguishing features of the programming language called short code when was it invented?

what are the distinguishing features of the programming language called Short Code?


What is ECMAScript?

ECMAScript is a programming language adopted by the European Computer Manufacturer's Association as a standard for performing computations in Web applications. The ECMAScript language includes structured, dynamic, functional, and prototype-based features.


Evaluate the key features of language?

The key features of language are that it is communicative, arbitrary, structured, generative and dynamic.


What has the author Carl Feingold written?

Carl Feingold has written: 'Fundamentals of COBOL programming' -- subject(s): COBOL (Computer program language) 'RPG II programming' -- subject(s): RPG (Computer program language) 'Fundamentals of structured COBOL programming' -- subject(s): COBOL (Computer program language), Structured programming


What is structured programming language in C plus plus?

Your question makes no sense.