Information Technology Fluency II - CIT12

Weekly Schedule

Week Information
Assignments due in one week unless otherwise stated. I may add some things during the week, so double check the schedule each week! Please keep copies of all work you submit until you receive your final grade at the end of the semester.
Week #15
Week of December 14th
Your final exam has been emailed to you. It is due one week from the date mailed (that makes it due next Sunday, December 20th). Contact me if you have any questions or if you did not receive the final.
Week #14
Week of December 7th
I am available for help Tuesday at 11 and 2, Thursday at 11 and 3, Friday at 3.
Information about uploading your portfolio: Here is information about using cisweb at BCC
Talks more specifically about portfolio
Please do some research on events in JavaScript. This is an address that I suggest: JavaScript events
Look at my JavaScript examples.
Assignments:
Find a good JavaScript tutorial and send me the address.
JavaScript events assignment
Week #13
Week of November 30th
This week I will be available Tuesday at 11 and 2-3 or 4 (not sure) in K101 and on Thursday at 11 and 3-4 in K101. I will also be available Friday at 11 in my office.
Assignments to turn in:
Portfolio Information:
Portfolio information
Templates for portfolio (can make your own or modify these - extra credit if you make your own):
Students who have prior experience with HTML (other than CIT11, should definitely make their own portfolio pages).
index.html
portfoliotablecontents.html
Then you should upload some samples of your work and have the table of contents above point to these examples. You can use Brinkster for your portfolio or you can use a cisweb site if you have an address. Please let me know if you would like room on the cisweb server at BCC and I will get you a username and password. Please do not put up identifying information.
I want you to write a short paper (about a page) on whether you enjoyed using Alice, whether you think it gets the idea of programming across, and what you learned about programming from experimenting with Alice.
I want you to develop a portfolio using HTML. It should include links to some of your work.
JavaScript assignment
Week #12
Week of November 23rd
This Tuesday there is an open lab for all classes from 9-2 in K101. If you are having problems it would be a good time to come.
Assignments to turn in:
Go back and look at the algorithm assignment you did in week #1, I would like you to do this assignment using JavaScript. You need to get all 4 programs working and send them to me.
Week #11
Week of November 16th
I am available on Tuesday at 11 and 2 in K101, Thursday at 11 and 3 in K101.
I want you to start looking at the JavaScript examples under JavaScript Introduction. Remember, when you look at the page and click on source you can see the source code that created the page. I want you to read about JavaScript in the text book and you will also find resources at my site.
Tutorial on JavaScript
Another JavaScript tutorial
Looks like a good JavaScript tutorial
Assignments to turn in:
Java Script Quiz #1
To do this assignment, copy the JavaScript in the quiz to notepad and save it with a .html extension. Then make the changes I asked for and open it in a browser window to view the results.
Week #10
Week of November 9th
I will be available Tuesday at 11:00 in K101, Tuesday at 2:00 in K101. Thursday I am available at 11:00 in and at 3:00 in K101. Friday you need to contact me for availability. If those times don't work, contact me and we can try to set up something else.
I lecture on Alice in CIS17, you can consider looking under the audio for CIS17 for information. There will also be accompanying Smartboard notes. If you start Alice, the tutorial #1 with the ice skater is a good aid as well.
I want to spend more time with Alice this week and I want to start looking at it as a a programming language. Please look at the PowerPoint example and the zipped examples of bouncing balls. I am going to be asking you to write an Alice that has housekeeping/processing/wrapup and other modules as I did in my examples. I just hope you are more creative!!!
ballsbounce examples zipped
Alice programming
If you go to presentations, you can get a zipped version of this presentation that might be easier to see.
Assignments:
Alice Assignment: I want you to write a program using modules/methods, 2 kinds of loops, an if/else and an if/else with an embedded if/else. I want you to do a startup/housekeeping/initialize module/method, a process module/method that handles other modules/methods and a wrapup module/method. Look at my examples (zipped copies of the programs) and PowerPoints on ballsbounce and randomnumber to help with this assignment.
Check back!
Week #9
Week of November 2nd
I will be available Tuesday at 11:00 and 2 in K101. I will also be available Thursday at 11 and 3 in K101. Friday I am available at 11 in my office
Looking back at Access: Please look at the PowerPoint presentations under Access and Access SQL - I think they will answer a lot of questions and problems that you are having.
If you do not remember how to develop a web page in HTML from the CIT11 course, please review the concepts. When we come to looking at JavaScript in a few weeks remembering HTML will be important.
In week #8, we looked at writing simple scripts/programs to direct a turtle. This week we are going to look at progamming with Alice.
I want you to look at this PowerPoint presentation on Alice: Using Alice
Zipped version of Using Alice for download
Then I want you to spend time with Alice experimenting with the different things that you can do and looking at the other tutorials etc.
Alice is available at Alice site
If you want to download Alice to work at home, please download version 2.0.
Assignments:
Using my Alice presentation as a guide, I want you to create something in Alice. You should have multiple objects (minimum 3). Your Alice code should have a sequence of 10 different methods or things that one of your objects does.
Week #8
Week of October 26th
I would like you to have read (skimmed the more advanced chapters), the chapters on databases in your text book. We are not covering some of the more advanced topics which is why I suggested you could skim them.
Look at the presentation on if statements and flowcharting if statements:
Presentation on logical if structures
    Separate speaker notes to accompany presentation on logical if structures
