All of the work in this project is my own!  I have not left copies of my code in public folders on university computers. I have not given any of this project to others. I will not give any portion of this project to others taking this class. I realize that the penalty for turning in work that is not my own can range from an "F" in the class to dismissal from Trinity University. I realize that the penalty for assisting others in their efforts to turn in work that is not their own can range from an "F" in the class to dismissal from Trinity University. 

                                                                                             Print Name  __________________________

                                                                                              Signature   __________________________
 


 
UNIX Lab
Individual  Assignment
15 Points

           Set Netscape Margins [ Left = 1.0; Right = .2; Top = .5; Bottom = .5; Select Document Title,  Page Number, Page Total, & Black Text ] 

Don't just write in the answers! Practice each of these commands on and make sure that they work on the computer!


bit            byte          file           directory/folder            command line interface
ASCII          hardware      software       operating system            graphical user interface
editor        text file      compiler       programming language        binary/executable file
Telnet

1]  _____________________________ a collection of digital information (0's and 1's).

2]  _____________________________ a graphical user interface is one which contains icons, pictures, and buttons to facilitate processing.

3]  _____________________________ terminal connections to UNIX systems run with a command line interface.

4]  _____________________________ a special file used as a container in which to hold other files and/or directories.

5]  _____________________________ an ASCII file containing information.

6]  _____________________________ a collating sequence to associate a seven bit character string with the more commonly used characters. A = 1000001 B = 1000010 C = 1000011

7]  _____________________________ physical components of the computer and devices attached to the computer.

8]  _____________________________ a software program which controls the resources and processing of a computer.

9]  _____________________________ a software program used to create, display, and/or edit text files; they do not permit the normal word processing features such as margin control, font selection, underscore, bold, etc.

10]  _____________________________ a software program used to create, display, and/or edit document files; they enable the user to create documents which contain (1) margin choices, (2) font choices, (3) style choices [bold, underline, etc], (3) color choices, (4) graphic insertion, etc.

11]  _____________________________ a series of instructions that tell the computer hardware what to do.

12]  _____________________________ a formal language (often English-like) used by computer scientists to create instructions for the computer hardware.

13]  _____________________________ a collection machine language instructions that enable the computer to perform some function. Examples might include Excel, Lotus, Quatro, Word, Word Perfect , Corel, PaintShop, and Paint. The answer is not Software!

14]  _____________________________ a computer program which converts high level instructions into binary machine language.

15]  _____________________________ A program used to provide a terminal interface with a central computing system.

16]  List at least three examples of operating systems with graphical user interfaces. ______________________________

_____________________________________________________________________________________________

17]  List at least three examples of operating systems with graphical user interfaces. ______________________________

_____________________________________________________________________________________________

18]  List at least three operating systems. ______________________________________________________________

19] ___________ (T/F) The Telnet application supports mouse interaction as well as drag & drop processing.

20]  What is the purpose of directories and folders? ___________________________________________________

21]  What is the name of the editor available on most IBM PC systems? ____________________________________

22] Name one of the two dominant Word Processors. __________________________________________________

23]  Name at least three programming languages. ______________________________________________________

24]  What is the name of the editor available on most UNIX  systems? ______________________________________

25]  What is the name of the editor available on most Macintosh systems? ___________________________________

26] ASCII is an acronym for ______________________________________________________________________

27] GUI is an acronym for ________________________________________________________________________

28] A bit -may either be a _______ or a _____________.

29] How many bits are there in a byte? __________

30] A __________ is the amount of space necessary to store one character.

31] What is your UserName? ______________________________________________________________________

32] On which UNIX systems are you authorized to login ? _________________________________________________

33] List at least one connection that you can provide to Telnet in order to logon. ________________________________
      Hint: rattler.cs.utexas.edu

34] After Telnet connects to the host, what two pieces of information must you supply in order to login? _____________________________________________________________________________________________

35] Once logged into a UNIX system, how do you log off the system? ________________________________________

36] How do you clear the screen? ___________________________________________________________________

37] Your UNIX password must be at least ______ characters in length. Only the first ______ characters are significant.

38] Assume that your current password is DogFood? How do you change it to CatFood?

