LR24C64_V2.1.pdf

आकार: px
पृष्ठ पर प्रदर्शन शुरू करें:

Download "LR24C64_V2.1.pdf"

प्रतिलिपि

1 Two-Wire Serial EEPROM LR24C64 Features Wide Voltage Operation - VCC = 1.7V to 5.5V Operating Ambient Temperature: -40 to +85 Internally Organized: - 64K bits(8k bytes)of EEPROM Two-wire Serial Interface Schmitt Trigger, Filtered Inputs for Noise Suppression Enhanced ESD/Latch-up protection -HBM 8000V General Description Bidirectional Data Transfer Protocol 1 MHz (2.5V), 400 khz (1.7V), 100 khz (1.7V) Compatibility Write Protect Pin for Hardware Data Protection 32-bytes Page Write Modes Additional Write lockable page Partial Page Writes Allowed Self-timed Write Cycle (5 ms max) High-reliability - Endurance: 1 Million Write Cycles - Data Retention: 100 Years 8-lead SOP/TSSOP /DFN Packages The 24C64 provides bits of serial electrically erasable and programmable read-only memory (EEPROM) organized as 8196 words of 8 bits each.the device is optimized for use in many industrial and commercial applications where low-power and low-voltage operation are essential. The LR24C64 offer an additional page,named the identification Page(32bytes).The identification page can be used to store sensitive application parameters which canbe(later)permanently locked in Read-only mode. Pin Configuration Pin Name A0-A2 SDA SCL WP GND VCC Founctions Address Inputs Serial Data Serial Clock Input Write Protect Ground Power Supply 1/15

2 Block Diagram 2/15

3 Pin Descriptions DEVICE/PAGE ADDRESSES (A2, A1 and A0): The A2, A1 and A0 pins are device address inputs that are hard wired for the LR24C64. Eight 64K devices may be addressed on a single bus system (device addressing is discussed in detail under the Device Addressing section). SERIAL DATA (SDA): The SDA pin is bi-directional for serial data transfer. This pin is open-drain driven and may be wire-read with any number of other open-drain or open- collector devices. SERIAL CLOCK (SCL): The SCL input is used to positive edge clock data into each EEPROM device and negative edge clock data out of each device. WRITE PROTECT (WP): The LR24C64 has a Write Protect pin that provides hardware data protection. The Write Protect pin allows normal read/write operations when connected to ground (GND). When the Write Protect pin is connected to VCC, the write protection feature is enabled and operates as shown in the following Table 2. Table 2:Write Protect WP Pin Status At Vcc At GND Part of the Array Protected LR24C64 Full(64K)Array Normal Read/Write Operations Memory Organiation LRC6 6K SERIAL EEPROM: Internally organized with 256 pages of 32 bytes each, the 64K requires an 13-bit data word address for random word addressing. 3/15

4 Device Operation CLOCK and DATA TRANSITIONS: The SDA pin is normally pulled high with an external device. Data on the SDA pin may change only during SCL low time periods (see to Figure 1 on page 4). Data changes during SCL high periods will indicate a start or stop condition as defined below. START CONDITION: A high-to-low transition of SDA with SCL high is a start condition which must precede any other command (see to Figure 2 on page 4). STOP CONDITION: A low-to-high transition of SDA with SCL hig h is a stop condition. After a read sequence, the stop command will place the EEPROM in a standby power mode (see Figure 2 on page 4). ACKNOWLEDGE: All addresses and data words are serially transmitted to and from the EEPROM in 8-bit words. The EEPROM sen ds a "0" to acknowledge that it has received each word. This happens during the ninth clock cycle. STANDBY MODE: The LR24C64 features a low-power standby mode which is enabled:(a) upon powerup and (b) after the receipt of the STOP bit and the completion of any internal operations MEMORY RESET: After an interruption in protocol, power loss or system reset, any two-wire part can be reset by following these steps: 1. Clock up to 9 cycles. 2. Look for SDA high in each cycle while SCL is high. 3. Create a start cond ition. Figure 1: Data Validity Figure 2: Start and Stop Definition 4/15

