Basic Computer Course (BCC) from Scratch in Hindi/Urdu 


( For any person win a OnePlus 10 smartphone ) (see down for more details)


Free online computer skills courses











Basic computer Course For Free In Hindi Language 

 Free Course 


(👉Blue+black = Main topic)


👉 About Computer 


Computer System


पूरा system किस तरह से काम करता है उसे समझने के लिए नीचे दिए गए figure को देखें। आइए एक-एक करके इन सभी components के बारे में discuss करते हैं।


Input Devices


Input device एक ऐसा Equipment या Hardware होता है जिसके द्वारा हम कंप्यूटर में कुछ भी Input करते हैं. इसके कुछ उदाहरण हैं Keyboard, Mouse, Scanner, Microphone, Light Pen. एक इनपुट यूनिट निम्नलिखित कार्य करता है:


•यह instructions और data की list को accept/read करता है.


•यह इन instructions और data को कंप्यूटर-स्वीकार्य


(computer-acceptable) रूप में परिवर्तित करता है.


• यह आगे की प्रक्रिया के लिए परिवर्तित instructions और data को कंप्यूटर सिस्टम में भेज देता है।


Output Devices


Output device एक ऐसा Equipment या Hardware होता है जिसके द्वारा हम, processing के बाद, computer से प्राप्त परिणाम को देखते या प्रदर्शित करते हैं। CPU से processing के बाद प्राप्त परिणाम machine language यानी binary रूप में होता है जिसे हम नहीं समझ सकते हैं। Output Device मशीन भाषा से data को मानव-समझने योग्य भाषा में परिवर्तित करता है।


 👉 Computer Language




Compiler


वह language processor जो high-level language में लिखे गए पूरे source code को एक बार में पढ़ता है और machine language में translate करता है उसे Compiler कहा जाता है. उदाहरण: C compiler, Java compiler.


यदि source code में कोई error नहीं है तो Compiler source code को सफलतापूर्वक object code में translate करता है ।यदि source code में कोई error है तो उसे display करता है। Compiler द्वारा source code को सफलतापूर्वक पुन: compile करने से पहले code से errors को हटा दिया जाना चाहिए।


Assembler


कंप्यूटर Assembly Language में लिखे प्रोग्राम को नहीं समझता है. कम्प्यूटर मात्र बाइनरी संकेत अर्थात 0 और 1 यानि machine language को ही समझता है. इसलिये Assembly Language में लिखे प्रोग्राम को Machine language में Translate किया जाता है. जो Language Translator Assembly Language Machine language # Translate करते हैं वह Assembler कहलाते हैं.


Interpreter


The language processor which converts high-level instructions line-by-line to machine-level language is known as INTERPRETER. If there is an error in the statement, the interpreter terminates its translating process at that statement and displays an error message. The interpreter moves on to the next line for execution only after the removal of the error. Example: Perl, Python, and Matlab.


👉 Hardware and Software 


Hardware


कंप्यूटर के physical components को हार्डवेयर कहा जाता है। कंप्यूटर हार्डवेयर में कंप्यूटर के physical parts शामिल होते हैं, जैसे central processing unit (CPU), monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers, and motherboard.



Software


सॉफ्टवेयर instructions का एक समूह है जो कंप्यूटर को information at process करने के लिए निर्देशित करता है. इन instructions को programs कहा जाता है. Relevant सॉफ्टवेयर के बिना, हार्डवेयर बेकार होगा.


सॉफ्टवेयर को three categories में classify किया गया है: System software, Application software, and Utility software.




👉 Memory and Storage 

Computer Memory Storage Units


The following are the computer memory storage units which store or hold data:



👉 Operating System 

What is Operating System


Operating System (या OS) एक software है जो computer hardware components और user के बीच एक interface के रूप में काम करता है. यह program का एक set है जो computer hardware resources management A application software के लिए services provide करता है. Operating System computer system में सबसे महत्वपूर्ण प्रकार का system software है .



Types of operating systems


OS (Operating System) popular types Aff


•Batch Operating System


•Multitasking/Time-Sharing OS


•Real-Time OS


•Distributed OS


•Network OS


•Mobile OS

Batch Operating System

कुछ computer processes बहुत lengthy और time consuming होते हैं. ऐसे processes के quick execution के लिए, similar type की needs (आवश्यकताओं) वाली jobs को एक साथ batch किया जाता है और एक group के रूप में run किया जाता है. इस प्रकार के operating systems, user directly OS interact करते हैं.



Time-Sharing OS


This type operating systems Multitasking Systems off के कहा जाता है. यह CPU scheduling और multiprogramming के concepts का use करता है जिससे CPU के time को सभी tasks के बीच equally distribute किया जा सके. इससे सभी tasks smoothly execute हो पाते हैं. किसी एक task को execute करने में लगने वाले time को क्वांटम (quantum) कहते हैं. एक बार जब यह time interval end हो जाता है तो OS अगले task पर switch हो जाता है.





