Files
freeCodeCamp/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/introduction-hardware-achitecture.english.md
2020-05-27 13:19:16 +05:30

34 lines
488 B
Markdown

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