5 Figure 3: Output Acknowledge Device Addressing The 64K devices all require an 8-bit device address word following a start condition to enable the chip for a read or write operation (see to Figure 4 on page 7). The device address word consists of a mandatory "1", "0" sequence for the first four most significant bits as shown. This is common to all the Serial EEPROM devices. The next 3 bits are the A2, A1 and A0 device address bits for the 64K EEPROM. These 3 bits must compare to their corresponding hardwired input pins. The eighth bit of the device address is the read/write operation select bit. A read operation is initiated if this bit is high and a write operation is initiated if this bit is low. Upon a compare of the device add ress, the EEPROM will output a "0 ". If a compare is not made, the chip will return to a standby state. DATA SECURITY:The LR24C64 has a hardware data protection scheme that allows the user to write protect the entire memory when the WP pin is at VCC. 5/15

6 Write Operations BYTE WRITE: A write operation requires an 8-bit data word address following the device address word and acknowledgment. Upon receipt of this address, the EEPROM will again respond with a "0" and then clock in the first 8-bit data word. Following receipt of the 8-bit data word, the EEPROM will output a "0" and the addressing device, such as a microcontroller, must terminate the write sequence with a stop condition. At this time the EEPROM enters an internally timed write cycle, twr, to the nonvolatile memory. All inputs are disabled during this write cycle and the EEPROM will not respond until the write is comp lete (see Figure 5 on page 7). PAGE WRITE A page write is initiated the same as a byte write, but the microcontroller does not send a stop condition after the first data word is clocked in. Instead, after the EEPROM acknowledges receipt of the first data word, the microcontroller can transmit up to 31 (64K) more data words. The EEPROM will respond with a "0" after each data word received. The microcontroller must terminate the page write sequence with a stop condition (see Figure 6 on page 7). The data word address lower five (64K) bits are internally incremented following the receipt of each data word.the higher data word address bits are not incremented, retaining the memory page row location. When the word address, internally generated, reaches the page boundary, the following byte is placed at the beginning of the same page. If more than 32 (64K) data words are transmitted to the EEPROM, the data word address will "roll over" and previous data will be overwritten. ACKNOWLEDGE POLLING: Once the internally timed write cycle has started and the EEPROM inputs are disabled, acknowled ge polling can be initiated. This involves sending a start condition followed by the device address word. The read/write bit is representative of the operation desired. Only if the internal write cycle has completed will the EEPROM respond with a "0", allowing the read or write sequence to continue. 6/15

7 Read Operations Read operations are initiated the same way as write operations with the exception that the read/write select bit in the device address word is set to "1". There are three read operations: current address read, random address read and sequential read. CURRENT ADDRESS READ: The internal data word address counter maintains the last accessed address, and incremented by one.this address stays valid between operations as long as the chip power is maintained. The address "roll over" during read is from the last byte of the last memory page to the first byte of the first page.the address "roll over" during write is from the last byte of the current page to the first byte of the same page. Once the device address with the read/write select bit set to "1" is clocked in and acknowledged by the EEPROM, the current address data word is serially clocked out. The microcontroller does not respond with an input "0" but does generate a following stop condition (see Figure 7 on page 8). SEQUENTIAL READ: Sequential reads are initiated by either a current address read or a random address read. After the microcontroller receives a data word, it responds with an acknowledge. As long as the EEPROM receives an acknowled ge, it will continue to increment the data word address and serially clock out sequential data words. When the memory address limit is reached, the data word address will "roll over" and the sequential read will continue.the sequential read operation is terminated when the microcontroller does not respond with a "0" but does generate a following stop condition (see Figure 9 on page 8). Figure 4: Device Address Figure 5: Byte Write 7/15

