1.complex coding
2.no security(due to use of pointers)
3.gives more importance to instruction than data
3.for the global variables declared, program becomes junky
The first procedure-oriented programming language is considered to be Fortran (short for Formula Translation). It was developed by IBM in the 1950s for scientific and engineering computations.
Advantage: Language allows us to communicate complex ideas, emotions, and information with others, fostering understanding and connection. Disadvantage: Miscommunication, misunderstandings, and language barriers can lead to conflict or confusion.
One disadvantage of oral language is its potential for miscommunication or misunderstanding due to factors such as accents, tone of voice, and speech clarity. Oral language also lacks a permanent record, making it difficult to reference or verify information exchanged verbally.
One disadvantage of speaking is the potential for misunderstandings to occur due to misinterpretation of tone, body language, or context, which can lead to conflict or miscommunication.
"e language" typically refers to Eiffel, a programming language known for its emphasis on object-oriented design. "L language" can refer to several different programming languages, such as Lisp, Lua, and LabVIEW, each with its own unique features and applications.
It is not object oriented language.
sdfew
a program generation activity aims at automatic generation of a program.The source language is a specification language of an application doamain and the target language is typically a procedure oriented programming language.A program execution activity organized the execution of a program return in a programming language on a computer system.Its source language could be a procedure oriented language or a problem oriented language
The first procedure-oriented programming language is considered to be Fortran (short for Formula Translation). It was developed by IBM in the 1950s for scientific and engineering computations.
procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow
C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.
Answering "List the advantage and disadvantage of object oriented database model?" Answering "List the advantage and disadvantage of object oriented database model?"
C is neither procedure-oriented nor problem-oriented. C is a structured, general purpose programming language. Procedure-oriented programs are distinct in that code jumps around -- a lot. They do not have structured loops nor do they have procedure calls (subroutines, functions or procedures), but they do make prevalent use of jump or goto statements. As a result, procedure-oriented programs are often called "spaghetti code" due to the difficulty in both reading and maintaining the program. Machine code and assembly language are both examples of procedure-oriented languages. Although you could theoretically write a C program using nothing but procedural programming methods, the resultant spaghetti code will be extremely difficult to read and maintain. Imagine if you couldn't use for(), while() and do..while() loops, and couldn't call any functions, not even the built-in functions. You would basically have nothing more than a single main() function with all code contained therein. Even multiple statements enclosed in braces would not be permitted in procedural-programming. Problem-oriented programming languages are languages tailored to a particular application. Although it is possible to create a problem-oriented language within C, as a superset of C for instance, C itself is general purpose.
AnswerA procedural language is a programming language in which everything is processed in the order it appears to the computer.In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events.PHP is both a procedural and object-oriented language, depending on the way it is used.
LOTTA
yes,vb is an event oriented language.
machine oriented language: A programming language designed for use on specific class of computers. problem oriented language: A language whose statement resemble terminology of the user. Thanks