Before Coding...

2022. 3. 12. 11:26Coding - C

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. 

'Coding - C' 카테고리의 다른 글

Data Types and Operators  (0) 2022.05.07
Kernel and the C  (0) 2022.04.22
Binary Notation & Conversion, Bits and Bytes  (0) 2022.04.15
C Foundation Review  (0) 2022.04.08
Interpreter VS Complier  (0) 2022.04.01