You are on page 1of 13

m

6 
    
1.m What are the various registers in 8085? - Accumulator register, Temporary register,
Instruction register, Stack Pointer, Program Counter are the various registers in 8085 .
2.m In 8085 name the 16 bit registers? - Stack pointer and Program counter all have 16 bits.
3.m What are the various flags used in 8085? - Sign flag, Zero flag, Auxillary flag, Parity flag,
Carry flag.
4.m 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.
5.m What is Program counter? - 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.
6.m Which Stack is 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.
7.m What happens when HLT instruction is executed in processor? - The Micro Processor
enters into Halt-State and the buses are tri-stated.
8.m What is meant by a bus? - A bus is a group of conducting lines that carriers data,
address, & control signals.
9.m 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.
10.m Give an example of one address microprocessor? - 8085 is a one address microprocessor.
11.m In what way interrupts are classified in 8085? - In 8085 the interrupts are classified as
Hardware and Software interrupts.
12.m What are Hardware interrupts? - TRAP, RST7.5, RST6.5, RST5.5, INTR.
13.m What are Software interrupts? - RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.
14.m Which interrupt has the highest priority? - TRAP has the highest priority.
15.m Name 5 different addressing modes? - Immediate, Direct, Register, Register indirect,
Implied addressing modes.
16.m How many interrupts are there in 8085? - There are 12 interrupts in 8085.
17.m What is clock frequency for 8085? - 3 MHz is the maximum clock frequency for 8085.
18.m What is the RST for the TRAP? - RST 4.5 is called as TRAP.
19.m 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.
m m  m
m   m m  m  m

20.m What are input & output devices? - Keyboards, Floppy disk are the examples of input
devices. Printer, LED / LCD display, CRT Monitor are the examples of output devices.
21.m 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.
22.m Why crystal is a preferred clock source? - Because of high stability, large Q (Quality
Factor) & the frequency that doesn?t drift with aging. Crystal is used as a clock source
most of the times.
23.m Which interrupt is not level-sensitive in 8085? - RST 7.5 is a raising edge-triggering
interrupt.
24.m 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.
25.m What are level-triggering interrupt? - RST 6.5 & RST 5.5 are level-triggering interrupts.
26.m What are the flags in 8086? - In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero
flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.
27.m What are the various interrupts in 8086? - Maskable interrupts, Non-Maskable
interrupts.
28.m What is meant by Maskable interrupts? - An interrupt that can be turned off by the
programmer is known as Maskable interrupt.
29.m What is Non-Maskable interrupts? - An interrupt which can be never be turned off
(ie.disabled) is known as Non-Maskable interrupt.
30.m Which interrupts are generally used for critical events? - Non-Maskable interrupts are
used in critical events. Such as Power failure, Emergency, Shut off etc.,
31.m Give examples for Maskable interrupts? - RST 7.5, RST6.5, RST5.5 are Maskable
interrupts
32.m Give example for Non-Maskable interrupts? - Trap is known as Non-Maskable
interrupts, which is used in emergency condition.
33.m What is the Maximum clock frequency in 8086? - 5 Mhz is the Maximum clock frequency
in 8086.
34.m What are the various segment registers in 8086? - Code, Data, Stack, Extra Segment
registers in 8086.
35.m Which Stack is used in 8086? - FIFO (First In First Out) stack is used in 8086.In this type
of Stack the first stored information is retrieved first.
36.m What is SIM and RIM instructions? - SIM is Set Interrupt Mask. Used to mask the
hardware interrupts. RIM is Read Interrupt Mask. Used to check whether the interrupt
is Masked or not.

m
m m  m
m   m m  m  m

