W8 Flashcards

1
Q

LIFO stacks

FIFO queues

A

Last in first out, deals with immediate

First in first out, deals with the important

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to handle distractions?

How to handle unavoidable interruptions?

A

Write down interesting thoughts

Write out current thought, to bookmark your place in current task, you won’t forget

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CLI:
TUI:
GUI:

A

Command Line Interface
Textual User Interface
Graphical User Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GUI versus CLI

A

GUI: Slower but flexible.
User-Friendly
Minimal Training
Form and Function

CLI: Faster but inflexible
Admins and experts only
Act on many items with single command
Function, little form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Benefits of using GUI

A

Created end user computing. Accessible to people without extensive training.
Reduced barrier to entry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Powershell is:

A

a command-line shell and scripting language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Powershell is for

A

system administrators and programmers to automate tasks and manage a platform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to open powershell from file explorer

A

Go to folder in file explorer
Alt+ F to open file menu
R to open Powershell
> get-childitem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Recall commands in stack in Powershell

A

Arrow up or down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Edit within the cmd in Powershell

A

Home, End, Ctrl + Arrow left/right

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

List all commands in the stack in Powershell

A

get-history

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Get help in powershell

A

get-help

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Autocomplete in powershell

A

Tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Evolution of mice:

A

Doug Engelbart’s prototype, 1964
Xerox PARC, 1972, $300, 2019 price $1832
Apple Macintosh, 1984, $15, Price in 2019: $34

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The field of HCI (Human Computer Interaction)

A
Psychology
Ergonomics and human factors
Engineering
Design
Semiotics and branding
Ethnography
Sociology
Language
Computer science
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Powershell features

A

Integrated scripting environment editor
Runs across multiple OSs
Verb-noun pairs for commands (verb identifies action, noun identifies entry or object)
Backwards compatible with old Dos and windows commands, some cross-plat compatibility with Linux commands
Audio/Visual Learning

17
Q

What is powershell for?

A

Scripts control system Services and resources
Scripts configure, manage, and administer platform
Scripts access services and resources to support user apps