CS551 Computer Communications
|
|
|
- Emil Washington
- 10 years ago
- Views:
Transcription
1 CS551 Computer Communications Bill Cheng 1
2 Today s Topics Placement Exams Replaces the old Diagnostic Exam See web site for details Administrative Stuff The instructor cannot give D-clearance Please use the on-line D-clearance system I have never waived a pre-requisite for anyone PhD students to take Prof. Govindan s or Prof. Heidemann s section of CS 551 (or talk to me) Review Course Organization Warmup project #1 Review sockets programming 2
3 Class Structure Instructor: Bill Cheng Lecturs: MW 10:00am - 11:20am in ZHS hour turn-around Office Hours: in SAL 218, M/Tu/W/Th 2:00pm - 3:00pm or by appointments TA: Bo-Chun Wang <[email protected]> 24 hour turn-around Office Hours: (TBD) Grader: Abhiram Kalluru <[email protected]> We have different rules about grader involvement Please do not contact the grader about an assignment before the assignment is due The grader will hold office hours after you get grade notification 3
4 Class Resources Class web page: Lecture notes posted here soon (hopefully) after class Project assignments & may be HWs Reading list News section You should check this site regularly If you see inconsistencies, especially regarding any type of "rules" between what s on the class web page and what s on a set of lecture slides that has been covered in class usually, the lecture slides are correct but, you should check with the instructor as soon as possible! so that things can be consistent again 4
5 Class Google Group Google group Student-to-student discussions about programming assignments Exchanging ideas are allowed Posting code is not allowed (short code segments to illustrate ideas are allowed; short means < 5 lines) Instructor & TA will also post answers to questions here if appropriate for whole class You can also initiate discussions about course material go offline when approprate 5
6 Class Google Group You must be a member of the class Google Group All important announcements will be posted to this group There are two way to use the class Google Group 1) use it as an reflector (i.e., don t need to "login" to the Google Group) get an copy of everything posted to the group send postings to the group you don t need a Google account if you are a conscientious objector to Google, this may be your only option (and you will have to manage ALL messages posted to the class Google Group) 2) full access (i.e., "login" to the group, search the message archive, post using web form, etc.) you must have a Google account 6
7 Class Google Group If you are on the class roster, I will invite you to join with the class Google Group some time during the first week of class By default, I will use your USC address the default mode of using the class Google Group is reflector If you want to use a different address to access Google Group, please apply for membership 1) do not accept the invitation 2) apply for membership with your "other" address make sure you provide your USC address in the "additional information" field (so I can verify that you are really in my class) 7
8 Course Readings Research Papers in Networking Available online Collection of classical and topical research about 40 papers may add papers as we go along Textbook as background, not required L. L. Peterson and B. Davie Computer Networks: A Systems Approach John W. Stewart III BGP4, Inter-domain Routing in the Internet W. R. Stevens Unix Network Programming: Volume 1: Networking APIs B. Nichols, D. Buttlar, and J. P. Farrell Pthreads Programming 8
9 Class Structure Lectures mostly based on papers slides lectures should be interactive little use of optional textbooks CSCI 551, Fall 2006 You need to read the papers You have to interpret the papers What should you look for in the papers? will discuss this later 9
10 HW 0% Grading 2-3 assignments, do not turn in Rowcall 3% starting from week 4 of classes Projects Midterm Final 35% 27% 35% 2 warm-ups, 1 final project in two parts in class, Thu, 10/25/2012 (firm) 8:00am - 10:00am, Mon, 12/17/2012 (firm) No extra credit Try your best from the beginning! Definitely no individual extra credit, there s no need to ask Projects graded by the grader Exams graded by the TA or the instructor 10
11 Grading (cont...) Final grade assigned by the instructor On a curve, class average is probably a B+ C s will likely be given, F s if necessary Loose guideline depicted below: B- B B+ A- A Std Avg Std 11
12 Grading (cont...) Without fairness, grades have little meaning Fairness The instructor must treat all students equally and cannot give special treatment to any particular student Therefore, please do not ask special favors from the instructor because of your circumstances (except for ones that are explicitly allowed by the university) This may seem unfair to you because you believe that your circumstances are special (understandably, everyone does) But the rule the instructor must follow is that whatever he offers you, he must offer to the entire class 12
13 Sign Row Sheet For on-campus students only If you are enrolled in the DEN section, you are not required to sign row sheets DEN students normally have a slight disadvantage that they can miss stuffs happening in the class this is served as an "equalizer" 13
14 Sign Row Sheet (Cont...) Starting from week 4, each lecture is worth 1 point You should sign the row sheet as soon as you get into class If your signature is on the row sheet, you get the 1 point provided that you do not leave before class ends If you come in between 11 to 30 minutes into class or had to leave class within the last 15 minutes, check late box to receive 1/2 a point credit instead if you have to leave during class for something urgent and cannot check the "late" box or remove your signature, please me to do it for you failure to do so would be considered cheating and will lose all class participation credits If you are sick or have a family emergency, please bring a note from a doctor to receive credit 14
15 Sign Row Sheet (Cont...) Sign Row Sheet Summary Arrive on-time, Leave on-time Arrive late, Leave on-time Arrive on-time, Leave early start of class 10min arrive 10min leave end of class 5min leave start of class 10min 20min 5min arrive leave start of class 10min arrive end of class end of class 5min 1 point 1/2 point 1/2 point 0 point if arrive way late or leave way early 15
16 Homework Assignments HW (do not turn in for this semester) Based on readings and discussion Short programs in ns and nam Acceptable formats are ASCII, PDF, PostScript, or HTML proprietary formats such as MS-Word or human-unreadable formats such as LaTeX source will not be accepted 16
17 ns and nam Experimental but highly popular software packages ns: network simulator Discrete event simulator (OTcl front-end) Implements many Internet protocols nam: network animator Animates ns traces (and more!) CSCI 551, Fall
18 Programming/Project Assignments Programming projects Sockets, multiple processes, multiple threads, etc. Hopefully will give some practical insight You need to learn to be very precise know every bit that you are reading and writing know exactly what each function is doing and the meaning of all its return codes 2 small warm-up projects (10% each) group projects not allowed 1 large (5,000+ lines) final project, delievered in two parts (45% for part (1) and 35% for part (2)) part (2) depends on part (1) working properly group of two students allowed, but must follow strict rules (cont...) 18
19 Programming/Project Assignments (Cont...) Programming projects (cont...) No solutions will be given C/C++ only Must compile and run on nunki.usc.edu Makefile - make must work as is Many requirements, please see specifications Electronic submission only We can only grade from our grading account on nunki test your code in someone else s account to make sure that your code does not have to run from your account (cont...) 19
20 Programming/Project Assignments (Cont...) Programming projects (cont...) Grading will be harsh you do not get credit for simply coding, you get credit for making sure your code works according to spec Grading guidelines provided at least one week before submission deadline this is exactly how we will grade your program no other grading procedure will be used so, you should run your code through them 20
21 Programming/Project Assignments (Cont...) Final project Can be done either individually or by a team of two students send commitment forms for team projects deadline for the commitment forms is 2 weeks before the project due date From past records, there is no apparently advantage in having a partner for the final project coordinate with a partner may not be so easy wait till the last day to integrate code most likely will be disastrous if you choose to do an individual project, please do not complain that others have an edge because they have a partner 21
22 CSCI 551, Fall 2006 Use bsubmit and the Bistro system (see web page for details) You can make multiple submissions will grade last submission by default Bistro system gives tickets and receipts these are proofs that the server got your submission we cannot trust any file timestamp we can only trust things that have made it to our server Very important: read output of bsubmit Very important: verify your submissions see the bottom of the Electronic Submission Guidelines web page for details if you forget a file in your submission, you are not allowed to resubmit it after the deadline It is your responsibility to make sure that your submission is valid - Be paranoid! Electronic Submissions 22
23 Electronic Submissions (Cont...) Use bsubmit and the Bistro system (see web page for details) No other form of submission will be accepted use your judgement under special circumstances Account getting full Please do not delete or alter anything in your ~/.bistro directory If you must delete your ~/.bistro directory, you should tar then gzip the content of your ~/.bistro directory and the resulting tgz file to the instructor: cd; gtar cvzf $(USER)-bistro.tgz.bistro CSCI 551, Fall 2006 Delete the directory only after you get an confirmation from the instructor (or at your own risk) 23
24 Late Policy Electronically Submitted Assignments You can submit multiple times, only the last submission will be graded (unless you send us an ) 15 minutes grace period 80% of your score if within one day late beyond grace period Although in the first 100 minutes of this period, you will only lose 1% of your grade every 5 minutes See next page for details Time is based on Bistro server timestamp Extension only possible if you have a note from a doctor or other form of official proof of family emergencies e.g., scheduling conflict with work will not be excused 24
25 Late Policy 100% midnight 20% midnight 80% 60% 40% 20% slope = -1% every 5 minutes (round up to the nearest percent) 0% on time 1 day late 25
26 Late Policy I must stick to my policies 1) Please do not ask for individual extension unless you have a documented proof of illness or a documented proof of family (not personal) emergency 2) My "fairness" policy is: "Whatever I offer you, I must offer it to the whole class" This is why I cannot give individual extensions What if your laptop died? Home Internet disrupted? Car broken? Cousin got stuck at the airport? My house was on fire? Need to go to court? Need to go to Miami? And so on... These are personal emergencies Please see (1) and (2) 26
27 Modifications After Deadline After the submission deadline has past You are allowed up to 3 lines of free changes, submitted via to the instructor, within 24 hour of the project submission deadline clearly, this is not meant for major changes you may want to anticipate that your submission may not be exactly what you thought you had submitted One line (128 characters max) of change is defined as one of the following: add 1 line before (or after) line x delete line x replace line x by 1 line Additional modifications at 3 points per line (same deadline) (cont...) 27
28 Modifications After Deadline (cont...) After the submission deadline has past (cont...) Afterwards, additional modifications cost 12 points per line for the next 6 days Afterwards, it costs 30 points per line Applies to source code and README files do not forget to submit files, verify your submission this is your responsibility we cannot accept missing files after deadline a filesystem timestamp can be easily forged, so they cannot beused as proof that you have not modified the file after deadline Try things out before your first submission deadline to get familiar with the Bistro system Re-test your code after you have submitted to be sure 28
29 Regrade Policy Grades will be sent to individuals via You must register for the class mailing list Regrade requests in writing Submit within 1 week of initial grade notification must follow instruction in grade notification Regrade can be done after the 1-week deadline, but you must initiate a regrade request within 1 week We reserve the right to regrade the whole thing 29
30 Scheduling Conflicts Midterm Exam scheduling conflict with midterm exam must be resolved with the instructor at lease one week before the exam Final Exam scheduling conflict with final exam means 1) you have another exam that overlaps in time with our final exam 2) you have two or more other final exams on the same day if you only have another final exam on the same day is not considered a scheduling conflict scheduling conflict with work is not considered a scheduling conflict Documented illness will get an incomplete grade 30
31 Academic Integrity Policy The USC Student Conduct Code prohibits plagiarism All work submitted for the class is to be done individually except for the final project, please see web page for details Code fragments obtained from public sources (or code derived or adapted from them) must be explicitly cited to give credits Code fragments obtained from private sources (or previous semesters) are not allowed Code fragments done by yourself for other classes must be cited explicitly For more details, please see the Academic Integrity Policy section on the Course Description web page 31
32 Academic Integrity Policy (Cont...) You are encouraged to work with other students "work with" does not mean "copy each other s work" "work with" means discussing and solving problems together this should happen at a high level but be very careful when it s time to write code must write code completely on your own do not write code together "sharing" even a single line of code is considered cheating If you cannot work together at a high level you are advised not work together with other students 32
33 Program Checker Do not submit someone else s code CSCI 551, Fall 2006 How do we catch cheaters? We use MOSS to analyze your submissions Analyzes code structure intelligently We also have all projects from several previous semesters 33
34 Student Commitments Keep up with your reading Complete relevant reading before class Browse lecture slides before class lecture slides will be available on-line before class Do your own work Turn in assignments on time Ensure gradable assignments Programs must work on nunki.usc.edu You are encouraged to study with other students and discuss (no sharing) programming assignments and HWs except for the final project where you can have a partner You are encouraged to ask questions, pretty much about anything related to programming 34
35 Student Commitments (Cont...) If you feel that you are falling behind Talk to the instructor as soon as possible When you get stuck with programming Ask the TA or the instructor for help Don t wait too long Please do not ask these questions in s: Here is my understanding of X. Am I right? Is this correct? find a different way to ask I don t understand X. Could you explain X to me? if you attended lectures, you can ask this during office hours Here is what I am thinking of or doing... is it acceptable (or is this okay)? can you ask this during exams? 35
36 Study for Exams Exams mostly are based on lectures Although I reserve the right to ask anything from required reading Exam questions are often of the form "in N words or less, please give the best answer for the following question" you must choose your answer and put it at the beginning of your answer generic answer usually gets you very little partial credit better answer may get you more points Do not review all lectures only right before the exams otherwise, you may only be able to give generic answers because everything is a blur you need to show that you know the difference between answers of different quality 36
37 Things to Do Today CSCI 551, Fall 2006 Read class web page: Check course description and reading list Click on a "request access" link from the class web page to get user ID and password to access protected part of the class web site you will also get your port assignment (TCP port numbers which you must use in your projects) in the same should do this even if you are not registered for the class but plan to take this class Check warmup project #1 spec and start coding 37
38 Course Content Credit CSCI 551, Fall 2006 Slides and course content have evolved over many years, with contributions from: Deborah Estrin Ramesh Govindan Christos Papadopoulos John Heidemann 38
39 Logging in to aludra/nunki SSH from a console (make sure to use "ssh -X -Y...") On Windows, use Xwin, Cygwin or PuTTY Ubuntu (Linux) Transferring Files SCP from a console SFTP/SCP programs Cyberduck, Fugu, etc. (Mac) FileZilla, WinSCP, etc. (Windows) Text Editors emacs, pico, vi Compiler g++ --version Brief Unix Demo 39
Basic info Course: CS 165 Accelerated Introduction to Computer Science Credits: 8 Instructor: Tim Alcon Email: timothy.alcon@oregonstate.
Basic info Course: CS 165 Accelerated Introduction to Computer Science Credits: 8 Instructor: Tim Alcon Email: [email protected] Two fundamental rules 1. You are responsible for knowing the
Division of Fine Arts Department of Photography Course Syllabus
Division of Fine Arts Department of Photography Course Syllabus COURSE TITLE COURSE NUMBER PREREQUISITES Digital Camera Work CRN 10097 PGY 1800C None CREDIT HOURS 3.0 CONTACT HOURS 45 hours online CLASS
CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB
CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB Unit 0 Course Introduction Slides based on course material SFU Icons their respective owners 1 How many activities in your life make use of
CS A250 (CRN 20690-25399) C++ Programming Language 2. Syllabus Fall 2015
CS A250 (CRN 20690-25399) C++ Programming Language 2 Syllabus Fall 2015 Instructor: Gabriela Ernsberger E-mail: [email protected] Course Web site: www.thisclass.info Office: MB Computing Center
PLEASE READ EVERYTHING IN THIS SYLLABUS CAREFULLY WORD FOR WORD.
WEST LA COLLEGE PLEASE READ EVERYTHING IN THIS SYLLABUS CAREFULLY WORD FOR WORD. Please do not enroll in this class unless you are 100% certain you can comply with these class rules. Course Accounting
Online Basic Statistics
Online Basic Statistics Madison Area Technical College Fall 2013 Syllabus Course Information Catalog Number: 20-804-240 Class Number: 33342 Dates: 10/21/2013-12/20/2013 Credits: 4 Website: http://blackboard.madisoncollege.edu
CS 306/491-3 Linux Programming Spring 2015
CS 306/491-3 Linux Programming Spring 2015 MWF 3:00 3:50 p.m., Parkinson 108 See the course web page for more information and resources: http://www.cs.siu.edu/~cs306 Professor: Dr. Norman Carver, Faner
CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115. Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: rpmihail@valdosta.
CS 1340 Sec. A Time: TR @ 8:00AM, Location: Nevins 2115 Course title: Computing for Scientists, Spring 2015 Instructor: Dr. R. Paul Mihail, 2119 Nevins Hall, Email: [email protected] Class meeting
CSCI 4250/6250 Fall 2015 Computer and Network Security. Instructor: Prof. Roberto Perdisci [email protected]
CSCI 4250/6250 Fall 2015 Computer and Network Security Instructor: Prof. Roberto Perdisci [email protected] CSCI 4250/6250! What is the purpose of this course?! Combined Undergrad/Graduate Intro to Computer
ISM 4113: SYSTEMS ANALYSIS & DESIGN
GENERAL INFORMATION: ISM 4113: SYSTEMS ANALYSIS & DESIGN COURSE SYLLABUS Class Times: Tuesday, Thursday 9:35 11:30 AM Class Location: HVNR 240 Professor: Dr. Aditi Mukherjee Office; Phone: STZ 360, 39-20648
Introduction to Programming System Design. CSCI 455x (4 Units)
Introduction to Programming System Design CSCI 455x (4 Units) Description This course covers programming in Java and C++. Topics include review of basic programming concepts such as control structures,
INFO 2130 Introduction to Business Computing Fall 2014
INFO 2130 Introduction to Business Computing Fall 2014 Instructor: Office: Reginald Silver 304A, Friday Building Phone: 704-687-6181 Email: [email protected] Course Website: Moodle 2 Section: INFO 2130
Introduction to Psychology 100 On-Campus Fall 2014 Syllabus
Introduction to Psychology 100 On-Campus Fall 2014 Syllabus Contact Information Professor: Dr. Deborah Maher Office: C&L (Classrooms and Labs) 119 Office phone #: (714) 432-0202, x21190 (best to email
The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better.
Syllabus Artificial Intelligence CSCI E-220 Fall 2012 Time Thursdays, 5:30-7:30pm Location Maxwell-Dworkin G135 Instructor Eric Breck (http://www-personal.umich.edu/~ebreck) Email [email protected]
IT 101 Introduction to Information Technology
Applied Information Technology Department Course Syllabus IT 101 Introduction to Information Technology Catalog Description Introduces students to the fundamental concepts in information technology (IT)
Department of Accounting ACC 311 - Fundamentals of Financial Accounting Syllabus
Department of Accounting ACC 311 - Fundamentals of Financial Accounting Syllabus Instructor: Kristen Valentine E-mail: [email protected] Office: CBA 5.334W Office Hours: Monday Thursday
Department Policies for Online Math Classes
Department Policies for Online Math Classes Your course syllabus and any policies specific to your course are on your course homepage. Access Codes are purchased at The Book Store at the register. Once
INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006
INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 Course Coordinator & Master Instructor: Prof. Ming-Chang Huang Office: 306A, Friday Phone: 704-687-7452 Email: [email protected]
TA: Matt Tong Tues 5-6pm @ EBU3b B225 - Office hour Wed1-2pm @ WLH 2206 - Discussion Thurs 2-3pm @ EBU3b B250/B250A - Lab/Office hour
Computer Science and Engineering 150 Programming Languages for Artificial Intelligence SECTION ID: 588775 Instructor: Gary Cottrell Phone: 858-534-6640 Office: EBU3B (CSE Building) 4130 email: [email protected]
FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016
FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016 Professor: Andres Vargas, PhD Office: Matthews Hall Room 216
CS 341: Foundations of Computer Science II elearning Section Syllabus, Spring 2015
CS 341: Foundations of Computer Science II elearning Section Syllabus, Spring 2015 Course Info Instructor: Prof. Marvin K. Nakayama Office: GITC 4312 Phone: 973-596-3398 E-mail: [email protected] (Be sure
Introduction to Business Course Syllabus. Dr. Michelle Choate Office # C221 Phone: 305-809-3202 Mobile Office: 828-329-2157
Introduction to Business Course Syllabus COURSE TITLE Introduction to Business COURSE NUMBER GEB 1011 (11137) PREREQUISITES None CREDIT HOURS 3 CONTACT HOURS 45 CLASS MEETING TIMES CLASS METHOD Virtual
ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K. Tues, Thurs 1:45-2:45pm and by appointment (schedule via email)
ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K Instructor: Mikhail Lyubansky, Ph.D. Email: [email protected] Office: 723 Psychology Building Phone: 333-7740 Mailbox:
ISM 280-05 and 05D, Online Class Business Processes and Information Technology SYLLABUS Fall 2015
The University of North Carolina at Greensboro The Bryan School of Business and Economics Department of Information Systems and Supply Chain Management 1 Professor: Email: Office: Office hours: Phone:
Florida National University Online Courses Platform
Florida National University Online Courses Platform Created by the Online Learning Dept. September, 2013 * Blackboard System Requirements Accessing Blackboard Logging Into Blackboard Global Navigation
CS1400 Introduction to Computer Science
CS1400 Introduction to Computer Science Course Syllabus Text: Starting Out with C++ (8th Edition) by Tony Gaddis et al, published by Addison-Wesley ISBN: 978-0133360929 Meets: Section 002: TR 1:30-2:45,
CS 394 Introduction to Computer Architecture Spring 2012
CS 394 Introduction to Computer Architecture Spring 2012 Class Room/Hours: NA (Online course) Lab Room/Hours: NA Instructor: Abu Asaduzzaman (Dr. Zaman) Office Room: 253 Jabara Hall E-mail: [email protected]
COS 480/580: Database Management Systems
COS 480/580: Database Management Systems Sudarshan S. Chawathe University of Maine Fall 2005 News and Reminders: Please refer to the updated schedule, especially the dates for the final exam, project submission,
MKTG 330 FLORENCE: MARKET RESEARCH Syllabus Spring 2011 (Tentative)
INSTRUCTOR: Ta Tao Chuang, Ph.D. OFFICE and OFFICE HOURS: tba and by appointment EMAIL: [email protected] BLACKBOARD: http://learn.gonzaga.edu DAYS, TIMES & ROOM: M, W 5:15 6:45 pm (15 weeks) IMPORTANT
Lecture 1: Course Introduction"
Lecture 1: Course Introduction" CSE 123: Computer Networks Alex C. Snoeren First Discussion Friday 10/4! Lecture 1 Overview" Class overview Expected outcomes Structure of the course Policies and procedures
Financial Analysis FIN 513, Fall A 2011 University of Michigan, Ross School of Business
Ing-Haw Cheng Assistant Professor of Finance University of Michigan 701 Tappan Street, Room R5466 Ann Arbor, Michigan 48109 [email protected] webuser.bus.umich.edu/ingcheng Financial Analysis FIN 513,
Marketing for Hospitality and Tourism Course Syllabus. Dr. Michelle Choate Office # C221 Phone: 305-809-3202 Mobile Office: 828-329-2157
Marketing for Hospitality and Tourism Course Syllabus COURSE TITLE Marketing for Hospitality and Tourism COURSE NUMBER HFT 2500 (11150) PREREQUISITES None CREDIT HOURS 3 CONTACT HOURS 45 CLASS MEETING
CMSC 10600 Fundamentals of Computer Programming II (C++)
CMSC 10600 Fundamentals of Computer Programming II (C++) Department of Computer Science University of Chicago Winter 2011 Quarter Dates: January 3 through March 19, 2011 Lectures: TuTh 12:00-13:20 in Ryerson
CS 115 Introduction to Computer Programming Course Syllabus (Night Sections) Fall 2015
CS 115 Introduction to Computer Programming Course Syllabus (Night Sections) Fall 2015 Night Section Lecturer: E-mail: Office Hours and Location: Class Webpage Mohammad Tariqul Islam [email protected]
Psychology 3410, Section 001 Introduction to Social Psychology Spring 2011
Psychology 3410, Section 001 Introduction to Social Psychology Spring 2011 Psychology 3410-001 Spring 2011 -- 1 Professor Dr. Lisa G. Aspinwall E-mail: [email protected] Rm. 804 BEH-S (please put
Discrete Mathematics I Distance Learning (online) sections
FLORIDA STATE UNIVERSITY MAD 2104 Discrete Mathematics I Distance Learning (online) sections Summer 2014 https:/ /campus.fsu.edu Florida State University Tallahassee, Florida 32306 Copyright 2014 Florida
INDUSTRIAL-ORGANIZATIONAL PSYCHOLOGY
INDUSTRIAL-ORGANIZATIONAL PSYCHOLOGY Psychology 375 Pre-session Summer 2011 Location: McClelland, Rm 122 M-F 1-3:50PM Instructor: Beatriz Alvarado, M.A. Office: Psychology, Rm.??? e-mail: [email protected]
PSY 2012 General Psychology Syllabus
PSY 2012 General Psychology Syllabus Section 4398, Summer B 2013 Class meetings: When: 5 days a week: M, T, W, H, F during 4 th period (12:30 1:45pm) Where: New Engineering Bldg. (NEB) 101 (Across from
Course Description This course will change the way you think about data and its role in business.
INFO-GB.3336 Data Mining for Business Analytics Section 32 (Tentative version) Spring 2014 Faculty Class Time Class Location Yilu Zhou, Ph.D. Associate Professor, School of Business, Fordham University
CJS 101: Introduction to Criminal Justice Sciences
CJS 101: Introduction to Criminal Justice Sciences COURSE SYLLABUS Summer Online Offering Professor: Jason Ingram, Ph.D. Office: Schroeder Hall #415 Office Hours: Tuesdays & Thursdays, 1-3 p.m. & by appointment
I ve logged in! Now where do I start?
I ve logged in! Now where do I start? Instructor s Quick Start Guide Introduction: Up and Running with OpenClass We ve created this Quick Start Guide to help you, the instructor, get up and running with
Riverside City College Arithmetic-Pre-Algebra/Math 65 (48422), Fall 2014 MTSC 103-MTWTh: 06:00PM - 07:10PM
Riverside City College Arithmetic-Pre-Algebra/Math 65 (48422), Fall 2014 MTSC 103-MTWTh: 06:00PM - 07:10PM Instructor: Jesús Magaña Email: [email protected] Welcome to Mathematics: The course will cover
SI 539, Winter 2014 Complex Web Design
SI 539, Winter 2014 Complex Web Design Lecture: Wednesday 1:00-4:00pm Office Hours*: Tuesdays 12:00pm 2:00pm *Please check my Google Calendar for updates http://collemc.people.si.umich.edu/ Instructor:
CIS 4301 - Information and Database Systems I. Course Syllabus Spring 2015
CIS 4301 - Information and Database Systems I 1. General Info Credits: Three Section: 7776 Prerequisite: CIS 3020 or CIS 3023, COT 3100 Instructor: Prof. Daisy Zhe Wang Meeting Times: M W F 9:35AM to 10:25AM
Applied Information Technology Department
Applied Information Technology Department IT 328: Health Information Emerging Technologies Course Syllabus Spring 2015 This syllabus contains information common to all sections of IT 328 for the Spring
CS 170 Java Programming 1. Welcome to CS 170. All about CS 170 The CS 170 Online Materials Java Mechanics: Your First Program
CS 170 Java Programming 1 Welcome to CS 170 All about CS 170 The CS 170 Online Materials Java Mechanics: Your First Program What s the Plan? Topic I: What s CS 170 All About? Contact information Topics,
Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011
Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011 Professor Ms. Sue Carter Course Day Office Location Course Time Office Phone Course Location E-Mail [email protected] Blackboard http://blackboard.fau.edu
PBJ 101 INTRODUCTION TO CRIMINAL JUSTICE
PBJ 101 INTRODUCTION TO CRIMINAL JUSTICE MWF 9:10 10:05 a.m. Lanigan Hall Room 101 Fall 2014 Professor: Dr. Jaclyn Schildkraut Email: [email protected] Office: 458 Mahar Hall Phone: (315) 312-3403
CHEMISTRY 109. Lecture 2, Fall 2002. Read This Syllabus Today Keep It for Future Reference
CHEMISTRY 109 Lecture 2, Fall 2002 Read This Syllabus Today Keep It for Future Reference General Chemistry 109: Lectures: Lecturer: Office Hours: Quizzes (via WebCT) 5 credit hours 2:25 PM MWF 1351 Chemistry
CS 2302 Data Structures Spring 2015
1. General Information Instructor: CS 2302 Data Structures Spring 2015 Olac Fuentes Email: [email protected] Web: www.cs.utep.edu/ofuentes Office hours: Tuesdays and Thursdays 2:00-3:30, or by appointment,
George Washington University Department of Psychology PSYC 001: General Psychology
George Washington University Department of Psychology PSYC 001: General Psychology Course Syllabus Fall 2006 Times & Place Section 14 (CRN #70754) Tues & Thurs: 11:10am 12:25pm: Corcoran #302 Section 15
COURSE DESCRIPTION. Required Course Materials COURSE REQUIREMENTS
Communication Studies 2061 Business and Professional Communication Instructor: Emily Graves Email: [email protected] Office Phone: 225-578-???? Office Location: Coates 144 Class Meeting Times and Locations:
Governors State University College of Business and Public Administration. Course: STAT 361-03 Statistics for Management I (Online Course)
Governors State University College of Business and Public Administration Course: STAT 361-03 Statistics for Management I (Online Course) Instructor: Kevin M. Riordan, M.A. Session: Fall Semester 2011 Prerequisite:
Project Management Tools and Leadership (MIS3886) Spring 2016 Course Syllabus
Project Management Tools and Leadership (MIS3886) Spring 2016 Course Syllabus Class Section: M50 Professor: Todd Barber Office Hours: By appointment only Email Address: [email protected] Classroom: Online
Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients.
Android: Setup Hello, World: Android Edition due by noon ET on Wed 2/22 Ingredients. Android Development Tools Plugin for Eclipse Android Software Development Kit Eclipse Java Help. Help is available throughout
http://www.as.wvu.edu/~jpenn or simply Google John Penn WVU and take the top hit. Useful Websites to Help the Organic Chemistry Class
Chem 233 Organic Chemistry Spring 2015 Last updated: January 13, 2015 Instructor: Dr. John H. Penn Office: 561 Chemistry Research Laboratory (i.e., the Chemistry Annex) Telephone: 304-293-0915 Email: [email protected]
How To Teach Environmental Science At Fiu
EVR 1001 U01 Introduction to Environmental Science & Sustainability Spring 2014 Course Meeting Times: Monday, Wednesday, Friday 10:00 10:50 am in GC 140 Instructor: Prof. Patricia Houle, M.S. Office Hours:
MKTG 3710.001, Marketing Research and Information Technology Course Syllabus, Spring 2009 9:30-11:00 a.m. MW
MKTG 3710.001, Marketing Research and Information Technology Course Syllabus, Spring 2009 9:30-11:00 a.m. MW Instructor: David G. Taylor Office BA 233 E-mail (preferred contact): [email protected] Phone:
ISM 4210: DATABASE MANAGEMENT
GENERAL INFORMATION: ISM 4210: DATABASE MANAGEMENT COURSE SYLLABUS Class Times: Tuesday, Thursday 9:35 11:30 AM Class Location: HVNR 240 Professor: Dr. Aditi Mukherjee Office; Phone: STZ 360, 39-20648
Collaboration Policy Fall 2015
CS17 Integrated Introduction to Computer Science Hughes Collaboration Policy Fall 2015 Contents 1 Introduction 1 2 Course Assignments 1 2.1 Labs............................................. 2 2.2 Homeworks.........................................
Department of Geography Program in Planning, Faculty of Arts and Science University of Toronto GGR 273 H1S: GIS II Course Outline Winter 2015
Department of Geography Program in Planning, Faculty of Arts and Science University of Toronto GGR 273 H1S: GIS II Course Outline Winter 2015 Course General Information Course title GIS II Course number
Psychology 1F03 Course Outline Spring 2014
Psychology 1F03 Course Outline Spring 2014 Course Staff Location Office Hours Dr. Joe Kim Instructor PC/106 Posted weekly on AVENUE Dr. Michelle Cadieux Course Coordinator IntroPsych Office PC/416 Posted
INSTRUCTOR: Jeffrey H. Nathan, Ph.D. OFFICE HOURS: By appointment TELEPHONE: (808) 944-1133 EFFECTIVE DATE: 1/13/2014 5/16/2014 jnathan@hawaii.
INSTRUCTOR: Jeffrey H. Nathan, Ph.D. OFFICE: Online OFFICE HOURS: By appointment TELEPHONE: (808) 944-1133 EFFECTIVE DATE: 1/13/2014 5/16/2014 Email: [email protected] I. Introduction and Prerequisites
Grading and Assignments: Participation: 10.0% Discussion Boards: 10.0% Midterm Exam: 22.5% Final Exam: 22.5% Policy Paper: 35.0%
Senior Seminar: Criminal Justice/Public Policy Department of Criminal Justice, College of Public Affairs and Community Service, University of North Texas Spring 2013: 3 Credit Hours CJUS 4901-001 Instructor:
Online Course Syllabus. POL 1113: American National Government. Fall 2015
Online Course Syllabus POL 1113: American National Government Fall 2015 Instructor Information Name & contact: Marija Naumoski (MA, University of Central Oklahoma). All inquiries must be sent via UCO's
Course: ISYS 4373 Application Development with Java Prerequisite: ISYS 3293
COURSE SYLLABUS Course: ISYS 4373 Application Development with Java Prerequisite: ISYS 3293 Welcome: Welcome to ISYS 4373, an introduction to Java programming. The purpose of this course is to provide
BUAD 6200-901: Corporate Finance - Spring 2016 -
SAMPLE SUBJECT TO CHANGE THE UNIVERSITY OF TOLEDO COLLEGE OF BUSINESS AND INNOVATION BUAD 6200-901: Corporate Finance - Spring 2016 - Meeting Time: N/A (DL class) however, you are required to come to campus
Getting Started Manual: Authors
PaperPlaza and PaperCept Conference Manuscript Management and Registration Systems Getting Started Manual: Authors PaperCept, Inc. (Revised October 5, 2011) Getting Started Manual: Authors Contents 1.
Alabama Department of Postsecondary Education. Representing The Alabama Community College System
Alabama Department of Postsecondary Education Representing The Alabama Community College System Central Alabama Community College MTH 100 Intermediate Algebra Prerequisite: MTH 092 or MTH 098 or appropriate
Project 2: Penetration Testing (Phase II)
Project 2: Penetration Testing (Phase II) CS 161 - Joseph/Tygar November 17, 2006 1 Edits If we need to make clarifications or corrections to this document after distributing it, we will post a new version
New York University Stern School of Business Undergraduate College
New York University Stern School of Business Undergraduate College Principles of Financial Accounting (ACCT-UB.0001.03) Fall 2013 M/W, 9:30 10:45 a.m., UC25 Table of Contents Instructor information.2 Teaching
FCHD 3350: Online Family Finance Class
FCHD 3350: Online Family Finance Class INSTRUCTOR: Alena Johnson Spring 2016 3 Credit Hours E-Mail: [email protected] Please put your full name as listed on Canvas, your A#, and the words "internet
FCHD 3350: Online Family Finance Class Fall 2015 3 Credit Hours INSTRUCTOR: Alena Johnson
Family, Consumer, and Human Development 2905 Old Main Hill, Logan UT 84322-2905 http://www.usu.edu/fchd FCHD 3350: Online Family Finance Class Fall 2015 3 Credit Hours INSTRUCTOR: Alena Johnson E-Mail:
STUDENT PORTAL - TURNITIN
Online STUDENT PORTAL - TURNITIN Student Manual Ver. 5 London School of Commerce & School of Business and Law IT Department 2012 1 What is new in STUDENT PORTAL? www.lsclondon.co.uk/student/studentmanual.pdf
Accounting Information Systems (ACC409) Spring 2015 School of Accountancy Shidler College of Business University of Hawaii at Manoa
Accounting Information Systems (ACC409) Spring 2015 School of Accountancy Shidler College of Business University of Hawaii at Manoa Instructor: Dr. Tawei (David) Wang Office: BUSAD E602C Phone: (808) 956-7713
Mobile Application Development ITP 342 (3 Units)
Mobile Application Development ITP 342 (3 Units) Fall 2013 Objective This course teaches how to develop applications for mobile devices such as iphones and ipads (ios). We will go through the process of
Math 35 Section 43376 Spring 2014. Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7)
Math 35 Section 43376 Spring 2014 Class meetings: 6 Saturdays 9:00AM-11:30AM (on the following dates: 2/22, 3/8, 3/29, 5/3, 5/24, 6/7) Instructor: Kathy Nabours Office: MTSC 133 Email: [email protected]
CHM 1025 ONLINE Fall/Spring Introduction to General Chemistry. [email protected] East Campus Science Dept. (407) 582-2434
CHM 1025 ONLINE Fall/Spring Introduction to General Chemistry Brian Polk [email protected] East Campus Science Dept. (407) 582-2434 Prerequisite: One year of high school algebra or minimum grade
Human Resources Management - Class Information
Human Resource Management 34180-002 CRN 16106 - Fall 2014 Kent State University College of Business Administration Class Time and Place Instructor & Office Tuesday Fall 2010 5:30 pm 12:15 pm Marla P. Kibler,
General Psychology (PSY 101A) Spring 2013. MWF 8:30-9:20am, Sloan 201
General Psychology (PSY 101A) Spring 2013 MWF 8:30-9:20am, Sloan 201 Dr. Jessica Good E-mail: [email protected] Office: Watson 205 Phone: 704-894-2131 Office Hours: Mon, Wed 9:30am 11:30pm, Tues 2pm-4pm,
NURS 1050 Medical Terminology. Course Description
1 NURS 1050 Medical Terminology Course Description This course is a study of the language of the allied health sciences, nursing, and medicine. The meaning and pronunciation of complex words are presented
CS 301 Course Information
CS 301: Languages and Automata January 9, 2009 CS 301 Course Information Prof. Robert H. Sloan Handout 1 Lecture: Tuesday Thursday, 2:00 3:15, LC A5 Weekly Problem Session: Wednesday, 4:00 4:50 p.m., LC
Introduction to Psychology Psych 100 Online Syllabus Fall 2014
Introduction to Psychology Psych 100 Online Syllabus Fall 2014 Contact Information Professor: Dr. Deborah Maher Office: C&L (Classrooms and Labs) 119 Office phone #: (714) 432-0202, x21190 (best to email
Olathe North High School Accounting I - Syllabus
Olathe North High Accounting I - Syllabus Course: Accounting I Instructor: Mr. Pollom Room: 801 Email: [email protected] Home Room: 801 (usually available 3:00 4:00 pm) Description: This is the
Drop Policy: A course drop grade will be assigned in accord with UTA policy (see current catalog).
Course: Psychology 1315 Spring 2011, Section 004 Meeting place and time: Instructor: Office & Telephone: Office Hours: Email: Department website: Life Sciences Bldg Room 122; Tu & Th 9:30AM 10:50AM Linda
A. COURSE DESCRIPTION
PROVIDENCE COLLEGE 473.24 Introductory Managerial Accounting 3 credit hours Professor: Office: Website: Classes: Office hours: Jeremy Funk, MBA, PhD Candidate [email protected] 2H22 Providence Student
The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015
The University of Akron Department of Mathematics 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 Instructor: Jonathan Hafner Email: [email protected] Office: CAS 249 Phone: (330) 972 6158 Office
Introduction to Psychology (PSY 120)
Introduction to Psychology (PSY 120) Who is my professor? Dr. Joshua Foster (Ph.D., Social Psychology, University of Georgia, 2005) Office/contact: LSCB 368; [email protected]; 460 6548 (email is best
