37 lines
485 B
Markdown
Raw Normal View History

---
2020-04-21 23:37:02 -05:00
id: 5e6a54af58d3af90110a60a1
title: 'Introduction: Hardware Architecture'
challengeType: 11
2020-04-21 23:37:02 -05:00
videoId: H6qtjRTfSog
---
## Description
<section id='description'>
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: |
Where are your programs stored when they are running?
answers:
- |
Hard Drive.
- |
Memory.
- |
Central Processing Unit.
solution: 2
2020-04-21 23:37:02 -05:00
```
</section>