We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Dr. D. Y.
Patil Unitech Society’s
Dr.D.Y.Patil ACS Junior College, Pimpri, Pune-18 First Term XIIth Science Time-3:00 hrs. Computer Science –II Marks-50 ------------------------------------------------------------------------------------ Que. 1 A] Select the correct alternatives and rewrite the following [4] 1. The flag get affected by execution of RRC instruction in 8085 is ________ a. zero b. Parity c. carry d. all 2. There are _______ flags in 8085. a. 8 b. 2 c. 3 d. 5 3. Which of the following instruction does not affect the flag a. PCHL b. ADD c. RAR d.STC 3. The full form of instruction DAA is __________. a. Double Add Accumulator c. Decimal Add Accumulator b. Double Adjust Accumulator d. Decimal Adjust Accumulator
B] Answer any two of the following question. [6]
1. Explain the following term with diagram Instruction Cycle, Machine Cycle, T-State. 2. What are the flags ? Explain different flags provided by 8085 microprocessor. 3. Write a short note on optical Fiber cable? Que. 2 A] Answer any two of the following question. [6] 1. Explain ALU, Stack Pointer, Program Counter? 2. The accumulator contains the data 77 H and register B contains 66H. What will be the content of accumulator in hex after execution of below instructions? a) ANI 07H b) XRI 11H c) ORAB d) RLC e) CMA 3. What are CPU properties? Explain. B] Answer any one of the following question. [4] 1. Explain the characteristics of transmission media? 2. Draw internal block diagram of 8085? Que. 3 A] Answer any two of the following question. [6] 1. Explain Interrupts with interrupt procedure. What are software and hardware interrupt? 2. Explain Access methods of networking? 3. Explain conditional and unconditional branching instructions with example. List any two machine control instruction. B] Answer any one of the following question. [4] 1. Write an assembly language for block exchange. Where data stored in memory from D001H. The length of block is stored in D000H. Another block of same length stored at D101H. 2. Write an assembly language for transfer. . Where data stored in memory location from F001H. The length of block is stored in F000H. New block location starts from F101H. Que. 4 A] Answer any two of the following question. [6] 1. Explain the functions of the following pins of 8085 IO/M , TRAP, SOD-SID 2.Explain the functions of the following pins of 8085 X1- X2, AD0-AD7, A8-A16, RESET OUT 3. Explain the functions of the following pins of 8085 READY, INTR, HLDA, HOLD, RESET IN B] Answer any one of the following question. [4] 1. Explain Addressing modes in 8085? 2. Draw functional pin diagram of 8085 and explain all the pins. Que. 5 Answer any two of the following question. [10] 1. Write an assembly language program to count the occurrence of the data 9CH in memory block starting from 7200 H to 7210 H. Store the count at memory location 7500H. 2. Write an assembly language program that multiplies TWO 1 byte hex numbers stored in consecutive memory locations starting from 7300 H. Store the result in consecutive memory locations starting from 7400H. 3. Write an assembly language program that divides TWO 1 byte hex numbers where Dividend is stored in 7050 H and the divisor is stored in 7051H. Store the quotientand Remainder in next consecutive memory locations respectively.