-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpro.html
56 lines (54 loc) · 1.6 KB
/
pro.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
<!DOCTYPE html>
<html>
<head>
<tittle></tittle>
</head>
<body>
<h1>Processing Unit</h1>
<h2>C.P.U- Central Processing Unit</h2><img class="d" src="cpu.jpeg">
<p>Cpu is the brain of computer. It's can devied into Three type . </p>
<p>1.Control Unit</p>
<p>2.Alu</p>
<p>3.IR</p>
<h2>1.Control unit</h2><img class="d" src="control.jpeg">
<p>The control unit is the type of unit in which if control all the parts of computer which are Connect to C. P. U.</p>
<p>The control unit act as cns( central nervous system) of computer.</p>
<p>The main function control unit is that Fetch&Decode the instruction. </p>
<h2>A. L. U</h2><img class="d" src="alu.jpeg">
<p>The main function of arithmetic and logical unit is that is Execute the data.
</p>
<p>Excation means(all the calculations either that may be arithmetic and logical calculation is done in this unit). </p>
<h2>IR.</h2><img class="d" src="ir.jpeg">
<p>Generally Internal resistor is temporary memory which holds the data for some time again transfer the data from one device to another device. </p>
<div class="e">
</div>
<style>
.e{
border: 1px solid transparent;
height: 100px;
width: 200px;
margin-left: 100px;
}
.d{
width: 250px;
height: 250px;
border: 1px solid red;
border-radius: 20px;
}
h1{
color: #3c0ebd;
margin-left: 80px;
margin-top: 10px;
}
h2{
color: #210780;
margin-left: 10px;
}
p{
font-size: 20px;
color: #bb1414;
margin-left: 20px;
}
</style>
</body>
</html>