37.m Which is the tool used to connect the user and the computer? - Interpreter is the tool
used to connect the user and the tool.
38.m What is the position of the Stack Pointer after the PUSH instruction? - The address line
is 02 less than the earlier value.
39.m What is the position of the Stack Pointer after the POP instruction? - The address line is
02 greater than the earlier value.
40.m Logic calculations are done in which type of registers? - Accumulator is the register in
which Arithmetic and Logic calculations are done.
41.m What are the different functional units in 8086? - Bus Interface Unit and Execution unit,
are the two different functional units in 8086.
42.m Give examples for Micro controller? - Z80, Intel MSC51 &96, Motorola are the best
examples of Microcontroller.
43.m What is meant by cross-compiler? - A program runs on one machine and executes on
another is called as cross-compiler.
44.m Which Segment is used to store interrupt and subroutine return address registers? -
Stack Segment in segment register is used to store interrupt and subroutine return
address registers.
45.m Which Flags can be set or reset by the programmer and also used to control the
operation of the processor? - Trace Flag, Interrupt Flag, Direction Flag.
46.m What does EU do? - Execution Unit receives program instruction codes and data from
BIU, executes these instructions and store the result in general registers.
47.m Which microprocessor accepts the program written for 8086 without any changes? - 8088
is that processor.
48.m What is the difference between 8086 and 8088? - The BIU in 8088 is 8-bit data bus & 16-
bit in 8086.Instruction queue is 4 byte long in 8088and 6 byte in 8086.
49.m What is a 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.
50.m Give examples for 8 / 16 / 32 bit Microprocessor? - 8-bit Processor - 8085 / Z80 / 6800; 16-
bit Processor - 8086 / 68000 / Z8000; 32-bit Processor - 80386 / 80486.
51.m Why 8085 processor is called an 8 bit processor? - Because 8085 processor has 8 bit ALU
(Arithmetic Logic Review). Similarly 8086 processor has 16 bit ALU.
52.m What is 1st / 2nd / 3rd / 4th generation processor? - The processor made of PMOS /
NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation processor,
and it is made up of 4 / 8 / 16 / 32 bits.
53.m Define HCMOS? - High-density n- type Complimentary Metal Oxide Silicon field effect
transistor.

m
m m  m
m   m m  m  m

54.m What does microprocessor speed depend on? - The processing speed depends on DATA
BUS WIDTH.
55.m Is the address bus unidirectional? - The address bus is unidirectional because the address
information is always given by the Micro Processor to address a memory location of an
input / output devices.
56.m Is the data bus is Bi-directional? - The data bus is Bi-directional because the same bus is
used for transfer of data between Micro Processor and memory or input / output devices
in both the direction.
57.m What is the disadvantage of microprocessor? - It has limitations on the size of data. Most
Microprocessor does not support floating-point operations.
58.m What is the difference between microprocessor and microcontroller? - In Microprocessor
more op-codes, few bit handling instructions. But in Microcontroller: fewer op-codes,
more bit handling Instructions, and also it is defined as a device that includes micro
processor, memory, & input / output signal lines on a single chip.
59.m What is meant by LATCH? - Latch is a D- type flip-flop used as a temporary storage
device controlled by a timing signal, which can store 0 or 1. The primary function of a
Latch is data storage. It is used in output devices such as LED, to hold the data for
display.
60.m Why does microprocessor contain ROM chips? - Microprocessor contain ROM chip
because it contain instructions to execute data.
61.m What is the difference between primary & secondary storage device? - In primary
storage device the storage capacity is limited. It has a volatile memory. In secondary
storage device the storage capacity is larger. It is a nonvolatile memory. Primary devices
are: RAM / ROM. Secondary devices are: Floppy disc / Hard disk.
62.m Difference between static and dynamic RAM? - Static RAM: No refreshing, 6 to 8 MOS
transistors are required to form one memory cell, Information stored as voltage level in a
flip flop. Dynamic RAM: Refreshed periodically, 3 to 4 transistors are required to form
one memory cell, Information is stored as a charge in the gate to substrate capacitance.
63.m What is interrupt? - Interrupt is a signal send by external device to the processor so as to
request the processor to perform a particular work.
64.m What is cache memory? - Cache memory is a small high-speed memory. It is used for
temporary storage of data & information between the main memory and the CPU (center
processing unit). The cache memory is only in RAM.
65.m What is called ?Scratch pad of computer?? - Cache Memory is scratch pad of computer.
66.m Which transistor is used in each cell of EPROM? - Floating gate Avalanche Injection
MOS (FAMOS) transistor is used in each cell of EPROM.

