To implement Flip In X Animation effect with CSS, you can try to run the following codeExampleLive Demo .animated { background-image: url(/css/images/logo.png); background-repeat: no-repeat; background-position: left top; padding-top:95px; margin-bottom:60px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: ... Read More
In the era of Super Smartphones and jet speed internet, it is difficult to imagine how people used to send messages to each other from one corner of the world to another.The earlier courier services in the world date back to Roman Empire run by Augustus in the 1st century itself. We can imagine those services would take days and months to be handed over on road and water by a special messenger personally handing over the message.Imagine a message reaching after 132 years!!!Recently a message was found inside of a bottle on an Australian beach, which is dating back ... Read More
This property specifies a sound to be played before speaking an element's content to delimit it from other. The possible values are −url − The URL of a sound file to be played.none − Nothing has to be played.ExampleYou can try to run the following code to implement cue-before property in CSS
Qries is a knowledge sharing platform where you can put forth queries and voice your opinions and interact with people from all corners of the world sharing their inputs. On comparing Qries to Quora, one will find that Qries comes across as a much simpler and more clutter-free site, making it possible for users to easily breeze through the site.Qries is also equipped with a Hindi version which can have a larger appeal in rural areas as it helps them participate in discussions in a language they are comfortable in.According to a survey conducted by the KPMG-Google study, local languages ... Read More
In 8085 Instruction set, SIM stands for “SetInterrupt Mask”. It is 1-Byte instruction and it is a multi-purpose instruction. The main uses of SIM instruction are –Masking/unmasking of RST7.5, RST6.5, and RST5.5Reset to 0 RST7.5 flip-flopPerform serial output of dataMnemonics, OperandOpcode(in HEX)BytesSIM301When SIM instruction is executed then the content of theAccumulator decides the action to be taken. So before executing the SIM instruction, it is mandatory to initialize Accumulator with the required value. The meaning and purpose of the various bits of the accumulator when SIM is executed has been depicted below – Note that except bit 5, which is a ... Read More
Actually, we don't have much written historical records of how the writing system has started from right to left or left to right. We believe they were started to avoid smudging from the other side. And mostly they are for the convenience of writing.Here are some languages which are written from left to right.Arabic.Aramaic.Azeri.Dhivehi / Maldivian.Hebrew.Kurdish (Sorani)Persian/Farsi.Urdu.
UNIX copyrighted Operating system which is used by IBM AIX, Sun Solaris and HP-UX etc., Most of the UNIX systems are commercial in nature.Linux is considered as UNIX clone. But the traditional companies won't accept "Unix-like" but want the Unix trademark. Linux Is Just a Kernel and not the complete Operating system.When it comes to administration, Linux is considered as most user-friendly operating systems. Unix and Linux use a different set of tools for back up of data. However, they both share some common tools such as tar, dump/restore, and cpio etc.
In 8085 Instruction set, Read Interrupt Mask. It is a 1-Byte multi-purpose instruction. It is used for the following purposes.To check whether RST7.5, RST6.5, and RST5.5 are masked or not;To check whether interrupts are enabled or not;To check whether RST7.5, RST6.5, or RST5.5 interrupts are pending or not;To perform serial input of data.Mnemonics, OperandOpcode (in HEX)BytesRIM201To get the status information about the interrupt system, Read Interrupt Mask instruction provides status information about interrupt system and this instruction can be used for serial input of data. Through this RIM instruction, 8085 can know which interrupt is masked or unmasked, etc. The ... Read More
In this section we will see how to write and execute programs for 8051 microcontroller using the Keil Software.Download KeilHere is the download link of Keil. You can download it and install it very easily. We are using C51 version for 8051 devices.https://www.keil.com/download/product/Use Keil to write programs for 8051 MicrocontrollerStart the Keil software. Go to the Project > New Project then choose a location to store your program, and give a name and Save.Now in the next window select the device from different manufacturers. We are selecting Microchip, and then by expanding we are selecting AT89C51 device and click ok.Now ... Read More
An electronic circuit is a group of electronic components connected for a specific purpose.A simple electronic circuit can be designed easily because it requires few discrete electronic components and connections. However, designing a complex electronic circuit is difficult, as it requires a number of discrete electronic components and their connections. It is also time taking to build such complex circuits and their reliability is also less. These difficulties can be overcome with Integrated Circuits.To define Integrated Circuit (IC) we can consider that If multiple electronic components are interconnected on a single chip of semiconductor material, then that chip is called ... Read More