Skip to main content

Poha Chivda | How to prepare Poha Chivda | Ingredient for Poha Chivda

Poha Chivda


👨‍🏫Prep Time: 5 Min 
🥣Cook Time: 10 Min
🍱Total Time: 15 Min
🍽Course: Snacks
🥗Cuisine: Indian




Ingredients

  1. Poha (Flattened Rice) - 100 gm
  2. Peanuts - 50 gm
  3. Cashew Nuts - 25 gm
  4. Raisin - 10 gm
  5. Green Chilies
  6. Coconut slice
  7. Curry Leaves
  8. Turmeric Powder
  9. Split Bengal Gram 
  10. Cumin
  11. Refine Oil
  12. Salt


Preparation

  • Take a pan and fry Poha without oil in low flame till it gets crunchy.
  • Then, take it out from flame.
  • Take a tadka pan and add refine oil.
  • Fry the Peanuts till it gets crispy.
  • Then, Fry the cashew nuts and take it out.
  • Then, fry raisin and take it out.
  • Add the split bengal gram and fry it till crunchy.
  • Add coconut slices in it and do deep fry.
  • After the frying is done, start making tempering.

    Tempering

  • Add refine oil into pan and add turmeric powder, green chilies, salt, cumin, curry leaves in it. 
  • Cook it for 2 to minutes and pour it in poha.
  • Now, add fried peanuts, cashew nuts, coconut slices, split bengal gram and raisin in it. 
  • Mix it very well.
  • Now, the dish looks elegant and eye catching yellowish.


    Now, the Poha Chivda is ready to be served.

Comments

Popular posts from this blog

Arithmetic Group Instruction Set of 8085 Microprocessor | ADD, ADC, ACI, ADI, DAD, SUB, SBB, SUI, DCR, INR, INX, DCX instruction

Arithmetic Group of 8085 Microprocessor ADD r The data in Accumulator and entered register will get added and the result will copy to Accumulator                                      Example -  ADD B                                                     (A) + (B)  ⇢   (A)     ADD M The data in Accumulator and data in the memory location pointed by HL pair will get added and the result will copy to Accumulator.                                  Example -  ADD M          ...

Logical Group Instruction Set of 8085 Microprocessor | ANA, ANI, ORA, ORI, XRA, XRI, CMA, CMC, STC, CMP, RLC, RAL, RRC, RAR instruction examples

Logical Group These Logical group instructions are used in the 8085 Microprocessor program. In this article, you would get the instructions with example. In some sections, referring images are also provided to make your understanding crystal clear. ANA r Here the data of r AND (Logical AND) with the data of Accumulator and the result will store in Accumulator.                                  Example -   ANA B                                                      (B) ⋀ (A) ⟶ (A)                                          ...

Pin Diagram of 8085A Microprocessor and working functions of each pin (Study Notes)

Pin Diagram of 8085A Microprocessor  Diagram: Pin Diagram of 8085 Microprocessor Functional of Each Pin (Briefly): 👉A 8 – A 15 (Output): These are address bus and used for the eight most significant bits of the memory address or eight bits i/o address. 👉 AD 0 – AD 7   (Both Input and Output): Thses are time multiplexed address/data bus that is served dual purpose. They are used for the LSB (Least Significant Bits) 8 bits of memory address and data during other time. 👉ALE (Output): It is abbreviated as Address Latch Enable. It goes high when 8 lower bits of address is latched. 👉IO/M* (Output): It is a status signal which distinguishes whether the address is for i/o or memory. When it goes high, the address bus is for an i/o device. And when it goes low, the address is for memory location because M is an active low signal. 👉S 0 , S 1 (Ouput): These are status signal send by microprocessor to distinguish various types of operation. S 0 S 1 O...