m
m m  m
m   m m  m  m

67.m Differentiate between RAM and ROM? - RAM: Read / Write memory, High Speed,
Volatile Memory. ROM: Read only memory, Low Speed, Non Voliate Memory.
68.m What is a compiler? - Compiler is used to translate the high-level language program into
machine code at a time. It doesn¶t require special instruction to store in a memory, it
stores automatically. The Execution time is less compared to Interpreter.
69.m Which processor structure is pipelined? - All x86 processors have pipelined structure.
70.m What is flag? - Flag is a flip-flop used to store the information about the status of a
processor and the status of the instruction executed most recently
71.m What is stack? - Stack is a portion of RAM used for saving the content of Program
Counter and general purpose registers.
72.m Can ROM be used as stack? - ROM cannot be used as stack because it is not possible to
write to ROM.
73.m What is NV-RAM? - Nonvolatile Read Write Memory, also called Flash memory. It is
also know as shadow RAM.


m
m
m
m
m
m
m
m
m
m

m
m m  m
m   m m  m  m

QUESTION BANK
m
mmm !"#$"#%%#"%m

‰ mm  
m
m
m
&'()*m!%mm !"#$"#%%#"+m
m
&()*m!%m*m,!--".m/.mm !"#$"#%%#"m.,mm0+m
m
&(m -!.m!1/#",m.,m .%"!#.(m
m
&(m !%%%m*m-.!#.m#-mmm#-m232(m
m
&(m!%m-#"m4#"!%m#-m232m .%"!#.%m*m.!$5m,(m
m
&(m)*m"m*m,!--".m,,"%%!.4m #,%m!.m232(m
m
&6()*1m!%m m%m!,!"!#.5+mm
m
&2(m$!-1m-#"m#."#5m!4.5%m##.51m%,m1m232m 0(m
m
&7(m)*m!%m*m-.!#.m#-m*m5#"+m
m
&'3(m)*m"m*m8"!#%m 4!%"%m#-m232+m
m
&''(m !%%%m *!.m15m.,m(m
m
&'(m)*m"m*m8"2!#%m%m
54%m$"#8!,,m!.m232+m
m

!55m!.m*m5.9%m
m
&'(m !"#$"#%%#"m232m!%mmm::::::::::::::::::m!m$"#%%#"(m
m
&'(m*m%m""!%m!%m/.m !"#$#%%#"m.,m::::::::::::::::::m(m
m
&'(m !"#$"#%%#"m*%m::::::::m."m#-m$!.%(m
m
&'(m,,"%%m%m#-m232m!"#$"#%%#"m!%m#-mm::::::::m!%(m
m
&'6(mm m%m#-m232m!"#$"#%%#"m!%m#-mm::::::::m!%(m
m

m
m m  m
m   m m  m  m

&'2(m.m .%"!#.m*%m/#m$"%m$#,m.,m*mm:::::::::::::(m
m
&'7(m*m*#,m#-m%$!-1!.4m.m$".,m!%m55,::::::::::::::(m
m
&3(mm ;$5%m#-m':1m!.%"!#.mm:::::::::::::::::::::::::(m
m
&'(mm ;$5%m#-m:1m!.%"!#.mm:::::::::::::::::::::::::(m
m
&(mm ;$5%m#-m:1m!.%"!#.mm:::::::::::::::::::::::::(m
m
&(mm33m m9%mm::::::::::::::::::m*!.m15%(m
m
&(m m33m m9%mm::::::::::::::::::m*!.m15%(m
m
&(mm <mmm9%mm::::::::::::::::::m*!.m15%(m
m
&(m= m m33m mm9%mm::::::::::::::::::m*!.m15%(m
m
&6(m m37mm9%mm::::::::::::::::::m*!.m15%(m
m
&2(m m3m9%mm::::::::::::::::::m*!.m15%(m
m
&7(m*"m"m:::::::::::::m,,"%%!.4m#,%(m
m
&3(m !%%%m*m-.!#.m#-m    m!.m232(m
m
&'()*m!%m.m .""$+m
m
&(m)*m"m8"!#%m .""$m5!.%m!.m232+mm
m
&(m !--".!m/.m!"#$"#%%#"%m.,m!"##."#55"m!.m#.m5!.(m
m
&(m0 m0)m.%m::::::::::::::m
m
&(m00m0)m.%m:::::::::::::m
m
&(m*m-.!#.m#-m m!%m::::::::::::::::m
m
&6(m ;$5!.mm/*m!%m><#",m .""$?(m
m
&2(m$!-1m*m"1%5m-"@.1m"@!",m-#m.m232m%1%m#m#$"mmmmmmmmm
mmmmmmmmm'('m A(m
&7(m)*m!%m.m%%5"(m
m
&3(mm  m#-m'BCm2m.%m::::::::::::::::::::m
m

6m
m m  m
m   m m  m  m

&'(m*"m"m:::::::::::::::m#$#,%m!.m232(m
m
&(m ;$5%m#-m,!"m,,"%%!.4m#,m!%m:::::::::::::::::(m
m
&(m ;$5%m#-m!.,!"m,,"%%!.4m#,m!%m:::::::::::::::::(m
m
&(m ;$5%m#-m"4!%"m,,"%%!.4m#,m!%m:::::::::::::::::(m
m
&(m ;$5%m#-m!$5!!m,,"%%!.4m#,m!%m:::::::::::::::::(m
m
&6(m ;$5%m#-m#."#5m%!4.5%m#-mm232m::::::::::::::::::::::(m
m
&2(m!8m*m$"!#"!1m#","m#-m!.""$%m!.m232(m
m
&7(m m".%-"m!.%"!#.%m*.4m*m%%m#-m-54%(mm"m#"m-5%(m
m
&3(m0 m m.%m::::::::::::::::::m

&'(*m0m#-mm#$"m#$"!%%m#-m::::::::::::::::::(m

&(m$".,m!%mm"m%,m#m"-"m%m::::::::::::::(m

&(m.m2:!m!"#$"#%%#"m%!4.!-!%m*m!m*%m:::::::::::::::::(m

&(m*m,,"%%m%m/!,*m#-mmBm#-m#"1m!%m::::::::::::::::(m

&(m  m"4!%"m.mm%,m#m,".m*m#..%m#-m::::::::::::::::(m

&(mmm:1m!.%"!#.m"@!"%m:::::::::::::m-*m15%m-#"m!%m;!#.(m

&6(mmm:m1m!.%"!#.m"@!"%m:::::::::::::m-*m15%m-#"m!%m;!#.(m

&2(mmm':1m!.%"!#.m"@!"%m:::::::::::::m-*m15%m-#"m!%m;!#.(m

&7(m*m"m15m%5!.4mm!%m%,m-#"m:::::::::::::::(m

&3(m*m!.%"!#.m <mm5#.4%m#m:::::::::::::::::m,,"%%!.4m#,(m

&'(m*m!.%"!#.m < mmm5#.4%m#m:::::::::::::::::m,,"%%!.4m#,(m

&(m*m!.%"!#.m= m m333 m5#.4%m#m:::::::::::::::::m,,"%%!.4m#,(m

&(m*m!.%"!#.mm =m m5#.4%m#m:::::::::::::::::m,,"%%!.4m#,(m

&(m)*m!%m#"1m/#",m%!Am"@!",m!.m.m232m%1%+mm

2m
m m  m
m   m m  m  m

&(m #8m*m#..%m#-m"4!%"mm#m"4!%"m(m

&(m #8m*m#..%m#-m#"1m5#!#.m333 m#m*m5#"m,!"51(m

&6(mm!%m*m%@.m#-m8.%m*m#"%m/*.m232m 0m",%m-"#m#"1(mmmmmmmmmmmmmmmmmmmmmmm

&2(mm#,m*m m$!"m/!*m*m,,"%%m33 (m

&7(m #8m*m,m37 m#m*mm"4!%"(m

&63(m$!-1m*m/#m232m%!4.5%m*m"m%,m#m5*m,m!.m.m#$m$#"(m

&6'(m#$5.m*m#..%m#-m*m""1m-54(m

&6(m #m*m#..%m#-m*m5#"m1m#.m!m#m*m5-m*"#4*m""1(m

&6(m)*m"m*m#."#5m%!4.5%m.%%"1m!.m*m#"1:$$,m D+mm

&6(m)*m"m8"!#%m%*%m#-m,m".%-"m-"#m0D#"1m#m Dm,8!%+m

&6(m)*m"m,!--".m#$"!.4m#,%m#-m2+m

&66(m .mm!"#$"#%%#"m%,m%1%m*m,,"%%m%!4.5%m"m%.m1m:::::::::::::(m

&62(m .mm!"#$"#%%#"m%,m%1%m*m,,"%%m%m!%m:::::::::::::::(m

&67(m .mm!"#$"#%%#"m%,m%1%*m,m%m!%m::::::::::(m

&23(m*m%!m$"$#%m#-m!!.4m.,m#."#5m.!m!%m::::::::::::::::::(m

&2'()*m"m Dm$#"%m!.m232+mm

&2(m 0m!%mm%95m!.""$(mm"m#"m-5%(m

&2(m"#!.m!%m,-!.,m%m:::::::::::::::::(m

&2(m)*m"m .%"!#.%m  m!.m*m232m .""$m$"#%%+m

&2(m!%m#.,!!#.5m55m.,m ".m!.%"!#.%(m

&2(m ;$5!.m*m%@.m#-mm$"#4"m;!#.m/*.mm%"#!.m!%m55,mEmmm

mmmmmmmm;,(m

&26(m)*m!%m%9m$#!."m.,m;$5!.m*!"m%%+m

7m
m m  m
m   m m  m  m

&22(m)*m!%m0"#4"m#."m.,m!%m%%+m

&73(m*m5#9m-"@.1m"@!",m-#"m232m!%m:::::::::::(m

&7'(m#"m*m#..%m#-m5#"m!.m*m#"1m5#!#.m33 (m

&7(m .".m*m#..%m#-m#"1m5#!#.m33 m1m'(m

&7(m)*m"m*m#"m,!--".%m/.m*m2323m.,m232m!"#$"#%%#"+m

&7(m #.%"m*m%%m#-m!.%"!#.%m  0 (m

&7(m ".m*m#..%m#-mm*m"4!%"mmm1m(m

&7(m ;$5!.m*m-.!#.m#-m m#.8""%(m

&76(m*m!.%"!#.m0 m%!4.!-!%m:::::::::::(m

&72(m ;$5!.m*m-.!#.%m#-m .,%*9m%!4.5%(m

&77(m!%m*m5.%m#-m2mm$"#4"5m$"!$*"5m!."-(m

&'33(m!%m*m#$"!.4m#,%m#-m2m!"(m

mmmm

{  

m
&'(m !%!.4!%*m/.m5#":%,m.,m."5m0"$#%m 4!%"mFm%,m
!"#$"#%%#"%(mm
m
&(m .!#.m*m,!--".%m/.m232m.,m232m !"#$"#%%#"%(mm
m
&(m)"!mm$"#4"m#m,,m/#m."%m#-m2:!m*(m
m
&()*m"m,!--".m1$%m#-m#"1+ ;$5!.(m
m
&(m ;$5!.m*m.,m#m,5!$5;m*m%m 6:,#(m
m
&(m)"!mm$"#4"m#m#.m*m."m#-m'G%m!.mm2:!m."(m
m
&6(m ;$!.m*m-.!#.%m#-m m.,m D m%!4.%m!.m232(m
m
&2(m*#/m*m"4!%"m#..%m%m*m#-m*m-#55#/!.4m!.%"!#.%m!%m!.4m;,m
m
m

'3m
m m  m
m   m m  m  m

< mm

m
= m m=m=m63m m
= m m=m=63m m
<m mm
 =m m
m
&7($!-1m*m#..%m#-m*m5#"m.,m%%m#-m-54%m/*.m-#55#/!.4m
!.%"!#.%m"m;,(m
m
< mm6 m
 mmm
m
&'3( ;$5!.m-#55#/!.4m%!4.5%m#-m232(m
m
'Hm0m
Hm  mm
m
&''(m ;$5!.m*m,!"m,,"%%!.4m#,%m.,m!.,!"m,,"%%!.4m#,%m#-mm
mmmmmmmmm232m/!*m;$5(m
m
&'(m ;$5!.m*m#."#5m.,m%%m%!4.5%m#-m232m
m
&'(#$"m%1.*"#.#%m.,m%1.*"#.#%m#,m#-m,m".%-"(m
m
&'(m)!*m*m*5$m#-m m!.%"!#.m-#"m/"!m*m!.%"!#.m#m%9m mmmmmmmmmm
((m
m
&'(m ;$5!.m*m-.!#.m#-m*m':!m,m".%-"m!.%"!#.m= m.,m#-mmmmmmmmmmmmmmmm
!.%"#.m =m.,m =(m
m
&'(m ;$5!.m%9m.,m%9m$#!."(m
m
&'6(m ;$5!.m*m,!--".m/.m*m%m15m.,m*m*!.m15(m
m
&'2(m ;$!.m*m m.,m m!.%"!#.(m
m
&'7(m ;$5!.m*m-#55#/!.4mm!.%"!#.m
Hm m
Hm m'm!m,,"%%m
Hmm'm!m,,"%%m
m
&3(m ;$5!.m*#/m!.-#"!#.m!%m%#",m.,m""!8,m-"#m%9m%!.4m0 m.,m
00m.,m*m%9m$#!."(m
m
m
m

''m
m m  m
m   m m  m  m

m
&'(m ;$5!.m*m-#55#/!.4m"#!.%m
Hm 5!$5m55!.4m
Hm .%!.4m
Hm ##.m.,!.4m
m
&(m#$$"m%!!5"!!%m/.m0 D00m.,mD m!.%"!#.%(m
m
&(m!%m*m!4*m%$%m#m!.!!m.,m!$5.m*m232m!.""$(m
m
&(m)*m,#m1#m.m1m$#55!.4(m
m
&(m #/m.1m1%m*m-#55#/!.4m!.%"!#.%m#-m232m.,+m
Hm  m
Hm IJm
Hm m
,Hm < mm
m
&(m)*m,#m1#m.m1m#"1m$$!.4+;$5!.(m
m
&6( ;$5!.m*#/m#m#..m5!$5m!.""$%m/!*m*m  mm!.""$m5!.(m
m
&2(m !--".!m/.m%95m.,m.#.m%95m!.""$%(m
m
&7(m ;$5!.m*m-#55#/!.4m!.%"!#.m
Hm  m m
Hm m
Hm 0mm
m
&3(m)*m"m*m-.!#.%m#-m m.,m m$!.%m!.m232(m
m
&'( #/m"m Dm,8!%m,,"%%,m!.m232+m
m
&(m ;$5!.m-"%m#-m*m$"#4"5m!.""$m#."#55"27m/!*m!%m5#9m
,!4"(mm
m
&(m #/m#m%m m.,m m!.%"!#.m-#"m232(m
m
&(m)*m"m*",/"m!.""$%+ !%%%m 0m!.""$(m
m
&6(m)"!mm$"#4"m#mm;*.4m*m#..%m#-m#"1m5#!#.m333m m/!*m*m
#..%mm#"1m5#!#.m33m (m
m
&2(m)"!mm$"#4"m#m#8m*m#..%m#-m#"1m5#!#.m333 m#m
5#"( .".m*%m#..%m.,m$5m*.m!.m5#!#.m33' (m
m

'm
m m  m
m   m m  m  m

&7(m ;$5!.m*m-.!#.m#-m  m%!4.5m#-m232m


m
&3(mm$m2'm!"m#m4."m$5%m-"mm4!8.m!m,51mm
m
&'(m ;$5!.m5#9m,!4"m#-m*m267mB1#",D !%$51m!."-m.,m!%m
#$"!#.%(m
m
&( ;$5!.m*m-.!#.%m#-m*m27m!.""$m#."#55"m.,m!%m#$"!#.%m!.m-551m
.%,m#,(m
m
&(m ;$5!.m*m$"#%%m#-m m.,m*m-.!#.%m#-m5.%m#-m26(m
m
m

'm

You might also like