answersLogoWhite

0


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

Wiki User

2012-04-18 09:13:05
This answer is:
User Avatar
Study guides

What is a programming language

What does DOS stand for

What is a software that is distributed for free

What do unix and Linux have in common

➡️
See all cards
3.91
53 Reviews

Add your answer:

Earn +20 pts
Q: What is a block structured programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Procedural programming languages are also known as?

All procedural programming languages are derived from the structured programming paradigm, thus all procedural programming languages are also structured.


Which is languages is more suited to a structured program?

It is programming languages is.


What is block structured programming language?

block-structured definitionlanguageAny 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.


Give some examples for structured programming language?

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


Is structured programming an OOP principle?

No. Structured programming came before object-oriented programming. Most OOP languages make use of structured programming, but only because they were already using structured principals, not because they now use OOP principals.


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


What are the Structured programming languages?

In Structured Programming also known as Modular Programming Each Method(function) is structured itself. Such logical structure make programming more efficient and easy to understand. it employs Top-Down design model.


What is the difference between Structured Programming Language from Object Oriented Programming Language?

A true OOP language uses blocks of programming that have data fields and act as objects to accomplish tasks. These objects interact with each other and demonstrate inheritance. OOP languages include Java, C++ and Perl. Structured Programming uses subroutines, blocks, and for and while loops to keep the programming readable. Some structured programming languages are ALGOL and Pascal.


How many programming languages are there?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


What are the characteristics of procedural programming language?

Procedural languages are structured languages which implement the procedural call-and-return mechanism. C is a procedural language (functions are procedures). Languages that support the object oriented programming paradigm are also procedural languages.


What Example of structured programming?

The examples of structured programming are ALGOL,PASCAL,PL/I... This structured programming concept later on emerged as Object Oriented Programming...

People also asked