You need an interpreter right? The computer doesn't understand the C, C++,Python, etc. They are called High level languages. We need interpreter/compilers to interpret/compile te codes we write into Low Level Language aka Machine language Introduction
You need an interpreter right? The computer doesn't understand the C, C++,Python, etc. They are called High level languages. We need interpreter/compilers to interpret/compile te codes we write into Low Level Language aka Machine language Machine Language is just 0s and 1s. Introduction
can. • Take in your inputs into variables, the water, the seasoning, the number of indomie packs, etc • Write the recipe procedurally • Make sure to comment your codes 31 Let’s try something
Keywords are reserved words in a language. E.g., for, while, def (function in Python), const (variable in Javascript), do, in, true, false, if, else, elif 35 Keywords
CS50 Introduction to Computer Science: https://www.edx.org/course/cs50s-introduction-to-computer-science 3. https://www.freecodecamp.org/news/how-i-landed-a-full-stack-developer-jo b-without-a-tech-degree-or-work-experience-6add97be2051/ 4. Chemical Engineer learnt software development in 9months: https://www.freecodecamp.org/news/how-i-went-from-newbie-to-software-e ngineer-in-9-months-while-working-full-time-460bd8485847/