Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Alexandra Stefan University of Texas at Arlington.

Slides:



Advertisements
Similar presentations
Course Web Site – Also linked from Blackboard Course Materials – Excel Tutorials – Access Tutorials – PPT.
Advertisements

CSc 2310 Principles of Programming (Java)
Economics 1 Principles of Microeconomics Instructor: Ted Bergstrom.
My Policies and Some Advice for Doing Well in this Course.
Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2006) Lecture: Wednesday and Friday,
My Policies and Some Advice for Doing Well in this Course.
Course Introduction (Lecture #0) ECE 331 – Digital System Design.
Course Introduction (Lecture #0) ECE 301 – Digital Electronics.
Course Introduction (Lecture #1) ENGR 107 – Intro to Engineering The slides included herein were taken from the materials accompanying Engineering Fundamentals.
COMP 14 – 02: Introduction to Programming Andrew Leaver-Fay August 31, 2005 Monday/Wednesday 3-4:15 pm Peabody 217 Friday 3-3:50pm Peabody 217.
Please open your laptops, log in to the MyMathLab course web site, and open Daily Quiz 9. Remember: If you have time left out of your five minutes after.
Please open your laptops, log in to the MyMathLab course web site, and open Quiz 2.6/9.1. IMPORTANT NOTE: If you have time left after you finish the problems.
CSE6339 COMPUTATIONAL JOURNALISM (SPECIAL TOPICS IN ADVANCED DATABASE SYSTEMS) CSE6339, Spring 2015 Department of Computer Science and Engineering, University.
1 HCC Brandon Independent Study Orientation Power Point Instructor: Tiffany Cantrell.
COMP Introduction to Programming Yi Hong May 13, 2015.
MGS 351 Introduction to Management Information Systems
CSc 2310 Principles of Programming (Java) Dr. Xiaolin Hu.
1 COMS 261 Computer Science I Title: Course Introduction Date: August 25, 2004 Lecture Number: 01.
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
Please CLOSE YOUR LAPTOPS, and turn off and put away your cell phones, and get out your note- taking materials.
Leena Razzaq Office: 310BWVH Office hours: Monday 11am-1pm or by appointment jys.
Welcome to Physics 1D03.
Catie Welsh January 10, 2011 MWF 1-1:50 pm Sitterson 014.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
If you did the extra credit assignment, please turn in your worksheets now. No late submissions will be accepted.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
MGT 3513: INTRODUCTION TO HUMAN RESOURCE MANAGEMENT “Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity.”
Welcome to the MTLC MATH 115 Spring MTLC Information  Hours of Operation  Sunday:4:00pm – 10:00pm  Monday – Thursday: 8:00am – 10:00pm  Friday:8:00am.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
1 CS 101 Today’s class will begin about 5 minutes late We will discuss the lab scheduling problems once class starts.
Statistics Fall Introduction2 Wed, Aug 22, 2007 Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone: (before.
MGS 351 Introduction to Management Information Systems Lecture #1.
Welcome to Astronomy 113 “ It would seem that you have no useful skill or talent whatsoever, he said.
HFT 4464 Hospitality Financial Management Summer B :00 – 9:50 p.m. Course Overview.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Statistics Spring Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone: (before 11:00 p.m.) Office hours:
Statistics Spring Introduction2 Wed, Aug 22, 2007 Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone:
CSE6339 DATA MANAGEMENT AND ANALYSIS FOR COMPUTATIONAL JOURNALISM CSE6339, Spring 2012 Department of Computer Science and Engineering, University of Texas.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Alexandra Stefan University of Texas at Arlington 1.
1 Chapter Chapter 2 The Whole Numbers.
PSYC 2301 Introduction to Psychology
IST256 : Applications Programming for Information Systems
CLOSE Please YOUR LAPTOPS, and get out your note-taking materials.
MKT 300 Research Methods in Business Mishari Alnahedh
CSc 1302 Principles of Computer Science II
Visiting Professor: Johnathan Jones
ACIS 3504 Accounting Systems and Controls
CSC 135 section 60 or CSC Fall 2017.
Welcome to MATH FALL 2016.
Syllabus Overview CSE 4309 – Machine Learning Vassilis Athitsos
Fundaments of Anatomy and Physiology
Syllabus Overview CSE 6363 – Machine Learning Vassilis Athitsos
Computer Science 102 Data Structures CSCI-UA
No late submissions will be accepted.
CS 3343: Analysis of Algorithms
MA Fall 2016 Instructor: Matt Weaver Office: MATH 615
MGF Math for Liberal Arts
English Class Syllabus
Welcome to Physics 1D03.
COMS 161 Introduction to Computing
CSE1311 Introductory Programming for Engineers & Scientists
ACIS 3504 Accounting Systems and Controls
COMS 261 Computer Science I
Welcome to Physics 1D03 !.
Syllabus and Class Policies
Information Retrieval CIS-462
Introduction CSE 2320 – Algorithms and Data Structures
Presentation transcript:

Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Alexandra Stefan University of Texas at Arlington

Textbook Textbook Hardcopy, ebook, combination

About the Course This course is aimed to be the first course in computer programming. This course is aimed for students who have NEVER PROGRAMMED BEFORE. The topic is difficult. It requires very precise, mathematical thinking. Unlike other courses, "getting most of the material" will not get you a good grade. If you have even small gaps in the material, it will be very hard to do well in the class. For a program to work, it needs to be 100% correct. Code that is 99% correct is 0% useful.

Time Expectations Expected: 10 hours per week outside of class. programming assignments, will be time consuming. This is a class where: Falling behind is easy. Catching up is hard. Attention to detail will be crucial. Code that is 99% correct is 0% useful. (yes, you will be hearing this a lot in this class).

Grading (1) hwAvg = average homework score If a homework is worth 200 points it will count as two homeworks. E.g.: hw_avg = (100 + 200 + 100 + 100)/5 final_score = 0.20 * hw_avg + 0.3*deptExam + .15* (exam_1 + exam_2 + classQuizSc) + .05*BlackBQuizSc Letter grade assigned based on final score 90,80,70,60 possible thresholds, but most likely will be curved

Grading (2) There will be no extra work to help you improve your grade. You can help you grades by practicing as much as you can. You should view the homework as a MINIMUM work to do for the class.

Grading (3) No homework scores will be dropped. No exam scores will be dropped. Grading is based on performance. Grading criteria do not include: Effort. Class participation. What grade you need in order to qualify for financial aid, for a job, for graduation, etc. All requests for leniency in grading will be ignored.

Assignments You must submit on Blackboard. Late penalty: 13 points per hour. No exceptions, except for medical/personal emergencies documented in writing. Network/computer crashes will not be accepted as an excuse. Every semester, some students get 0 in an assignment (or more), because they submitted the wrong file on Blackboard. Then they ask for leniency, because they did all the work, and just made a silly mistake in submitting. Sorry, there will be no leniency on this issue. Verify your submission every time. Submit multiple times.

Exams Most questions will ask you to write code. Some questions will ask you to read code and: Predict what the code will do. Fix mistakes. Exams are closed book and closed notes. No electronic devices are allowed for ANY exam or quiz in this class: No calculators, cell phones, laptops, e-books.

Attendance Attending exams is mandatory. Again, exceptions are made only for medical/personal emergencies documented in writing. Transportation problems, malfunctioning alarms, not accepted as an excuse. You do not have to attend lectures. However, if you do not attend lectures, you are still responsible for understanding the material.

Class Participation Class participation is not part of the grading criteria. However: asking questions, and trying to answer questions, can help you in understanding the material. If you have questions and you do not ask in class, where are you going to get the answers? If you do not understand something, always feel free to raise your hand and ask a question. It may feel like you are the only one not understanding, but most likely many other students will have the same question as you.

Course Website “Tentative schedule” “Lectures, Slides and resources” - Lecture slides, and code written in class. “Homework” “1310 Lab page” – TAs hours and departmental exam info

Syllabus You are responsible for reading and understanding what the syllabus says.

Getting Help Tutoring, online tutorials: see “Lectures, Slides and Resources” Office hours 1310 lab – our TA and TAs from other sections will hold their office hours there. You can see any of the TAs on duty. me Feel free to send e-mails with your questions. For long/complex explanations you will be asked to see us in person to explain it. Do not expect responses in the last minutes before an assignment is due. Little sympathy will be offered for people who leave assignments for the last minute.