1. Which of the following addressing modes, facilitates access to an operand whose location is defined relative to the beginning of the data structure in which it appears?






Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The maximum speed at which data, can be transferred between two modes on a network is called:....
QA->Accident Data Management System that facilitates efficient recording and analysis of road accidents?....
QA->Who is the author of “Beginning of the Beginning”?....
QA->In a relational database, this is a data structure that organizes the information about a single topic into rows and columns–....
QA->What function displays row data in a column or column data in a row?....
MCQ->Which of the following addressing modes, facilitates access to an operand whose location is defined relative to the beginning of the data structure in which it appears?....
MCQ->Assertion (A): In direct addressing the address of operand is specified in the instruction.Reason (R): Direct addressing is also called absolute addressing.

....
MCQ->Consider the following statements about 8085 The instruction LDA uses direct addressing mode.The instruction MVI uses direct addressing mode.The instruction MVI uses immediate addressing mode.The instruction LDA uses immediate addressing mode. Which of the above are correct?....
MCQ->Consider the following features: negative operands cannot be usedwhen immediate operand changes, the program should be reassembledthe program is difficult to readthe size of operand is restricted by word length of the computer Disadvantages of immediate addressing include....
MCQ->Which of the following statements are correct about the structure declaration given below? struct Book { private String name; protected int totalpages; public Single price; public void Showdata() { Console.WriteLine(name + " " + totalpages + " " + price); } Book() { name = " "; totalpages = 0; price = 0.0f; } } Book b = new Book(); We cannot declare the access modifier of totalpages as protected. We cannot declare the access modifier of name as private. We cannot define a zero-argument constructor inside a structure. We cannot declare the access modifier of price as public. We can define a Showdata() method inside a structure.....
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