<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9061464461622036660</id><updated>2025-12-18T13:44:50.705+01:00</updated><title type='text'>DBSonline</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://dbsonline01.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9061464461622036660/posts/default'/><link rel='alternate' type='text/html' href='https://dbsonline01.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>DBSOnline</name><uri>http://www.blogger.com/profile/16979292720868257140</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9061464461622036660.post-7069516051452289837</id><published>2019-07-25T11:28:00.002+01:00</published><updated>2020-01-01T00:49:47.451+01:00</updated><title type='text'>Introduction to Computer</title><content type='html'>&lt;iframe allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;https://www.youtube.com/embed/7cXEOWAStq4&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;html&gt;
&lt;head&gt;

&lt;style&gt;
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;
&lt;/h2&gt;
&lt;button class=&quot;accordion&quot;&gt;Concept of Computer&lt;/button&gt;
&lt;div class=&quot;panel&quot;&gt;
Concept of the Computer
What Is a Computer?
A computer is an electronic device, operating under the control of instructions stored in its own memory that can accept data, process the data according to specified rules, produce results, and stores the results for future use.
A computer is a machine that  can:&lt;br /&gt;

1. Accept input Input could be entered by a human typing at a keyboard, received over a network, or provided automatically by sensors attached to the computer.&lt;br /&gt;
2. Execute a mechanical procedure, that is, a procedure where each step can be executed without any thought.&lt;br /&gt;
3. Produce output. Output could be data displayed to a human, but it could also be anything that affects the world outside the computer such as electrical signals that control how a device operates.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigyylfWgkSCRtw7G0VYCPo0solj1Q01luaQ1siV_RJPkiR3OSjiPp9Emzg3vxg5Nqa2zbxGgeQKpA7-76MJhwyCsexP9kphlJV9OGx1YsP6D75fy4wkKTW64feOt7_jwJsoip_GJhn3t0/s1600/avatar.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;300&quot; data-original-width=&quot;300&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigyylfWgkSCRtw7G0VYCPo0solj1Q01luaQ1siV_RJPkiR3OSjiPp9Emzg3vxg5Nqa2zbxGgeQKpA7-76MJhwyCsexP9kphlJV9OGx1YsP6D75fy4wkKTW64feOt7_jwJsoip_GJhn3t0/s320/avatar.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;button class=&quot;accordion&quot;&gt;Section 2&lt;/button&gt;
&lt;div class=&quot;panel&quot;&gt;
  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;br /&gt;

&lt;/div&gt;
&lt;button class=&quot;accordion&quot;&gt;Section 3&lt;/button&gt;
&lt;div class=&quot;panel&quot;&gt;
  Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;br /&gt;

&lt;/div&gt;
&lt;script&gt;
var acc = document.getElementsByClassName(&quot;accordion&quot;);
var i;

for (i = 0; i &lt; acc.length; i++) {
  acc[i].addEventListener(&quot;click&quot;, function() {
    this.classList.toggle(&quot;active&quot;);
    var panel = this.nextElementSibling;
    if (panel.style.display === &quot;block&quot;) {
      panel.style.display = &quot;none&quot;;
    } else {
      panel.style.display = &quot;block&quot;;
    }
  });
}
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</content><link rel='replies' type='application/atom+xml' href='https://dbsonline01.blogspot.com/feeds/7069516051452289837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://dbsonline01.blogspot.com/2019/07/introduction-to-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9061464461622036660/posts/default/7069516051452289837'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9061464461622036660/posts/default/7069516051452289837'/><link rel='alternate' type='text/html' href='https://dbsonline01.blogspot.com/2019/07/introduction-to-computer.html' title='Introduction to Computer'/><author><name>DBSOnline</name><uri>http://www.blogger.com/profile/16979292720868257140</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/7cXEOWAStq4/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>