freeCodeCamp/curriculum/challenges/english/07-scientific-computing-wit.../python-for-everybody/introduction-hardware-achit...

37 lines
485 B
Markdown
Raw Normal View History

---
2020-04-22 04:37:02 +00:00
id: 5e6a54af58d3af90110a60a1
title: 'Introduction: Hardware Architecture'
challengeType: 11
2020-04-22 04:37:02 +00: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-22 04:37:02 +00:00
```
</section>