Distributed Operating System


इस type के operating systems में, multiple processes और users को serve करने के लिए multiple CPUs का use किया जाता है. सभी computers की अपनी memory unit और CPU होता है, और एक shared communication network पर आपस में जुड़े होते हैं और एक दूसरे के साथ communicate करते हैं. इस type के operating systems के साथ काम करने का main benefit यह है कि एक user उन files या softwares को भी access कर सकता है जो उसके system पर नहीं मौजूद हैं लेकिन इस network से जुड़े किसी और System पर मौजूद हैं.



Network Operating System


Network Operating System एक server पर चलता है और server data, users, groups, security, application зR अन्य networking functions को manage करने में help करता . Network Operating System al primary purpose ch network में कई computers के बीच shared files और printer access की permission देना है.



Real-Time operating systems


This type operating system, input process AR response करने के लिए required time बहुत कम होता है. किसी input पर response देने और response display करने के लिए system द्वारा लिया गया time, response time के रूप में जाना जाता . Example: Scientific experiments, medical imaging systems, industrial control systems, weapon systems, robots, air traffic control systems, зn.



Mobile Operating System


This OS especially smartphones, tablets 3 wearables devices के लिए डिज़ाइन (design) किया गया है. इस तरह के कुछ common OS, Android, iOS, BlackBerry, Web 3 watchOS

है.



Advantages of Algorithms


•यह किसी problem के solution का stepwise representation होता है, जिससे इसे समझना आसान हो जाता है.


•Algorithms fat programming language dependant नहीं होते हैं, इसलिए programming knowledge के बिना भी इसे किसी के लिए समझना आसान है.


• Algorithms के हर step का अपना logical sequence होता है इसलिए इसे debug करना आसान होता है.


• Algorithms का use करके, problem को छोटे टुकड़ों या steps में तोड़ दिया जाता है, इसलिए programmer के लिए इसे actual program में बदलना आसान होता है.


👉 Internet, Network & Internet Service 


Internet Service Provider (ISP)


Internet Service Provider ( या ISP) एक company होती है जो अन्य कंपनियों, परिवारों और यहां तक कि मोबाइल users को internet access. Example: Airtel, Jio, Idea, etc. ISP अपने users को internet access प्रदान करने के लिए fiber optics, satellite, copper wire और अन्य चीजों का उपयोग करते हैं.




Webpage, Web site, Web Browser, URL


Webpage: Internet hosted digital page document.


Web Site: Interconnected web pages a collection.


Web Browser: Client computer program software information web retrieve cal URL: Uniform Resource Locator, ч URL, internet ч webpage का एक unique address होता है.

Example : https://www.internetexplorer.com/blog

      Here:- https=Protocol

                  www=Sub-Domain 

 internetexplorer=Domain

                 Blog=Webpage


Domain Name System (DNS)


Internet से जुड़े हर device का एक unique IP address होता है जिसका use अन्य machines उस device को खोजने के लिए करती हैं. Humans के लिए इन IP addresses को याद रखना बहुत कठिन है. DNS server humans के लिए IP addresses को याद रखने की need को समाप्त कर देते हैं. DNS domain names को IP addresses में translate करता है, ताकि browser internet resources को load कर सके. DNS को इंटरनेट की phonebook भी कहा जाता .




Web Server


Web server a computer internet websites को store करता है और request पर viewers को web page deliver करता है. Web server को WWW server भी कहा जाता है. Web server आमतौर पर program या softwares होते हैं जो web browser से requests का wait करते हैं. 34: Apache, IIS, Nginx.



Protocols


जिस तरह postal department के पास mail collect करने और deliver करने का system है, उसी तरह internet पर भी data send और receive करने के rules हैं. यह ensure करने के लिए कि internet पर data successfully send और receive किया जा सके, कुछ certain rules हैं जिनका कंप्यूटर द्वारा follow किया जाना आवश्यक है, इन नियमों को Protocol (प्रोटोकॉल) कहा जाता है. HTTP, HTTPS, FTP, SMTP इत्यादि जैसे कई प्रकार के protocol हैं.


Other Internet Protocol


HTTP और HTTPS के अलावा, इंटरनेट के कुछ अन्य सामान्य रूप से use किए जाने वाले protocols नीचे list किए जा रहे हैं:





                                                                      @S.R.Sahoo

 Important Notice:-

                    If you all want to see this course on video then click on given link and download this application from play store 👇

                Click Here

  Or Download this app and get OnePlus 10 .

                   Check this application .





5 تعليقات

  1. free hacking course vai

    ردحذف
  2. How to earn money

    ردحذف
  3. Is your name S.R.Sahoo?
    Your other website that used to be called Smartphone Guide is yours?
    thank you brother. I brought the Poco F3 GT because of you, thank you brother.

    ردحذف

إرسال تعليق

أحدث أقدم