-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGSA.html
More file actions
146 lines (144 loc) · 7.23 KB
/
GSA.html
File metadata and controls
146 lines (144 loc) · 7.23 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<title>General System Architecture</title>
<link rel="stylesheet" type="text/css" href="homepage_style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
</head>
<body>
<div id="navbarc" class="navbarc">
<a href="index.html" id="home">Home</a>
<a href="aboutme.html" class="right">About Us</a>
<a href="conme.html" class="right">Contact Us</a>
<a href="GSA.html" class="right" ><i class="fa fa-book" aria-hidden="true"></i></a>
<a href="covid.html" class="right"><i class="fa fa-user-md" aria-hidden="true"></i></a>
<a href="sort.html" class="right"><i class="fa fa-code" aria-hidden="true"></i></a>
</div>
<div class="row">
<div>
<h1 style="padding-left: 350px; padding-top: 30px; color: white" id="bo">GENERAL SYSTEM ARCHITECTURE</h1>
</div>
<div class="side">
<div class="dropdown">
<button onclick="window.location.href='GSA.html'" class="dropbtn">General System Architecture
<i style="padding-left: 10px;" class="fa fa-caret-right"></i>
</button>
<div class="dropdown-content">
<a href="GSA.html#bo">Basic Computer Organization</a>
<a href="GSA.html#vn">Von Neumann Architecture</a>
<a href="GSA.html#fc">Flynn's Classification of Computer Architecture</a>
<a href="GSA.html#mo">Micro Operations and Control Signals</a>
</div>
</div>
<div class="dropdown">
<button onclick="window.location.href='PD.html'" class="dropbtn">Processor Design
<i style="padding-left: 10px;" class="fa fa-caret-right"></i>
</button>
<div class="dropdown-content">
<a href="PD.html#ic">Instuction Cycle</a>
<a href="PD.html#so">Stack Organisation</a>
</div>
</div>
<div class="dropdown">
<button onclick="window.location.href='CA.html'" class="dropbtn">Computer Arithmetic
<i style="padding-left: 10px;" class="fa fa-caret-right"></i>
</button>
<div class="dropdown-content">
<a href="CA.html#um">Unsigned Multiplication</a>
<a href="CA.html#sm">Signed Multiplication</a>
<a href="CA.html#rd">Restoring Division</a>
<a href="CA.html#nd">Non-Restoring Division</a>
<a href="CA.html#fp">Floating Point Numbers</a>
</div>
</div>
<div class="dropdown">
<button onclick="window.location.href='CD.html'" class="dropbtn">Control Design
<i style="padding-left: 10px;" class="fa fa-caret-right"></i>
</button>
<div class="dropdown-content">
<a href="CD.html#stm">State Table Method</a>
<a href="CD.html#dem">Delay Element Method</a>
<a href="CD.html#scm">Sequence Counter Method</a>
</div>
</div>
<div class="dropdown">
<button onclick="window.location.href='IO.html'" class="dropbtn">I/O Design and Memory Hierarchy
<i style="padding-left: 5px;" class="fa fa-caret-right"></i>
</button>
<div class="dropdown-content">
<a href="IO.html#ihm">Interrupt Handling Mechanism</a>
<a href="IO.html#ti">Types of Interrupts</a>
<a href="IO.html#mh">Memory Hierarchy</a>
<a href="IO.html#dma">Direct Memory Access</a>
</div>
</div>
<div class="dropdown">
<button onclick="window.location.href='IP.html'" class="dropbtn">Introduction to Parallelism
<i style="padding-left: 10px;" class="fa fa-caret-right"></i>
</button>
<div class="dropdown-content">
<a href="IP.html#pc">Parallel Computing</a>
<a href="IP.html#tp">Types of Parallelism</a>
<a href="IP.html#p">Pipelining</a>
</div>
</div>
</div>
<div class="content" style="padding-top: 30px;">
<img class="image" src="0a.jpg"><br><br><br>
<img class="image" src="0b.jpg"><br><br><br>
<img class="image" src="0c.jpg"><br><br><br>
<img class="image" src="0d.jpg"><br><br><br>
<img class="image" src="0e.jpg"><br><br><br>
<img class="image" src="0f.jpg"><br><br><br>
<h2 style="text-align: center; padding-left: 200px; color: white">For further information refer to:</h2>
<iframe class="video"id="vn" width="1000" height="400" allowfullscreen="allowfullscreen" frameborder="0" src="https://www.youtube.com/embed/leWKvuZVUE8"></iframe><br><br>
<img class="image" src="1.jpg"><br><br><br>
<img class="image" src="2.jpg"><br><br><br>
<img class="image" src="3.jpg"><br><br><br>
<img class="image" src="4.jpg"><br><br><br>
<img class="image" src="5.jpg"><br><br><br>
<iframe class="video" id="fc" width="1000" height="400" allowfullscreen="allowfullscreen" frameborder="0" src="https://www.youtube.com/embed/H0xGKKpKaRE"></iframe><br><br>
<img class="image" src="6.jpg"><br><br><br>
<img class="image" src="7.jpg"><br><br><br>
<img class="image" src="8.jpg"><br><br><br>
<img class="image" src="9.jpg"><br><br><br>
<img class="image" src="10.jpg"><br><br><br>
<img class="image" src="11.jpg"><br><br><br>
<img class="image" src="12.jpg"><br><br><br>
<img class="image" src="13.jpg"><br><br><br>
<h2 style="text-align: center; padding-left: 200px; color: white">For further information refer to:</h2>
<iframe id="mo" class="video" width="1000" height="400" allowfullscreen="allowfullscreen" frameborder="0" src="https://www.youtube.com/embed/fYi-U5salts"></iframe>
<br><br>
<img class="image" src="14.jpg"><br><br><br>
<img class="image" src="15.jpg"><br><br><br>
<img class="image" src="16.jpg"><br><br><br>
<img class="image" src="17.jpg"><br><br><br>
<h2 style="text-align: center; padding-left: 200px; color: white">For further information refer to:</h2>
<iframe class="video" width="1000" height="400" allowfullscreen="allowfullscreen" frameborder="0" src="https://www.youtube.com/embed/L2SLS9FgTx0"></iframe>
<br><br><br><br>
</div>
</div>
<script>
window.onscroll = function() {myFunction()};
var navbarc = document.getElementById("navbarc");
var sticky = navbarc.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbarc.classList.add("sticky")
} else {
navbarc.classList.remove("sticky");
}
}
</script>
<footer>
<div style="float: right; padding-right: 600px;">
<a href="https://www.facebook.com/" class="fa fa-facebook"></a>
<a href="https://www.twitter.com/" class="fa fa-twitter"></a>
<a href="https://www.youtube.com/" class="fa fa-youtube"></a>
<a href="https://www.instagram.com/" class="fa fa-instagram"></a>
</div>
<h4 style="color: white; padding-left: 20px; padding-top: 10px; text-align: left;">Reach us</h4>
</footer>
</body>
</html>