8 Figure 6: Page Write Figure 7: Current Address Read Figure 8: Random Read 8/15

9 Figure 9: Sequential Read Electrical Characteristics Absolute Maximum Stress Ratings DC Supply Voltage..-0.3V to +6.5V Input / Output Voltage...GND-0.3V to VCC+0.3V Operating Ambient Temperature to +85 StorageTemperature to +150 Comments Stresses above those listed under "Absolute Maximum Ratings" may cause permanent damage to this device. These are stress ratings only. Functional operation of this device at these or any other conditions above those indicated in the operational sections of this specification is not implied or intended. Exposure to the absolute maximum rating conditions for extended periods may affect device reliability. DC Electrical Characteristics Applicable over recommended operating range from: TA =-40 to +85,VCC = +1.7V to +5.5V (unlessotherwise noted) Parameter Symbol Min. Typ. Max. Unit Condition Supply Voltage Vcc V Supply Current VCC = 5.0V ICC ma READ at 400KHz Supply Current VCC = 5.0V ICC ma WRITE at 400KHz Standby Current ISB μa VIN=VCC or GND Input Leakage Current ILI μa VIN=VCC or GND Output Leakage Current ILO μa VOUT=VCC or GND Input Low Level VIL1-0.3 Vcc*0.3 V Vcc=1.7V to 5.5V Input High Level VIH1 Vcc*0.7 Vcc+0.3 V Vcc=1.7V to 5.5V Input Low Level VIL2-0.3 Vcc*0.2 V Vcc=1.7V Input High Level VIH2 Vcc*0.7 Vcc+0.3 V Vcc=1.7V Output Low Level VCC =5.0V VOL3 0.4 V IOL=3.0mA Output Low Level VCC =3.0V VOL2 0.4 V IOL=3.0mA Output Low Level VCC =1.7V VOL1 0.2 V IOL=0.15mA 9/15

10 Pin Capacitance Applicable over recommended operating range from TA = 25, f = 1.0 MHz, VCC = +1.7V Parameter Symbol Min. Typ. Max. Unit Condition Input/Output Capacitance (SDA) CI/O pf VI/O = 0V Input Capacitance (A0, A1, A2, SCL) CIN pf VIN = 0V AC Electrical Characteristics Parameter Symbol 1.7v < Vcc < 2.5v 2.5v < Vcc < 5.5v Min. Typ. Max. Min. Typ. Max. Units Clock Frequency, SCL fscl KHz Clock Pulse Width Low tlow s Clock Pulse Width High thigh s Noise Suppression Time ti ns Clock Low to Data Out Valid taa s Time the bus must be free before a new transmission can start tbuf s Start Hold Time thd.sta s Start Setup Time tsu.sta s Data In Hold Time thd.dat s Data In Setup Time tsu.dat ns Inputs Rise Time(1) tr us Inputs Fall Time(1) tf us Stop Setup Time tsu.sto s Data Out Hold Time tdh ns Write Cycle Time twr ms 5.0V, 25, Byte Mode Endurance 1M Write Cycles 10/15

11 Bus Timing Figure 10: SCL: Serial Clock, SDA: Serial Data I/O Write Cycle Timing Figure11:SCL:SerialClock,SDA:SerialDataI/O Note: 11/15

12 Package Information Package 8-Pin SOP 150-mil θ C L L1 D A2 A S e b A1 Dimensions 12/15

13 Package 8-Pin TSSOP 173-mil θ C L L1 D A2 A S e b A1 Dimensions 13/15

14 Package 8-Pin DFN D D2 L PIN 1 DOT BY MARKING E E2 TOP VIEW e b BOTTOM VIEW PIN #1 IDENTIFICATION CHAMFER A A1 SIDE VIEW A3 14/15

15 15/15

_2018 puzzle pdf hindi.xps

