Command Line Flashcards

1
Q
  1. What is a CLI?
A

a. Command Line Interface – text based
b. A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and providing information to them as to what actions they are to perform. In some cases the invocation is conditional based on conditions established by the user or previous executables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. What is a GUI? – aimed for users rather than developers.
A

a. Graphical User Interface
b. A graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based UIs, typed command labels or text navigation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. What are the three virtues of a great programmer?
A

a. Laziness: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful and document what you wrote so you don’t have to answer so many questions about it.
b. Impatience: The anger you feel when the computer is being lazy. This makes you write programs that don’t just react to your needs, but actually anticipate them. Or at least pretend to.
c. Hubris: The quality that makes you write (and maintain) programs that other people won’t want to say bad things about.

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