Skip to main content

C-7 (L-1) COMPUTER SOFTWARE AND LANGUAGES

What is Software?
Software (सॉफ्टवेयर) क्या है?

Software is defined as collection of computer programs containing the instructions about how, when and what a computer has to do.
सॉफ़्टवेयर को कंप्यूटर प्रोग्रामों के संग्रह के रूप में परिभाषित किया गया है, जिसमें कंप्यूटर को कब, क्या और क्या करना है, इस बारे में निर्देश दिए गए हैं।

What do you understand by customized software?
आप Customized Software (अनुकूलित सॉफ्टवेयर) के वारे मे क्या समझते हैं?

The software which is specially designed to fulfill the requirements of a particular individual or company, is known as customized software. These type of software are designed for railways, bank and hospitals.
Software (सॉफ्टवेयर) जो विशेष रूप से किसी विशेष व्यक्ति या कंपनी की आवश्यकताओं को पूरा करने के लिए डिज़ाइन किया गया है, को Customized Software (अनुकूलित सॉफ्टवेयर) के रूप में जाना जाता है। इस प्रकार के सॉफ्टवेयर Railway (रेलवे), Bank (बैंक) और Hospital(अस्पतालों) के लिए डिज़ाइन किए गए हैं।

What is known as the binary number system?
बाइनरी नंबर सिस्टम के रूप में क्या जाना जाता है?

All the date in computers is expressed in terms of two single digits only, that is known as the binary number system. Eg: 101, 11101, 100101 etc.
कंप्यूटर में सभी तिथि केवल दो एकल अंकों के रूप में व्यक्त की जाती है, जिसे बाइनरी नंबर सिस्टम के रूप में जाना जाता है। जैसे: 101, 11101, 100101 आदि।

Write two examples for each of the following:
निम्नलिखित में से प्रत्येक के लिए दो-दो उदाहरण लिखिए :
1. Language Processor
2. HLL (High Level Languages)
3. Operating System
4. Utility Programs
5. DTP Software
6. Spreadsheet Software

1. Language Processor - Assembler (कोडांतरक), Interpreter (दुभाषिया)
2. HLL- C (सी), C++ (सी प्लस प्लस)
3. Operating System- Windows7, Android
4. Utility Programs- System Restore, Antivirus Disk Cleanup
5. DTP Softwar- Coral Draw, Microsoft Publisher
6. Spreadsheet Software- MS Excel, Lotus 1-2-3


Expand the given abbreviations :
दिए गए संक्षिप्ताक्षरों का विस्तार करें:
1. LLL
2. FORTRAN
3. COBOL
4. CAD
5. BASIC
6. DBMS
7. HLL
8. VB
9. DTP

1. LLL - Low level languages
2. FORTRAN - Formula Translation
3. COBOL - Common Business Oriented Language
4. CAD - Computer Aided Design
5. BASIC - Beginners' All Purpose Symbolic Instruction Code
6. DBMS - Database Management System
7. HLL - High level languages
8. VB - Visual Basic
9. DTP - DeskTop Publishing


What is System Software
सिस्टम सॉफ्टवेयर क्या है?

System Software is the type of software that is developed to operate and control the computer hardware. It acts as a platform for running the application software.
सिस्टम सॉफ्टवेयर एक प्रकार का सॉफ्टवेयर है जिसे कंप्यूटर हार्डवेयर को संचालित और नियंत्रित करने के लिए विकसित किया जाता है। यह एप्लिकेशन सॉफ्टवेयर को चलाने के लिए एक प्लेटफॉर्म के रूप में कार्य करता है।

What is the function of operating systems ?
ऑपरेटिंग सिस्टम का कार्य क्या है?

An Operating system is the software that controls and organizes the working of a computer. For example- Windows-7, Windows-8, Windows XP, Android, Linux, Mac etc. It performs tasks such as controlling the memory and managing disk space. The operating system must be loaded into a system before running any other software on the system.
एक ऑपरेटिंग सिस्टम एक सॉफ्टवेयर है जो कंप्यूटर के कामकाज को नियंत्रित और व्यवस्थित करता है। उदाहरण के लिए- विंडोज -7, विंडोज -8, विंडोज एक्सपी, एंड्रॉइड, लिनक्स, मैक आदि। यह मेमोरी को नियंत्रित करने और डिस्क स्थान को प्रबंधित करने जैसे कार्य करता है। सिस्टम पर कोई अन्य सॉफ़्टवेयर चलाने से पहले ऑपरेटिंग सिस्टम को सिस्टम में लोड किया जाना चाहिए।

