Programming Basics By: Mohamud Ahmed Haji For: ©
What is Programing? Programming is a set of instructions given to the computer which are very specific. Programming helps us talk to the Computer. Computer speak what is called Machine Language which is Either On or Off(0s and 1s). Human speak Human Language which is text. Programming helps translate between human language and machine language. ©
Human Language Vs Machine Language “ ” this is Computer Language. Would you ever understand this!? If I translate this into Human Language it becomes “waxkabaro.com”. Now you understand it. Right! But the computer doesn’t understand this Human Language So how can we communicate? We must get intermediate Language and that is Programing Language. ©
What is Programming Language? There are Many or hundreds of Programming Languages. Although they are different but they do one simple task which is to convert Human Language to Machine Language. Examples Programming Languages include C, C++, C#, Java, PHP, Python, JavaScript. etc ©
C# and.Net FrameWork Throughout this course I will use C# and.Net Framework C# is a Modern object-oriented General-purpose programming language Easy to Learn. Created and developed by Microsoft together with the.NET platform. ©
Next Lesson? Visual Studio installation and exploring its interface ©