Translate

Wednesday, 28 July 2021

Create table with HTML code

 HTML Part-2

 <!DOCTYPE html>


<html>

<head> <title>this is my project</title></head>

<body bgcolor="yellow">

  <h3><b>Swami Vivekanand Vidyashram </b>

    <br><h5>Class 12<sup>th</sup></h5></h3>

  <table border="5">

    <tr>

    

    <th>Sr No.</th>

    

    <th>English</th>

    

    <th>Hindi</th>

    

    <th>Math</th>

      <th>computer</th>

    

    

    

    <th>period</th>

    

    <th>Date</th>

      </tr>

    <tr>

      <td>1.</td>

      

      <td>65</td>

      

      <td>75</td>

      

      <td>75</td>

      

      <td>80</td>

      <td>85</td>

      <td>24/7/2021</td>

      

      <tr>

        <td>2.</td>

         <td>75</td>

         <td>65</td>

         <td>65</td>

         <td>72</td>

        

        

        <td>83</td>

        <td>28/7/2021</td>

        <tr>

          <td>3.</td>

          

            <td>63</td>

          

          <td>68</td>

          

          <td>74</td>

          

        <td>83</td>

          

        <td>95</td>

          

        <td>30/7/2021</td>

          

          <tr>

            <td>4.</td>

            

            

      <td>95</td>

            

      <td>95</td>

            

            <td>91</td>

    

          <td>81</td>

            

            <td>83</td>

            

            <td>1/8/2021</td>

          </tr>

          

     

  

   

 

    

    

    

    

    

  </table>


<h2></h2>

      <h4><i>created by naman</i></h4>

        

        

          <label>select student name:</label>

        <select>

          <option>1. Rohit</option>

          

          

          <option>2.Harsh</option>

          

          <option>3.Rahul</option>

          

          <option>4. puneet</option>

          </Select>

      

</body>

</html>


Code output



Monday, 26 July 2021

Fundamentals of computer


 

 Fundamentals of computer

What is computer?

Computer is an electronic device which is capable to accepting data and give output to us.

2.what is data?

The collection of sound,text, images,and numbers is called data.

3. What is cpu?

CPU is the brain of computer.

                  Type of computer 

There are three types of computer

1.Analog computer:

This type of computer used in physical department.

For example: measuring of temperature and pressure.

2.Hybrid computer

This type of computer used in medical department.

For example: Ct-scan, X-RAY

3.Digital computer:

This type of computer is mostly used.

Again digital computer divided into four types

1.Super computer: 

Super computer is most powerful computer.it is very expensive and bigger in size,due to bigger in size it kept into buildings and occupy large area, only few organisation use this type of computer.

Example: uses by NASA in America

2.Main frame computer:

This type of computer also bigger in size they are kept in air condition room . mainly occupied in wire the storage capacity of this computer is much more

3. Mini computer:

Mini computer is also known as midrange computer they are like refrigerator type.mainly used in production department.

4. Micro computer: 

This is the most widely used by the all users.

Micro computer divided into 4 type

1. Desktop pc

2.tablet pc

3.Noot book pc

4.hand held pc

Type of categories

Hardware:

The thing that we can see and touch is known as hardware.

Software:

The thigs which we can not touch but can see is known as software.

Software divided into two types

1. System software:

System software is also known as background software.it gives a GUI format to the computer.

GUI- graphical user interface

Example: Windows XP, Window vista, window 7

2. Application software 

b. Basic application software

Example:word, excel and PowerPoint

b.Specialiseda application software

Example: photoshop, corel draw , and page marker.

Storage Device

1.) primary storage device:- 

whenever you currently doing a work that is saved onto primary storage device.

Example: RAM

RAM- random access memory

2.) Secondary storage device:-

When you saved your file onto hard disc at that time it is saved to secondary storage device.

 Example:- ROM

ROM- read only memory

             Input device

1.) keyboard

2.) Mouse

3.) Scanner

4.) Joystic 

             Output device

1.) Monitor

2.) Printer

3.) Speaker

         Communication Device

1.)Web- cam

2.) Headphone

        Binary digit (1,0,01,110)

• Collection of 8 bits is called one bytes(smallest unit of memory)

• 8 bits= BYTES

• 1024 bytes = 1 k.b(kilo bytes)

• 1024 K.B = 1 M.B(mega bytes)

• 1024 M.B =1 G.B(Giga bytes)

• 1024 G.B = 1T.B(Tetra bytes)

✓ the output which we get from the printer is called the hard copy

✓ the output which we see on the screen is called the soft copy

               System software

✓ it is used to interface between users, application, software,and hardware peripheral.

MS-DOS ( Microsoft Disc Iperating System)

✓ it gives a CUI format to the computer

GUI :- Command.... line Users Interface

         Type of system software

1.) Network operating system:-

• Window 2003 server

• Window 2008 server

• Window 2012 server

• UNIX ; LINUX

       Network

2.) Client operating system:-

• Window XP

• Window VISTA

• Window 7

• Window 8

• Window 10

MS-DOS

                 Storage device

Primary storage device:

i)RAM (Random Access Memory)

 volatile

ii)ROM (Read Only Memory)

Non - volatile

Secondary storage device:

i) C.D - compact Disc (700 MB)

ii) D.V.D - Digital versatile disc(4.7GB)

iii) Hard Disc Drive

iv) Pen Drive

Floppy disc - 1.44mb

SD card - memory card

             Computer language

1.) Low level language:

Computer only understand low level language like the Binary (0,1)

2.) High level language:

Example- C++, Java, Python, Datnet etc.

✓ interpreter and compiler convert High level language to low level language.

✓ interpreter and compiler work as translator , compiler check all the error in one time while interpreter check all the errors step by step .

                Number system



Keyboard shortcuts keys very important

                  Shortcut keys



Sunday, 25 July 2021

Html code for creating a registration form










                    HTML Part-1




<Html>
<head><title>regestration page </title></head>
<body bgcolor="lightskyblue"><br>
  <h2> Regestration form</h2>
  <br>
  <br>
  <form>
    
    <label>first name:</label>
    <input type="text"name="firstname"size="15"
      
      
      <label>Middlename:</label>
      
      <input type="text"name="middlename"size="15"
        <label>lastname:</label>
        <input type="text"name="lastname"size="15"
          
          <label><br>
            course:
          </label>
          <select>
            
            <option>course</option>
            
            <option>b tech</option>
            
            <option>BCA</option>
            
            <option>Bsc</option>
            
            <option>BBA</option>
            
            <option>MBA</option>
            
            <option>B.Com</option>
            
          </select>
          
          <br>
          <br>
           Gender:
          <label> <br>
            
            <input type="radio"name="male">Male<br>
            <input type="radio"name="female">Female<br>
            <input type="radio"name="other">Other<br>
            <br>
            <br>
            <label>
              phone:
            </label>
            
            <input type="text"name="country code"value="+91"size="2"/>
            
            <input type="text"name="phone"size="10"/><br>
            <br>
            Address:
            <br>
            <textarea cols="80"rows="5"value="address"></textarea><br><br>
            
            E-mail:
            <input type="email"id="email"name="email"/><br><br>
            
            password:
            <input type="password"id=name="pass"name="pass"/>
            <br><br>
            for submit the form click the button given below<br><br>
            <input type="button"value="submit"/>
          </form>
        
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
          </select>
    
    
    
    
    
    
  </form><br>
    <h4> <i>created by naman pathak</i></h4>
  
  
  
  </body>
</html>

Code output


Artificial Intelligence notes unit 1(AKTU)

                        Artificial Intelligence notes unit 2(AKTU)   AI UNIT 1 NOTES PDF