Posts

HTML Practical

  1.Practice with basic HTML elements <html> <head>     <title>Basic Html Structure</title> </head> <body>     <h1>Welcome to HTML!</h1>     <p>This is a basic HTML Structure example.</p> </body> </html> 2.Design a simple web page with text, paragraph and line break <!DOCTYPE html> <html> <head> <title>Text and paragraph formatting</title> </head> <body> <p>This is a paragraph of text.</p> <p> Here is another paragraph with a line break.<br>This text is on a new line.<p> </body> </html> 3.Format text, change background color, and insert pictures <html> <head>     <title>Formatting text and adding media</title>     <style>          body{backgroung-color:lightblue;               }   ...

Computer of Generation

Image
First Generation(1946-1954) First Generation In 1946 the digital computer using electronic values (vacuum tubes) are known as first generation computers. The first 'computer' to use electronic values i.e., vacuum tubes the high cost of vacuum tubes prevented their use for main memory. They stored information in the from of propagating sound waves.  Limitations of First Generation Computer They used values vacuum tubes as their main electronic component. They were large in size, slow in processing and had less storage capacity. They consumed lots of electricity and produced lots of head. Their computing capabilities were limited. They were not so accurate and reliable. They use machine level language for programming. They were very expensive. Second Generation(1955-1964) Second Generation The second generation computer used transistors for CPU component and ferrite cores for main memory & magnetic disks for secondary memory. They used high level languages such as FORTRAN(195...