216 Berkey Hall 12:40pm-2:30pm Fridays

Slides:



Advertisements
Similar presentations
1 CSE Students: Please do not log in yet. Check-in with Brian in the back. Review Days 3 and 4 in the book. Others: Please save your work and logout.
Advertisements

U:/msu/course/cse/103 Day 25, Slide 1 Back-up PHP Files If you have not yet passed the 3.0 BT, make back-up copies of ALL.
U:/msu/course/cse/103 Day 04, Slide 1 CSE students: Do not log in yet. Computers are SLOW today! Review days 13.
Information Retrieval and Web Search Lecture 1. Course overview Instructor: Rada Mihalcea Class web page:
1 CSE 103 Section 002: M/W 10:20am-12:10pm 216 Berkey Hall Section 004: T/R 10:20am-12:10pm 1210 Anthony Hall.
U:/msu/course/cse/103 Day 03, Slide 1 CSE 103 Day 15: Database Design Students: –Read Day 2 in your textbook –Your BT feedback.
U:/msu/course/cse/103 Day 17, Slide 1 CSE 103 Housekeeping: –Take a makeup BT this week if not passed the 2.0 yet –Next.
CS 1150 – Lab #12B – Databases TA – Sanjaya Wijeratne – Web Page -
Economics 235 Introduction to Agricultural Economics John D. Lawrence Spring 2004.
Course Overview LIS 4776 Advanced Health Informatics Week 1 Instructor: Dr. Sanghee Oh College of Communication & Information, Florida State University.
CS 1150 – Lab #4 – Logic Circuits TA – Sanjaya Wijeratne – Web Page -
The Registrar’s Office
Laboratory 1: Software for Engineers
CSE 102/ISE 102 Introduction to Web Design and Programming
CSE 103 Day 20 Jo is out today; I’m Carl
Welcome to the Instructional Media Center
Introduction to Programming
Creating a Database Microsoft Access.
WELCOME TO BIOLOGY 1A03.
Mt SAC Library Career and Life Planning Presented by:
Questions In the PHP script mysqltest.php :
Mathematics Learning Centre
How I Survived AIST2330 and Learned to Love Server Admin
Instructor: Alexander Stoytchev
First Day of Class.
Search Engines LESSON 1-3.
Introduction to Programming Spring 2016
Welcome to MAT 170 MWF 8:40 SLN
CMSC201 Computer Science I for Majors Lecture 27 – Final Exam Review

LaunchPad First Day of Class macmillanlearning.com
Data Mining: Concepts and Techniques Course Outline
DAYS OF THE WEEK.
Sprint 5 Schedule (15 – 2 days)
Computer Networks CNT5106C
Lecture 0 Course Information
Life Science 7 Mrs. Duddles
Welcome to the Instructional Media Center
Software for Engineers
Located on the first floor of Nitschke Hall Room 1010
Schedules My Schedule Monday: 9:00-2:00 Work 3:00-6:00 Clean
Software for Engineers
Welcome to MAT 142.
CMSC201 Computer Science I for Majors Lecture 25 – Final Exam Review
Locations for CS 115 Activities
Welcome to Touch Systems Data Entry
Welcome to CIS WELCOME WELCOME WELCOME W E L C O M E.
Earth & Space Science 8 Mrs. Duddles
Miss Cook’s Class Iowa Park High School 2018 – 2019 School Year
Course calendar (page 1 of 2)
Welcome to Physics 5306!!.
CS 336/536: Computer Network Security Fall 2014 Nitesh Saxena
Welcome to Physics 4302 Statistical & Thermal Physics!
Extended Christmas Hours Thursday December 8th 9am -6:30pm Friday December 9th 9am -6:30pm Saturday December 10th 9am-6pm Thursday December.
Welcome to Physics 4304!!.
Tonight By Wednesday, read the classroom guidelines on my website. (dbhs.org) Go to “Files” at the bottom of the page and print out the signature page.
MR. ORTIZ 1st GRADE HOMEWORK
My School Days The first day back is Wednesday.
Contact
EECE.2160 ECE Application Programming
© JICMAIL.
7th Grade Math Warm-ups Week of December 5-9, 2016.
Portfolio Information PPT
Loose ends from yesterday
2011年 5月 2011年 6月 2011年 7月 2011年 8月 Sunday Monday Tuesday Wednesday
Welcome to Physics 5305!!.
READ TO SELF We will read silently to increase stamina, fluency and comprehension and write a one sentence summary. The main.
CS 101 TA Orientation Fall 09.
Portfolio Information PPT
tuesday, 01 december 2015 AP Literature and Composition
Presentation transcript:

216 Berkey Hall 12:40pm-2:30pm Fridays CSE 291/001 216 Berkey Hall 12:40pm-2:30pm Fridays

CSE 103 — Intro to Information Technology Pilot course: CSE 291/001 Lead TA: Vaughn Assistant TA: Dave

Overview of CSE 103 Builds on CSE 101 Similar course structure day numbering begins at Day 25 where CSE 101 ends Similar course structure no lectures, all classes in microlabs cooperative learning mastery model evaluation Bridge Tasks! UBT

Intro to Information Technology Focus on databases Access 2000 creation of large databases storage and retrieval of information database design Dynamically driven Web sites acquisition and storage of information basis of e-commerce

CSE 103 vs. CSE 101 Three bridge tasks (BTs) 1.0, 2.0, 3.0 Each BT passed raises grade 1.0 Seven attempts All BTs outside of class, like CSE 101 makeups Review all 101 materials from the CSE 101 site AFS space says cse102

Office Hours No helprooms Instructor’s office hours in Engineering 2214 Monday 4:00-6:00pm Tuesday 3:00-5:00pm Wednesday 4:00-6:00pm Thursday 3:00-5:00pm

Course Web site The URL for the course Web site is http://www.cse.msu.edu/~cse103 You are welcome to look at the cse101 Web site for review purposes the FS01 site has all information accessible follow the link from the CSE101 main page

E-mail Course account at cse103@cse.msu.edu Do not send mail to cse101

Database Example: the Ameritech Whitepages What is data is in the Ameritech phonebook white pages? What data isn't available in the Ameritech phone book that you would like in your personal phonebook? Is there any additional data you would like to have in your personal phone book? How would you arrange this data in a table? 

Database Design What questions do I want the database to answer? What data do I need to answer these questions How are the data related?

Sample Database: Movies In CSE 103 we construct a large, complex database ~35 MB in size we will use this database throughout the course

Movie Database Design What questions would you like answered about movies? Be specific! What pieces of information do you need to answer these questions?

Design: Second Pass Copy the file sec01_day25_movies.doc from my personal AFS space Can we answer all of the questions using this data? If not, what additional data do we need? Are there any categories of data that should be further subdivided?  Example: Should an Actor's First Name and Last Name be separate items of data? What other examples? Are there any other interesting questions we would like answered?

Organizing the Data What things go with an actor? What things go with the title of a movie? Each category is an entity e.g. Actor, Movie Data belonging to each entity are attributes

Refining the groupings Exchange e-mail addresses with your partners so you can continue to refine your groupings Questions: What entities do we need in the movie database? What attributes do we need for each of the entities? How should you acquire data on movies? What different sources of information are available to you?