Keyboards & Command Line Interfaces: Crash Course Computer Science #22

CrashCourse
2 Aug 201711:23

Summary

TLDRCrashCourse计算机科学系列视频探讨了计算机的输入输出设备,这些设备提供了人与计算机之间的接口。视频回顾了早期机械和电子计算机使用物理控制如齿轮、旋钮和开关进行输入输出的历史。20世纪50年代,纸带和磁带的出现使得机械输入变得过时,而纸打印机和指示灯则用于输出和实时反馈。早期计算机的输入设计简单而强大,但对用户的易用性考虑较少。随着计算机变得更便宜且功能更强大,键盘成为了主要的输入设备,其设计基于打字机,尤其是1868年由Christopher Latham Sholes发明的现代打字机。尽管存在多种键盘布局,QWERTY布局因其商业成功而成为主流。视频还介绍了电传打字机(teletype machine)和命令行界面(CLI),这些在20世纪60年代和70年代是主要的计算机交互方式。尽管后来出现了基于屏幕的终端,命令行界面因其强大功能和编程的书面特性,至今仍被程序员广泛使用。此外,文本冒险游戏如Zork展示了即使在文本交互中,程序员也能创造出有趣的体验,这些游戏是现代多人在线角色扮演游戏的前身。

Takeaways

  • 💻 计算机科学系列课程中讨论了输入输出,但主要是计算机内部不同部分之间的数据传输,如RAM到CPU的指令输入。
  • 🖥️ 人机交互(HCI)是研究如何通过各种输入输出设备来实现人与计算机之间通信的领域。
  • ⌨️ 早期计算机使用物理控制如齿轮、旋钮和开关进行输入输出,而程序和数据的输入通常是通过打孔卡片和磁带完成。
  • 📝 在20世纪50年代之前,计算机的设计重点在于简单和鲁棒性,用户易用性是次要考虑因素。
  • 🔍 打孔带是为了计算机易于读取而设计的,但这种设计并不适应人类的思维方式。
  • 📐 20世纪50年代末,随着计算机规模的缩小和成本的降低,开始出现了人机交互的需求。
  • 🔑 键盘成为了计算机的主要输入设备,其设计源自于打字机,尤其是1868年由Christopher Latham Sholes发明的现代打字机。
  • 🌐 QWERTY键盘布局尽管存在多种变体,但因为学习成本和习惯问题,至今仍然被广泛使用。
  • 📐 打字机的引入主要是为了提高文档的可读性和标准化,而不是为了提高速度。
  • 🚀 通过十指打字法和不看键盘的触摸打字技术,打字速度得到了极大的提升。
  • 📠 早期计算机使用电传打字机(teletype machine)作为输入输出设备,允许用户通过命令行界面与计算机交互。
  • 📊 20世纪70年代,随着电视的大规模生产和处理器及内存技术的提升,屏幕开始取代电传打字机成为新的计算界面。
  • 🎮 即使在只有文本交互的早期,程序员也开发了如Zork这样的交互式文本游戏,为后来的图形化多人在线角色扮演游戏(MMORPG)奠定了基础。
  • 🔄 命令行界面虽然简单,但功能强大,至今仍然是编程和远程访问服务器的常用方式。

