MCSL-017 SOLVED ASSIGNMENT 2017-18 FOR IGNOU MCA 1ST SEMESTER

0
Share
IGNOU MCA 1ST SEMESTER SOLVED ASSIGNMENT 2017-18

IGNOU MCA 1st Semester Solved Assignment

MCSL-017 C and Assembly Language Programming LAB

QUESTIONS SOLVED IN ASSIGNMENT

Section 1: C Programming Language Lab
  1. 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.

  2. Section 2: Assembly Language Programming Lab
    1. Write a program in assembly language to swap two numbers.
    2. Write a program in assembly language to check whether a number is even or odd.
    3. Write a program in assembly language to load a byte in memory location 8000H and increment the contents of the memory location.
    4. Write a program in assembly language to reverse a given number.
MCSL-017 SOLVED ASSIGNMENT 2017-18 FOR IGNOU MCA 1ST SEMESTER