_2018 puzzle pdf hindi.xps SUCCESSKEY98 FOR PDF : www.successkey98.in FOR MOCK TEST : www.successkey98.org TELEGRAM LINK https://bit.ly/2pbwlc9 HIGH LEVEL PUZZLE FOR IBPS PO AND IBPS CLERK PRELIMS 2018 EXPECTED PUZZLE PDF IN HINDI

अधिक जानकारी

Using a Walker - Hindi

Using a Walker - Hindi व कर क इस त म ल करन Using a Walker Walking with a walker 1. Lift the walker and place it at a comfortable distance in front of you with all four of its legs on the floor. This distance is often equal to

अधिक जानकारी

To No.M-11014/2(45)/ /MSS(IM) Government of India Ministry of Textiles Office of Development Commissioner (Handicrafts) Block No.7, R.K.Puram Ne

To No.M-11014/2(45)/ /MSS(IM) Government of India Ministry of Textiles Office of Development Commissioner (Handicrafts) Block No.7, R.K.Puram Ne To No.M-11014/2(45)/2016-17/MSS(IM) Government of India Ministry of Textiles Office of Development Commissioner (Handicrafts) Block No.7, R.K.Puram New Delhi-110066 Dated: - 30. 10. 2017 The Regional Director

अधिक जानकारी

11_0549_02_2017_ indd

11_0549_02_2017_ indd Cambridge International Examinations Cambridge International General Certificate of Secondary Education *6695939798* HINDI AS A SECOND LANGUAGE 0549/02 Paper 2 Listening October/November 2017 Approx. 35

अधिक जानकारी

PowerPoint Presentation

PowerPoint Presentation The Vice-President Of India (Articles 63-73) Part V of the Constitution of India under Chapter I (Executive) discusses about the office of the Vice-President of India. The Vice-President of India is the

अधिक जानकारी

PowerPoint Presentation

PowerPoint Presentation Pie chart given below shows total number of workers in three different companies. Table given below shows ratio between officers and workers working in these companies. Study the data carefully and answer

अधिक जानकारी

Microsoft Word - Recruitment

Microsoft Word - Recruitment Bihar School Examination Board बह र व लय पर स म त User Manual For Recruitment (Contract Basis) मह वप ण त थय म स य ववरण त थ 1 ऑनल इन आव दन और श क जम करन क त थ 03.01.2017 12.01.2017 Email ID: recruitment.bseb@gmail.com

अधिक जानकारी

03_0549_01_2017_ indd

03_0549_01_2017_ indd Cambridge International Examinations Cambridge International General Certificate of Secondary Education *0084715162* HINDI AS A SECOND LANGUAGE 0549/01 Paper 1 Reading and Writing February/March 2017 2

अधिक जानकारी

उ तर द श श सन क म क अन भ ग-1 स य -1/2016/13/2/1997-क लखनऊ :: दन क 17 फरवर, 2016 अ धस चन क ण स वध न क अन छ द, 309 क पर त क र द त श क य ग करक, र

उ तर द श श सन क म क अन भ ग-1 स य -1/2016/13/2/1997-क लखनऊ :: दन क 17 फरवर, 2016 अ धस चन क ण स वध न क अन छ द, 309 क पर त क र द त श क य ग करक, र उ तर द श श सन क म क अन भ ग-1 स य -1/2016/13/2/1997-क -1-2016 लखनऊ :: दन क 17 फरवर, 2016 अ धस चन क ण स वध न क अन छ द, 309 क पर त क र द त श क य ग करक, र यप ल, ''उ तर द श सरक र स वक प रव नयम वल, 2013'' म

अधिक जानकारी

MSc. Physics (Final) Assignment वध म न मह व र ख ल व व लय, क ट र वतभ ट र ड, क ट (र ज थ न) फ न: , फ स: Visit