Q & A

  • 计算机科学系列课程中,关于人类输入和计算机输出的讨论主要集中在哪些方面?

    -在计算机科学系列课程中,关于人类输入和计算机输出的讨论主要集中在计算机不同部分之间的数据传输,如从RAM输出数据或向CPU输入指令,而关于来自人类的输入和计算机向人类提供信息的方式讨论较少。

  • 人机交互(HCI)是什么?

    -人机交互(HCI)是研究如何让计算机用户通过输入输出设备与计算机进行交流的领域。这些设备提供了人与计算机之间的接口,对于用户体验至关重要。

  • 早期的机械和机电计算设备通常使用哪些物理控制进行输入和输出?

    -早期的机械和机电计算设备通常使用齿轮、旋钮和开关等物理控制进行输入和输出,这几乎是人机交互的全部。

  • 为什么在20世纪50年代之前,计算机输入被设计得尽可能简单和健壮?

    -在20世纪50年代之前,计算机输入被设计得尽可能简单和健壮,是因为计算机的性能有限,需要优先考虑计算机的处理能力,而用户的便捷性和理解性则是次要的。

  • 打孔带是如何帮助早期计算机编码指令和数据的?

    -打孔带通过其连续性质易于机械处理,且其上的孔可以被机械或光学系统可靠地检测到,从而帮助早期计算机编码指令和数据。

  • 为什么早期计算机通常不与人类进行交互式响应?

    -早期计算机通常不与人类进行交互式响应,因为这些机器非常昂贵,通常不会等待人类输入命令或数据。一旦程序开始运行,它通常会一直运行直到结束。

  • 20世纪50年代末,计算机输入方式发生了什么变化?

    -20世纪50年代末,小型计算机开始变得足够便宜,使得人机交互成为可能,即人与计算机之间的双向交流。同时,大型计算机变得足够快速和复杂,能够支持多任务和多用户同时使用。

  • 为什么键盘成为了计算机的主要输入设备?

    -键盘成为了计算机的主要输入设备,因为它们是当时普遍使用的数据输入机制。打字机已经被使用了数百年,而克里斯托弗·拉瑟姆·肖尔斯在1868年发明了现代打字机,其设计被后续的竞争对手公司所模仿。

  • QWERTY键盘布局是如何普及的?

    -QWERTY键盘布局因其商业成功而普及。尽管有许多替代的键盘布局被提出,但由于人们已经投入时间学习了QWERTY布局,他们不愿意学习新的东西,这就是经济学家所说的转换障碍或转换成本。

  • 为什么早期计算机使用电传打字机(teletype machine)作为输入设备?

    -早期计算机使用电传打字机作为输入设备,因为它们可以发送和接收文本,并且已经具有电子接口,容易被适配用于计算机。电传打字机允许用户通过打字来与计算机进行交互,这是一种简单直观的交互方式。

  • 命令行界面(CLI)在20世纪80年代之前为何如此流行?

    -命令行界面(CLI)在20世纪80年代之前之所以流行,是因为它们允许用户通过文本命令与计算机进行交互,这种方式简单、直接且功能强大。尽管只有文本交互,但程序员能够通过命令行界面完成各种复杂的任务。

  • 为什么即使在今天,许多程序员仍然使用命令行界面?

    -即使在今天,许多程序员仍然使用命令行界面,因为计算机编程很大程度上仍然是一个书面任务,命令行是一个自然且强大的界面。此外,命令行也是远程访问服务器等远端计算机的最常见方式。

Outlines

00:00

💻 计算机输入输出设备与人机交互

Carrie Anne在CrashCourse计算机科学系列中介绍了计算机的输入输出设备,以及它们如何作为人与计算机之间的接口。早期的机械和电子计算机主要通过物理控制如齿轮、旋钮和开关来实现输入输出,而数据输出通常打印到纸张上。20世纪50年代,机械输入被穿孔卡片和磁带等媒介上的程序和数据存储所取代。早期计算机对人类输入的概念非常简单,程序一旦启动就会运行直至结束,不与人类进行交互。然而,到了20世纪50年代末,计算机开始支持人机交互,键盘成为了主要的数据输入机制。QWERTY键盘布局因其商业成功而被广泛采用,尽管存在许多替代的键盘布局,但由于学习成本,人们更倾向于继续使用QWERTY布局。

05:02

🔠 打字机与计算机命令行界面的发展

随着打字机的普及,打字速度的提升成为了可能。Elizabeth Longley推广了十指打字法,而Frank Edward McGurrin通过自学掌握了不看键盘的触摸打字技术。这些进步极大提高了打字速度,使得专业打字员能够达到每分钟超过100字的速度。早期计算机采用了一种特殊的打字机——电传打字机,它可以通过电报线发送和接收文本。这些机器后来很容易地被适应为计算机使用,成为1960年代和1970年代常见的计算机接口。用户通过命令行界面与计算机进行交互,输入命令后计算机会以文本形式回复。命令行界面在1980年代之前一直是主要的人机交互形式。尽管计算机屏幕在1950年代就已经出现,但由于成本高昂和分辨率低,直到1970年代才经济可行地用屏幕替代了电传打字机。屏幕的引入使得文本交互更加快速和灵活。此外,早期的交互式文本电脑游戏,如1977年创建的Zork,要求玩家发挥想象力来可视化虚构世界。

10:04

🖥️ 现代操作系统中的命令行界面