_____________________   _____________________   _____________________   _____________________

39] ___________ (T/F) The UNIX password is case sensitive.

40] What characters may be used in a valid UNIX file name? ____________________________________________________________________________________________

41] A list of potential file names appears below (one to a line). Circle those which are valid!  X-out those which are invalid!

42] A file/directory name may be ______ to ________ characters in length

43] How can you get a brief display of all non-hidden files? ______________________________________________

44] How can you get a brief display of all files? _______________________________________________________

45] How can you get a long file display of all non-hidden files? ___________________________________________

46] How can you get a long file display all files? ______________________________________________________

47] The long file display listing includes some things not found in the brief display. List at least three items unique to the

long listing. __________________________________________________________________________________

48] How can you evoke the vi editor to create a file, called NoteToDoc.txt. _______________________________

49] The UNIX systems often contain two electronic mail systems. Name one of them. __________________________

50] How can you display the contents of a file, called NoteToDoc.txt. ___________________________________

51] How can you duplicate file NoteToDoc.txt? Call the duplicate Note1.txt ___________________________

52] How can you print a file, called NoteToDoc.txt, on the default printer? ________________________________

53] How can you print a file, called NoteToDoc.txt, on printer called atlas2? ____________________________

54] How can you change the name of file NoteToDoc.txt to Note2.txt ________________________________

55] How can you erase file Note2.txt _______________________________________________________________

56] How can you get a long file display of all non-hidden files that begin with a Th? ____________________________

57] How can you erase all files that end with a .c? ____________________________________________________

58] How can you get a brief display of all non-hidden files that begin with a Th and end with .f ? _________________

59] What is the name of your root directory! __________________________________________________________

60] Name at least one computer on which you can login. _________________________________________________

Use the Drawing above for the following questions. Assume that the root directory for the user is /users/thicks

60] How do you make the root directory the active directory (no matter what the active directory)?

___________________________________________________________________________________________

61] Assume that /users/thicks is the active directory. How do you make JKL the active directory?
___________________________________________________________________________________________

62] Assume that /users/thicks is the active directory. How do you make MNO the active directory?

___________________________________________________________________________________________

63] Assume that /users/thicks/JKL/MNO is the active directory. How do you make JKL the active directory?

___________________________________________________________________________________________
64] Assume that /users/thicks/JKL is the active directory. How do you make /users/thicks the active directory?
 
___________________________________________________________________________________________
65] Assume that /users/thicks is the active directory. How do you make /users the active directory?
 
___________________________________________________________________________________________
66] Assume that /users/thicks is the active directory. How do you create a directory called Java?
 
___________________________________________________________________________________________
67] Assume that /users/thicks is the active directory. How do you create a directory called Java (within the /users/thicks folder)?
 
___________________________________________________________________________________________
68] Assume that /users/thicks is the active directory. How do you create a directory called Java (within the /users/thicks/DEF folder)? 
 
___________________________________________________________________________________________
69] What is the complete path for folder DEF? _________________________________ Folder DEF contains _______ folders called ________________________. Folder DEF contains _______ files called ________________________.

70] What is the complete path for folder JKL? _________________________________ Folder JKL contains _______ folders called ________________________. Folder JKL contains _______ files called ________________________.

71] What is the complete path for folder MNO? _________________________________ Folder MNO contains _______ folders called ________________________. Folder MNO contains _______ files called ________________________.

72] What is the complete path for file ee? _________________________________

73] What is the complete path for file bb? _________________________________
 

Be able to define any one of the following: (You Need Not Do So On This Assignment Sheet)

bit            byte          file           directory/folder            command line interface
ASCII          hardware      software       operating system            graphical user interface
editor        text file      compiler       programming language        binary/executable file
Telnet



74] ] Those Labs labeled "Individual Assignment" are to be done separately by each individual. Using a pen,  each individual is to print print his/her name at the top of this document in the space provided and sign it.  Those Labs labeled "Team Assignment" may be done as a team or individually. Using a pen,  each individual on the team is to print print his/her name at the top of this document in the space provided and sign it. Submit only one copy of team assignments!

Include the following in your wire-band binder:

A] A divider

B] Copy of this assignment sheet. Print name and sign!