Questions | Yes / No and Notes | Current Grade | Maximum Grade |
---|---|---|---|
1. Run turnin commands: "cd; cd cs251; turnin -c cs251 -p lab2-final lab2-src; turnin -c cs251 -p lab3-final lab3-src; cd into submit directory. Type make clean and make. Does it build correctly? (webcrawl and gethttp). Ask the student the files have been modified since thet were turned in at the deadline. | 10 | ||
2.
Run webcrawl -u 100 http://www.purdue.edu/ Does it create url.txt and word.txt? |
10 | ||
3. If answer is "Yes" to above question, is the format of word.txt and url.txt correct? url.txt should have full links. Please note whether words in word.txt have punctuation or not. |
10 | ||
4. Does url.txt have duplicate links? |
10 | ||
5. Does word.txt have duplicate words? |
10 | ||
6. Does url.txt have about 40 links? (quarter point per link, round up). Does it have valid descriptions? | 10 |
||
7. Does it have valid descriptions? | 10 |
||
8.Does word.txt contain all of the words on each page? There should be thousands, not hundreds. | 10 | ||
9.Pick a url index (e.g. 16) and a word from its description (e.g. judgement). See whether that word has that url index in its list. | 10 | ||
10.
If the answer is "no" to the 2nd question, run: ./webcrawl -u 32 http://www.purdue.edu/ |
|||
11. Does it create url.txt and word.txt? |
|||
12. If answer is "Yes" to the above question, is the format of word.txt and url.txt correct? url.txt should have full links. Please note whether words in word.txt have punctuation or not. | |||
13. Does url.txt have duplicate links? |
|||
14. Does word.txt have duplicate words? | |||
15. Does url.txt have 32 links? | |||
16. Are the links in the right order? | |||
17. Pick a url index and a word from its description. See whether that word has that url index in its list. | |||
18. Run your webcrawler with
1000 urls: webcrawl http://www.purdue.edu/ Does it create url.txt and word.txt? Does it seem correct? |
10 |
||
19. Write number of GIT commits and the date span. "cd lab2-src; git log --stat;". There should be an acceptable number of commits. | |||
Total: | 100 |
Questions | Yes / No and Notes | Current Points | Max Points |
---|---|---|---|
1. cd into submit directory. Type make clean and make. Does it build correctly? | 20 | ||
2. Copy the /homes/cs251/Summer2016/lab4-search-engine/lab5-testcases/test1/url.txt and word.txt here. | |||
3. Run ./search-engine 8888 array Search for "noah" (result is 6th, 7th, and 45th urls) |
16 | ||
4. Search for "sikes with" (result is 20th and 28th urls) | 8 | ||
5. Run ./search-engine 8888 bsearch
Search for "commission" (result is 3rd url) |
6 | ||
6. Search for "been at" (result is 16th, 33rd, and 38th urls) | 6 | ||
7. Copy /homes/cs251/Summer2016/lab4-search-engine/lab5-testcases/test2/url.txt and /homes/cs251/Summer2016/lab4-search-engine/lab5-testcases/test2/word.txt here. | |||
8. Run ./search-engine 8888 avl Search for "consoled" (result is 6th, 8th, and 305th urls) |
6 | ||
9. Search for "cat food" (result is 94th, 143rd, and 255th urls) | 6 | ||
10. Run ./search-engine 8888 hash Search for "screech" (result is 261st and 343rd urls) |
6 | ||
11. Search for "it comes in the night and eats" (result is 102nd and 363rd urls) | 6 | ||
12. Run testall | 20 | ||
13. Write number of GIT commits and the date span. "cd lab3-src; git log --stat;". There should be an acceptable number of commits. | |||
Total: | 100 |