0% found this document useful (0 votes)
25 views4 pages

Processor Architecture - UNIT 1 QUESTION Bank

The document provides a question bank related to PIC microcontroller architecture, including topics such as program memory organization, addressing modes, and features of the PIC18 microcontroller. It also differentiates between RISC and CISC architectures, as well as between microcontrollers and microprocessors. Key features of the PIC18 microcontroller are highlighted, including its 8-bit CPU, memory specifications, and various communication interfaces.

Uploaded by

sagalelakhan01
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
25 views4 pages

Processor Architecture - UNIT 1 QUESTION Bank

The document provides a question bank related to PIC microcontroller architecture, including topics such as program memory organization, addressing modes, and features of the PIC18 microcontroller. It also differentiates between RISC and CISC architectures, as well as between microcontrollers and microprocessors. Key features of the PIC18 microcontroller are highlighted, including its 8-bit CPU, memory specifications, and various communication interfaces.

Uploaded by

sagalelakhan01
Copyright
© © All Rights Reserved
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/ 4

Processor Architecture

Unit 1 PIC Microcontroller Architecture – Question Bank


1. Explain program memory organization of PIC18 micro controller with
suitable diagram. (6m) **
2. With a neat diagram discuss in detail about the architecture of PIC18
micro controller.(6m)**
3. Draw and explain status register of PIC18 microcontroller. (5m)
4. Explain any 3 addressing modes of PIC micro controller with one
example
5. Write short note on Brownout Reset.
6. Write short note on power down modes of PIC 18 micro controller.
7. Differentiate between RISC and CISC.
8. Differentiate between microprocessor and microcontroller.
9. State features of PIC18 microcontroller
10.Explain watchdog timer used in PIC18 microcontroller. (4m)
Differentiate between RISC and CISC.

CISC RISC
1 CISC is the short form for RISC refers to Reduced
Complex Instruction Set Instruction Set Computer.
Computer.
2 The CSIC architecture The RISC architecture
processes complex executes simple yet
instructions that require optimized instructions in a
several clock cycles for single clock cycle. It
execution. On average, it processes instructions at
takes two to five clock cycles an average speed of 1.5
per instruction (CPI). clock cycles per
instruction (CPI).
3 CISC focuses on hardware, RISC focuses more on
such as transistors, to software such as codes or
execute instructions. compilers to execute
instructions.
4 Implementation of complex RISC lacks special
instructions is enabled memory and thus utilizes
through memory units. specialized hardware to
execute instructions.
5 CISC devices are installed RISC devices are
with a microprogramming embedded with a
unit. hardwired programming
unit.
6 CISC uses a variety of RISC is provided with a
instructions to accomplish reduced instruction set,
complex tasks. which is typically primitive
in nature.
7 The CISC architecture uses The RISC architecture
only one register set. utilizes multiple registers
sets.
8 A CISC processor works with A RISC processor utilizes
16 bits to 64 bits to execute 32 bits to execute each
each instruction. instruction.
9 CISC instructions require RISC instructions require
high execution time. less time for execution
Features of the PIC18 microcontroller –
-8-bit CPU
- 2 MB program memory space
- 256 bytes to 1KB of data EEPROM
- Up to 3968 bytes of on-chip SRAM
- 4 KB to 128KB flash program memory
- Sophisticated timer functions that include: input capture, output
compare, PWM, real-time interrupt, and watchdog timer
- Serial communication interfaces: SCI SPI I2C and CAN
- Background debug mode (BDM)
- 10-bit A/D converter
- Memory protection capability
- Instruction pipelining
- Operates at up to 40 MHz crystal oscillator

Microcontroller Microprocessor
1 A microcontroller is a pecialized form The microprocessor is designed to be
of a microprocessor general-purpose.
2 It is cost-effective. It is a silicon chip
3 It is self-sufficient. It is a dependent unit
4 The microcontroller is used to The Microprocessor is used to perform
perform a particular tasks. a certain task.
5 Its power consumption is low. Its power consumption is high.
6 It contains CPU, RAM, ROM, It requires a combination of timers,
Registers, Timer and input/output controllers
ports. memory chips.
7 Its size is smaller. Its size is larger.
8 It is a chip which is called single chip It is a general purpose device which is
computer. called a CPU.
9 Microcontroller have no advantage It have advantages of versatility such
of designing RAM, ROM, I/O port. that designer can decide the amount of
RAM, ROM, I/O port as needed.
10 Its microprocessors processing Its processing power is higher.
power is lower than microprocessor.
11 It uses Harvard Architecture. It uses Von Neumann Architecture.
12 It’s system cost is low. It’s system cost is high.
13 Each instruction needs an internal Each instruction needs an external
operation. operation.
14 For Example- Television. For Example- Personal Computers.

You might also like