Coding - C

Before Coding...

네레이션 2022. 3. 12. 11:26

1) What does the coding language represent?

Coding Languages

Coding language is a way that humans interpret the language of the computers. Computers function in a two-number system (0 and 1) while we work in langauges, numbers, and many other characters. So we use the coding langauges to tell the computer what to do, as the computer translates our language to theirs.

 

2) Ascii Code

Ascii Code Table

The Computers use the ascii code to convert our language to theirs. 

 

3) What are algorithms?

Algorithms are systems that we create to make computer do our work for us. We create them to tell computers what to do, especially in a specific running system. It is just more than a loop or array, it is a system that we apply the concepts we learned to tell computer do run in a specific sequence.