Interesting sites for health care people - I would like to know what you think of them.
Medical Library Association
One persons analysis of health care information on the web
Assignments:
Logic Flowcharts: Draw the logic flowcharts for the queries you did in the query assignment for week #4. You only have to do the if portion of a flowchart, similiar to what I did in the presentation. Note that #1 does not have an if, you can just write the box to process.
Query assignment from week #4
You can do a flowchart using symbols in PowerPoint, Word (please save a a doc version), or you can use Visio which came with your book
I want you to go to del.icio.us and set up an online bookmark storage area. Then please find and bookmark 3 tutorials on HTML and then send me the address of your bookmark site.
If you already have a site, simply add to it.
Week #7
Week of October 19th
I am away at a conference the last half of the week but help is available in K101 Thursday all morning and Friday at 9, 10 1nd 12. I am also available at 11 on Tuesday.
Sorry I have gotten behind in correcting - we all need to work on this - you getting assignments in and me getting them back!
You should have read the chapters on Access in the text book and checked some web sites on Access.
You should also have read about relational databases and normalization including my PowerPoints on the subject.
Now we are going to look at StarLogo. We have looked at the logic of queries, but now soon we are going to move on to writing a program involving the three major steps of programming: sequence, selection, repeating or looping. The turtle in StarLogo can do all three of these and you will see the basic stuctures as you experiment with the package.
You will find a presentation under presentations and you will find a list of StarLogo commands under notes.
You should also look at the information about StarLogo procedures which you will find under Notes.
If you do not want to work in the labs, you will need to download and install a version of StarLogo which is available at:
StarLogo
Do not download and use the new version, use the standard version for this assignment.
Assignments (related to LOGO):
Logo assignment
Assignments (related to Access):
Please be sure that you populate the database tables before you do the queries.
Relational Queries
Week #6
Week of October 12th
Help is available at 11 and 3 in K101 on Thursday and Friday at 11 in my office.
This week I am available at 11 on Tues in K101 and 11 on Thurs in K118/K112. I will be out on Friday at a conference. However the classroom will be available at 9, 10, 12 and 1 and I will have a student that can provide help available during those times, so please drop in for help if you need it.
I want to start looking at the concepts of relational databases so I am going to ask you to set up two samples that I have created that will illustrate the set up of relational databases.
I want you to go over these two presentations carefully to help understand the concepts.
Normalization - information on third normal form
      Separate speaker notes to accompany normalization presentation
Relational database using donor
      Separate speaker notes to accompany relational databse using donors presentation
I would also like you to read this very over simplified version of a database for a medical clinic: Medical clinic example
Assignments:
These two examples lead you through setting up a a set of tables that are related. Please do the two examples in Access and send them to me.
Student database
Payroll database example
I want you to design the following database:
More complex student database to design
Next week I will have you implement this database in Access and do queries on this database.
Week #5
Week of October 5th
Help/support labs on Tuesday and Thursday at 11 in K101 and 3:00 in K101.
Zipped version of Access 2007 Introduction
I want you to do some more research on Access and on SQL, looking for tutorials and other explanations that help you understand. Here are a few possibilities:
W3Schools SQL
Another SQL tutorial
I want you to look at the presentations under Access and SQL because I want you to experiment with SQL this week. I would also like you to look at the two presentations under Access and SQL. The presentations are:
Presentation on using SQL queries in Access
    Separate speaker notes to accompany fusing SQL queries in Access
Presentation on SQL in Access - a little more
    Speaker Notes to accompany SQL in Access - a little more
Here are some notes on SQL including Smartboard and audio:
Intro SQL in Access (1/27/09) in PDF format Accompanying audio
Intro SQL in Access (1/27/09) in PowerPoint Accompanying audio
Intro SQL in Access (1/27/09) Accompanying Smartboard presentation
Look at the presentation on if statements:
Presentation on logical if structures
    Separate speaker notes to accompany presentation on logical if structures
Assignments:
Assignment #1: Using the same database that you used for the last two weeks, I want you to write five SQL queries. You should write them and send me a text file containing the code you wrote. You should also test them in Access and send me the Access database with the five SQL queries numbered SQL1 through SQL5a and SQL5b. Note that I do not want unneeded parenthesis in your code.
Problem #1: Show three fields and test one of them with a criteria.
Problem #2: Show some of the fields and test two things in an AND relationship.
Problem #3: Show some of the fields and test two things in an OR relationship.
Problem #4: Show all of the fields. You are testing for three things to be true OR just one thing to be true.
Problem #5: Show all of the fields and test three things. The first thing must always be true and then either of the other two must be true. Write the SQL two ways.
Week #4
Week of September 28th
Help/support lab Tuesday at 11:00 in K101 and also at 2:00 in my office. Thursday I am available at 11 and 3 in K101. If you need to see me and these times don't work contact me and we can try to figure something out.
Please read the chapter on database queries. In the current text it is chapter #16 A Table with a View: Database Queries. In previous versions it might be chapter #15 or chapter #14. You are looking for the chapter on Database Queries.
Continue to look at the things you can do with Access. Be sure to look at the presentation on if queries in Access (Presentation for if queries in Access).
You should be receiving or have received an invitation to join the MSDN Alliance at your BCC account - if you do not get it, let me know.
For information about software for this course: MSDN Alliance Software
I have put notes from a inclass session on the web under notes. The notes are mostly on Access but also have comments on one of the algorithms.
Assignments:
Query assignment
Please note, I do not want you using the wizard for any of your queries. I want you to learn to do the queries by working out the logic yourself.
Week #3
Week of September 21st
I am available Tuesday at 11 in K101. I am also available Thursday at 11 and at 3 (in K101 or my office K112) and on Friday at 11 and 1-1:30 (my office). Note there may be a note on my door telling you I am in a lab.
The reading depends on what version of the book you have. Essentially I want you to read about databases. In the third edition, read chapter #16 A table with a view: database queries. In edition two they have two chapters #14 which is getting to first base: introduction to database concepts and #15 which is a table with a view: database queries.
If you are not comfortable with Access, you have several resources you can use. There are a series of PowerPoint presentations that will take you through the basics for this assignment (note that they use a previous version of Access, but the logic is the same). You can use Access 2003 or Access 2007 to do your assignments. Under presentations - look for the one about asgn #1 and if statements. There is also a sample database that you can download under examples. You can also choose to get a book on Access. Finally, there are many tutorials on line - some of which are listed under del.icio.us or links.
Practice exercise The solution to the database is on the web (prior to Access 2007) - the queries in the solution on the web are not the same - if you have questions on the queries, contact me and I will send you the solution. Again this is a practice exercise that you can choose to do to develop comfort with Access - you should definately go over the solution and make sure you are comfortable with it.
If you decide to use Access 2007, you can look at my PowerPoint below and there are some tutorials you might try:
Zipped version of Access 2007 Introduction
Access 2007 in pictures
Tutorial at Microsoft
Access tutorial (document)
Sorry this week has been a very, very full and I am behind in homework. Hopefully I will get caught up this weekend.
Assignments:
Part 1 of the assignment: Develop a table that would be useful to you in your professional or personal life. I want you to define a table and enter data into the table (should be a mixture of text and numeric data). Explain why you made each field the type and size you decided on. Populate the table. The next set of notes and assignments will have you query the table you created. If you are in a medical/health major, you should design a table related to your area of study.
In developing your database please note the following guidelines: (1) field names should not have embedded spaces and special characters other than Underscore (most database systems are very strict about this and I want you to be aware of this), (2) use appropriate types of data (text vs numbers) and be sure to pick appropriate sizes, (3) designate a primary key that uniquely identifies each record. Part 2 of the assignment: Once you have developed the table I want you to do three queries:
(1) Display 4 fields and have them meet a certain criteria. For example, if state is one of your fields you could display only those that have "MA" in their state.
(2) Display records that meet two criteria in an AND relationship.
(3) Display records that meet two criteria in an OR relationship.
Week #2
Week of September 14th
Please read the chapters on Social Implications of IT and Privacy and Digital Security.
We will be starting Access next. If you do not have Access available you can download it using the MSDN Alliance. You should be getting your invitation soon.
I would like you to do some reading about copyright and fair use. Some suggested sites are:
University of Maryland Copyright and Fair Use
Stanford Copyright and Fair Use
Copyright crash course
If you are in HealthCare Information, please read the following:
Medical Library Association on copyright and fair use
I would also like you to read some information on computer ethics:
The Ten Commandments of Computer Ethics
ACM code of ethics
Computer Ethics (explore some of the information at this site)
Assignments:
Please take this quiz. This is a check off assignment and not a graded assignment so be honest and test yourself. Tell me which ones you got right and which ones you got wrong.
Quiz on copyright and fair use
When you pass in work, please put your name, course and which assignment it is on the subject line.
Check back, I am not sure this is complete.
Week #1
Week of September 7th
If you need help on something, please don't hesitate to send me your partially done assignment and ask for help. You should also know that I take resubmissions on homework and in fact frequently ask you to resubmit if I think you need to understand the material better.
I will post lab sessions where I am available for help in addition to hours in my office.
I know that different people have different versions of the book. I would like you to review the chapters on Algorithmic Thinking and on Representing Multimedia Digitally. You should also check this site for a definition of algorithm and more explanation. Algorithm at Answers.com
One definition of an algorithm
Some of my examples
Assignment:
Do the following assignment: Algorithm Assignment #1
Please email me this assignment. I want you to follow my model and lay out the processing steps and then, still following my model, test using test data you make up. In my example I tested using the numbers 49 and 24. If you have problems with this assignment, we can go over it via email or in person. Send me your best effort and I will try to help.
Check back!

Google
WWW www.pgrocer.net

Send e-mail to Mrs. Grocer:
pgrocer@bristol.mass.edu

Back to the Top
Return to home page
Return to previous page