In 1977 which corporation introduced an updated version of the 8080- the 8085:
a. Motorola
b. Intel
c. Rockwell
d. National

1 Answer

Answer :

b. Intel

Related questions

Description : Which year Intel corporation introduced an updated version of the 8080- the 8085: a. 1965 b. 1976 c. 1977 d. 1985

Last Answer : c. 1977

Description : Which is the microprocessor launched by Motorola corporation introduced: a. Mc6800 b. 8080 c. IMP-8 d. RPS-8

Last Answer : a. Mc6800

Description : The first microprocessor built by the Intel Corporation was called a. 8008 b. 8080 c. 4004 d. 8800

Last Answer : c. 4004

Description : Intel 8008 microprocessor’s upgraded version is: a. 8080 b. 4004 c. Both A and B d. None of these

Last Answer : a. 8080

Description : Who was introduce the 80286 microprocessor updated on 8086,in 1983: a. Intel b. Motorola c. Fairchild d. None of these

Last Answer : a. Intel

Description : Which are some of popular processor: a. Motorola 6800 and 6809 b. Intel 8085 c. Zilog Z80 d. All the above

Last Answer : d. All the above

Description : The___ was very successful in the calculator market at that time: a. Motorola 6800 and 6809 b. Microprocessor 4004 c. Intel 8085 d. None of these

Last Answer : b. Microprocessor 4004

Description : Accumulator based microprocessor example are: a. Intel 8085 b. Motorola 6809 c. A and B d. None of these

Last Answer : c. A and B

Description : Which Microprocessor producer continue successfully to create newer and improved version of the microprocessor: a. Intel b. Motorola c. Both A and B d. None of these

Last Answer : c. Both A and B

Description : Which is the microprocessor launched by Intel: a. Z-8 b. 8080 c. 8000 d. None of these

Last Answer : b. 8080

Description : MC6800 microprocessor was introduced by: a. Motorola corporation b. Fairchild c. Both A and B d. None of these

Last Answer : a. Motorola corporation

Description : The first microprocessor built by the Intel corporation was called A) 8008 B) 8080 C) 4004 D) 8800

Last Answer : Answer : C

Description : The first microprocessor built by the Intel Corporation was called a. 8008 b. 8080 c. 4004 d. 8800

Last Answer : c. 4004

Description : Alpha AXP is developed by: a. DEC b. IBM c. Motorola d. Intel

Last Answer : a. DEC

Description : Which is the world’s first microprocessor? a. Intel 4004 b. Motorola 68020 c. Intel8008 d. None of these

Last Answer : d. None of these

Description : The range of this rating for which microprocessor of_____: a. VLSI b. Motorola c. Intel d. Zilog

Last Answer : c. Intel

Description : Which company is the biggest player in the microprocessor industry? a. Motorola b. IBM c. Intel d. AMD

Last Answer : c. Intel

Description : What was the name of the first commercially available microprocessor chip? a. Intel 308 b. Intel 33 c. Intel 4004 d. Motorola 639

Last Answer : c. Intel 4004

Description : Intel used HMOS technology to recreate_____: a. 8084 A b. 8086 A c. 8085 A d. 8088 A

Last Answer : c. 8085 A

Description : Which is the microprocessor launched by Rockwell international: a. RPS-4 b. RPS-6 c. RPS-8 d. All of these

Last Answer : c. RPS-8

Description : Motorola introduced 32 bit RISC processor called______: a. MC 88100 b. MC 81100 c. MC 80100 d. MC 81000

Last Answer : a. MC 88100

Description : Motorola introduced _____ processor: a. 2 bit-RISC b. 4 bit-RISC c. 8 bit-RISC d. 32 bit-RISC

Last Answer : d. 32 bit-RISC

Description : Which is the professional or Business version of Intel Processors: a. Pentium II b. Pentium Pro c. Pentium MMX d. Pentium Xeon

Last Answer : d. Pentium Xeon

Description : Intel 8008 microprocessor was introduced in: a. 1971 b. 1973 c. 1999 d. 1988

Last Answer : b. 1973

Description : The growth of LSI technology on_____: a. 1994-1995 b. 1971-1977 c. 1972-1978 d. None of these

Last Answer : b. 1971-1977

Description : Where was India’s first computer installed and when? a. Indian Institute of Technology, Delhi, 1977 b. Indian Institute of Science, Bangalore, 1971 c. Indian Iron & Steel Co. Ltd., 1968 d. Indian Statistical Institute, Calcutta, 1955

Last Answer : d. Indian Statistical Institute, Calcutta, 1955

Description : Power PC microprocessor architecture is developed by: a. Apple b. IBM c. Motorola d. All of these

Last Answer : d. All of these

Description : Motorola has declined how many % share of the microprocessor market to a much smaller share: a. 50% b. 55% c. 48% d. 51%

Last Answer : c. 48%

