Skip to content

sahafmfaisal/microprocessor-and-system-software-lab-ktu-2019-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KTU S5 CSL 331 - System Software and Microprocessors Lab Experiments (2019 Scheme)

(See Syllabus Here)


Operating Systems Experiments (OS)

1. CPU Scheduling Algorithms
  • (a) FCFS
  • (b) SJF
  • (c) Priority Scheduling
  • (d) Round Robin
  1. Banker's Algorithm
3. Disk Scheduling Algorithms
  • (a) FCFS
  • (b) Scan
  • (c) C-Scan
4. Page Replacement Algorithms
  • (a) FIFO
  • (b) LRU
  • (c) Optimal

System Software Experiments (SS)

  1. Pass One of Two-Pass Assembler
  2. Pass Two of Two-Pass Assembler
  3. Absolute Loader

Microprocessors Experiments (MP)

8. 8-bit Arithmetic Operations
  • (a) Addition using MASM
  • (b) Subtraction using MASM
  • (b) Multiplication using MASM
  • (b) Division using MASM
9. 16-bit Arithmetic Operations
  • (a) Addition using MASM
  • (b) Subtraction using MASM
  • (b) Multiplication using MASM
  • (b) Division using MASM
10. 32-bit Arithmetic Operations
  • (a) Addition using MASM
  • (b) Subtraction using MASM
  1. Displaying Two Strings
  2. Checking Whether a Number is Even or Odd
  3. Finding the Largest Number in an Array
  4. Sorting an Array (Ascending Order)
  5. Finding the Factorial of a Number
  6. Displaying Two Strings Using a Macro
  7. Decimal to Hexadecimal Conversion

About

KTU S5 System Software and MicroProcessors Lab (CSL 331) Programs (2019 - Scheme)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published