TOP 39 8085 microprocessor Multiple Choice Questions and Answers pdf fresher and experienced

Read the most frequently asked 39 top 8085 microprocessor multiple choice questions and answers PDF for freshers and experienced. 8085 microprocessor objective questions and answers pdf download free..

8085 microprocessor Multiple Choice Questions and Answers PDF Experienced Freshers
1. What is the difference between , page directive include, action tag include?
One difference is while using the include page directive, in translation time it is creating two servelts.
But, while using the include action tag, in translation time it is creating only one servlet.

2. Have you used threads in Servelet?
Yes, single thread module

4. Difference between Java Beans & Servlets?
java bean is a reusable component,where as the servlet is the java program which extends the server capability.

5. Just by seeing the signature of the bean how can you specify whether it is a Stateful or Stateless Session Bean?
The create method in a stateless session bean cannot have arguments, and can only have a single method called create(). While create in Stateful bean can have arguments and could be any method starting with create string eg. create<method>(arg1, arg2,...). Although it is not compiler checked but in stateless bean the ejbPassivate() and ejbActivate() methods has to be empty as these functions are never called by EJB container. As conceptually in stateful session bean we might need to store the clients information hence arguments in create<method> are necessary. While in stateless bean we don't, hence no arguments are necessary. It's intutive isn't. I my life I haven't seen such a futuristic server programming tool as EJB.

6. What is the purpose of reserved word using in C#?
A keyword that specifies that types in a particular namespace can be referred to without requiring their full qualified type names.
'using' reserved word always come with namespaces. eg. using systems so because of this useful classes supplied by Microsoft which are contained by System namespace are availble for user.

7. What are the minimal cost and minimal risksolution?
In binary representation there are some states that are believed to be never occurred due to some particular functionality of a given circuit. If zero output is assigned to such states then it is called minimal risk solution as we are resetting the formidable states which could be occurred accidentally. Another approach is to assigned a don?t care to them so it results in lesser logic and hence is called minimal cost solution.

8. Which of the following is larger than 3/5? (1) ? (2) 39/50 (3) 7/25 (4) 3/10 (5) 59/100?
39/50 .

9. Name of at least ten software companies
TCS,
IBM,
INFOSYS,
ORACLE,
SONATA,
SATYAM,
HP,
MOTOROLA,
WIPRO,
CISCO

10. How do you make programs portable on unix and Dos under such circumstances?
constructors are invoked themself when the object is created for a class.there may be any number of constructors which differ by the arguments passed.the distructors are called by us to distroy the constructors.but there is only one distructor.

11. How many logical drives is it possible to fit onto a physical disk?
Maximum of 24 logical drives. The extended partition can only have 23 logical drives.
there can be any number of logical drives

12. Why does microprocessor contain ROM chips?
Microprocessor contain ROM chip because it contain instructions to execute data.
it contain the monitor program which not only include execution instructoin but also interfacing program

13. What is Microprocessor?
Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices.
Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices.

14. What is object repository?
Object Repository means not a collection of objects.
It's a common repository for all the people (Testing, Developers) for seeing all the data in single Login.
For example QA wants to see 5 testers works then he goes to each person login and see the data.It's very difficult job. For this We can use Object Repository.

15. What is the logical difference b/w Move A TO B and COMPUTE B = A?
In case of Move A TO B it will move whatever the value of a in to b.
it mean it will move numeric, alphanumeric and alphabatic value.
In case of COMPUTE B = A it will assign the vale of a in to b.
but in case of compute only numeric value will be compute.
mov a,b Ans- means whatever the data present on the 'b' it will transfer into 'a'

16. Why the temporary registers W and Z are named so i mean we start from A,B,C,D,E then H and L coz H stands for higher bit nd L for lower bit of the address pinted by memory pointer....but wats w and z for?
AS W AND Z ALPHABETS ARE NOT WIDELY USED SIMILARLY AS W AND Z IS INTERNALLY USED THEY WOULD HAVE BEEN NAMED SO

17. Can 8259 be interfaced with 8085 via the trap pin?
i think yes...so if 8259 gives interrupt then it will be serviced immediately but since inta pin is left hanging the insr bit will never be set...and so whenever ny interrupt occurs depending upon priority itt will be serviced....also the isr address for all interrupts will be same ie 0024H...
Interrupt via trap is nonmaskable,so it will be serviced immediately.

18. Why address bus is unidirectional and data bus is bidirectional?
Because there is no need address transaction between processor and peripheral device but data bus is needed because data has to be read and write

19. Can an RC circuit be used as clock source for 8085?
Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal.

20. In 8085 which is called as High order / Low order Register?
Flag is called as Low order register & Accumulator is called as High order Register.
StumbleUpon
Digg
Delicious
Twitter
FaceBook
LinkedIn
Google
Yahoo
MySpace
Tell Your Friend

21. What is the RST for the TRAP?
RST 4.5 is called as TRAP.

22. What is clock frequency for 8085?
3 MHz is the maximum clock frequency for 8085.

23. How many interrupts are there in 8085?
There are 12 interrupts in 8085.

24. Name 5 different addressing modes?
Immediate,
Direct,
Register,
Register indirect,
Implied addressing modes.

25. Which interrupt has the highest priority?
TRAP has the highest priority
there are 2 types of interrupts external and internal.NMI has highest priority among all external interrupts,TRAP has highest priority among all internal interrupts.

26. What are Software interrupts?
RST0,
RST1,
RST2,
RST3,
RST4,
RST5,
RST6,
RST7.

27. What are Hardware interrupts?
TRAP,
RST7.5,
RST6.5,
RST5.5,
INTR

28. In what way interrupts are classified in 8085?
n 8085 the interrupts are classified as Hardware and Software interrupts.

29. Give an example of one address microprocessor?
8085 is a one address microprocessor.
In 8085 interupts are classified by software and hardware interupts.

30. What is Tri-state logic?
Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line.

31. What is meant by a bus?
A bus is a group of conducting lines that carriers data, address, & control signals.
A bus is two or many wire communication method.A bus which communicate between two active devices,it may transfer address,data,etc.

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

33. What is Program counter in 8085?
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.

34. Which interrupt is not level-sensitive in 8085?
RST 7.5 is a raising edge-triggering interrupt.
TRAP

35. What does Quality factor mean?
The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses.
the quality factor is measurement of efficiency(or effectiveness) of a device or circuitry.In literal sense quality factor means qualitative performance of a device.

36. What is the strength of the signal transmitted by powerful cell phones?
The powerful cell phones can transmit a signal of 3 watts.

37. In 8085 name the 16 bit registers?
Stack pointer and Program counter all have 16 bits.

38. What are the various flags used in 8085?
Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.

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

0 comments:

Post a Comment