Wednesday, September 29, 2021

Fundamental of Computer (Part1)

 

What is computer?

A computer is a machine that can store and process information. It has the ability to store, retrieve, and process data. They are designed to execute applications and provide a variety of solutions by combining integrated hardware and software components

What is Hardware & Software?

jitus kumar
A Physical Structure of Device is known as Hardware. We can see & touch the Hardware whereas Software is a collection of Program we cannot touch and see it.

Use of Computer

  • Hospital
  •   School
  •  Bank
  •  Railway station
  •  Research center etc.

 Block Diagram of Computer

A.L.U  ( Arithmetical Logical Unit) :- The A.L.U performs simple addition, subtraction, multiplication, division, and logic operations, such as OR and AND

CU ( Control Unit ):- It control the all functions of computer which is executed by system and user

Memory :- Memory is a place where data are store it has two types

 


 Rom is  -non-volatile memory. भूलकर नहीं है हमेसा याद रखता है 

RAM  Volatile Memory भूलकर है इसको याद नहीं रहता है  

Friday, September 24, 2021

what is outlook? Outlook क्या है ? Part 1

Outlook Microsoft office का ही एक पार्ट है जब हम Microsoft office  को Install करते है तो साथ में ये भी Install होता है | Microsoft Outlook एक Email Client Software है जो की हमें किसी भी Email Account का मेल Send या  Receive  करने का फैसिलिटी प्रोवाइड करता है ,चाहे आप का Email  किसी में भी बना हो for Example

  1. abc@gmail.com    
  2. abc@yahoo.co.in
  3. abc@rediffmail.com etc 

आप को जिस Email Id को आउटलुक से Connect करना हो उसे पहले कुछ प्रोटोकॉल को पालन करना पड़ता है For Eg.  हम Gmail अकाउंट के बारे में जानेगे  

gmail  में दो प्रोटोकॉल होते है |  

        1.    POP    (post office protocol )

        2.    IMAP   (Internet Messaging access Protocol )

अब सवाल ये है की जब हम जीमेल से ईमेल कर सकते है तो आउटलुक की क्या जरुरत है, तो वो इस लिए की इसमें जीमेल से ज्यादा फैसिलिटी है जैसे की 

        1    चुकी यह माइक्रोसॉफ्ट का प्रोडक्ट है तो इसमें सिक्योरिटी ज्यादा है और Time to Time Update होते रहता                है    

        2    इसमें फ़िल्टर है जो की आप के जंक मेल को अलग करता है |

        3    आउटलुक में आप मल्टीप्ल एक्सेंट ID Add कर सकते है,और एक साथ एक्सेस कर सकते है |

        4    स्टोरेज कैपेसिटी ज्यादा है आउटलुक में मतलब 50 GB मेल रख सकते है जबकि जीमेल में 15 GB तक 

        5    बिना इंटरनेट के  Outlook में मेल लिख सकते है जबकि जीमेल नहीं 

        How to configure outlook in gmail account

    Step    1    सबसे पहले आपने gmail ID को ओपन करना है |

    step     2    go to setting  

     

    step     3    Click on forwarding and POP/IMAP tab and enable the POP/IMAP option and                         save the changes

            


                     Step 4 now Click on Manage your google account------>click on security

                            then scroll the mouse and select the less secure app access  को  on करना है


Saturday, September 18, 2021

how to set background color in webpage.वेब पेज में बैकग्राऊँड का रंग कैसे बदले

 <bgcolor ="color name"> या  <bgcolor="anyletter,alfabet>

इस Tag का उपयोग कर आप वेब पेज का बैकग्राउंड का रंग बदल सकते हो बस bgcolor tag  को आप को बॉडी Tag में लिखना है |

eg.

<html> 

           <titel>how to set background color in webpage</title>
             <body bgcolor="abcde">
            </body>
            </html> 

after write this code Save the file and run it on browser. 


 this is output of this program

Wednesday, September 15, 2021

Digi Locker या digital Locker क्या है ?

 Digi Locker या digital Locker  एक प्रकार का डिजिटल वर्चुअल लॉकर  है, जिसको मानीये प्रधानमंत्री श्री नरेंद्र मोदी जी ने जुलाई 2015 में लॉन्च किये थे | यह पूरी तरह से सिक्योर है जिसमे आप अपना डाक्यूमेंट्स को रख सकते हो | यहाँ तक डिजिलॉकर में रखा हुआ गाड़ी का पेपर भी valid माना  जायेगा | 


 Digi Locker या digital Locker में अकाउंट कैसे बनाया जाये 

सबसे पहले आप को गूगल क्रोम में जाकर https://www.digilocker.gov.in के साइट पर जाकर क्लिक करना है फिर उसमे आप को Sing Up करना है और अपना अकाउंट बना है 
 


Monday, September 13, 2021

HTML (Hyper Text markup Language)

HTML stands for hyper text markup language – it is used to display web pages on the browser. it is used to create web page designing. it is written in Notepad application and its ext ion is  .html or .htm

    The structure of HTML is very essay 

<html>

<title>...........</title>

<head>..........</head>

<body>.......Message</body>

</html>

.i.e here  <> this is open tag and </> close tag.

How to write HTML in Notepad and how it execute it in browser.

step 1 open Note pad

step 2 write this program in notepad

                <html>

                <head> 

<title> This is my first program in HTML</title>

<body>

        Hello Friends how are you this is my fist webpage 

</body>

</html>

step 3    after this now save the notpad file in your computer any place as you wish with ext ion .html or .htm

        for eg.        abc.html

step 4 now open your file i.e abc.html  

this is the ouput of your fist program 


program no 2

 use of Heading tag

there are six type of heading <h1>,<h2>,<h3>,<h4>,<h5><h6>

  <html>

   <head> Jitus Sir</head>

<title> use of Heading Tag</title>

<body>

       <h1>hello Siddhi & Sidhant how are You ?</h1>

        <h2>hello Siddhi & Sidhant how are You ?</h2>

       <h3>hello Siddhi & Sidhant how are You ?</h3>

       <h4>hello Siddhi & Sidhant how are You ?</h4>

       <h5>hello Siddhi & Sidhant how are You ?</h5>

       <h6>hello Siddhi & Sidhant how are You ?</h6>

</body>

</html>

so output of this program 

here we can see that <H1> 's font size is higger than <h2>,<h3>,<h4>,<5>,<h6>

respectively.