-
Notifications
You must be signed in to change notification settings - Fork 0
/
g.html
125 lines (124 loc) · 3.98 KB
/
g.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<head><tittle></tittle></head>
<body>
<h1>Gentration of computer</h1>
<h2>1st Generation</h2><img class="s" src="1stgenration.jpg">
<p>First gentration computer start in year 1940 and End 1956.</p>
<p>vaccumTube computer Different enigine character use to following os.</p>
<h1>VbaccumTube</h1>
<img class="s" src="vaccumtub.jpg">
<p>1.lot of space</p>
<p>2.expensive to operater</p>
<p>3.lord of electricity and large amount of heat</p>
<h3>Type Of made computer</h3>
<h3>1.ENIAC-</h3><img class="s" src="eniac.jpeg">
<p>E-ELECTRICAL</p>
<p>N-NUMERICAL</p>
<p>I-INTEGATOR</p>
<p>A-AND</p>
<p>C-COMPUTER</p>
<p>Eniac computer Development by the John W. Mauchly&J. Presper Eckert Jr.</p>
<img class="s" src="jhon.jpg">
<h3>2.EDVAC</h3><img class="s" src="edvac.jpeg">
<p>E-ELECTRONIC</p>
<p>D-DISCRETE</p>
<p>V-VARIABLE</p>
<p>A-AUTOMATICAL</p>
<p>C-COMPUTER</p>
<p>Esvac computer madeJ. Presper Eckert Jr.&John W. Mauchly.</p>
<img class="s" src="jhon.jpg">
<p>It is stroe Program machine.</p>
<h3>3.UNIVAC-1</h3><img class="s" src="Univac_I_.jpg">
<p>U-UNIVERSAL</p>
<p>A-AUTOMATIC</p>
<p>univac-1 computer made by J. Presper Eckert Jr.and John W. Mauchly.</p>
<img class="s" src="jhon.jpg">
<h2>2.Second Generation</h2><img class="s" src="second_generation.jpg">
<p>Second Generation Computer Start in Year1956and End 1963.</p>
<p>Use Parts</p>
<p>Transistors</p><img class="s" src="transistor.jpg">
<p>work memory</p>
<p>It is save to Data</p>
<p>It Was Faster</p>
<h3>Made computer</h3>
<p>1.UNIVAC-III</p><img class="s" src="uniac-iii.jpeg">
<p>2.IBM=700</p><img class="s" src="ibm700.jpeg">
<p>3.IBM=1401</p><img class="s" src="ibm-1401.jpg">
<p>4.NCR=300 SERIES</p><img class="s" src="ncr=300.jpg">
<h2>3.Third Gentraion</h2><img class="s" src="third.jpg">
<p>Third Generation computer start in year 1963to till.</p>
<p>Third generation computer use to IC .That is called Chip.</p>
<img class="s" src="ic.png">
<p>It is use to small electroinc device made from special matrial.</p>
<p>They were faster and more effect By second generation computer.</p>
<p>The user Commmunit with the computer using keybord and moniter.They use to operating system they allow
tomany different to run at once time</p>
<h2>4.fourth Generation</h2><img class="s" src="fourth-generation-of-computer.png">
<p>fourth Generation Computer Start in year 1972 to till.</p>
<h3>Use Parts</h3>
<h3>1.VLS</h3><img class="s" src="VLSI_Chip.jpg">
<p>V-VERY </p>
<p>L-LARGE</p>
<p>S-SCALE</p>
<p>I-INTERGATION</p>
<h3>2.ULSI</h3><img class="s" src="ulsi.jpg">
<p>U-ULTAR</p>
<p>L-LARGE</p>
<p>S-SCALE</p>
<p>I-INTERGATION</p>
<h2>EX</h2>
<p>1.DESKTOP</p><img class="s" src="Monitor.jpeg">
<p>The present day computer can link together computer networkIt is called Internet.</p>
<h3>Ex-</h3>
<h4>WWW.</h4>
<p>W-WORLD</p>
<p>W-WIDE</p>
<p> W-WEB</p>
<h2>5.fifth Generation</h2><img class="s" src="Fifth-Generation-Computer-Generation.webp">
<p>fifth Generation computer start in year 1973 to till.</p>
<p>Aritifical intergalactic branch of computer science that deals with making computer think and take
devision like tumanbine.</p>
<p>Those computer will be take commmand in audio & visual With carry out information .</p>
<h3>Ex-</h3>
<p>1.laptop</p><img class="s" src="Fifth-Generation-Computer-Generation.webp">
<p>2.lcd</p><img class="s" src="lcd.jpeg">
<p>3.led</p><img class="s" src="led.jpeg">
<div class="e">
</div>
<style>
.e{
border: 1px solid transparent;
height: 100px;
width: 200px;
margin-left: 100px;
}
.s{
width: 300px;
height: 250px;
border: 1px solid red;
border-radius: 20px;
}
h1{
margin-left: 100px;
color: green;
}
h2{
margin-left: 10px;
color: rgb(221, 36, 128);
}
h3{
margin-left: 15px;
color: blue;
}
p{
font-size: 20px;
color: red;
}
h4{
font-size: 24px;
color: #7c126e;
}
</style>
</body>
</html>