answersLogoWhite

0

What is block structured programming language?

Updated: 8/20/2021
User Avatar

Wiki User

6y ago

Best Answer
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.

User Avatar

Flavio Balistreri

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is block 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)


Features of structured programming language?

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


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 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.


What has the author Nancy B Stern written?

Nancy B Stern has written: 'Structured COBOL programming' -- subject(s): COBOL (Computer program language), Structured programming


What is the difference structured programming language and java?

There is no difference between procedural programing language & structure programing language