CORE CONCEPTS OF ANY PROGRAMMING LANGUAGE⠀
CORE CONCEPTS OF ANY PROGRAMMING LANGUAGE
"The noblest pleasure is the joy of understanding!"
⠀
👉Variable⠀
Variables are containers in programs that store data and can be referenced and manipulated many times throughout the execution of a program.⠀
⠀
👉Conditional Statement⠀
Conditional statements evaluate if a condition is true or false. Based on the result, it will perform different tasks.⠀
⠀
👉Loop⠀
Loop is a sequence of instructions that is continuously repeated until a certain condition is reached.⠀
⠀
👉Function⠀
Function is a block of code designed to perform a particular task that only runs when it is called. You can pass data into a function and the function can return data as a result.⠀
⠀
👉Data Type⠀
Data types help classify what kind of information we are storing and what can be done with it. Data types include number, boolean, string, etc.⠀
⠀
👉Comment⠀
Comments can be used to explain your code, make the code more readable, and to prevent execution when testing code.⠀
⠀
These are the most basic and common concepts in any programming language that you should master.⠀
⠀
What’s the difference between a method and a function?⠀
Comment your answer and share the post with friends!⠀
"The noblest pleasure is the joy of understanding!"
⠀
👉Variable⠀
Variables are containers in programs that store data and can be referenced and manipulated many times throughout the execution of a program.⠀
⠀
👉Conditional Statement⠀
Conditional statements evaluate if a condition is true or false. Based on the result, it will perform different tasks.⠀
⠀
👉Loop⠀
Loop is a sequence of instructions that is continuously repeated until a certain condition is reached.⠀
⠀
👉Function⠀
Function is a block of code designed to perform a particular task that only runs when it is called. You can pass data into a function and the function can return data as a result.⠀
⠀
👉Data Type⠀
Data types help classify what kind of information we are storing and what can be done with it. Data types include number, boolean, string, etc.⠀
⠀
👉Comment⠀
Comments can be used to explain your code, make the code more readable, and to prevent execution when testing code.⠀
⠀
These are the most basic and common concepts in any programming language that you should master.⠀
⠀
What’s the difference between a method and a function?⠀
Comment your answer and share the post with friends!⠀
Comments
Post a Comment