summaryrefslogtreecommitdiff
path: root/tutorials/module_1/notebook_1/computing_fundamentals.ipynb
blob: 637967b6233dae05f72787829d9f4de652bb1178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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": {}
}