0% found this document useful (0 votes)
9 views3 pages

CS2 - Question Bank

The document is a comprehensive question bank for a Computer Science II course, covering topics such as microprocessors, instruction sets, microcontrollers, and networking technology. It includes questions on the 8085 microprocessor, its architecture, instruction sets, and comparisons with X-86 family processors, as well as networking concepts and technologies. Each chapter contains various questions aimed at assessing understanding of key concepts and practical applications in computer science.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views3 pages

CS2 - Question Bank

The document is a comprehensive question bank for a Computer Science II course, covering topics such as microprocessors, instruction sets, microcontrollers, and networking technology. It includes questions on the 8085 microprocessor, its architecture, instruction sets, and comparisons with X-86 family processors, as well as networking concepts and technologies. Each chapter contains various questions aimed at assessing understanding of key concepts and practical applications in computer science.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

COMPUTER SCIENCE – II

QUESTION BANK

Ch 1 - Introduction to Microprocessor and Organization of 8085


Microprocessor
1. What is Microprocessor? List its functions.
2. Write a short note on evolution of microprocessor giving one example from each
generation.
3. What is bus? Explain bus structure of 8085 microprocessor.
4. Draw a neat block diagram of microcomputer? Explain each block function in brief.
5. Draw the diagram of CPU registers of Intel 8085 with function of each register.
OR
Draw programming model of Intel 8085 with function of each register.
6. What are flags? Enlist the different flags provided by 8085 microprocessor. Explain when
they are set or reset.
7. The flag register of 8085 microprocessor contains the data 95H. Interpret its meaning.
8. The flag register of 8085 microprocessor contains the data BCH. Interpret its meaning.
9. If the content of accumulator is CBH and the content of register B is E9H. What will be the
status of all flags of 8085 microprocessor after execution of an instruction ADD B.
10. If the content of accumulator is 37H and the content of register C is 40H. What will be the
status of all flags of 8085 microprocessor after execution of an instruction SUB C.
11. Write the functions of Accumulator.
12. Write a short note on
(a) Program Counter (b) Stack Pointer
13. What is an Interrupt ? Explain all 8085 hardware and software interrupts with their
priorities and vector addresses.
14. Differentiate between hardware and software interrupts of 8085 microprocessor.
15. Differentiate between maskable and non- maskable interrupts.
16. Explain organization of ALU with the help of simple block diagram.
17. Draw a functional pin diagram of microprocessor. Explain the purpose of each pin of 8085
microprocessor(Any 3 or 4 pins will ask in exam)
18. Explain multiplexed address/data bus in 8085 microprocessor and how address and data
is demultiplexed.
19. What are I/O mapped I/O and memory mapped I/O schemes? Which one 8085 uses.
20. Define the following terms with suitable diagram:
(a) Instruction Cycle (b) Machine Cycle (c) T-State

21. Explain the following terms:


(a) Instruction Register (b) Instruction Decoder (c) Serial I/O control
22. Draw a labeled block diagram of microprocessor 8085.
23. Give the features of microprocessor 8085.
Chapter-2 Instruction Set and Programming of 8085 Microprocessor

1. What do you mean by addressing modes of a microprocessor ?


2. Explain all addressing modes of 8085 microprocessor with suitable example.
3. How instructions of 8085 are grouped according to its length.
4. What are the functional groups in which instructions of 8085 are classified.

5. What are branching instructions. Enlist all instruction of this group and explain jumping
instructions with suitable example .
6. How a subroutine can be called conditionally and unconditionally?
7. Explain PUSH and POP instructions of 8085 microprocessor.
8. Write four independent instructions to clear the content of accumulator.

9. Accumulator contains data A4H. What will be the content of accumulator after execution
of following instructions independently.
(i) XRI 08H (ii) CMA (iii) SUB A
10. Accumulator contains data E3H. What will be the content of accumulator after stepwise
execution of following instructions .
(i) ANI 58H (ii) RRC iii) CMA
11. If Accumulator contains data BCH, register C contains ADH. What will be the content of
accumulator after execution of following instructions independently.
(i) ADD C (ii) ORA C (iii) XRA C
12. Identify the addressing modes and length of the following instructions and justify your
answer.
(1) LDA C050H (ii) LDAX B (iii) MVI B 05H (iv)ADC D
13. Prepare instruction set of 8085 (any three or four instructions will ask in board exam)

CHAPTER 3- INREL X-86 FAMILY


1. Draw and explain the programming model of 16 -bit X-86
microprocessor.
2. Draw and explain the programming model of 32 -bit X-86
microprocessor.
3. Draw labelled diagram of 16-bit X-86 microprocessor flag register .
4. Draw labelled diagram of 32-bit X-86 microprocessor flag register
5. Give the difference between 80286 , 80486 and 80586 processor.
6. Explain the following terms related to Pentium processor.
i) Dual pipeline ii) Branch prediction
iii) On-chip cache iv) 64-bit data bus
7. Write main features of Pentium processor.
CHAPTER 4- INREODUCTION TO MICROCONTROLLERS
1. What is Microcontroller? State any four advantages of the same over
microprocessor based system.
2. Give the applications of Microcontroller.
3. Give any eight features of 8051 microcontroller.
4. Compare between 8051 and 8052 microcontrollers.
5. Write the RAM and ROM size of 8048, 8049 and 8050 microcontroller.
6. List all microcontrollers of 8051 family and state one feature of each.
7. Explain memory mapping for 8051 microcontroller with the help of
neat diagram.

CHAPTER 5- NETWORKING TECHNOLOGY


1. What is Networking? List out the advantages of Networking.
2. Distinguish between LAN and WAN.
3. What is transmission media? List and explain six characteristics of
transmission media.
4. What are the advantages of wireless transmission media?
5. Write a short note on co-axial cable.
6. Write a short note on twisted pair cable.
7. Write a short note on fibre optic cable.
8. Write the difference between UTP and STP.
9. Write the difference between UTP & fibre optic cable.
10. Write the difference between twisted pair and co-axial cable.
11. Explain the following wireless media in detail:
(a)Radio Waves (b)Microwaves (c)Infrared Waves (d)Laser Waves
12. What do you mean by Network Topology? Write the difference between
physical and logical topologies.
13. Write a short note on Bus, Ring and Star Topology.
14. What is Access Method? State and explain three types of access method in
networking.
15. What do you mean by Protocol? Explain the concept of TCP/IP Protocol.
16. Write a short note on:

(a) Modem. (b)Hub.


(c) Repeater. (d)Routers

17. What is Network Architecture? Explain Ethernet and Token Ring in detail.

You might also like