Skip to content

Commit

Permalink
feat: add 1.1.3 content
Browse files Browse the repository at this point in the history
  • Loading branch information
opott committed Nov 30, 2024
1 parent f657f28 commit d744bc4
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions courses/J277/1.1/3-embedded-systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<title>Embedded Systems | OCR J277 | CourseNotes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="canonical" href="https://notes.opott.uk/courses/J277/1.1/3-embedded-systems.html">
<meta property="og:title" content="[OCR J277] 1.1.3 - Embedded Systems" />
<meta property="og:site_name" content="CourseNotes">
<script type="module" src="https://js.withorbit.com/orbit-web-component.js"></script>
<meta property="orbit:color" content="turquoise" />
</head>
<body>
<div class="loading-overlay">
Expand Down Expand Up @@ -34,14 +38,57 @@ <h1>Introduction</h1>
<li>Familiarity with a range of different embedded systems</li>
</ul>
</p>
<h1>The purpose and characteristics of embedded systems</h1>
<p><strong>Written content coming soon!</strong></p>
<h1>Examples of embedded systems</h1>
<p><strong>Written content coming soon!</strong></p>
<h1>The Purpose and Characteristics of Embedded Systems</h1>
<p>An <strong>embedded system</strong> is a computer system with a dedicated function that is usually part of a larger mechanical or electrical system.</p>
<p>They are usually based on microcontrollers or microprocessors, keeping the power consumption and cost per unit low.</p>
<p>There is no operating system installed on an embedded system. Instead, firmware is usually created and flashed to the microcontroller.</p>
<h1>Examples of Embedded Systems</h1>
<p>Some notable examples of embedded systems are:
<ul>
<li>Washing Machines</li>
<li>Traffic Lights</li>
<li>Engine Management Systems</li>
<li>Medical Instruments</li>
<li>Factory Machines</li>
</ul>
</p>
<p>These devices are <strong>not</strong> examples of embedded systems, and are considered as <strong>general purpose systems</strong>:
<ul>
<li>Desktop Computers</li>
<li>Laptops</li>
<li>Smartphones</li>
<li>Tablets</li>
</ul>
</p>
<div style="max-width: 64vw; margin: 0 auto;">
<iframe width="320" height="180" src="https://www.youtube.com/embed/WR242RfnsIo" title="5. OCR GCSE (J277) 1.1 Embedded systems" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

<orbit-reviewarea>
<orbit-prompt
question="What is an embedded system?"
answer="A computer system with a dedicated function that is usually part of a larger system."
></orbit-prompt>
<orbit-prompt
question="What is an embedded system based on?"
answer="A low-powered microcontroller or microprocessor."
></orbit-prompt>
<orbit-prompt
question="What are the benefits of using an embedded system?"
answer="Low power consumption and cost per unit."
></orbit-prompt>
<orbit-prompt
question="True or False: Embedded systems have an operating system installed."
answer="False: They use firmware instead."
></orbit-prompt>
<orbit-prompt
question="Traffic Lights are an example of an ________ system."
answer="embedded"
></orbit-prompt>
<orbit-prompt
question="A smartphone is an example of a _______ _______ system."
answer="general purpose"
></orbit-prompt>
</orbit-reviewarea>
<div style="display: flex; align-items: flex-start;">
<div style="flex: 1;">
<h1>About the Author</h1>
Expand Down

0 comments on commit d744bc4

Please sign in to comment.