即使在Windows、macOS或Linux等现代操作系统中,命令行界面仍然存在,可能是一些用户从未使用过的。用户可以通过在Windows搜索栏中输入'cmd'或在Mac上搜索Terminal来访问命令行界面。Zork等早期的文本冒险游戏后来发展成为多人游戏,称为MUD(多用户地下城),它们是今天图形化的MMORPG(大型多人在线角色扮演游戏)的前身。命令行界面虽然简单,但功能强大,计算机编程很大程度上仍然是书面任务,因此命令行是自然的选择。即使在今天,大多数程序员在工作中仍然使用命令行界面,它也是远程访问计算机(如不同国家的服务器)的常见方式。

Mindmap

Keywords

💡输入输出设备

输入输出设备是人与计算机之间进行信息交流的工具。在视频中,这些设备是用户体验的基础,它们允许用户与计算机进行交互,如通过键盘输入指令或使用打印机输出数据。这些设备的发展对于计算机的普及和易用性至关重要。

💡人机交互

人机交互是研究人与计算机之间交流的学科领域。视频中提到,人机交互接口对于用户体验至关重要,是接下来几集视频的重点。人机交互设计的好坏直接影响到用户与计算机互动的效率和舒适度。

💡机械计算机

机械计算机是早期的计算设备,它们使用物理控制如齿轮、旋钮和开关进行输入输出。视频中提到,最早的机械和机电计算机使用这些物理控制,这是人类界面的初步形式。

💡穿孔纸带

穿孔纸带是一种早期的计算机输入介质,通过在纸带上打孔来编码指令和数据。视频中指出,穿孔纸带的设计易于计算机读取,但对人类来说并不直观,因此程序员需要将他们的想法转换成计算机能够理解的语言和格式。

💡键盘

键盘是从打字机演变而来的一种输入设备,允许用户输入文本。视频中提到,键盘成为了计算机的主要输入设备,特别是随着计算机变得更便宜且能够支持人机交互后。键盘的设计,如QWERTY布局,对现代计算机输入有着深远的影响。

💡QWERTY布局

QWERTY布局是一种广泛使用的键盘布局,以其左上角的字母顺序命名。视频中解释了QWERTY布局的历史和它如何成为标准,尽管存在多种替代布局,但由于学习成本和习惯,QWERTY布局一直沿用至今。

💡电传打字机

电传打字机是一种能够通过电报线发送和接收文本的机器,它是早期计算机与用户交互的一种方式。视频中提到,电传打字机允许用户与计算机进行文本“对话”,这是命令行界面的基础。

💡命令行界面

命令行界面是一种通过文本命令与计算机交互的用户界面。用户输入命令,计算机以文本形式响应。视频中展示了如何使用命令行界面执行文件操作,如列出当前目录中的文件或查看文件内容。

💡终端

终端是连接计算机并允许用户通过屏幕和键盘与之交互的设备。视频中指出,随着屏幕技术的发展,终端取代了电传打字机,成为了新的计算机接口标准。终端使用户能够通过屏幕进行更直观的交互。

💡文本冒险游戏

文本冒险游戏是一种早期的计算机游戏,通过文本输入和输出进行游戏。视频中提到了如Zork这样的游戏,它们要求玩家使用想象力来探索虚构的世界,并通过输入命令与游戏世界互动。

💡命令行

命令行是计算机编程和操作系统中使用的一种文本界面,允许用户通过输入特定的命令来执行操作。视频中提到,即使在图形用户界面(GUI)普及的今天,命令行因其强大和灵活性仍然是程序员和系统管理员的重要工具。

Highlights

计算机科学系列课程中讨论了输入输出,但主要关注计算机内部不同部件之间的数据传输,如RAM输出数据或CPU输入指令。

人机交互领域研究了如何通过各种输入输出设备实现人与计算机之间的通信。

早期机械和机电计算机使用物理控制进行输入输出,如齿轮、旋钮和开关。

第一台电子计算机,如巨人(Colossus)和ENIAC,使用大量机械控制面板和接线来配置。

穿孔卡片和磁带的出现使得机械输入过时,纸带打印机仍用于最终输出。

计算机输入的设计以简单和健壮为主,用户易用性是次要考虑。

打孔带设计易于计算机读取,但对人类来说并不直观。

20世纪50年代前,计算机对人类输入的概念非常简单,程序一旦启动就运行直到结束。

20世纪50年代末,小型计算机变得足够便宜,可以实现人机交互。

大型计算机变得足够快和复杂,可以支持多任务和分时系统。

计算机借用了当时普遍的数据输入机制——键盘。

克里斯托弗·拉瑟姆·肖尔斯在1868年发明了现代打字机,并采用了QWERTY键盘布局。

QWERTY键盘布局的商业成功导致了竞争对手公司复制其设计。

打字机的主要目的是为了提高文档的清晰度和标准化,而不是速度。

1880年左右,伊丽莎白·朗利推广了十指打字法,极大提高了打字速度。

早期计算机采用了一种特殊的打字机——电传打字机,用于电报。

命令行界面在20世纪60年代和70年代非常普遍,用户通过打字与计算机交互。

1970年代末,由于电视的大规模生产和处理器及内存的改进,屏幕成为了标准。

即使只有文本交互,程序员也找到了让事情变得有趣的方法,如早期的交互式文本游戏Zork。

命令行界面虽然简单,但非常强大,大多数程序员仍然使用命令行作为工作的一部分。

即使在今天,早期的进步仍然对计算产生影响,比如QWERTY键盘。

Transcripts

play00:03

Hi, I’m Carrie Anne, and welcome to CrashCourse Computer Science!

play00:05

We’ve talked a lot about inputs and outputs in this series, but they’ve mostly been

play00:09

between different parts of a computer – like outputting data from RAM or inputting instructions

play00:13

to a CPU.

play00:14

We haven’t discussed much about inputs coming from humans.

play00:18

We also haven’t learned how people get information out of a computer, other than by printing

play00:22

or punching it onto paper.

play00:23

Of course, there’s a wide variety of input and output devices that allow us users to

play00:27

communicate with computers.

play00:28

They provide an interface between human and computer.

play00:32

And today, there’s a whole field of study called Human-Computer Interaction.

play00:35

These interfaces are so fundamental to the user experience that they’re the focus of

play00:39

the next few episodes.

play00:40

INTRO

play00:50

As we discussed at the very beginning of the series, the earliest mechanical and electro-mechanical

play00:54

computing devices used physical controls for inputs and outputs, like gears, knobs and

play00:58

switches, and this was pretty much the extent of the human interface.

play01:01

Even the first electronic computers, like Colossus and ENIAC, were configured using

play01:05

huge panels of mechanical controls and patch wires.

play01:08

It could take weeks to enter in a single program, let alone run it, and to get data out after

play01:13

running a program, results were most often printed to paper.

play01:16

Paper printers were so useful that even Babbage designed one for his Difference Engine, and

play01:20

that was in the 1820s!

play01:22

However, by the 1950s, mechanical inputs were rendered obsolete by programs and data stored

play01:27

entirely on mediums like punch cards and magnetic tape.

play01:30

Paper printouts were still used for the final output, and huge banks of indicator lights

play01:34

were developed to provide real time feedback while the program was in progress.

play01:38

It’s important to recognize that computer input of this era was designed to be as simple

play01:42

and robust as possible for computers.

play01:44

Ease and understanding for users was a secondary concern.

play01:47

Punch tape is a great example – this was explicitly designed to be easy for computers

play01:51

to read.

play01:52

The continuous nature of tape made it easy to handle mechanically, and the holes could

play01:56

be reliably detected with a mechanical or optical system, which encoded instructions

play02:01

and data.

play02:02

But of course, humans don’t think in terms of little punched holes on strips of paper.

play02:05

So, the burden was on programmers.

play02:07

They had to spend the extra time and effort to convert their ideas and programs into a

play02:11

language and a format that was easy for computers of the era to understand – often with the

play02:15

help of additional staff and auxiliary devices.

play02:17

It’s also important to note that early computers, basically pre-1950, had an extremely simple

play02:23

notion of human input.

play02:24

Yes, humans input programs and data into computers, but these machines generally didn’t respond

play02:29

interactively to humans.

play02:31

Once a program was started, it typically ran until it was finished.

play02:34

That’s because these machines were way too expensive to be waiting around for humans

play02:38

to type a command or enter data.

play02:40

Any input needed for a computation was fed in at the same time as the program.

play02:44

This started to change in the late 1950s.

play02:47

On one hand, smaller-scale computers started to become cheap enough that it was feasible

play02:51

to have a human-in-the loop; that is, a back and forth between human and computer.

play02:55

And on the other hand, big fancy computers became fast and sophisticated enough to support

play02:59

many programs and users at once, what were called multitasking and time-sharing systems.

play03:04

But these computers needed a way to get input from users.

play03:08

For this, computers borrowed the ubiquitous data entry mechanism of the era: keyboards.

play03:12

At this point, typing machines had already been in use for a few centuries, but it was

play03:16

Christopher Latham Sholes, who invented the modern typewriter in 1868.

