0% found this document useful (0 votes)
6 views1 page

Coding Word

Programmers use coding languages to communicate with computers, with binary code being the foundational language consisting of ones and zeros. Coding languages are categorized into low-level, like binary, which is machine-oriented, and high-level, like Python, which is user-oriented and easier to understand. While coding is a part of programming, it specifically refers to the process of translating human instructions into a format that computers can understand.

Uploaded by

kiran.070226
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Coding Word

Programmers use coding languages to communicate with computers, with binary code being the foundational language consisting of ones and zeros. Coding languages are categorized into low-level, like binary, which is machine-oriented, and high-level, like Python, which is user-oriented and easier to understand. While coding is a part of programming, it specifically refers to the process of translating human instructions into a format that computers can understand.

Uploaded by

kiran.070226
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

To speak with computers, programmers learn different coding

languages. Binary code is the primary language of all computers. Binary


code consists of only two numbers: one and zero. In the binary coding
language, zero represents off while one represents on.
Binary is still used with electronics and computer hardware.
Programmers can use binary to control the flow of electricity and the
positive and negative poles of a magnet. Binary code allows
programmers to create simple instructions and procedures for
computers.
Low-Level vs. High-Level
Computer programmers split coding languages into two groups: low-
level and high-level.
Low-level languages, like binary, are considered "machine-oriented."
Machine-oriented languages write instructions that must be specified in
terms of the capabilities of the processor in question. Coders also refer
to low-level languages as assembly language or machine code.
High-level languages are user-oriented. Most of the popular coding
languages, such as Python, fall under this category. Programmers
designed high-level languages to convert an algorithm into program
code more easily. High-level coding languages are closer to human
language — they include more nuance and adaptability than low-level
coding languages.
Coding vs. Programming
A lot of people think coding and programming are the same
thing. Coding, however, is only one small part of programming.
Coding is the process of allowing humans to speak to computers. As
computers only understand binary language — a series of zeros and
ones —

You might also like