Files
freeCodeCamp/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-hardware-achitecture.english.md
2020-06-23 17:36:39 +05:30

39 lines
518 B
Markdown

---
id: 5e6a54af58d3af90110a60a1
title: 'Introduction: Hardware Architecture'
challengeType: 11
isHidden: false
isRequired: true
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
```
</section>