Description : How many machine cycles does 8085 have, mention them

Last Answer : The 8085 have seven machine cycles. They are • Opcode fetch • Memory read • Memory write • I/O read • I/O write • Interrupt acknowledge • Bus idle

Description : How many interrupts does 8085 have, mention them

Last Answer : The 8085 has 5 interrupt signals; they are INTR, RST7.5, RST6.5, RST5.5 and TRAP

Description : Steps involved to fetch a byte in 8085

Last Answer : i. The PC places the 16-bit memory address on the address bus ii. The control unit sends the control signal RD to enable the memory chip iii. The byte from ... byte is placed in the instruction decoder of the microprocessor and the task is carried out according to the instruction

Description : What are operations performed on data in 8085

Last Answer : The various operations performed are • Store 8-bit data • Perform arithmetic and logical operations • Test for conditions • Sequence the execution of instructions • Store data temporarily during execution in the defined R/W memory locations called the stack

Description : What is the signal classification of 8085

Last Answer : All the signals of 8085 can be classified into 6 groups • Address bus • Data bus • Control and status signals • Power supply and frequency signals • Externally initiated signals • Serial I/O ports

Description : Explain priority interrupts of 8085.

Last Answer : The 8085 microprocessor has five interrupt inputs. They are TRAP, RST 7.5, RST 6.5, RST 5.5, and INTR. These interrupts have a fixed priority of interrupt service. If two or more interrupts go ... 8085 is shown in the table. Interrupts Priority TRAP RST 7.5 RST 6.5 RST 5.5 INTR

Description : List the four instructions which control the interrupt structure of the 8085 microprocessor.

Last Answer : • DI ( Disable Interrupts ) • EI ( Enable Interrupts ) • RIM ( Read Interrupt Masks ) • SIM ( Set Interrupt Masks )

Description : List out the five categories of the 8085 instructions. Give examples of the instructions for each group.

Last Answer : • Data transfer group – MOV, MVI, LXI. • Arithmetic group – ADD, SUB, INR. • Logical group –ANA, XRA, CMP. • Branch group – JMP, JNZ, CALL. • Stack I/O and Machine control group – PUSH, POP, IN, HLT.

Description : How many operations are there in the instruction set of 8085 microprocessor?

Last Answer : There are 74 operations in the 8085 microprocessor.

Description : What is the function of IO/M signal in the 8085?

Last Answer : It is a status signal. It is used to differentiate between memory locations and I/O operations. When this signal is low (IO/M = 0) it denotes the memory related operations. When this signal is high (IO/M = 1) it denotes an I/O operation.

Description : List the allowed register pairs of 8085.

Last Answer : • B-C register pair • D-E register pair • H-L register pair

Description : List the 16 – bit registers of 8085 microprocessor.

Last Answer : Stack pointer (SP) and Program counter (PC).

Description : What is Microprocessor? Give the power supply & clock frequency of 8085

Last Answer : A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a storage device called memory accepts binary data as input and processes data according ... provides result as output. The power supply of 8085 is +5V and clock frequency in 3MHz.

Description : What type of architecture is used in 8085 microprocessor?

Last Answer : Ans- INTEL 8085 is a 8-bit microprocessor. It's based on Von-Neumann architecture in which the data and instructions are in the same memory space without any distinction between them. Data line: 8-bits--Can ... of data at a time. Address line: 16-bits--Can address upto 2^16(64KB) of address space.

Description : What is function of ALE in 8085 microprocessor?

Last Answer : Ans-AlE stands for the address latch enableit 's working is that it differentiate the address and data bus in microprocessor.when it is high it select address bus .when it is low it select data bus.

Description : How many speed of 8088,8085,8086 microprocessor: a. 2.5 Million instruction per second b. 1.5 Million instruction per second c. 3.5 Million instruction per second d. 1.6 Million instruction per second

Last Answer : a. 2.5 Million instruction per second

Description : Which is 16 Bit microprocessor: a. 8088 b. 8086 c. 8085 d. All of these

Last Answer : d. All of these

Description : Which is the main feature of 8085: a. Internal clock generator b. Internal system controller c. Higher clock frequency d. All of these

Last Answer : d. All of these

Description : Microprocessor 8085 can address location upto a. 32K b. 128K c. 64K d. 1M

Last Answer : c. 64K

Description : .In an 8085 based system, the maximum number of input output devices can be connectedusing I/0 mapped I/O method isa) 64 b) 512 c) 256 d) 65536

Last Answer : b) 512

Description : 8253, 8257 c) 8257,8251 d)8251,825721.Consider the following set of 8085 instruction.MVI A,82HORA AJP DSPLYXRA ADSPLY:OUT PORT1HLT.The output at PORT1 isa) 00H b) FFH c) 92H d) 11H

Last Answer : a) 00H

Description : The number of software interrupts in 8085 is ____ a) 5 b) 8

Last Answer : b) 8