Introduction To Programming: SLIIT - Faculty of Computing

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Introduction to Programming

Introduction To
Programming

1
SLIIT - Faculty of Computing
Introduction to Programming

Method of Teaching

• Lectures – 2 hours/week
• Tutorials – 2 hours/week
• Labs – 2 hours /week

2
SLIIT - Faculty of Computing
Introduction to Programming

How to get prepared for the lecture, tutorial


and labs

• Bring the laptop, tab or smart phone if you have a one.


• Install the mobile applications
• CppDroid – C/C++
https://play.google.com/store/apps/details?id=name.anto
nsmirnov.android.cppdroid&hl=en
• C++ IDE Fresh Edition
• Read the note before you come to the class.
• Watch the videos uploaded in course web.
• Try the questions in tutorials and lab sheets.

3
SLIIT - Faculty of Computing
Introduction to Programming

What we should do after the lecture?

• Read the note again.


• Complete all the exercises for the week.
• Read a book for more information.

4
SLIIT - Faculty of Computing
Introduction to Programming

Who are going to teach you Programming?

Malabe Campus
• Mr. Nuwan Kodagoda
• Dr. Jeewanee Bamunusinghe
• Ms. Namalie Walgampaya
• Ms. Disni Siyarathna
• Ms. Shalini Rupasinghe

Metro Campus
• Ms. Anjalie Gamage

Matara Campus
• Ms. Suriyaa Kumari

5
SLIIT - Faculty of Computing
Introduction to Programming

Evaluation

 Practical Assignments - 20 %
2 online exams (15%)
5 online quiz (5%)
 Midterm Examination - 20 %
MCQ online exam
 Final Examination - 60 %
Online exam

6
SLIIT - Faculty of Computing
Introduction to Programming

What are the topics covered in the lecture?

• Basics of C language
• Data Types, Structures, Operators and Expressions
• Control Structures
• Functions
• Pointers
• Arrays
• File Processing

7
SLIIT - Faculty of Computing
Introduction to Programming

What students gain from labs and tutorial


sessions

 Solve problems using the knowledge acquired in the lecture


 Get hands on experience in writing programs

8
SLIIT - Faculty of Computing
Introduction to Programming

Academic Integrity Policy

• Are you aware that following are not accepted in SLIIT???


• Plagiarism - using work and ideas of other individuals
intentionally or unintentionally
• Collusion - preparing individual assignments together and
submitting similar work for assessment.
• Cheating - obtaining or giving assistance during the course of
an examination or assessment without approval
• Falsification – providing fabricated information or making use
of such materials
• From year 2018 the committing above offenses come with
serious consequences !
• See General support section of Courseweb for full information.

9
SLIIT - Faculty of Computing
Introduction to Programming

References

• C How to Program (Eighth Edition) by Paul Deitel, Harvey


Deitel

SLIIT - Faculty of Computing

You might also like