Programming Minithread - Printable Version +- [TC] Gaming Forums (https://forum.city-driving.co.uk) +-- Forum: Community Area (/forumdisplay.php?fid=14) +--- Forum: Technology Area (/forumdisplay.php?fid=82) +--- Thread: Programming Minithread (/showthread.php?tid=20845) |
Programming Minithread - kxait - 2015-12-26 12:48 Welcome to this Programming Superdupermegathread! Programming is one of the most important aspects of a Computer, because without Programming, Computers cant do much! By itself, Programming is a digitally written set of instructions that instructs the computer to do what the code tells the computer to do. WHAT IS A COMPUTER? A computer is in its base form is a calculator of instructions that perform an output based upon the Input and what happens to the input to become Output. GENERATIONS OF PROGRAMMING LANGUAGES Programming Generations are simply a way to classify programming languages by complexity Generation I: Machine Code. This code is very complex and is executed directly by the CPU to produce the specified output. Very hard to read and write with, but simple for a CPU to process Generation II: Assembly Languages are low level languages more complex but requires a assembler to be useful. Each language is specific to an individual system. Generation III: These languages are high level ones. Whereas Generation IIs are machine dependent, Generation IIIs are more programmer friendly and easier to write with. Examples are COBOL, Fortran, and more popular ones like Java, C++, BASIC, and Pascal. Generation IV: These languages have narrower uses but are still common, like Database accessing. These languages are closer to human lanaguages than Generation IIIs. Generation V: These languages are mostly used for Neural Networking and AI. LIST OF COMMON LANGAUGES: ASSEMBLY Code: .MODEL TINY Code: 10 Cls Code: #!/bin/bash Code: @ECHO off Code: //C hello world example Code: // my first program in C++ Code: // Hello1.cs Code: public class HelloWorld { Code: print("Hello World") Code: console.log("Hello World!"); Code: <html> Code: print('Hello world!') Code: puts "Hello World" More to be added on request Just what can programming do? All sorts of things, from simple database querys to massive websites like Facebook to sattelite behaviour. And as seen here, even functional Prototype AIs! https://youtu.be/UIWWLg4wLEY CONTRIBUTIONS Have something to add to the topic? Please post or PM me the content you want to add and Ill try and add to this post credits to Becquerel for the original thread design/concept RE: Programming Minithread - MariusMM - 2015-12-26 13:43 ..... RE: Programming Minithread - kxait - 2015-12-26 22:08 (2015-12-26 13:43)MariusMM Wrote: I'm confused, what are you trying to accomplish with this topic? Learn others about programming or actually learning something yourself? I'm not trying to kill the thread but your intention is not exactly clear to me.just wanted to make a place for forum people to elaborate on programming abit yeah, ill put in credits to becquerel RE: Programming Minithread - Pete - 2015-12-27 15:59 This might be of interest: http://forum.city-driving.co.uk/showthread.php?tid=20867 RE: Programming Minithread - Owl - 2015-12-27 17:03 (2015-12-26 12:48)kxait Wrote: credits to Becquerel for the original thread design/concept Er, no. It's not a design nor a concept, you copied and pasted word for word, claiming it was yours first, now you are saying not all of it is copied? Did you even got permission from the original poster? |