answersLogoWhite

0

In the early days of computing, the dominant programming languages weresequential(such as basic or assembly language). A program consisted of a sequence of instructions, which were executed one after the other. It ran from start to finish on a single processor.

reference: http://code.Google.com/edu/parallel/mapreduce-tutorial.html

User Avatar

Wiki User

11y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers

C is sequential id est procedural - it has no abstraction layer to facilitate the object oriented programming paradigm... However this can be coded in if required and is - in the case of objective C. Procedural or sequential programming basically means that the program in question is broken down into a sequence of steps or instructions and these are followed in order to make the program function. This is done in a linear fashion.

Due to being sequential and procedural C does not have the "Bloat" of the C++ object oriented programming model. Therefore the programs are smaller and generally faster.

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is sequential programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp