Topic outline

  • General

  • Lab Final

    Important Instructions

    => Allocated Time 30 minutes (3:15 pm - 3:45 pm). -> 21.04.2021

    => No late submission is allowed.

    => Only Handwritten Answer Script is Allowed

    => If copy is detected, It will lead to direct 0 to all of them. So be honest & Don't share your answer/code with others.

    => Please submit your answer script in a single PDF. File name will be course name then an underscore followed by your ID. Example- Your ID is 191-15-12345, then File name will be "CSE323L_191-15-12345.pdf".

  • Assignment, Lab Report & Presentation (Slide + Video)

  • Week 1: Introduction & Couse Plan

  • Week 2: Introduction to Linux/Ubuntu

    Topic of Discussion

      • Introduction to Linux, Ubuntu, Linux Installation
      • Dual Boot Alongside Windows
      • Introduction to Linux Terminal

    Expected Learning Outcome

      • Install Linux OS/Ubuntu
      • Work with some Linux/Ubuntu Commands

  • Week 3: Linux tools & Commands

    Topic of Discussion

    • Introduction to Linux tools- Linux files, Directories, Root, Information, Disk related commands

     Expected Learning Outcome

    • To Work with Linux files and directories

  • Week 4: Introduction to Shell Scripts

    Topic of Discussion

      • Introduction to Shell Scripts
      • Shell Variables
      • Shell Keywords
      • Write simple Shell program

    Expected Learning Outcome

      • Create simple Shell script with input & output

  • Week 5: Array & Conditional Statements in Bash Shell

    Topic of Discussion

      • Array
      • Conditional Statement
      • Nested If..Else

    Expected Learning Outcome

      • Create simple Shell script with array and conditional statements.

  • Week 6: Loop & Loop Related Problems in Bash Shell

    Topic of Discussion

      • While Loop
      • For Loop
      • Problem Solving Problems Using Loop
      • Sum of the Series

    Expected Learning Outcome

      • Create simple Shell script with Loop Statement

  • Week 7: Function & Function Related Problems in Bash Shell & Review Class

  • Week 8: Bankers Algorithm