write a program that changes 74H to 47H in 8085 assembly
programming
SIR VERY GOOD MORNING I AM APPERING FOR RRB EXAM FOR SECTION ENGINEER I REQUEST U TO PLZ FORWORD THE PAPER PATTERN AND EVEN PREVIOUS QUESTION PAPER SIR. I THINK U WILL SURELY HELP ME OUT IN EXAM.
what is RS-232 giv ex?
8085 microprocessor number of bit
im ece student.im applyng 4 rrb junior engineer (electrical) i got hallticket....plz...try to send the syllabus of junior engineer(electrical)
Video signal is composed of Camera signal carrying? Information,Receive or Picture information?
Why emitter is always forward biased?
How do Calculate UPs Battery Backup Time? pls help me.Manohar.manoharan1980@rediffmail.com
WHICH TYPES OF QUESTION & WHICH BEST BOOK IN PREPARING FOR COMMUNICATION ?
I am stuck up with a question on appending of two arrays I am writing the code for the same, I am appending two strings this way int main() { string s1 = "Welcome to C++"; string s2 = "C++ improves the logic ability"; string s3 = s1 + s2; cout<<s3<<endl; } But if I go ahead with the integer datatype , it doesnt work int main() { int arr[4] = {2,3,4,5}; int arr1[4] = {6,7,8,9}; int arr3[9] ; arr3 = arr + arr1;//displays error arr3 = arr ++ arr1; // works properly } Can anyone please clear my doubt in this question ?
In 8085 and 8086 microprocessor,what these 8085,8086 represent?
What are the applications of cycloconverter?
we r saying that low pass rc filter will allow low frequency components n attenuates the high frequency components..but at low frequency reactance offer by capacitor is high..it will act as open circuit..hence there will no output..but practically we getting output. how?