MSc. Physics (Final) Assignment वध म न मह व र ख ल व व लय, क ट र वतभ ट र ड, क ट (र ज थ न) फ न: , फ स: Visit वध म न मह व र ख ल व व लय, क ट र वतभ ट र ड, क ट 324021 (र ज थ न) फ न: - 0744-2470615, फ स: - 0744-2472525 Visit us at: www.vmou.ac.in आ त रक म य कन Internal Assignment य छ, एम.एस.स. उ तर (भ तक ) M.Sc. Final

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 5005] ubz fnyyh]

अधिक जानकारी

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11 Data Structures-I Linear Lists स ब एसई प ठ यक रम पर आध ररत कक ष -12 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) Data Structure एक data structure व व न न data types

अधिक जानकारी

Restitution Program: Information for Offenders Brochure - Chinese

Restitution Program: Information for Offenders Brochure - Chinese क षत प र प र ग र म: अपरर धक र त ओ क ल ए जर नकर र RESTITUTION PROGRAM: Information for Offenders [Hindi] यद आप पर क स क षत प र ऑर डर (Restitution Order) क प स क द नदर र ह, र सहर र र उपलब ध ह क षत प र क

अधिक जानकारी

PowerPoint Presentation

PowerPoint Presentation Part 5( Article 52-151) Parliament Parliament consists of the President of India, Lok Sabha and Rajya Sabha. Normally, three Sessions of Parliament are held in a year: (i) Budget Session (February-May)

अधिक जानकारी

Restitution Program: Information for Victims Brochure - Hindi

Restitution Program: Information for Victims Brochure - Hindi क षत प र प र ग र म: प ड र क ल ए जर नकर र RESTITUTION PROGRAM: Information for Victims [Hindi] यद आप भ ग र न न क यर गयर क षत प र ऑर डर (Restitution Order) ल न कर प यर स कर रह ह, र सहर य र उपलब ध ह र स ट

अधिक जानकारी

Process of filling Application Form 1. First of all download and read carefully the Application Brochure from website. lcls igys osclkbv ij fn;s Appli

Process of filling Application Form 1. First of all download and read carefully the Application Brochure from website. lcls igys osclkbv ij fn;s Appli Process of filling Application Form 1. First of all download and read carefully the Application Brochure from website. lcls igys osclkbv ij fn;s Application Brochure ij fdyd dj vkosnu funszf kdk dks MkmuyksM

अधिक जानकारी

ASSEMBLY MANUAL अन द श ग इड

ASSEMBLY MANUAL अन द श ग इड ASSEMBLY MANUAL अन द श ग इड Scan QR code for assembly instructions and operation videos अन द श व डय द खन क लए QR क ड क न कर 1800-2-66-55-66 SKUtro Toll Free Helpline ट ल हक स व Congratulations! You are

अधिक जानकारी

Successkey98 Directions (1-3): Study the following information carefully and answer the given questions. Amongst five friends, A, B, C, D, E, each got

Successkey98 Directions (1-3): Study the following information carefully and answer the given questions. Amongst five friends, A, B, C, D, E, each got Successkey98 Directions (1-3): Study the following information carefully and answer the given questions. Amongst five friends, A, B, C, D, E, each got different marks in the examination. A scored more

अधिक जानकारी

PowerPoint Presentation

PowerPoint Presentation Total 450 voucher were distributed by a salon for complimentary haircut and pedicure. number of vouchers redeemed by male were 134 more than that of female. The ratio of voucher for pedicure by males to

अधिक जानकारी

MergedFile

MergedFile A GOVERNMENT RECOGNISED MINORITY INSTITUTION Dated: 19-07-2019 ADMISSION NOTICE The selected candidates of U.G. Part I (B.A. I, B.Sc. (Bio.) I, B.Sc. (Maths) I & B.Com. I) in First list are informed that

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 1314] ubz fnyyh]

अधिक जानकारी