What is general purpose software? Give example.
सामान्य प्रयोजन सॉफ्टवेयर क्या है? मिसाल दो।

The software which ia not written for any particular type of business or industry and can be used for commercial as well as non-commercial purpose known ass general purpose software. Eg: Word processing software, DTP software, DBMS, Graphics software, presentation software etc.

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

Difference between Interpreter and compiler.
दुभाषिया और संकलक के बीच अंतर.

1. Interpreter is a language processor that translates high-level language into the machine language which is then executed by the computer. But, Compiler is language processor that reads the entire high-level language program and then converts into machine level language program. 2. Interpreter s are generally slow but at the time of development, it is used to quickly text small sections of HLL program. But A compiled program runs faster than an interpreted program.

1. दुभाषिया एक भाषा संसाधक है जो उच्च स्तरीय भाषा का मशीनी भाषा में अनुवाद करता है जिसे बाद में कंप्यूटर द्वारा क्रियान्वित किया जाता है। लेकिन, कंपाइलर एक भाषा संसाधक है जो पूरे उच्च स्तरीय भाषा कार्यक्रम को पढ़ता है और फिर मशीन स्तरीय भाषा कार्यक्रम में परिवर्तित हो जाता है। 2. दुभाषिया आमतौर पर धीमे होते हैं लेकिन विकास के समय, इसका उपयोग एचएलएल कार्यक्रम के छोटे वर्गों को त्वरित रूप से पाठ करने के लिए किया जाता है। लेकिन एक संकलित कार्यक्रम एक व्याख्या किए गए कार्यक्रम से तेज चलता है।

or

Interpreter Compiler
It is a language processor that translates high-level language into the machine language which is then executed by the computer It is language processor that reads the entire high-level language program and then converts into machine level language program.
These are generally slow but at the time of development, it is used to quickly text small sections of HLL program A compiled program runs faster than an interpreted program.

Popular posts from this blog

C-7 (L-2) FORMULAS AND FUNCTIONS IN MS EXCEL 2010

FORMULAS - सूत्रों Formulas perform calculations on the data entered in the worksheet. सूत्र वर्कशीट में दर्ज किए गए डेटा पर गणना करते हैं। A formula starts with an equal sign (=) followed by numbers, math operators (such as + or - sign for addition or subtraction), and built-in Excel functions. एक सूत्र एक समान चिह्न (=) से शुरू होता है, उसके बाद संख्याएँ, गणित संचालक (जैसे + या - जोड़ या घटाव के लिए चिह्न), और अंतर्निहित एक्सेल फ़ंक्शन। Like a calculator, MS Excel can implement formulas that add, subtract, multiply, and divide. एक कैलकुलेटर की तरह, एमएस एक्सेल उन सूत्रों को लागू कर सकता है जो जोड़, घटाना, गुणा और भाग करते हैं। Point-and-click method - पॉइंट-एंड-क्लिक विधि To calculate using the point-and-click method, follow these steps: पॉइंट-एंड-क्लिक विधि का उपयोग करके गणना करने के लिए, इन चरणों का पालन करें: Select the cell and type the equal sign. सेल का चयन करें और बराबर चिह्न टाइप करें। Click on the first cell that should be included in the formula....

C-7 (L-3) MORE IN EXCEL

cls7 l-3 Answer these questions: What are charts? Why do you use them? Charts refer to the the data which are represented in the form of pictures or drawing or graphs. Charts are used to show the relationship between certain quantities and data values in the form of diagrams which are easy to understand. Give some examples of charts. Write a short note on any one of the chart types. Some examples of charts are: Column Line Pie Bar Area Stock Bubble Radar Column : when data is given over a period of line or comparison is to be made among items. How is filtering of data different from sorting of data? Filter feature of Excel separate the information as required from the given set of list. It gives us the required information without making any changes in the order of the list. While, sorting of data means arranging the data is ascending or descending order for easy analysis. Write the steps to show simple filtering of data. The following are the steps to s...