Mention The Different Types Of Data Transfers Possible In The 8085.?

1 Answer

Answer :

Answer :The various types of data transfer operations possible are:
Data transfer is possible between two registers.
It is also possible between a memory location and a register.
Also it can occur between an input/output device and an accumulator.
In reality data is never transferred it can only be copied from one location to another.

Related questions

Description : The Guide to Heat Transfers

Last Answer : Heat transfer in thermal physics describes the process of thermal energy passing from a hot body to a colder one. Heat transfers happen when a physical body such as an object or a fluid with a ... you have the option of printing out your own designs and coming up with unique heat transfer clothing.

Description : Mention The Various Functional Blocks Of The 8085 Microprocessor.?

Last Answer : Answer :The various functional blocks of the 8085 microprocessor are: Registers Arithmetic logic unit Address buffer Increment / decrement address latch Interrupt control Serial I/O control Timing and control circuitry Instructions decoder and machine cycle encoder.

Description : Describe Briefly The Accumulator Register Of 8085.?

Last Answer : Answer :It is one of the most important 8 bit register of 8085 It is responsible for coordinating input and output to and from the microprocessor through it. The primary purpose of ... logical operations. This accumulator register is mainly used for arithmetic, logical, store and rotate operations.

Description : Explain Briefly The Flag Register In The 8085 Microprocessor.?

Last Answer : Answer :The flag register in 8085 is an 8-bit register which contains 5 bit positions. These five flags are of 1bit F/F and are known as zero, sign, carry, parity and auxiliary carry. ... addition and subtraction operations. The parity flag is used for results containing an even number of one's.

Description : Explain In Brief The Control And Timing Circuitry Of The 8085.?

Last Answer : Answer :The timing and control circuitry section of the 8085 is responsible for the generation of timing and control signals so that instructions can be executed. The types of signals involved ... of control signals for the executions of instructions and for the sync between external devices.

Description : Does The 8085 Support Externally Initiated Operations? If Yes How?

Last Answer : Answer :Yes the 8085 does support several externally initiated operations. The possible operations and the corresponding pins for them in the 8085 are as follows: It supports resetting ( this is possible ... It also has a HOLD pin which can basically pause the operation till required/ as required.

Description : Explain All The Addressing Modes Of The 8085 With The Help Of Examples.?

Last Answer : Answer :The various types of addressing modes of the 8085 are as follows: Direct addressing: The instructions in itself contain the opearand. For ex. STA5513H or in/out instructions such as IN PORT C. ... etc. Implicit addressing: this form of addressing contains no operands. For ex. RAR, CMA etc.

Description : Explain Briefly What Happens When The Intr Signal Goes High In The 8085?

Last Answer : Answer :The INTR is a maskable interrupt for the 8085. It has the lowest priority and is also non vectored. When this INTR signal goes into the high state the following things occur / ... the processor saves the address of new instruction into the STACK and an interrupt service subroutine begins.

Description : Explain Briefly The Trap Input For The 8085.?

Last Answer : Answer :The TRAP input is sensitive to both edge and level. The pulse width for this signal should be in excess as compared to the normal noise width. A second trap will never be able to ... to low transition. The pulse widths are wider than normal widths so as to prevent unwanted false triggers.

Description : How Can Signals Be Classified For The 8085 Microprocessor?

Last Answer : Answer :The signals of the 8085 microprocessor based on their functions can be classified into 7 categories namely: Frequency and power signals Address and data buses The control bus Interrupt Signals Serial Input / Output signals DMA signals Reset Signals

Description : Can An Rc Circuit Be Used As Clock Source For 8085?

Last Answer : Answer :Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal.

Description : In 8085 Which Is Called As High Order / Low Order Register?

Last Answer : Answer :Flag is called as Low order register & Accumulator is called as High order Register.

Description : How Many Interrupts Are There In 8085?

Last Answer : Answer :There are 12 interrupts in 8085.

Description : In What Way Interrupts Are Classified In 8085?

Last Answer : Answer :In 8085 the interrupts are classified as Hardware and Software interrupts.

Description : Which Stack Is Used In 8085?

Last Answer : Answer :LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first.

Description : What Are The Various Flags Used In 8085?

Last Answer : Answer :Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.

Description : What Are The Various Registers In 8085?

Last Answer : Answer :Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085.

Description : List any four salient features of 8085 microprocessor

Last Answer : Features of 8085:  1. 16 address line so 216=64 Kbytes of memory can be addressed.  2. Operating clock frequency is 3MHz and minimum clock frequency is 500 KHz.  3. On chip bus controller ... duty cycle TTL clock  10. Provide 2 serial I/O lines, so peripheral can be interfaced with 8085 μp

Description : The 8085 Microprocessor has A) 8-bits Data bus and 16-bits Address bus B) 8-bits Data bus and 8-bits Address bus C) 16-bits Data bus and 16-bits Address bus D) 32-bits Data bus and 8-bits Address bus 

Last Answer : B) 8-bits Data bus and 8-bits Address bus. 

Description : The clock frequency of an 8085 microprocessor based system is 3 MHz. What should be the minimum pulse width of the INTR signal so that it is recognized successfully? A) 5.6 µs B) 5.7 µs C) 5.8 µs D) 5.9 µs

Last Answer : The clock frequency of an 8085 microprocessor based system is 3 MHz. What should be the minimum pulse width of the INTR signal so that it is recognized successfully? A) 5.6 µs B) 5.7 µs C) 5.8 µs D) 5.9 µs

Description : In 8085 microprocessor, how many T-states does OPCODE FETCH machine cycle normally require (i.e., when HOLD and WAIT signals are NOT forced)? A) 4 to 6 B) 3 to 8 C) 2 to 3 D) 8 to 12 

Last Answer : In 8085 microprocessor, how many T-states does OPCODE FETCH machine cycle normally require (i.e., when HOLD and WAIT signals are NOT forced)? A) 4 to 6 B) 3 to 8 C) 2 to 3 D) 8 to 12 

Description : Then number of T-states of the instruction STA in 8085 microprocessor is A) 10 B) 12 C) 13 D) 16 

Last Answer : Then number of T-states of the instruction STA in 8085 microprocessor is 13 

Description : In 8085, whenever a signal is received at TRAP terminal, its program execution is transferred to a subroutine on address A) 0000 H B) 002C H C) 0024 H D) 0004 H

Last Answer : In 8085, whenever a signal is received at TRAP terminal, its program execution is transferred to a subroutine on address 0024 H

Description : What is the size of memory which can be accessed by direct accessing in 8085 microprocessor? A) 64 kB B) 4 kB C) 128 kB D) 128 MB 

Last Answer : What is the size of memory which can be accessed by direct accessing in 8085 microprocessor? A) 64 kB B) 4 kB C) 128 kB D) 128 MB 

Description :  What is the size of SP register in 8085 microprocessor? A) 16 bits B) 8 bits C) 64 bits D) 48 bits

Last Answer :  What is the size of SP register in 8085 microprocessor? A) 16 bits B) 8 bits C) 64 bits D) 48 bits

Description : The ALE line of an 8085 microprocessor is used to (A) latch the output of an I/O instruction into an external latch. (B) deactivate the chip-select signal from memory devices. (C) find the interrupt ... of the TRAP interrupt. (D) latch the 8 bits of address lines AD7-AD0 into an external latch.

Last Answer : The ALE line of an 8085 microprocessor is used to latch the 8 bits of address lines AD7-AD0 into an external latch.

Description : Mention The Steps In The Interrupt Driven Mode Of Data Transfer.?

Last Answer : Answer :The steps followed in this type of transfer are as follows: The peripheral device would request for an interrupt. The request acknowledgement for the transfer is issued at the end of ... coordinates by the ISS. Again the Interrupt system is enabled and the above steps are repeated.

Description : Would it be at all possible to recover data of a deleted Facebook profile?

Last Answer : If you reinstate your account it should just bring (most) of it back up, instantly.

Description : Where can I find a list of data connections?

Last Answer : I’m unclear on your question. Are you trying to find the technical specifications for these things? If so, I’d start with google vga technical specification to get something you can start to work with.

Description : Is there any data on costs/losses associated with non payers in the health care system?

Last Answer : In the medical literature there are lots of articles that try to quantify the cost associated with non payers in the US health care system. Unfortunately it comes down to interpretation of statistics ... sense of other peoples statistics. Anyhoo have a look at this article from Health Affairs 2008.

Description : How can I recover data from my deleted Facebook account?

Last Answer : answer:Download your information This does require that your facebook account be active, though. They do maintain your data for at least 30 days, so if it hasn't been that long since you deleted your ... 're not going to get things like usage/marketing data on you or other statistical data on you.

Description : What is your data backup system?

Last Answer : answer:My mom uses Carbonite, which I believe just came in very handy after she got a virus and lost the contents of her hard drive. I have not used it personally, though, so I can't speak for it. Myself ... ago and had to wipe my HD. Thank god I had that 150 gig external drive to save all my stuff!

Description : Is 100mb a good data plan for 19.99 on AT&T?

Last Answer : No because 30 a month will get you unlimitted data. Some phones are actually only 20 a month like the first iPhone.

Description : What exactly is push data, and what does it push?

Last Answer : I think you're right. Push data transfers automatically to your phone. If you have an iPhone and a MobileMe account, calender and contact info that you update on your desktop are automatically sent to your ... to launch the mobile app, like Mail or Calender, and have it ask the server for updates.

Description : What are the hydraulic data required for designing a pump capacity?

Last Answer : Ans: Following are the hydraulic data required for designing the pump capacity a. The depth of the Bore or well (suction height/ below ground level) b. The delivery light. c. The yield of the Borewell. d. The horizontal distance of the pumping from bore well where planned to deliver.

Description : Find out number of data lines required to interface 16 LEDs arrange in the 4 x 4 matrix form.

Last Answer : 4+4=8, eight lines are required for 4x4 matrix of 16 LEDs

Description : Data logger and its application

Last Answer : Data logger and its application:- A data logger or data recorder is an electronic device that records data over time or in relation to location either with a built in instrument or sensor ... Testing (including crash testing) 8) Motor Racing 9) Monitoring of relay status in railway signalling.

Description : What is the need of data converters? List specifications of DAC.

Last Answer : Need of data converters:  It is often necessary that before processing the analog data, by a digital system, it should be changed to an equivalent digital form. Similarly, after processing the data, it ... 4. Temperature sensitivity 5. Settling time 6. Speed 7. Long term Drift 8. Supply rejection

Description : Calculate the size of memory address space for a 16 bit data and 20 bit address bus. A) 1 MB B) 2 MB C) 3 MB D) 4 MB

Last Answer : Calculate the size of memory address space for a 16 bit data and 20 bit address bus. A) 1 MB B) 2 MB C) 3 MB D) 4 MB

Description : Which unit holds data permanently?  (A) Input unit (B) Secondary storage unit (C) Output Unit (D) Primary Memory Unit

Last Answer : Which unit holds data permanently?  (A) Input unit (B) Secondary storage unit (C) Output Unit (D) Primary Memory Unit

Description : Which of the following is the product of data processing:  (A) Information (B) Data (C) Software programme (D) System

Last Answer : Which of the following is the product of data processing: Information 

Description : Explain data transfer mechanism in I2C protocol. Compare it with CAN and USB protocol based on bit rate and area of applications.

Last Answer : I2C (Inter-Integrated Circuit): I2C stands for Inter-Integrated Circuit. I2C is a serial protocol. It was developed by Philips Semiconductor. I2C bus have two communication lines. One is serial data ( ... Mbps this is used for lower speed devices. Using USB we can connect upto 127 devices.

Description : What is Data Acquisition System (DAS) ?

Last Answer : .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Description : What factors do YOU think have contributed to the increasing divorce rates since the 70's?

Last Answer : The slow realization by women that they are people, too. That they deserve happiness and fulfillment, and that those things don’t happen just because they’re married. That they can be self sufficient, independent, and strong on their own.

Description : Twisted pair or Coaxial (kind of technical, see details)

Last Answer : answer:There are economics that get into the picture here, too. The cable company will have bandwidth caps (300gb/month) whereas the fiber provider is less likely to. At a distance of 1000 feet, coax ... which wires tend to expand. Will you see a difference in speed at that distance? Probably not.

Description : How do they make sure the signals being sent by Voyager get to earth in a state we can read?

Last Answer : answer:Every datacom (even on earth) has some sort of error correcting mechanism. In the early days they used parity checking, but now there are far more sophisticated ways to calculate a ... on your cell phone, your internet connection, and even your telephone, except much more sophisticated.

Description : How can I recover large text strings Excel changed into # symbols?

Last Answer : I think I’d use a simple text program like Notepad to open the files and see if the URLs are stored in the file. If not, you are well and truly screwed would be my guess.

Description : How can I create this graph in Excel with a table of start and end times?

Last Answer : answer:That is pretty advanced graphing. If you need to develop complex statistical or engineering analyses, you can save steps and time by using the Analysis ToolPak. You provide the data and parameters for ... is not listed in the Add-Ins available box, click Browse to locate it. From Excel Help

Description : Isn't "mad science" actually "mad engineering"? Can you find me an example of "mad science" in popular media?

Last Answer : I think you're looking in the wrong place mad science is every time plastic surgery is performed every time a commentator uses fiery retoric to incite people whenever religious NUTS use a god ... shit Oh surely you can evoke Pavlovian responses from people, are you looking for hard science?

Description : Can you recommend a site for online questionnaires?

Last Answer : I’ve used form assembly before, and it has worked well for me.