Sponsored Links

Interview Questions



INTERVIEW QUESTIONS COMPUTER HARDWARE 8085 DETAILS

Question: What is the difference between program counter and stack pointer?
What is the difference between data and address?
What are the difference between memory and memory location?

Answer: Program counter is a register which holds the address of next instruction when the current instruction is under execution while stack pointer is a pointer which points to the top element of the stack.Data is a value which we use in the execution of instruction. Data value can be manipulated. while a address is the some constant value to a particular memory location which the help of address of memory location we can access the data present in the memory.
Memory is a data storage device which we use to store data while a memory location is a particular memory area where the data is stored using memory location.

Category 8085 Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.3) By 7483 users
Added on 12/1/2012
Views 74460
Rate it!

Question: What is the difference between program counter and stack pointer?
What is the difference between data and address?
What are the difference between memory and memory location?


Answer:

Program counter is a register which holds the address of next instruction when the current instruction is under execution while stack pointer is a pointer which points to the top element of the stack.Data is a value which we use in the execution of instruction. Data value can be manipulated. while a address is the some constant value to a particular memory location which the help of address of memory location we can access the data present in the memory.
Memory is a data storage device which we use to store data while a memory location is a particular memory area where the data is stored using memory location.
Source: CoolInterview.com

Answered by: mukund jahagirdar | Date: 1/29/2008 | Contact mukund jahagirdar Contact mukund jahagirdar

Program counter stores the address of memory locations & it is auto incremented by 1 whereas stack pointer stores the address of stack top.It locates the current stack top.The data is temporarily stored in stack memory using push n pop instructions.the data is of 8 bits & address is of 16 bits.Each memory location has 16 bit address where 8 bit data is stored. this data can b extracted using various instructions .Memory means complete set of memory locations .Each memory location can store upto 8 bits data whereas 64kb of memory locations is called memory. Source: CoolInterview.com

Answered by: Ashish R | Date: 2/7/2008 | Contact Ashish R Contact Ashish R

Data: It is a raw facts and figure.
Address: It is a particular address of data.

Memory: It is a space taken by data.ex.kb,mb,gb etc.
Memory location: It is an address of a data which used some memory space.

Source: CoolInterview.com

Answered by: prithveeraj singh parihar | Date: 2/9/2008 | Contact prithveeraj singh parihar Contact prithveeraj singh parihar

Program Counter And Stack Pointer:
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.

Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack.



Data And Address:

Data is the information which is required to be processed, (for eg. addition,subtraction,etc.),and address specifies the place in the memory where the data or result can be stored. In technical words, data can be retrieved from the memory if we know the address.


Memory And Memory Location:

Memory of a microprocessor is the place where the data or any result of any operation can be stored.It is the storage capacity of a microprocessor. Memory Location is the exact location or place where the data or result is stored. Source: CoolInterview.com

Answered by: Reni Antony | Date: 2/14/2008 | Contact Reni Antony Contact Reni Antony

Program counter is a register which hold the address of the instruction to be executed next where as the stack point is a memory area where the instructions are stored and extracted on LIFO principle.Stack pointer usually holds the address of instruction from the program is deviated from its normal execution while calling other subroutine or an interrupt.

memory is the area where the data is stored and the memory location can be defined as the identifier to recognize the cells where the data is stored.

Data is the information that is to be processed by the processor and the address can be defined as the recognizer of data or the name of field where the data is residing.. The address can also behave as data in some situations. Source: CoolInterview.com

Answered by: Dipti | Date: 2/19/2008 | Contact Dipti Contact Dipti

Program counter contains address of the memory location where next instruction resides.
Stack pointer points to a
memory location in R/W memory. Source: CoolInterview.com

Answered by: XYZ | Date: 4/26/2008 | Contact XYZ Contact XYZ

Program counter stores the address of the next instruction in the main program whereas a stack pointer points to the address of the instruction in the main program that is to b executed next after the processor services an interrupt. Source: CoolInterview.com

Answered by: hemapriya | Date: 6/5/2008 | Contact hemapriya Contact hemapriya

Program counter is the 16bit register address. it is the general purpose register and holds the address of next instruction while the current instruction is execute Stack pointer is also a 16bit register address of data item currently on the top of the stack.it includes pushing onto the stack and popping from the stack Source: CoolInterview.com

Answered by: R.Yakavi | Date: 6/11/2016 | Contact R.Yakavi Contact R.Yakavi


If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
When processor used dma controller at that time what task done by processor?
View Answer
What is machine cycle,instruction cycle and T-state?
View Answer
Difference between memory mapped IO and IO mapped IO?
View Answer
what are assembler and cross assembler?
View Answer
Define interrupt?
View Answer
How to pass values from one jcl to another jcl, if how ?
How to pass data from cobol to jcl?
How to access jcl from cobol?
How to display comp fields?

View Answer
Is it passible in winnrunner to handle result dir path through winnrunner script?
View Answer
There is an object that provides one point access to page, request, response, session, out, exception, config and application. What is that object or mechanism? Is it pageContext, if so give an example.

View Answer
What is the difference between Generic servlet and HTTPServlet

View Answer
Why java does not support Multiple Inheritance?
Why java is not pure Object Oriented?

View Answer
How EjbQL ara impemented when it is necessary?

View Answer
How to handle date problem if application server and database server has different date format?
View Answer
What are the blocking and nonblocking assignments in Verilog and which is preferred in Sequential circuits?
View Answer
It takes Mr. Karthik y hours to complete typing a manuscript. After 2 hours, he was called away. What fractional part of the assignment was left incomplete?
View Answer
Julius and Vincent are brothers. "We are born within the same hour," says Julius, "on the same day of the same year." "But," says Vincent, "we are no twins!" How is this possible?
View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All 8085 Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions