Presentation is loading. Please wait.

Presentation is loading. Please wait.

ECS15Xin Liu 1 ECS 15 Introduction to computers Spring 2011 Prof. Xin Liu www.cs.ucdavis.edu/~liu/ECS15/S11/15.htm.

Similar presentations


Presentation on theme: "ECS15Xin Liu 1 ECS 15 Introduction to computers Spring 2011 Prof. Xin Liu www.cs.ucdavis.edu/~liu/ECS15/S11/15.htm."— Presentation transcript:

1 ECS15Xin Liu 1 ECS 15 Introduction to computers Spring 2011 Prof. Xin Liu www.cs.ucdavis.edu/~liu/ECS15/S11/15.htm

2 ECS15Xin Liu 2 Class Schedule prerequisites: None. Class: MWF 10:00a.m.-10:50a.m.; 194 Young ; Labs: A01 M 5:10 p.m.-8 p.m.; 2020 SLB A02 W 3:10 p.m.- 6:00 p.m.; 2020 SLB A03 T 9:00 a.m.-11:50 a.m.; 2020 SLB A04 R 9:00 a.m.-11:50 a.m.; 2020 SLB Can I go to a different lab?

3 ECS15Xin Liu 3 Highlights Instructor: Xin Liu –www.cs.ucdavis.edu/~liu Instructor office hour: –F 11a.m.-2:00p.m. at 3013 EUII (Kemper Hall) –Extra office hours announced when necessary TA: – Vuong, Phong, pvvuong@ucdavis.edupvvuong@ucdavis.edu Reader (for the term paper): –Sarkar, Anandarup, asarkar@ucdavis.eduasarkar@ucdavis.edu TA office hour and location – same as the lab sessions

4 ECS15Xin Liu 4 Class material Optional Textbooks –Michael Dawson, Python programming for the absolute beginner, 2nd edition, Thomson Course Technology, ISBN: 1-59863-112-8. –Spraul, V. Anton, Computer Science Made Simple, Broadway Books, 2005, ISBN: 0-7679-1707-3. Class website: –www.cs.ucdavis.edu/~liu/ECS15/S11/15.htm –Check for notes –Notes and useful information links posted. –Why some notes are not accessible (yet)? Announcement: –Emailed to the mailing list

5 ECS15Xin Liu 5 Grading –Term paper (20%) Computer in an area of your interest –Lab assignments (35%) 9 small projects (basic computer skills, basic programming) No homework –Midterm 20% (one mid-term) Close book, one sheet of notes allowed In class –Final 25% Close book, one sheet of notes allowed

6 ECS15Xin Liu 6 Class Policy All lab assignments require individual efforts. Discussions are allowed, copying NOT. Late policy –Full credit if on time –50% if within 24 hours –25% if within 48 hours –0 after 48 hours Regrading Policy –One week regrading period after grades returned to students Incomplete will not be granted –Unless proved emergency with filled emergency form Academic Integrity –Writing, commercial software for checking plagiarism –Lab assignments

7 ECS15Xin Liu 7 Good Grade Guideline Computers are rational –Understand, not memorize Active classroom participation Do your own assignments –Help you understand –Help you do well in exams –Help you in your later studies –Projects and term paper are “easy” grades. Sufficient time, sufficient help Follow the lecture and notes Final review

8 ECS15Xin Liu 8 Road Map Computers (3-4 weeks) –Hardware: motherboard, processor, memory, I/O devices, etc. –Software and application: –Graphics: image, video, 2D, 3D, game, –History and ethics –Search (do you google?)

9 ECS15Xin Liu 9 Why does this help? Computer Literacy Basic knowledge of computers –Order a computer –Buy a digital camera –Configure your wireless router Basic understanding of software and tools –Word process, ppt, excel, access, etc.

10 ECS15Xin Liu 10 Road Map The Internet (2-3 weeks) –Layered architecture –Applications: web, email, p2p, etc. –The path of your email/webpage. –LAN: local area network, wireless local area network. –Security

11 ECS15Xin Liu 11 Why does this help? Internet drastically changes the world What do these things mean? –Wikipedia –Web 2.0 –Long tail Internet is reaching beyond PCs Security and privacy –IRS sending you an email? –Are you anonymous on the Internet?

12 ECS15Xin Liu 12 Are you anonymous on the Internet? The above cartoon by Peter Steiner has been reproduced from The New Yorker, (Vol.69 (LXIX) no. 20)The New Yorker, only for academic discussion.

13 ECS15Xin Liu 13 Road Map Python Programming (3-4 weeks) –Getting started (Chapter 1) –Basic concepts: type, variable, I/O (Chapter 2) –Loops: while, for, if (Chapters 3-4)

14 ECS15Xin Liu 14 Why Programming What is a program? You can handle little problems yourself You know when you hire someone how big a job it is (like going to a mechanic) You have some idea of what is possible. A good programmer has more job options (you’ll need more than this one class, though)

