POP Unit 3 Programming Languages and Types
POP Unit 3 Programming Languages and Types
What is language?
Ans: It is a medium to communicate or transfer the thoughts and
message.
ex: English – English communication
sign language – for deaf people
braille language – for blind people
binary numbers – for computers
What is Binary?
Ans: Binary is a number system used in mathematics and
computing. It consists of only two digits ‘0’ and ‘1’.
Each and every single digit is known as “bit”, which is short
form of “Binary digiT”.
Computers use binary because it is easy to implement with
electronic circuit, where ‘0’ means off/false and ‘1’ means
on/true.
All complex data including text, images and sounds can be
encoded in binary and processed by computer.
Ex:
for human for computer
Hello 1010100010011001010010101010101010101010
NSU 10101001010010101010100101010101010
Programming Languages
Programming language is a system of communication that allows
humans to instruct computers to perform specific tasks.
Developers used programming languages to write programs to
develop application, scripts etc.
Characteristics:
Advantages:
Limitations:
Characteristics:
Advantages:
Limitations:
Characteristics:
Advantage:
Limitations: