Section outline
-
Instructor Information Md. Ashraful Islam Talukder
Lecturer
Department of Computer Science & Engineering
Room: 505 AB4
Contact: ashrafulislam.cse@diu.edu.bd
+8801680161225
Course Details Course Code: CSE-122
Course Title: Programming & Problem Solving
Grading Scheme Grading Policy
Important Dates Quiz - 1 6th Sep Quiz - 2 - Assignment 28th Sep Presentation Group Submission 30th Aug Presentation 19th Sep
Counseling Days Saturday Sunday Monday Tuesday Wednesday 1.30 PM - 2.30 PM 12.00 PM - 1.00 PM 1.30 PM - 2.30 PM 11.00 AM - 1.00 PM -
1. Programming in ANSI C- E Balagurusamy.
2. The C programming language. Prentice Hall, 1988, by Dennis Ritchie
3. Teach Yourself C : Herbert Shieldt
-
Instructor's Message This course is entirely based on practicals. I have attached some lecture slides in the below section but it's not enough to understand the theory only, you need to do plenty of exercises. In the lab course, you'll find out a video tutorial link alongside an online judge. You'll need to continue your learning and exercise parallelly. If you find any problem then you may bring that to me. -
-
-
Lesson 4
- Token, Operators, Expressions
- Expression Evaluation
- Associativity
- Type casting
Lecture Slide 4
-
Opened: Friday, 26 August 2022, 12:00 AMDue: Sunday, 18 September 2022, 12:00 AM
Every expression have to be solved in step by step . Do not write the answers only. Here A=10, B =15, C =5 and D =20. All variables are integers.
- A = A * B + D / C + + + C - - - D
- B += A & B | C * A * D / B && C
- C *= A | B || C && D & A
- A = A + B * C / D % C +++ B +++A * B
- D = A + B == C >= D && B
-
-
-
-
Opened: Saturday, 1 October 2022, 12:00 AMDue: Saturday, 15 October 2022, 12:00 AM
You can submit your cpp files or a single doc file.
-
-
MID TERM Summer 2021 AssignmentOpened: Sunday, 2 October 2022, 8:55 AMDue: Sunday, 2 October 2022, 11:30 AM
MID Term Summer 2021
***Question LINK***
#Instructions for Mid-Term:
- You have to submit your PDF in BLC
- Create a single pdf file of answer script. Make sure you have the provided template in the first page. Save the file name like "YourID_COURSECODE_SECTION" (ex: 101-15-1128_CSE122_O3, or 101-15-1128_CSE122_O4).
- You are allowed to submit only once and only a single file. So please check once more before submit that the file name is ok. Uploaded file is ok and you are 100% sure to submit.
- If you are having trouble to upload you pdf file let me know at least 25 minutes before the submission time ends.
- Be aware before communicating with anyone else at the time of exam as all the questions are unique for each of you.
- Remember there is an automated plagiarism checker installed in BLC and the system will add auto negative marks if you copy from anywhere or anyone.
- Your course teacher is always there for you. Believe in your teacher and Try your best to give a clean and honest exam.
-
-
Opened: Saturday, 29 October 2022, 8:00 PMClosed: Sunday, 30 October 2022, 8:00 AM
-
-
Summer 2021 Final Exam AssignmentOpened: Thursday, 24 November 2022, 9:00 AMDue: Thursday, 24 November 2022, 12:45 PM
FINAL Exam Summer 2021
Directions:
Submit your answer script in BLC within time (Handwritten Script).
Students need to go through the CASE STUDY shown in this exam paper.
Analyze and answer specific section based on your own thinking and work.
Do not share as this will be treated as plagiarism by Blended Learning Center.
https://drive.google.com/file/d/1Ld-XEScn_1vWGNvxXtM7UEadC4hTC4Nr/view?usp=sharing