MCSL-017 C and Assembly Language Programming Solved Assignment 2018-19

Section 1: C Programming Lab 

Question 1:- Write an interactive program in C language to create an application program for a cooperative bank to maintain the customers’ database. This application should have menu options like below: • Creating a New Record  • Reading/Listing of Records • Modify the record • Delete the record Each customer record should have Customer Name, Account Number, Account Type, Telephone/Mobile, Address, Nominee Name, Account Balance, Date of Joining, etc. The application should be designed user-friendly.        (20 Marks) 

Section 2: Assembly Language Programming Lab 

Question 1:- 
a) Write a program in assembly language to read the current time and Date from the system and display it in the standard format on the screen.    (5 Marks)

b) Write a program in assembly language to multiply two 16-bit numbers and to store the result in the specified location.      (5 Marks)

c) Write a program in assembly language to add two numbers and to store the result in the specified destination.       (5 Marks)

d) Write a program in assembly language to to move immediate data to Registers.          (5 Marks)

                                   👇Click below to Download Assinment👇

Comments

  1. I have read these tasks and probably would not cope with them. I think this is a typical task for a programmer. I am sure that the engineer enablement specialists would not have any problems with such tasks.

    ReplyDelete

Post a Comment

Popular posts from this blog

Array

Asymptotic notations