List the commands you can use to perform these operations:

a. Make your home directory the working directory
b. Identify the working directory


a. cd; b. pwd

Computer Science & Information Technology

You might also like to view...

Give a statement that displays the value of the string variable strVar with yellow letters.

(A) ``` gr.DrawString(strVar, Me.Font, Yellow, 50, 50) ``` (B) ``` gr.DrawString(strVar, Me.Font, Brushes.Yellow, 50, 60) ``` (C) ``` gr.DrawString(strVar, Me.Font, Pens.Yellow, 50, 60) (D) gr.DrawString(strVar, Me.Font, Color.Yellow, 50, 60) ```

Computer Science & Information Technology

A type of chart that shows trends over time.

A. column B. line C. trendline

Computer Science & Information Technology

When an existing file is opened in the write state, any new data are written starting at the end of the file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A home user wishes to secure the wireless network using strong encryption, so they decide to use AES. Which of the following would be used as the encryption method?

A. WEP B. CCMP C. TKIP D. CHAP

Computer Science & Information Technology