The tar utility was designed to store files conveniently on ____.
A. disk
B. magnetic tape
C. platters
D. memory sticks
Answer: B
Computer Science & Information Technology
You might also like to view...
The first IM program was invented in ________
A) 1999 B) 1996 C) 2006 D) 2002
Computer Science & Information Technology
The correct syntax for calling a subroutine is
a. ``` Call ( "/movie_name:subroutine_name" ) ``` b. ``` Call ( "/subroutine_name:movie_name" ) ``` c. ``` Call ( "movie_name:subroutine_name" ) ``` d. ``` movie_name.subroutine_name ```
Computer Science & Information Technology