Monday, September 14, 2026

Programmingway@Eklavya Technosys!: Python Exercise Solutions

Programmingway@Eklavya Technosys!: Python Exercise Solutions: 1) What is coding? Answer: Coding is the process of writing instructions in a programming language that computer can understand and execute....

Python Exercise Solutions

1) What is coding?

Answer: Coding is the process of writing instructions in a programming language that computer can understand and execute.

 2) What is Python?

Answer: Python is a computer programming language.

3) Write the name of computer programming language.

Answer: C++, JAVA, Small Basic, PHP, Python etc.

 4) Write the name of Python applications field.

Answer: Robotics, AI, Hardware Testing, 3D Animation Tool (Maya) etc.

 5) Write about feature of Python.

Answer: The features of Python are:-

1) Simple like English language.

2) Case sensitive language.

3) Portable and compatible

4) Interpreter based language.

 6) Who is the developer of Python?

Answer: Guido Von Rossum.

 7) How many working modes of Python?

Answer: There are two working modes of Python.

       1)    Interactive mode – It enables to type single line command at the python prompt.

       

       2)    Script Mode - It enables to write set codes in multiple lines in a file and then further use.

a=5

b=4

c=a+b

print(c)

Programmingway@Eklavya Technosys!: Python Exercise Solutions

Programmingway@Eklavya Technosys!: Python Exercise Solutions: 1) What is coding? Answer: Coding is the process of writing instructions in a programming language that computer can understand and execute....

Saturday, September 12, 2026

निबंध : प्रदूषण की समस्या

 प्रदूषण का अर्थ : प्रदूषण का अर्थ है -प्राकृतिक संतुलन में दोष पैदा होना। न शुद्ध वायु मिलना, न शुद्ध जल मिलना, न शुद्ध खाद्य मिलना, न शांत वातावरण मिलना। 

प्रदूषण कई प्रकार का होता है! प्रमुख प्रदूषण हैं - वायु-प्रदूषण, जल-प्रदूषण और ध्वनि-प्रदूषण ।  

वायु-प्रदूषण : महानगरों में यह प्रदूषण अधिक फैला है। वहां चौबीसों घंटे कल-कारखानों का धुआं, मोटर-वाहनों का काला धुआं इस तरह फैल गया है कि स्वस्थ वायु में सांस लेना दूभर हो गया है।

जल-प्रदूषण : कल-कारखानों का दूषित जल नदी-नालों में मिलकर भयंकर जल-प्रदूषण पैदा करता है। बाढ़ के समय तो कारखानों का दुर्गंधित जल सब नाली-नालों में घुल मिल जाता है। 

ध्वनि-प्रदूषण : मनुष्य को रहने के लिए शांत वातावरण चाहिए। परन्तु आजकल कल-कारखानों का शोर, यातायात का शोर, मोटर-गाड़ियों की चिल्ल-पों, लाउड स्पीकरों की कर्णभेदक ध्वनि ने बहरेपन और तनाव को जन्म दिया है।

प्रदूषणों के दुष्परिणाम: उपर्युक्त प्रदूषणों के कारण मानव के स्वस्थ जीवन को खतरा पैदा हो गया है। खुली हवा में लम्बी सांस लेने तक को तरस गया है आदमी। गंदे जल के कारण कई बीमारियां फसलों में चली जाती हैं जो मनुष्य के शरीर में पहुंचकर घातक बीमारियां पैदा करती हैं।

Thursday, September 10, 2026

Programmingway@Eklavya Technosys!: PHP Exercise Solutions

Programmingway@Eklavya Technosys!: PHP Exercise Solutions:   PHP Exercise Solutions 1) Fill in the blanks a) The extension of a PHP code file is     .py    b) Multi line comments are enclosed w...

Tuesday, September 8, 2026

Programmingway@Eklavya Technosys!: Cyber Related Terms

Programmingway@Eklavya Technosys!: Cyber Related Terms:   ₪  Cyber Crime   Cyber Crimes are the illegal activities that are done in cyber space. ₪  Cyber Security  Cyber Security is the measures t...

Programmingway@Eklavya Technosys!: Internet Security

Programmingway@Eklavya Technosys!: Internet Security: ₪ Internet security Internet security protects your devices, networks, and personal data from online threats like viruses, hackers, and p...

Programmingway@Eklavya Technosys!: Python Exercise Solutions

Programmingway@Eklavya Technosys!: Python Exercise Solutions : 1) What is coding? Answer: Coding is the process of writing instructions in a...