User Interfaces II Flashcards
1
Q
What are the key points of Android interfaces ?
A
Touch-based, icons and user-selected apps
controlled by finger touch, hand gestures
2
Q
What are the key points of UNIX command interfaces ?
A
Uses command line interface to connect with the OS.
3
Q
What are script files ?
A
Files containing lines of commands that automate repetitive tasks.
4
Q
What are pipes in UNIX commands ?
A
Connects the output of one command with the input of another.
5
Q
What does the grep command do in UNIX commands ?
A
Searches for patterns in text.