We are building EduLadder(ELADR) - Protocol

The Eladr Protocol is a decentralized, security and efficiency enhanced Web3 noSQL database powered by IPFS as the data storage layer https://ipfs.io/, and the Cardano block chain as the rewards token platform, https://cardano.org/. It provides a JSON based, IPFS layer 2 solution for data indexing and retrieval in an 'append only' file system built with open source Node.js API libraries.

The ELADR token was designed to incentivize and reward community members as a proof of contribution. Token holders are also granted access to EduLadder.com premium features as well as associated ELADR token enabled apps.

WHITE PAPER Buy Now Try BETA

Real Problems! Real Experts!

Join Our Telegram Channel !


The Eduladder is a community of students, teachers, and programmers. We help you to solve your academic and programming questions fast.
In eduladder you can Ask,Answer,Listen,Earn and Download Questions and Question papers.
Watch related videos of your favorite subject.
Connect with students from different parts of the world.
Apply or Post Jobs, Courses ,Internships and Volunteering opportunity. For FREE
See Our team
Wondering how we keep quality?
Got unsolved questions? Ask Questions

Data-structure-with-C-10CS35-unit-3-->View question

Consider the C struct defines below: struct data { int marks [100] ; char grade; int cnumber; }; struct data student; -gate computer science 2017

The base address of student is available in register R1. The field student.grade can be accessed efficiently using
A) Post-increment addressing mode. (R1)+
B) Pre-decrement addressing mode, -(R1)
C) Register direct addressing mode, R1
D) Index addressing mode, X(R1), where X is an offset represented in 2’s complement 16-bit representation.

View all questions
Answers
D) Index addressing mode, X(R1), where X is an offset represented in 2’s complement 16-bit representation.

Explanation: 
The address of student grade can only be accessed by using the base address of Student.
Post-increment addressing mode. (R1)+ - Will give the next address and not the desired grade address
Pre-decrement addressing mode, -(R1) - Will give the previous address and not the desired grade address
Register direct addressing mode, R1 : In this mode, the address of the operand is embedded in the instruction code.
Index addressing mode: It is the only mode which gives access to next address by adding displacement in base address using displacement mode. . Base register contains a pointer to a memory location. An integer (constant) is also referred to as a displacement. The address of the operand is obtained by adding the contents of the base register plus the constant.
Therefore, option D is correct

Answerd on:2018-05-30 Answerd By:deepuckraj

Likes:
Be first to like this answer

Dislikes:
Be first to dislike this answer
Talk about this  Like  Dislike

Type your answer here in no less than 50 words :



Lets together make the web is a better place

We made eduladder by keeping the ideology of building a supermarket of all the educational material available under one roof. We are doing it with the help of individual contributors like you, interns and employees. So the resources you are looking for can be easily available and accessible also with the freedom of remix reuse and reshare our content under the terms of creative commons license with attribution required close.

You can also contribute to our vision of "Helping student to pass any exams" with these.
Answer a question: You can answer the questions not yet answered in eduladder.How to answer a question
Career: Work or do your internship with us.Work with us
Create a video: You can teach anything and everything each video should be less than five minutes should cover the idea less than five min.How to upload a video on eduladder