(See Syllabus Here)
1. CPU Scheduling Algorithms
- (a) FCFS
- (b) SJF
- (c) Priority Scheduling
- (d) Round Robin
- Banker's Algorithm
3. Disk Scheduling Algorithms
- (a) FCFS
- (b) Scan
- (c) C-Scan
4. Page Replacement Algorithms
- (a) FIFO
- (b) LRU
- (c) Optimal
- Pass One of Two-Pass Assembler
- Pass Two of Two-Pass Assembler
- Absolute Loader
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
- Displaying Two Strings
- Checking Whether a Number is Even or Odd
- Finding the Largest Number in an Array
- Sorting an Array (Ascending Order)
- Finding the Factorial of a Number
- Displaying Two Strings Using a Macro
- Decimal to Hexadecimal Conversion