Sunday 8 March 2015

IGNOU MCA MCSL-017 C and Assembly Language Programming SOLVED ASSIGNMENTS 2014-2015

       

IGNOU SOLVED ASSIGNMENTS FOR 1st Semester MCSL-017 2014-2015  C and Assembly Language Programming

Ans: Comming soon. Now follow - How to write Best ASSIGNMENTS / ANSWERS by Yourself




                                Section 1: C Programming Lab

Question 1: 
Write an interactive program in C language to create an application similar to “NOTEPAD”. Write a program, mynotepad.c, which reads words from any file having extension “.txt” and displays each word on a line by itself. A word is defined as any sequence of characters separated by a blank, a tab, or a newline. Note that this definition for a word considers punctuation as part of the word. This program should have features like cut, copy, paste, write and search. The application should be designed user-friendly.

Note: You must execute the program and submit the program logic, sample input and output along with the necessary documentation for this question. Assumptions can be made wherever necessary.

                            Section 2: Assembly Language Programming Lab  

Question 1:

a) Write a program in assembly language for converting lower case to upper case in a given string of characters. 

b) Develop and execute an assembly language program to read an array of numbers and find the minimal and maximal elements.

c) Write a program in assembly language to print out the length of string

d) Write a program in assembly language to print an infinite sequence of pseudo-random numbers. 

No comments:

Post a Comment