ओब ह 1 1 ओब ह 5 ओब ह एद म द ण डत ह ग 1 यह ओब ह क दश न ह म र स व म यह व एद म क ब र म यह कहत ह : हमन यह व परम र स एक सन द श प र कय ह र ष ट र क एक द त भ

ओब ह 1 1 ओब ह 5 ओब ह एद म द ण डत ह ग 1 यह ओब ह क दश न ह म र स व म यह व एद म क ब र म यह कहत ह : हमन यह व परम र स एक सन द श प र कय ह र ष ट र क एक द त भ ओब ह 1 1 ओब ह 5 ओब ह एद म द ण डत ह ग 1 यह ओब ह क दश न ह म र स व म यह व एद म क ब र म यह कहत ह : हमन यह व परम र स एक सन द श प र कय ह र ष ट र क एक द त भ ज गय ह उसन कह, हम एद म क व लड़न चल यह व एद म स कहत ह

अधिक जानकारी

ICSE - X HINDI Board Paper I.C.S.E कक ष : X (2017) ह न द समय: 3 घ ट प र क : 80 Answers to this Paper must be written on the paper provided separately.

ICSE - X HINDI Board Paper I.C.S.E कक ष : X (2017) ह न द समय: 3 घ ट प र क : 80 Answers to this Paper must be written on the paper provided separately. I.C.S.E कक ष : X (2017) ह न द समय: 3 घ ट प र क : 80 Answers to this Paper must be written on the paper provided separately. You will not be allowed to write during the first 15 minutes. This time is to

अधिक जानकारी

Microsoft Word - 340gi

Microsoft Word - 340gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 33] ubz fnyyh] cq/okj]

अधिक जानकारी

Product Compliance Specialists Ltd Tel: The Malthouse, Malthouse Square, Fax: Princes Risborough

Product Compliance Specialists Ltd Tel: The Malthouse, Malthouse Square, Fax: Princes Risborough Product Compliance Specialists Ltd Tel: +44 1844 273 277 The Malthouse, Malthouse Square, Fax: +44 1844 273 278 Princes Risborough www.productcompliancespecialists.com Bucks, HP27 9AZ info@productcompliancespecialists.com

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi-[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 428] ubz fnyyh]

अधिक जानकारी

त १:१ 1 त १:९ Ruth त एल म ल क क प रव र क म आब क ज न १ जन दन म न य य ल ग न य य करत थ * उन दन म द श म अक ल पड़, तब यह द क ब तलहम क एक प ष अपन स त र और द

त १:१ 1 त १:९ Ruth त एल म ल क क प रव र क म आब क ज न १ जन दन म न य य ल ग न य य करत थ * उन दन म द श म अक ल पड़, तब यह द क ब तलहम क एक प ष अपन स त र और द त १:१ 1 त १:९ Ruth त एल म ल क क प रव र क म आब क ज न १ जन दन म न य य ल ग न य य करत थ * उन दन म द श म अक ल पड़, तब यह द क ब तलहम क एक प ष अपन स त र और द न प त र क स ग ल कर म आब क द श म परद श ह कर रहन क लए

अधिक जानकारी

1 थस सल न कय १:१ 1 1 थस सल न कय १:८ 1 Thessalonians 1 थस सल न कय श भक मन ए १ प ल स और सलव न स और त म थय स क ओर स थस सल न कय क कल सय क न म ज पत परम श व

1 थस सल न कय १:१ 1 1 थस सल न कय १:८ 1 Thessalonians 1 थस सल न कय श भक मन ए १ प ल स और सलव न स और त म थय स क ओर स थस सल न कय क कल सय क न म ज पत परम श व 1 थस सल न कय १:१ 1 1 थस सल न कय १:८ 1 Thessalonians 1 थस सल न कय श भक मन ए १ प ल स और सलव न स और त म थय स क ओर स थस सल न कय क कल सय क न म ज पत परम श वर और प रभ य श मस ह म ह अन ग रह और श न त त म ह मलत रह

