Friday, September 25, 2020

computer system

Test of chapter -1  [ computer system ]


Test of chapter - 3 [ Emerging trends ]

Component of computer system - (कंप्यूटर सिस्टम के घटक )



Input Devices(इनपुट उपकरण ) - Devices through which control signals are sent to a computer are known as input device .

Example - keyboard , mouse 
वे उपकरण जिनके माध्यम से कंप्यूटर को नियंत्रण संकेत भेजे जाते हैं, इनपुट डिवाइस कहलाते हैं।

उदाहरण - कीबोर्ड , माउस

Output Devices (आउटपुट डिवाइस ) - Devices that receives data from a computer for display, physical production.

Example - mouse, printer
वे उपकरण जो प्रदर्शन, भौतिक उत्पादन के लिए कंप्यूटर से डेटा प्राप्त करते हैं।
उदाहरण - माउस, प्रिंटर

CPU ( सीपीयू ) 

1. CPU stands for central processing unit 

CPU dks सेंट्रल प्रोसेसिंग यूनिट dgk tkrk gSk

2.CPU perform arithemtic and logic operation.
सीपीयू अंगगणितिया और तार्किक  क्रियाओ का संचालन करता है
3. In processing CPU stores the data as well as instructions in its local memory called registers
processing  में सीपीयू डेटा के साथ-साथ निर्देशों को अपनी स्थानीय मेमोरी में संग्रहीत करता है जिसे रजिस्टर कहा जाता है
4. CPU has three main components   - ALU,  CU, MEMORY
CPU के तीन मुख्य घटक होते हैं      एएलयू, सीयू, मेमोरी

Computer Memory ( कंप्यूटर  मेमोरी )
  Memory is used to store data and instruction for processing. 
  मेमोरी का उपयोग प्रोसेसिंग के लिए डेटा और इंस्ट्रक्शन को स्टोर करने के लिए किया जाता है।    
  Units of memory (    स्मृति की इकाइयाँ )
Bit, Byte, KB, MB, GB, TB
8 bit = 1 byte
1024 byte = 1 KB
1024 KB = 1 MB
1024 MB = 1 GB
1024 GB = 1 TB 
 Types  of memory (  स्मृति के प्रकार )
1.    Primary  memory ( प्राथमिक मेमरी )
2.   Secondary memory ( द्वितीयक स्मृति )

  Primary  memory ( प्राथमिक मेमरी ) -

इसे मुख्य मेमोरी भी कहा जाता है
प्रोग्राम और डेटा को प्रोसेसिंग से पहले प्राथमिक मेमोरी में लोड किया जाता है \
1. It is also called main memory.
2. program and data are loaded into the primary memory before processing.
3. It is of two types . (1) RAM  (2) ROM
यह दो प्रकार की होती है।   (1) RAM  (2) ROM
Difference between RAM and ROM ( रैम और रोम के बीच अंतर )
1. RAM is volatile memory whereas ROM is non voaltile memory.
RAM वोलेटाइल मेमोरी है जबकि ROM नॉन वोलेटाइल मेमोरी है

2. RAM is  temporary memory and ROM is permanent memory
RAM अस्थायी मेमोरी है और ROM स्थायी मेमोरी है
3. RAM is  read and write memory and ROM is only read
RAM मेमोरी को पढ़और लिखजाता है  और ROM केवल पढ़ा जाता है

secondary memory


Device Drivers

 Device driver acts as an interface  between the device and operating system.   
डिवाइस ड्राइवर डिवाइस और ऑपरेटिंग सिस्टम के बीच एक इंटरफेस के रूप में कार्य करता है।
OR
Device driver acts as a mediator between the operating system and the attached device.
डिवाइस ड्राइवर ऑपरेटिंग सिस्टम और संलग्न डिवाइस के बीच मध्यस्थ के रूप में कार्य करता है।
Q.     why we need device driver.
ans.  Hardware devices that are unknown by operating system require drivers. It will not work without drivers. if the appropriate driver is not installed the device may not work properly.

Classification of programming language 

1. Low level language -  It include machine language and assembly language.
                                         low level language are machine dependent language
      (a) machine language -  It is also called  binary language
                                               Instructions are written in the form of 0 and 1.
                                               writing code in machine language is difficult and also finding the
                                               error in the code is difficult.
      (b) assembly language - It allows english like words and symbol.
                                               This language is computer specific means the code written for one 
                                               type of CPU cannot be used for another.
2. High level language  -  It is machine independent
                                           It is easy to write code in high level language because Instructions are                                                 written using english like sentence using language rules. 

Language Translator 

Translator convert source code to machine language (Form which understandable by machine )

Type of translator -

1.  Assembler - Assembler convert the code written in assembly language to machine language.
                          Each assembler can understand a specific microprocessor instruction set only
2. Compiler   - compiler convert code written in high level language to machine language
                         It code follows  all rules of the language it is executed by computer.
                         If errors are present first we have remove errors and after removing all 
                             error compiler convert this code to machine language.
3. Interpretor - Interpretor also convert High level language program to machine language.
                           Interpretor takes one line and convert it to machine code.
                           If code not follow the rules of language than first we have to remove error in this
                           line and the interprator goes to next line to convert code.  

C


 System (ऑपरेटिंग सिस्टम )

1.It manage all the resourses of computer like RAM ,CPU, disk etc.
यह रैम, सीपीयू, डिस्क आदि जैसे कंप्यूटर के सभी रिसोर्स को मैनेज करता है |
2. It provide services for building and running application programs.
यह एप्लिकेशन प्रोग्राम बनाने और चलाने के लिए सेवाएं प्रदान करता है|
3. It provide interface between user and computer.
यह उपयोगकर्ता और कंप्यूटर के बीच इंटरफेस प्रदान करता है।
Example of  operating system ( ऑपरेटिंग सिस्टम ) -  WINDOWS, LINUX, UNIX


OS user interface ( ओएस यूजर इंटरफेस )

1. Command based  interface - 
    In this type of interface user enter the command to perform different task using input device.
    इस प्रकार के इंटरफ़ेस में उपयोगकर्ता इनपुट डिवाइस का उपयोग करके विभिन्न कार्य करने के लिए कमांड           दर्ज करता है|
     User has to remember the names of all programs of commands which the operating system supports.
     उपयोगकर्ता को उन सभी कार्यक्रमों के नामों को याद रखना होगा जिनका ऑपरेटिंग सिस्टम समर्थन करता है

No comments:

Post a Comment

if you have any doubt. please let me know.

Data communication

 Communication means exchange of data between two or more Devices. Components of data communication - 1. Sender.    2. Receiver.     3. Mess...