play03:20

It took until 1874 to refine the design and manufacture it, but it went on to be a commercial

play03:25

success.

play03:26

Sholes’ typewriter adopted an unusual keyboard layout that you know well – QWERTY – named

play03:31

for the top-left row of letter keys.

play03:32

There has been a lot of speculation as to why this design was used.

play03:36

The most prevalent theory is that it put common letter pairings in English far apart to reduce

play03:40

the likelihood of typebars jamming when entered in sequence.

play03:43

It’s a convenient explanation, but it’s also probably false, or at least not the full

play03:47

story.

play03:48

In fact, QWERTY puts many common letter pairs together, like “TH” and “ER”.

play03:53

And we know that Sholes and his team went through many iterations before arriving at

play03:56

this iconic arrangement.

play03:58

Regardless of the reason, the commercial success of Sholes’ typewriter meant the competitor

play04:02

companies that soon followed duplicated his design.

play04:05

Many alternative keyboard layouts have been proposed over the last century, claiming various

play04:09

benefits.

play04:10

But, once people had invested the time to learn QWERTY, they just didn't want to learn

play04:13

something new.

play04:14

This is what economists would call a switching barrier or switching cost.

play04:17

And it’s for this very basic human reason that we still use QWERTY keyboards almost

play04:21

a century and a half later!

play04:23

I should mention that QWERTY isn’t universal.

play04:25

There are many international variants, like the French AZERTY layout, or the QWERTZ layout

play04:30

common in central Europe.

play04:31

Interestingly, Sholes didn’t envision that typing would ever be faster than handwriting,

play04:35

which is around 20 words per minute.

play04:37

Typewriters were introduced chiefly for legibility and standardization of documents, not speed.

play04:42

However, as they became standard equipment in offices, the desire for speedy typing grew,

play04:47

and there were two big advances that unlocked typing’s true potential.

play04:50

Around 1880, Elizabeth Longley, a teacher at the Cincinnati Shorthand and Type-Writer

play04:54

Institute, started to promote ten-finger typing.

play04:58

This required much less finger movement than hunt-and-peck, so it offered enhanced typing

play05:02

speeds.

play05:02

Then, a few years later, Frank Edward McGurrin, a federal court clerk in Salt Lake City, taught

play05:07

himself to touch-type; as in, he didn’t need to look at the keys while typing.

play05:11

In 1888, McGurrin won a highly publicized typing-speed contest, after which ten-finger,

play05:16

touch-typing began to catch on.

play05:18

Professional typists were soon able to achieve speeds upwards of 100 words per minute, much

play05:23

faster than handwriting!

play05:24

And nice and neat too!

play05:25

So, humans are pretty good with typewriters, but we can’t just plunk down a typewriter

play05:30

in front of a computer and have it type – they have no fingers!

play05:33

Instead, early computers adapted a special type of typewriter that was used for telegraphs,

play05:38

called a teletype machine.

play05:39

These were electromechanically-augmented typewriters that could send and receive text over telegraph

play05:45

lines.

play05:45

Pressing a letter on one teletype keyboard would cause a signal to be sent, over telegraph

play05:49

wires, to a teletype machine on the other end, which would then electromechanically

play05:53

type that letter.

play05:55

This allowed two humans to type to one another over long distances... basically a steampunk

play06:00

version of a chat room.

play06:01

Since these teletype machines already had an electronic interface, they were easily

play06:05

adapted for computer use, and teletype computer interfaces were common in the 1960s and 70s.

play06:10

Interaction was pretty straightforward.

play06:12

Users would type a command, hit enter, and then the computer would type back.

play06:16

This text “conversation” between a user and a computer went back and forth.

play06:21

These were called command line interfaces, and they remained the most prevalent form

play06:25

of human-computer interaction up until around the 1980s.

play06:28

Command Line interaction on a teletype machine looks something like this.

play06:31

A user can type any number of possible commands.

play06:34

Let’s check out a few, beginning with seeing all of the files in the current directory

play06:37

we’re in.

play06:38

For this, we would type the command, “ls”, which is short for list, and the computer

play06:42

replies with a list of the files in our current directory.

play06:44

If we want to see what’s in our “secret StarTrek Discovery Cast dot t-x-t file”,

play06:49

we use yet another command to display the contents.

play06:51

In unix, we can call “cat” - short for concatenate.

play06:54

We need to specify which file to display, so we include that after the command, called

play06:59

an argument.