अधिक जानकारी

Afzal Husain Tally ERP 9 Complete Course TALLY ERP 9 COURSE क हम श र आत कर च क ह और य पहल PART ह ज स स RELATED NOTES म आपक PDF म द रह ह NOTES म द गई ह

Afzal Husain Tally ERP 9 Complete Course TALLY ERP 9 COURSE क हम श र आत कर च क ह और य पहल PART ह ज स स RELATED NOTES म आपक PDF म द रह ह NOTES म द गई ह TALLY ERP 9 COURSE क हम श र आत कर च क ह और य पहल PART ह ज स स RELATED NOTES म आपक PDF म द रह ह NOTES म द गई हर INFORMATION क आपक ध य न स पढन ह य NOTES आपक BASIC COURSE क समझन क जलए और HELP कर ग त श र करत

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 उपख ड (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 293] ubz fnyyh] ब

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 332] ubz fnyyh]

अधिक जानकारी

2 थस सल न कय 1:1 1 2 थस सल न कय 1:10 2 थस सल न कय 1 प ल स, सलव न स और त म थय स क ओर स हम र परम पत परम र और प रभ य श मस ह म स थत थस सल न कय क कल सय क न

2 थस सल न कय 1:1 1 2 थस सल न कय 1:10 2 थस सल न कय 1 प ल स, सलव न स और त म थय स क ओर स हम र परम पत परम र और प रभ य श मस ह म स थत थस सल न कय क कल सय क न 2 थस सल न कय 1:1 1 2 थस सल न कय 1:10 2 थस सल न कय 1 प ल स, सलव न स और त म थय स क ओर स हम र परम पत परम र और प रभ य श मस ह म स थत थस सल न कय क कल सय क न म: 2 त म ह परम पत परम र और य श मस ह क ओर स अन ग रह

अधिक जानकारी

Microsoft Word gi (Repaired)

Microsoft Word gi (Repaired) jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 4248] ubz fnyyh]

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 711] ubz fnyyh]

अधिक जानकारी

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11 Aggregations and Descriptive Statistics in Panda स ब एसई प ठ यक रम पर आध ररत इन फ म ट क स प र टक स ज कक ष -12 अध य य-3 द व र : स ज व भद ररय स न तक त तर ट क षक (स गणक टवज ञ न ) क ० टव० ब र ब क (लखनऊ स भ

अधिक जानकारी

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11 Django Based Web Application Part - II स ब एसई प ठ यक रम पर आध ररत कक ष -12 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) ब ल ग : www.pythontrends.wordpress.com YouTube

अधिक जानकारी

PowerPoint Presentation

PowerPoint Presentation Fundamental Rights (Part-III) ARTICLE 21 : PROTECTION OF LIFE AND PERSONAL LIBERTY No person shall be deprived of his life or personal liberty except according to procedure established by law. Article

अधिक जानकारी

