Skip to main content

Disclaimer


Disclaimer for Gate Short Tricks

If you require any more information or have any questions about our site's disclaimer, please feel free to contact us by email at Vinayy232@gmail.com

Disclaimers for Gate Short Tricks

All the information on this website - https://gateshorttricks.blogspot.com/ - is published in good faith and for general information purpose only. Gate Short Tricks does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (Gate Short Tricks), is strictly at your own risk. Gate Short Tricks will not be liable for any losses and/or damages in connection with the use of our website. Our Disclaimer was generated with the help of the Disclaimer Generator and the Disclaimer Generator.

From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone 'bad'.

Please be also aware that when you leave our website, other sites may have different privacy policies and terms which are beyond our control. Please be sure to check the Privacy Policies of these sites as well as their "Terms of Service" before engaging in any business or uploading any information.

Consent

By using our website, you hereby consent to our disclaimer and agree to its terms.

Update

Should we update, amend or make any changes to this document, those changes will be prominently posted here.

Comments

Popular posts from this blog

Trick to calculate amount of Time Required or Delay generated by 8085 Program

Trick to calculate amount of Time Required or Delay generated by 8085 Program.   Formula : Total T-state = M +{(count in dec) * N) - 3T   M = Total T-state outside the Loop N = Total T-state inside the Loop count in dec = no. of times the loop is called For complete video Tutorial Watch below video I n this video we will learn the trick to calculate T-state of complete program and then using that delay generated by the program is calculated. Trick to calculate number of T-states for 8085 Instruction https://youtu.be/DeK9L8B4IHk #BestExplaination #NeverSeenBeforeTrick #StudentInitiative Join me on Telegram: https://t.me/GateShortTrick

How to understand Complete 8085 Instruction Set in Just 10 minutes

Continuing with Everyday one  short tricks Series to boost your Gate/Ese Preparation. How to understand Complete 8085 Instruction Set in Just 10 minutes Before Starting to understand Instruction Set , It is mandatory to Understand Classification of Instruction  based on the size of Instruction. Classification of Instruction Based on its Size: 1.     One Byte Instruction : This type of Instruction only consist of opcode and no operands. for example : MOV A,B ,  INX A , DCX A 2. Two Byte Instruction : This type of instruction consist of Opcode as well as 1 Byte of operand for example: MVI A, 02 H 3. Three Byte Instruction : This type of instruction consist of Opcode as well as 2 Byte of operand for example: LXI H,1234H Now if you understand this classification proper;y you can move to Instruction Set Instruction Set is classified into 5 categories: 1. Data transfer Instruction Set - To transfer data from one register to another register or from one M...

Trick to implement Boolean Function using MUX

Continuing with Everyday one  short tricks Series to boost your Gate/Ese Preparation. If you find these videos helpful so please do like and subscribe to channel. #GetDoubtsCleared #StudentIntiative In this video we will study the trick to implement Boolean function using Mux and also get to know to know the maximum variables function that can be implemented by any mux. After watching this video You will be able to solve all boolean Function Implementation using MUX sums.