play07:00

If you’re connected to a network with other users, you can use a primitive version of

play07:03

a Find My Friends app to get more info on them with the command “finger”.

play07:07

Electromechanical teletype machines were the primary computing interface for most users

play07:11

up until around the 1970s.

play07:13

Although computer screens first emerged in the 1950s, and were used for graphics they

play07:17

were too expensive and low resolution for everyday use.

play07:20

However, mass production of televisions for the consumer market, and general improvements

play07:24

in processors and memory, meant that by 1970, it was economically viable to replace electromechanical

play07:29

teletype machines with screen-based equivalents.

play07:32

But, rather than build a whole new standard to interface computers with these screens,

play07:36

engineers simply recycled the existing text-only, teletype protocol.

play07:41

These machines used a screen, which simulated endless paper.

play07:44

It was text in and text out, nothing more.

play07:46

The protocol was identical, so computers couldn’t even tell if it was paper or a screen.

play07:51

These virtual teletype or glass teletype machines became known as terminals.

play07:55

By 1971, it was estimated, in the United States, there was something on the order of 70,000

play08:01

electro-mechanical teletype machines and 70,000 screen-based terminals in use.

play08:04

Screens were so much better, faster and more flexible, though.

play08:07

Like, you could delete a mistake and it would disappear.

play08:10

So, by the end of the 1970s, screens were standard.

play08:13

You might think that command line interfaces are way too primitive to do anything interesting.

play08:18

But even when the only interaction was through text, programmers found a way to make it fun.

play08:22

Early interactive, text-based computer games include famous titles like Zork, created in

play08:26

1977.

play08:27

Players of these sorts of early games were expected to engage their limitless imaginations

play08:32

as they visualized the fictional world around them, like what terrifying monster confronted

play08:36

them when it was pitch black and you were likely to be eaten by a grue.

play08:39

Let’s go back to our command line, now on a fancy screen-based terminal, and play!

play08:44

Just like before, we can see what’s in our current directory with the “ls” command.

play08:47

Then, let’s go into our games directory by using the “cd” command, for “change

play08:51

directory”.

play08:52

Now, we can use our “ls” command again to see what games are installed on our computer.

play08:56

Sweet, we have Adventure!

play08:58

All we have to do to run this program is type its name.

play09:01

Until this application halts, or we quit it, it takes over the command line.

play09:04

What you’re seeing here is actual interaction from “Colossal Cave Adventure”, first

play09:08

developed by Will Crowther in 1976.

play09:11

In the game, players can type in one- or two-word commands to move around, interact with objects,

play09:16

pickup items and so on.

play09:17

The program acts as the narrator, describing locations, possible actions, and the results

play09:21

of those actions.

play09:23

Certain ones resulted in death!

play09:25

The original version only had 66 locations to explore, but it’s widely considered to

play09:29

be the first example of interactive fiction.

play09:31

These text adventure games later became multiplayer, called MUDs or Multi-User Dungeons.

play09:36

And they’re the great-forbearers of the awesome graphical MMORPG’s (massive, multiplayer

play09:39

online role playing games) we enjoy today.

play09:41

And if you want to know more about the history of these and other games we’ve got a whole

play09:44

series on it hosted by Andre Meadows!

play09:46

Command line interfaces, while simple, are very powerful.

play09:49

Computer programming is still very much a written task, and as such, command lines are

play09:54

a natural interface.

play09:55

For this reason, even today, most programmers use command line interfaces as part of their

play09:59

work.

play10:00

And they’re also the most common way to access computers that are far away, like a

play10:03

server in a different country.

play10:05

If you’re running Windows, macOS or Linux, your computer has a command line interface

play10:09

– one you may have never used.

play10:11

Check it out by typing “cmd” in your Windows search bar, or search for Terminal on Mac.

play10:16

Then install a copy of Zork and play on!

play10:18

So, you can see how these early advancements still have an impact on computing today.

play10:22

Just imagine if your phone didn’t have a good ol’ fashioned QWERTY keyboard.

play10:26

It could take forever to type your Instagram captions.

play10:28

But, there’s still something missing from our discussion.

play10:31

All the sweet sweet graphics!

play10:32

That’s our topic for next week.

play10:34

See you soon.

Rate This

5.0 / 5 (0 votes)

Related Tags
人机交互输入输出计算机历史QWERTY键盘打字机命令行界面电传打字机文本游戏多用户地牢程序员工具远程访问交互式小说
Do you need a summary in English?