⟩ Explain Memory taken for char *, int * etc.?
Generally for integer memory is 2 bytes for character is 1 byte
char * and int * are pointers. they point to a memory location hence there size is the same, which is the size of the address space.
Generally for integer memory is 2 bytes for character is 1 byte
char * and int * are pointers. they point to a memory location hence there size is the same, which is the size of the address space.
Explain briefly the role of the 8284 processor?
Explain segments their pro`s and a method for their implementation?
Explain in Pentium processors how memory management has been improved?
What do you understand by MACRO? Explain the various conditional constructs used while programming a macro?
How can a Microprocessor based computer system be developed?
Briefly explain DMA and its various addressing modes?
Briefly explain the functions of Debugger, Assembler and the Linker?
In assembly language, write the program to search for the largest number among n numbers which are stored in the memory?
Briefly explain any 4 modes of operation of the 8254 interval timer?
Write a program in assembly language to find out one`s and two`s complement for an 8 bit number?