+ 3
What is the difference between CODING nd PROGRAMMING ???
4 Respuestas
+ 1
"I found it ....
Coding is a part of programming....
Programming consist of 4 points:
1. Identify problem. //Main
2. Find Solutions. //Main
3. Code it. //What we are Learning
4 .Test it. //😂😂😂
So Coding is easy ... what's difficult is programming....
But I don't know what does the 1st nd 2nd points mean😭😭😭😭"
1.: If you want to code something, you have to know, what you want to code, like "I want to code a machine that calculates all prim numbers."
2.: Then before coding you have to think about which algorithm you want to use. In this example it would be the sieve of eratosthenes.
Now you can code your algorithm.
+ 6
I found it ....
Coding is a part of programming....
Programming consist of 4 points:
1. Identify problem. //Main
2. Find Solutions. //Main
3. Code it. //What we are Learning
4 .Test it. //😂😂😂
So Coding is easy ... what's difficult is programming....
But I don't know what does the 1st nd 2nd points mean😭😭😭😭
+ 1
maybe we could say coding just wrote syntax, programming ability to architecture ,finding bugs etc...
0
Coding is an essential part of all the language courses, but HTML and CSS are not programming languages. They are for markup and styling.