![]() |
CMSC104Problem Solving & Computer Programming |
From Linux on the GL machine:
5 PointsCreate a quiz1 subdirectory in your CMSC104 directory Navigate into the quiz1 subdirectory Using a text editor, create a file called quiz1Answers.txt Type the answers to the quiz questions below in this file. Put one answer per line, and number each one Make sure to save the file when you are done Submit quiz1Answers.txt to project: quiz01 for class: cs104_grasso
1 Point EachHow many bits in three bytes and 1 nibble? How many bytes does it take to store a 4 digit hexadecimal number (eg 0xFFFF) ? Convert the following binary number to decimal. 01101100 Convert the following octal number to decimal. 101 Convert the following decimal to hexidecimal (use capitol letters). 163 Convert the following binary to hexidecimal. 1101100110101100 Paths that start with a '/' are called what kind of path ? What is the command to print the current working directory? What is the command to delete a file? What would you type to show all files in the current directory that start with Joe and end with txt? What command would you enter to find out how to use the lpr command? What command would you enter to create a directory named 'newdir'? What command would you use to list the contents of Text.txt to the screen? What command would list all the projects defined for class cs104_grasso using the submit utility ? What command would list all the files that you previously submitted for class cs104_grasso and project quiz01 ? What command would remove the file quiz.txt that you previously submitted for class cs104_grasso and project quiz01 ?