1. Assertion (A): A two byte instruction of 8085 has an operation code in first byte and operand / address in the second byte.Reason (R): If an instruction is too long it is possible to reduce its length by a number of methods.





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->New methods used in chemistry which aim to reduce pollution are called?....
QA->Which is the planet its length of its day and the tilt of its axis are almost identical to those of the earth?....
QA->The length of a rectangular floor is 2 meters more than its width and its perimeter is 20 meters, then its area is....
QA->A train having a length of 240 metre passes a post in 24 seconds. How long will it take to pass a platform having a length of 650 metre?....
QA->There are 3 numbers .The product of the first and the second is The product of second and the third is The product of the first and the third is Find the numbers....
MCQ->Assertion (A): A two byte instruction of 8085 has an operation code in first byte and operand / address in the second byte.Reason (R): If an instruction is too long it is possible to reduce its length by a number of methods.

....
MCQ->Read the following statements about address space in microprocessors An address space is a set of all possible addresses which can be generated by a microprocessor.Each address in the address space allows a designer to provide at least one memory or I/O location in the system.Two types of address spaces are memory and I/O address space.Some micro processors have only one type of address space. Which of the above are correct?....
MCQ->Which statement(s) about IPv4 and IPv6 addresses are true? An IPv6 address is 32 bits long, represented in hexidecimal. An IPv6 address is 128 bits long, represented in decimal. An IPv4 address is 32 bits long, represented in decimal. An IPv6 address is 128 bits long, represented in hexidecimal.....
MCQ->What will be the output of the C#.NET code snippet given below? byte b1 = 0xAB; byte b2 = 0x99; byte temp; temp = (byte)~b2; Console.Write(temp + " "); temp = (byte)(b1 << b2); Console.Write (temp + " "); temp = (byte) (b2 >> 2); Console.WriteLine(temp);....
MCQ->Which of the following are legal lines of code? int w = (int)888.8; byte x = (byte)1000L; long y = (byte)100; byte z = (byte)100L;....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution