answersLogoWhite

0


Best Answer

It is programming languages is.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is languages is more suited to a structured program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is snarled program logic called?

Snarled program logic is unstructured logic, also known as "spaghetti" logic. Compiled machine code is the ultimate example of snarled program logic. Although spaghetti code is more compact and efficient than structured code, it is extremely difficult to both comprehend and maintain. Hence we use structured programming languages to provide a high level of abstraction between the logic of the programmer and the snarled logic of the machine-dependant code.


What is structured programming in java?

It is a subset of procedural programing that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.


How many languages in OOP?

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.


Can a function be called from more than one place in a program in c plus plus?

In C and C++, as well as in many (all?) languages, a function can be called from more than one place in a program. That's the purpose of functions - to encapsulate pieces of code that are needed in more than one place in the program.


Is it necessary to know C or C plus plus to learn matlab?

No. Both C and C++ are low- to mid-level languages while MATLAB is a high-level language. The level determines the amount of abstraction involved, and the higher the amount of abstraction, the easier a language is to use. Knowledge of another language is never a bad thing though. The more languages you are familiar with, the more easily you can determine which language is best suited to a particular solution.

Related questions

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 program logic?

Snarled program logic is unstructured logic, also known as "spaghetti" logic. Compiled machine code is the ultimate example of snarled program logic. Although spaghetti code is more compact and efficient than structured code, it is extremely difficult to both comprehend and maintain. Hence we use structured programming languages to provide a high level of abstraction between the logic of the programmer and the snarled logic of the machine-dependant code.


What is snarled program logic called?

Snarled program logic is unstructured logic, also known as "spaghetti" logic. Compiled machine code is the ultimate example of snarled program logic. Although spaghetti code is more compact and efficient than structured code, it is extremely difficult to both comprehend and maintain. Hence we use structured programming languages to provide a high level of abstraction between the logic of the programmer and the snarled logic of the machine-dependant code.


What are robotics languages?

The popular programming languages which are generally used to write a robotic program may be developed in c, c++, java etc.., these languages are more flexible when compare to the other languages.


What is a language translators?

It's a program you can download that will translate words to or from one or more foreign languages for you.


Where can I learn more about cash for structured settlements?

You can learn more about cash for structured settlements at at www.jgwentworth/Structured-Settlement/Sell-Structured-Settlement.aspx. They explain what a structured settlement is, and how to sell all or some of your monthly payments.


Is vocaloid a real show?

No. Just a singing synthesis program with English, Japanese, Spanish, Chinese and Korean languages. There are more languages coming up soon.


Object-oriented software is another name for structured software?

Object-oriented programming is a more recent subset of structured programming. Structured programming emphasized the need to align data structures with program structure, a concept that is formalized and carried much further in object-oriented programming. However, structured programming advocated hierarchical constraints on program structure that are incompatible with the event-driven, message-passing software architectures commonly implemented in the object-oriented style, today.


The more structured and logical nature of the logic diagram?

The more structured and logical nature of the logic diagram...


What is structured programming in java?

It is a subset of procedural programing that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.


What is the disadvantage of programming languages?

Without them you wouldn't be able to program :P. Besides that though, each programming language has a different level of abstraction, meaning how closely they resemble machine code. Low-level programming languages closely resemble machine code while high-level languages more closely resemble actual words and are more intelligible. Low-level languages are generally considered harder to learn than high-level languages and take more instructions to do something than a program made in a high-level language made to do the same task.


How can people program a computer?

You can program a computer using any of thousands of high-level or low-level languages, exen directly in binary (the only thing a computer can truly read). Do a little research on some of the more popular, high-level languages, such as C++, C, and JAVA.