POP Unit 3
POP Unit 3
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.
• High performance: Provides high execution speed, close to the machine code.
• Fine-Grained control: Allow detailed control over hardware, making it suitable for
system programming and performance-critical applications.
• Easier debugging: It is easy to debug and modify as compared to machine code due to
its symbolic representations.
Limitations: