IGNOU MCA 1st Semester Solved Assignment
MCSL-017 C and Assembly Language Programming LAB
QUESTIONS SOLVED IN ASSIGNMENT
Section 1: C Programming Language Lab
- Write an interactive program in C language to create an application program for a small office to maintain the employees database. This application should be having menu options like
- Creating a New Record
- Reading/Listing of Records
- Modify the record
- Delete the record
Each employee record should have Employee Name, Employee ID, Department Name, Salary, Position, Date of Joining, etc). The application should be designed user-friendly.
Section 2: Assembly Language Programming Lab
- Write a program in assembly language to swap two numbers.
- Write a program in assembly language to check whether a number is even or odd.
- Write a program in assembly language to load a byte in memory location 8000H and increment the contents of the memory location.
- Write a program in assembly language to reverse a given number.