Hkkjr ljdkj] Je vksj jkstxkj ea=ky; dkj[kkuk lykg lsok,oa Je lalfkku egkfuns kky; {ks=h; Je lalfkku Government of India, Ministry of Labour & Employme

Hkkjr ljdkj] Je vksj jkstxkj ea=ky; dkj[kkuk lykg lsok,oa Je lalfkku egkfuns kky; {ks=h; Je lalfkku Government of India, Ministry of Labour & Employme Hkkjr ljdkj] Je vksj jkstxkj ea=ky; dkj[kkuk lykg lsok,oa Je lalfkku egkfuns kky; {ks=h; Je lalfkku Government of India, Ministry of Labour & Employment Directorate General Factory Advice Service & Labour

अधिक जानकारी

jftlvªh laö REGD. NO. D. L /99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls i

jftlvªh laö REGD. NO. D. L /99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls i jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 281] ubz fnyyh]

अधिक जानकारी

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11

Python एक शुरुआत सीबीएसई पाठ्यक्रम पर आधारित कक्षा -11 Program Efficiency or Idea of Algorithm Efficiency स ब एसई प ठ यक रम पर आध ररत कक ष -12 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) Algorithm एक algorithm ककस व व

अधिक जानकारी

Assistant Loco Pilot सह यक ल क प यलट How can tests help you? They will help you to show where your strengths lie. They have been chosen because the sk

Assistant Loco Pilot सह यक ल क प यलट How can tests help you? They will help you to show where your strengths lie. They have been chosen because the sk ssistant Loco Pilot सह यक ल क प यलट How can tests help you? They will help you to show where your strengths lie. They have been chosen because the skills they involve are used in the job. The tests are

अधिक जानकारी

Microsoft Word - Hindi INSTRUCTIONS FOR SUBMISSION OF APPLICATION FORM OF UET

Microsoft Word - Hindi INSTRUCTIONS FOR SUBMISSION OF APPLICATION FORM OF UET य ईट /प ईट -2019 क आव दन प रपत र भरन क लए नद श ऑनल इन आव दन पत र भरन क प र क रय प णर करन ह त आपक न न ल खत क आव यकत ह ग : 1. एक पहच न द त व ज़ [(i) आध र क डर ; (ii) प सप टर ; (iii) भ रत सरक र क नव र चन आय

अधिक जानकारी

Microsoft Word - 229gi

Microsoft Word - 229gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 33] ubz fnyyh] 'kqøokj]

अधिक जानकारी

3803gi

3803gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 529] ubz fnyyh]

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 2223] ubz fnyyh]

अधिक जानकारी

jftlvªh laö REGD. NO. D. L /99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls i

jftlvªh laö REGD. NO. D. L /99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls i jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY ubz fnyyh] 'kqøokj]

अधिक जानकारी

1_Implementation of recommendation of 7th CPC.pdf

1_Implementation of recommendation of 7th CPC.pdf jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 512] ubz fnyyh]

अधिक जानकारी

Microsoft Word gi.doc

Microsoft Word gi.doc jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 697] ubz fnyyh]

अधिक जानकारी

jftlvªh laö REGD. NO. D. L /99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls

jftlvªh laö REGD. NO. D. L /99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 2930] ubz fnyyh]

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 275] ubz fnyyh]

अधिक जानकारी

ब क ऑफ बड़ द - म र द ब द क ष त र क अपन श ख, ई ल ब व ए. ट. एम. ह त भ तल पर त य र भवन क आवश यकत ह भवन म ख य म ग प ग त दशग न य ह भवन क आवश यकत न न न र ह क

ब क ऑफ बड़ द - म र द ब द क ष त र क अपन श ख, ई ल ब व ए. ट. एम. ह त भ तल पर त य र भवन क आवश यकत ह भवन म ख य म ग प ग त दशग न य ह भवन क आवश यकत न न न र ह क ब क ऑफ बड़ द - म र द ब द क ष त र क अपन श ख, ई ल ब व ए. ट. एम. ह त भ तल पर त य र भवन क आवश यकत ह भवन म ख य म ग प ग त दशग न य ह भवन क आवश यकत न न न र ह क र.. स थ न क रप ट क ष त र (व ग फ ट) 1 आ शय न क ठ र

अधिक जानकारी

Microsoft Word - VII-Hindi- QP

Microsoft Word - VII-Hindi- QP ATOMIC ENERGY EDUCATION SOCIETY Anushaktinagar, Mumbai Summative Assessment Examination-2 Academic year- 2014-15 Class- VII Subject Hindi Time 2 hours 30 minutes Maximum Marks 90 Instructions 1. Marks

अधिक जानकारी

Microsoft Word gi

Microsoft Word gi jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 816] ubz fnyyh]

अधिक जानकारी

Microsoft Word GI

Microsoft Word GI jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 323] ubz fnyyh]

अधिक जानकारी