15 ECS15Xin Liu 15 Why Python? Great for interfacing one program to another Free! Used in industry –Google, ILM, NASA…. Easy to get started with! Lots of “libraries” (add-ons) that do things like sound editing, computational biology, Web database access…..

16 ECS15Xin Liu 16 What should you get from this class? You can handle little problems yourself –Do research, find interesting stuff –Security –impress your friends Your know when you hire someone how big a job is. You know some idea of what is possible People with good IT skills have more job options.

17 ECS15Xin Liu 17 It teaches you to think! The computer is your genie in a bottle –It can be your best help –It can be really frustration It does exactly what you tell it to Your job is to figure out what/how to tell it. Learning the language is easy, … Some people really like it!

18 ECS15Xin Liu 18 Other options ECS 10: Programming in Python –You will get full credit (after taking ECS 15) –GE class ECS 30: More intensive class for those with some programming experience (basic, c, java), learn C++, required for ECS majors.

19 ECS15Xin Liu 19 Lab Session Go to your registered Lab session if possible. Priority goes to students registered in the lab session TAs will be there the whole time to help you. Joint with TAs’ office hours Yes, you can go and ask any question related to the class. Please let the TAs talk about the lab assignment first. Lab assignments are posted two weeks in advance All due on Friday 6pm, at smartsite Grades posted one week after due date. Please check your grade and TA comments (if any).

20 ECS15Xin Liu 20 Computer Labs We have two computer labs you can use –Meyer 1131 –SLB 2020 (where your lab sessions are) –Sometimes used by other classes Of course, you can also do everything on your own computer

21 ECS15Xin Liu 21 Lab Assignments Lab 1: Create your webpage, due on Friday, Apr. 8Lab 1 Lab 2: Advanced Word Techniques, due on Friday Apr. 15, Lab 2 Lab 3 : Introduction to Excel, due on Friday, Apr. 22Lab 3 Lab 4: Excel Chart and Pivot Tables, due on Friday, Apr. 23Lab 4 Lab 5: Introduction to Access, due on Friday, May 6Lab 5 Lab 6: Starting Python, due on Friday, May 13Lab 6 Lab 7: Jeopardy, due on Friday, May 20Lab 7 Lab 8: Wheel of Fortune, due on Friday, May 27Lab 8 One more

22 ECS15Xin Liu 22 Lab Assignments I may change sequence to better coordinate with classroom material 1 lab assignment per week Assignments posted –You can go to your lab sessions at least twice. Do not be afraid to ask for help! We are here to help. Computer related questions are much easier to be answered when demonstrated. Google.

23 ECS15Xin Liu 23 Term paper 20% of the total grade Credit for writing ~2500 words (around 10 pages) A research paper on a topic related to computers that interests you An opportunity to learn some detailed information and how they are used in some area of interest to you. Lecture on writing the term paper Start early!

24 ECS15Xin Liu 24 Steps Introduction & Prospectus Due Friday, Apr. 15Introduction & Prospectus Progress Report Due Friday, Apr. 29Progress Report Draft Due Friday, May 13Draft The paper itself Due Friday, May 27The paper itself All due at 6pm Hard copy samples available for viewing

25 ECS15Xin Liu 25 Topics Check a list of potential topics at the class website computers in education –for teaching reading –for teaching music computers in biology –bioinformatics –computational biology computers in art, architecture, and design –computer-generated and computer-supported art –computer-aided design digital libraries –legal issues (e.g., intellectual property) music on the Internet –legal issues and debates –technologies

26 ECS15Xin Liu 26 Topics Internet on entertainment –P2p file sharing –Video-on-demand Netflix’s video-streaming service $1.99 TV show downloads from Amazon/iTune –E-books Amazon’s Kindle and $9.99 book offering

27 ECS15Xin Liu 27 Topics Social networking websites and their impacts Online advertising –Google? Security and privacy

28 ECS15Xin Liu 28 Topics computer and/or Internet addiction failures regarding computers in schools famous computer viruses and "worms" "computer illiteracy" or lack of access to computers as a problem in society Digital divide

29 ECS15Xin Liu 29 Again Projects and term paper are good for your grades. Plan early. Do them well.

30 ECS15Xin Liu 30 Email Please include “ECS 15” in your subject line, to me and to TAs. Why? One day response, TA/reader, myself. If your requests not responded, let me know.

31 ECS15Xin Liu 31 Email etiquettes > R U handing back midterms Th?

32 ECS15Xin Liu 32 Email Hi Gary, This is Shareen, from your Thursday discussion section. I was wondering if you are going to be handing back the midterms this week? Thanks, Shareen  It is also best to address your email to one person, possibly cc to others.

33 ECS15Xin Liu 33 Last slide I am constantly looking for ways to make this class better, more useful, more fun All comments/suggestions welcome. Anonymous if you like. http://www.cs.ucdavis.edu/~liu/ECS15/S11/15.htm Questions?


Download ppt "ECS15Xin Liu 1 ECS 15 Introduction to computers Spring 2011 Prof. Xin Liu www.cs.ucdavis.edu/~liu/ECS15/S11/15.htm."

Similar presentations


Ads by Google