% CST8207 Assignment 01 - Multi-tasking and Homework % Ian! D. Allen - - [www.idallen.com] % Winter 2014 - January to April 2014 - Updated Tue Apr 8 20:38:39 EDT 2014 Due Date and Deliverables ========================= > **Do not print this assignment on paper!** > > - On paper, you will miss updates, corrections, and hints added to the > online version. > - On paper, you cannot follow any of the [hyperlink URLs] that lead you > to hints and course notes relevant to answering a question. > - On paper, scrolling text boxes will be cut off and not print properly. - **Due Date**: `10h00 (10am) Monday January 20, 2014 (start of Week 3)` - Your next assignment will be available in a few days and will overlap this assignment. Start work on this now! - Late assignments or wrong file names may not be marked. Please be punctual. - **Available online** - Version 1 – 15h00 January 13, 2013 - **Prerequisites** - All [Class Notes][hyperlink URLs] since the beginning of term. - An ability to **READ ALL THE WORDS** to work effectively. - **Deliverables** 1. One text file uploaded to Blackboard according to the steps in the [Submission Method] section below. 2. Using [Remote Login] to connect to the [Course Linux Server], use simple commands in [The Unix/Linux Shell] to create some files in your account on the CLS. Purpose of this Assignment ========================== 1. Read excerpts of research to understand the effects of multi-tasking and distractions on learning. 2. The ability to log in using [Remote Login] to the [Course Linux Server] and use simple commands in [The Unix/Linux Shell]. 3. Learn how to submit work to Blackboard using exact file names. Introduction and Overview ========================= This is an overview of how you are expected to complete this assignment. Read all the words before you start working. For full marks, follow these directions exactly. Complete both Part I and Part II. Part I: The Problems with MultiTasking ====================================== **READ ALL THE WORDS!** below before you start to answer any questions. 1. In the Course Notes, read the one page of [This is your Brain] essay excerpts. (You do not have to follow any of the hyperlinks on that page, but feel free to also read some of the original essays from which these quotes are taken.) 2. After reading the above web page, answer the following three questions in your own words by creating and editing a plain text file (*not* a word processor file): a. Given that studies show that multi-tasking makes it harder for your brain to remember what you have been doing (see the readings), in what ways does your method of doing school work and homework suffer from multi-tasking? Label your answer to this question with number `(I-2a)` in the file. b. How would it be possible for you to single-task your schoolwork, to remember it better come exam time (and job interview time)? Label your answer to this question with number `(I-2b)` in the file. c. Do you find that your brain has been trained to “process information rather than understand or even remember it”? (As an example: When given an assignment question, do you Google for the answer every time, or do you remember the answer and write down what you remember?) Label your answer to this question with number `(I-2c)` in the file. Answer in your *own* words. There are no *right* answers. 3. Upload your plain text answer file containing your three answers to Blackboard. Do not upload the essays or this assignment question file as part of your answer. Only upload your three answers, just your three answers, in Plain Text format. Make sure you label each of the three answers as shown. - Write and submit your *own* answers to the above three questions. There are no “right” answers here. You decide your own answers. - Minimum length: Three small paragraphs, one per question. - Maximum length: five single-spaced pages (plus optional bibliography and/or references). (Nobody has yet written anything this detailed.) - Do not upload the original essays or this file as part of your answer. Only upload your answer itself. - The uploaded format must be plain text (Notepad or TextEdit or VIM), not a word processor document. - You must *not* upload this file or the essay text with your answer. - Plain Text Only. - For full marks, number each of your three answers exactly: `(I-2a)`, `(I-2b)`, and `(I-2c)`. - Answers must be hand-typed original answers for this term. Any copy-and-paste in your answer file (e.g. from the Internet, previous terms, or other students) will result in a mark of zero. Write your own words. - **PLAIN TEXT ONLY: NO EMAIL, WORD PROCESSOR, PDF, RTF, or HTML DOCUMENTS ACCEPTED.** **READ ALL THE WORDS** Part II: Remote network log in to the Course Linux Server ========================================================= See [Remote Login] for the background you need to read [Course Linux Server]. Your instructor will demonstrate logging in to the [Course Linux Server] and the commands below and [File Transfer] in your lab periods in the first two weeks: 1. Log in to the [Course Linux Server] (**CLS**) using the terminal program appropriate to your operating system (e.g. use `PuTTY` on Windows and `Terminal` with `ssh` on Mac OSX). - choose the log-in method applicable to your local operating system - get your special CLS password from your instructor - most system admin work is done via remote log-in like this 2. Try these Linux commands on the CLS (do not type the dollar sign prompt character; type only the text that follows it followed by the `Enter` key): - `$ date` - `$ who` - `$ users` - `$ echo Hello World` - `$ figlet Hello World` - `$ toilet Hello World` - `$ toilet --gay Hello World` - `$ cal 9 1752` - What is wrong with this month? - Try using `cal` with the year your were born, e.g. `cal 1954` - on what day of the week were you born? 3. Create a file named `cal.txt` as follows: Redirect the output of the calendar command into an output file using the right angle-bracket redirection character `>` followed by an output file named `cal.txt`: - `$ cal 9 1752 >cal.txt` 4. The command `ls` shows the names of files in your account, and it should show you the name of the `cal.txt` file you created. You can use the `-l` option to get more information: - `$ ls` - `$ ls -l` - `$ ls -l cal.txt` 5. The command `cat` displays the contents of a file: - `$ cat cal.txt` 6. The `file` command tells you what type of file it is: - `$ file cal.txt` 7. Do a [File Transfer] fetching from the CLS to your local machine (e.g. to your local Windows or OSX laptop): a) First, create a file `cal.txt` on the Linux CLS using output redirection, as you did above. Use `ls` to see the file name and `cat` to see the content of the `cal.txt` file, as you did above. Make sure the file is not empty! b) Transfer the above `cal.txt` file from the Linux CLS to your local machine using a [File Transfer] program running on your local machine. - Choose the file transfer method applicable to your local operating system, e.g. use `WinSCP` or `Filezilla` for Windows and `Terminal` with `scp` for Mac OSX. c) After the transfer to your local machine, open the transferred file on your local machine. - Under Windows try using both Notepad and then Wordpad. - Note the Windows problems with Linux line-endings under Notepad. - Linux and Windows text files are not compatible! - Macintosh users won’t have line-ending problems viewing Linux files. 8. Leave the `cal.txt` output file in your account on the CLS. I will check for the existence of this file in your account. 9. When you are done, log out of the CLS before you close your laptop or close the PuTTY window, by using the shell `exit` command: - `$ exit` Blackboard Submission upload method =================================== 1. Answer the three questions in **Part I** above in a plain text file using the *exact* name `assignment01.txt` with no spaces or upper-case letters. This upload file name is 16 characters long and is all lower-case letters with two digits and one period. The name does not contain capital letters or spaces. There is only one correct way to spell the word `assignment`. Be accurate. 2. Submit the `assignment01.txt` file under the correct Assignment area on Blackboard (with the exact name) before the due date. Upload the file via the **assignment01** *Upload Assignment* facility in Blackboard: click on the underlined **assignment01** link in Blackboard. Use *Attach File* and *Submit* to upload your plain text file. No word-processor documents. Do not send email. Use only “Attach File”. Do not enter any text into the **Submission** or **Comments** boxes on Blackboard; I do not read them. Use only the “**Attach File**” section followed by the **Submit** button. If you need to comment on any assignment submission, send me [email]. You can upload the file more than once; I only look at the most recent. You must upload the file with the correct name; you cannot correct the name as you upload it to Blackboard. 3. **Verify that Blackboard has received your submission**: After using the *Submit* button, you will see a page titled *Review Submission History* that will show all your submissions. Verify that your latest submission has the correct 16-character, lower-case file name attached to it beside the *Attached Files* heading. (The *Submission Field* and *Student Comments* headings must be **empty**; I do not read them.) You will also see the *Review Submission History* page any time you already have an assignment attempt uploaded and you click on the underlined **assignment01** link. You cannot delete an assignment attempt, but you can always upload a new version. I only mark the latest version. 4. Your instructor may also mark files in your directory in your CLS account after the due date. Leave everything there on the CLS. **Do not delete any assignment work from the CLS until after the term is over!** - I do not accept any assignment submissions by email. Use only the Blackboard *Attach File*. No word processor documents. Plain Text only. - Use the *exact* file name given above. Upload only one single file of plain text, not HTML, not RTF, not MSWord. No fonts, no word-processing. Plain text only. - Did I mention that the format is plain text (VIM/Nano/Pico/Gedit or TextEdit or Notepad)? - **NO EMAIL, WORD PROCESSOR, PDF, RTF, or HTML DOCUMENTS ACCEPTED.** - No marks are awarded for submitting under the wrong assignment number or for using the wrong file name. Use the exact 16-character, lower-case name given above. - WARNING: Some inattentive students don’t read all these words. Don’t make that mistake! Be exact. **READ ALL THE WORDS. OH PLEASE, PLEASE, PLEASE READ ALL THE WORDS!** -- | Ian! D. Allen - idallen@idallen.ca - Ottawa, Ontario, Canada | Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/ | College professor (Free/Libre GNU+Linux) at: http://teaching.idallen.com/ | Defend digital freedom: http://eff.org/ and have fun: http://fools.ca/ [Plain Text] - plain text version of this page in [Pandoc Markdown] format [www.idallen.com]: http://www.idallen.com/ [hyperlink URLs]: indexcgi.cgi#XImportant_Notes__alphabetical_order_ [Submission Method]: #blackboard-submission-upload-method [Remote Login]: 110_remote_login.html [Course Linux Server]: 070_course_linux_server.html [The Unix/Linux Shell]: 120_shell_basics.html [This is your Brain]: 005_this_is_your_brain.html [File Transfer]: 015_file_transfer.html [email]: mailto:idallen@idallen.ca [Plain Text]: assignment01.txt [Pandoc Markdown]: http://johnmacfarlane.net/pandoc/