Tag Archives: each

What is an interrupt? Explain each of the conditions under which an interrupt occurs 5m Dec2005

 What is an interrupt? Explain each of the conditions under which an interrupt occurs 5m Dec2005 Interrupt An interrupt is an external signal that occurs due to an exceptional event. It causes interruption in the execution of current program of CPU. An interrupt may be generated by a number of sources, which may beeither internal… Read More »

Explain various types of storage classes in C with example for each. 8m Jun2007

Explain various types of storage classes in C with example for each. 8m Jun2007 To store data inside the computer we need to first identify the type of data elements we need in our program. There are several different types of data, which may be represented differently within the computer memory. The data type specifies… Read More »

An Assembly program to check if two strings are reverse of each other – IGNOU MCA Assignment 2013

MASTER OF COMPUTER APPLICATIONS Course Code : MCSL-012 Course Title : Computer Organisation and Assembly Language Programming Assignment Number : MCA(1)/012/Assign/2013 and BCA(II)/012/Assign/2013   Write a program in 8086 assembly Language (with proper comments) to find if the two given strings of length 5 are reverse of each other. You may assume that both the strings are… Read More »