answersLogoWhite

0

- Easy location of errors in the program

- Easy understanding of the program code

- Execution of the pogram is faster

- The program becomes neat (commenting the program codes)

Jimmy C. Malusi (jimmy20clinton@live.com)

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
More answers

Fundamental features of most programming languages are keywords (reserved words) and built-in data types. These generally form the building blocks for user-defined functions and data types.

User Avatar

Wiki User

12y ago
User Avatar

Key Words

Programmer-Defined Identifiers

Operators, Punctuation

Syntax

User Avatar

Wiki User

15y ago
User Avatar

what are the features of good programming language?

User Avatar

Wiki User

15y ago
User Avatar

The elements of a programming language generally consist of input, processing, and output. Statements, blocks, functions, variables, types, objects... and stuff like that

User Avatar

Wiki User

9y ago
User Avatar

What are the characteristic features of the procedural programming languages

User Avatar

Add your answer:

Earn +20 pts
Q: What are the characteristic features of the procedural programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are some examples of procedural and non procedural programming?

Procedural programming is classic programming where the program language is used to tell the computer EXACTLY what do do - step by step. Examples are Assembler, Fortran, Cobol, C, etc etc. Very detailed, very difficult and time consuming to write, but very efficient from the computers point of view. NON-procedural programming is where you tell the computer what you want, and it figures out how to get it. Non/P programming is often used for database manipulations, like SQL, Visual Basic, etc etc. A SQL command like "Select name, address, city, state, zip order by zip" is non procedural. That one line replaces dozens, or hundred of lines, that would be needed to do the same thing in Cobol or C to get data out of a database.


What is the difference between Procedural programming and Markup?

The way I understand it Markup Language is used for adding extra features, like structure or presentation of the text, objects etc.Programming language is used for creating programs.Basically in the example of the car, markup languagewould be the tools used to create the body and design, and programming language - the tools used to build an engine.


All object-oriented programming languages must have the 3 following features?

Abstraction, encapsulation and polymorphismare the three fundamental features of an object oriented programming language.


What is the difference between object-oriented and procedural programming?

Procedural programming can sometimes be used as a synonym for imperative programming. To a programming paradigm based upon the concept of the procedure call. Procedures, also known as routines, subroutines, methods, or functions (not to be confused with mathematical functions, but similar to those used in functional programming) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The important features of Procedural Programming. 1. Programs are organized in the form of subroutines and all data items are global. 2. Program controls are through jump(goto) and calls to subroutines 3. Subroutines are abstracted to avoid repetitions. 4. Suitable for medium sized software application 5. Difficult to maintain and enhance the program code. K E Narayana


Which programming language is used within HTML documents to trigger interactive features?

Javascript is the main language used, but there are some other scripting languages used too.