cse 1340 introduction to computing concepts class 1 ~ intro

21
Class 1 Class 1 CSE 1340 CSE 1340 Introduction to Introduction to Computing Concepts Class Computing Concepts Class 1 ~ Intro. 1 ~ Intro.

Upload: christopher-mosley

Post on 03-Jan-2016

236 views

Category:

Documents


6 download

TRANSCRIPT

Page 1: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

CSE 1340CSE 1340Introduction to Computing Concepts Introduction to Computing Concepts Class 1 ~ Intro.Class 1 ~ Intro.

Page 2: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

ObjectivesObjectives

Meet the professorUnderstand the requirements of the

courseHave fun!!

Page 3: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

TA’sTA’s START

WANT HELP?

YES

Go to lab classCommunicate with your instructorGet help from TA

GO HOME

NO

MAKE AN

A+

Page 4: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Submitting HomeworkSubmitting HomeworkDue by start of Tuesday’s lecture

Student’s responsibilityto have work turned in on-time or early.

Late assignments not accepted. Your lowest homework grade (even a zero) will be upgraded to a 10 at the end of the semester

Page 5: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Submitting HomeworkSubmitting Homework

Due by start of Tuesday’s lecture

Student’s responsibility to have work turned in on-time or early.

Late assignments not accepted.

Page 6: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Submitting Programming ProjectsSubmitting Programming ProjectsDue during lab hour

Student’s responsibility to have work turned in on-time or early.

Late programs (accepted 24 hours late, 5pm day after your lab; Friday labs can be submitted on Monday)

Page 7: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Submitting Programming ProjectsSubmitting Programming Projects

Submitted within your lab section in Blackboard.

– Four files

• ProgramX.cpp Source code

• ProgramX.exe Executable file

• ProgramX.ppt Structure chart

• ProgramX.doc Pseudocode design

Page 8: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Submitting Programming ProjectsSubmitting Programming ProjectsShould be uploaded to your

Blackboard assignment folder at the end of lab class.

Can be uploaded by 5pm day after lab

Blackboard assignment folder goes away after that time and you will not be able to turn in your program.

Page 9: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

EXAMSEXAMS

Administered in class and lab

No make-up exams unless a valid/ documented excuse has been submitted to your professor BEFORE the exam date

EXAM 1

Page 10: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

QuizzesQuizzesUnannounced; simple

5-10 minute quiz over current reading material

No make-up quizzes under any circumstances

Your lowest quiz grade (even a zero) will be upgraded to a 15 at the end of the semester

15 points

8 points

7 points

12 points

Page 11: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

QuizzesQuizzes

Unannounced; simple 5-10 minute quiz over current reading material

No make-up quizzes under any circumstances

Can drop lowest quiz grade

15 points

8 points

12 points

Page 12: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Method of Evaluation Method of Evaluation (approximate percentages)(approximate percentages)

Lecture component 70%

– Exams 85%

– Homework and quizzes 15%

Lab component 30%

– Programs 90%

– IT Labs 10%

Page 13: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Attendance PolicyAttendance Policy

Students are expected to attend all class lectures and lab sessions. Your grade will be a reflection of the time you spend inside and outside of class.

Page 14: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

You are expected to create, edit and print out YOUR OWN assignments and take tests without outside assistance.  All work is expected to be your own.

Academic EthicsAcademic Ethics

Page 15: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Academic EthicsAcademic Ethics  You should never look at or review

another person’s work for any given assignment; that includes looking at papers or even at the computer screen where student work is displayed.

You should never give an answer to or receive an answer for an assignment, or any parts of any assignment, from another person; again, that includes source code, design documents, homework, etc.

Page 16: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Academic EthicsAcademic EthicsIf you collaborate with another person for a

graded assignment as in the example activities noted above, all parties involved will receive a zero for that assignment. If there are further assignments for which you have collaborated, all students involved will receive an F in the class and a report will be filed with the Honor Council.

Page 17: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Academic EthicsAcademic EthicsThe Dean of Computer Science and

Engineering and Dean of Students will be notified for further action.  All further correspondence will be done through their offices.  THEREFORE, it is    imperative if you need help on your assignments that you contact your instructor or TA and NOT someone else.

Page 18: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Course Outline

Programming guidelines

See the following attachments:See the following attachments:

Page 19: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Tues.

11am,1pm, 3pm Wed.8am,10am, 12pm

Thurs.10am,12pm,2pm,4pm

Fri.10am,12pm, 2pm

Page 20: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1

Week 2 Assignments (see course Week 2 Assignments (see course outline)outline)

Tuesday, Aug. 28, before class lecture begins turn in homework found via a link on your course outline. NO LATES ACCEPTED!

In lab, make sure that you can log in to Blackboard and the lab room’s PC’s. Any problems with Blackboard, contact your instructor. Any problems with logging into the PC, contact [email protected]

You will do an Excel spreadsheet exercise and print the programming guidelines from the link at the top of your course outline.

Page 21: CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro

Cla

ss 1

C

lass

1