diff options
Diffstat (limited to 'tutorials/module_1/notebook_1/computing_fundamentals.ipynb')
| -rw-r--r-- | tutorials/module_1/notebook_1/computing_fundamentals.ipynb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tutorials/module_1/notebook_1/computing_fundamentals.ipynb b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb new file mode 100644 index 0000000..637967b --- /dev/null +++ b/tutorials/module_1/notebook_1/computing_fundamentals.ipynb @@ -0,0 +1,31 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Computing Fundamentals\n", + "\n", + "## Using computers as a tool for engineers\n", + "\n", + "## How do computers work?\n", + "\n", + "Globe analogy: Hardware, Kernel, Shell, Application, Software.\n", + "\n", + "## Interfaces\n", + "\n", + "### Text editor for Scripting\n", + "\n", + "### Command window\n", + "\n", + "Command window, terminal, console, command prompt you might’ve heard of\n", + "theses terms before. They all essentially mean the same thing. The\n", + "command window is used to control your system." + ], + "id": "b29f9832-430f-43db-b29b-2f3acabe22bd" + } + ], + "nbformat": 4, + "nbformat_minor": 5, + "metadata": {} +} |
