What is Parallel Programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is Parallel Programming?

What exactly is it? What functions/programming languages are more commonly used when parralel programming?

26th Dec 2016, 10:41 PM
Justin
Justin - avatar
4 Answers
+ 3
It is not a programming language rather it is a type of computation ( that is you have to build a computer to parallel program not the other way around (not by programming it so) A super computer, a satelite. A mainframe, all these and more are built around the ideas of parallel programming, i.e.. Executing calculations, algorithms and processes in parallel, a similarity to this would be the idea of multitasking in a computer by use of many processors. I.e quad core. And so on.
26th Dec 2016, 11:29 PM
JENN
JENN - avatar
+ 1
Parallel programming (Parallel computing) Is a form or type of programming whereby many calculations are done in parallel.. At the same time
26th Dec 2016, 11:25 PM
JENN
JENN - avatar
+ 1
Yes. And It can do a lot of other things in parallel you don't really have to limit yourself. Example it can run a server, as well as being used by a group of hundreds of computers to do things they themselves literally cannot do. Because this computer can do things in parallel. E.g Walk and talk at the same time Breathe normally while dancing heavily Swimming while rock climbing, they tend to use iy as a skeleton to build much larger things, The backbone of cloud computing Satelites Super computers and so on
27th Dec 2016, 12:02 AM
JENN
JENN - avatar
0
Ohh okay. That makes sense to me. When building a computer to parralel program, is that computer ONLY used for that specific purpose? (Like a server? ) Thanks, JENN !
26th Dec 2016, 11:56 PM
Justin
Justin - avatar