UDEMY Practice Test #1 Flashcards

1
Q

Which of the following does raspbian Linux run on?

A

Raspberry pi

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

Which of the following is an example of embedded Linux?

A

Android

Why?

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

Which of the following programs on a Linux system could you use as a replacement for Microsoft word

A

Writer

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

Which of the following is an American non-profit organization devoted to expanding the range of creative works available for others to build upon legally and to share

A

Creative Commons

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

What is the generic Name given to the action of protecting shell meta-characters from being treated specially by the shell

A

Quoting

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

Which of the following is a valid option for a typical command to get its built-in usage information

A

–Help

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

Which option will cause the echo command not to output a trailing newline

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

Which of the following commands will output a list of all of the file names under your home directory and all sub directories with the file names ending with .PDF

A

Find ~-name ‘*.pdf’

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

Which of the following is not a valid role in naming a variable?

A

Variable names must start with numbers

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

Which statement is used to get input from the terminal when a shell script is being run

A

Read

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

Which command is used to make a shell variable known to subsequently executed programs?

A

Export

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

Which option can be used with cat to Display line numbers with the text of a file to the screen

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

What does hcl mean

A

Hard ware compatibility list

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

Which of the following is the correct order of a computers operation

A

(1) the computer waits for user input (2) the user selects a command and enters it via the keyboard or mouse,(3) the computer executes the command

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

Which of the following directories is often used to store log files

A

/Var

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

Which of the following files holds the definition of the local user accounts

A

/etc/passwd