Articles on Trending Technologies

Technical articles with clear explanations and examples

Set Invert Effect with CSS

Vrundesha Joshi
Vrundesha Joshi
Updated on 27-Jun-2020 328 Views

Invert effect is used to map the colors of the object to their opposite values in the color spectrum, i.e., to create a negative image.The following parameter is used in this filter:Sr.NoParameter & Description1InvertMaps the colors of the object to their opposite value in the color spectrum.ExampleYou can try to run the following code to implement the invert effect:Live Demo                         Text Example:                CSS Tutorials          

Read More

What are the Computer science engineering government jobs?

siddhartha kotamraju
siddhartha kotamraju
Updated on 27-Jun-2020 217 Views

There are many openings for CSE and IT engineering graduates in the Indian Government sector. Here is the list of Major IT Organizations in Government of India which have openings every year for fresh engineering graduates.Centre for Development of Advanced Computing (CDAC), ONGC(Oil and Natural Gas Corporation)GAIL(Gas Authority India Ltd )National Informatics Centre (NIC)HAL (Hindustan Aeronautics LimitedEducation and Research Network (ERNET India)Software Technology Parks of India (STPI)SAIL(Steel Authority of India)DRDO (Defence Research and Development Organization)MECON limitedBARC - Bhabha Atomic Research Centre ( BARC )MECL - Mineral Exploration Corporation LimitedECIL - Electronics Corporation of India LimitedFCI - Food Corporation of IndiaCDAC ...

Read More

What to do to become an interpreter?

siddhartha kotamraju
siddhartha kotamraju
Updated on 27-Jun-2020 211 Views

An Interpreter or a Professional translator is a very good career. There are some basic requirements to become one.You need to be a graduate to become an Interpreter.Should be fluent in at least 2 languagesYou can attend formal Interpreter training and attain some kind of certification which is optional.Strong communication skills i.e., fluent speaking skills and excellent listening skills are a must to become an Interpreter.

Read More

EI and DI instructions in 8085

George John
George John
Updated on 27-Jun-2020 4K+ Views

In 8085 is having five internal interrupt signals that correspond to the five external interrupt pins. And these interrupts are only recognized only when the internal interrupt signal is activated, the 8085 gets interrupted, provided higher priority internal interrupt signals are not active at the same time. The 8085 checks all these internal interrupt signals in the penultimate clock cycle of the last machine cycle of instruction.With in 8085, there is a flip-flop called IE flip-flop. Here IE stands for Interrupt Enable. 8085 interrupt system is disabled whenever this flip-flop is reset to the 0 states. That is, even if ...

Read More

SIM and RIM instructions in 8085

Arjun Thakur
Arjun Thakur
Updated on 27-Jun-2020 17K+ Views

In 8085 Instruction set, SIM (Set Interrupt Mask) and RIM (Read Interrupt Mask) instructions can perform mask and unmask RST7.5, RST6.5, and RST5.5 interrupt pins and can also read their status. In 8085 Instruction set, SIM stands for “Set Interrupt 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 the Accumulator decides the action to be taken. So before executing the SIM instruction, it is mandatory to initialize ...

Read More

Flip In X Animation Effect with CSS

Arjun Thakur
Arjun Thakur
Updated on 27-Jun-2020 104 Views

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

World's oldest message in a bottle!!

Prasanna Kotamraju
Prasanna Kotamraju
Updated on 27-Jun-2020 155 Views

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

CSS cue-before Property

George John
George John
Updated on 27-Jun-2020 77 Views

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    

Read More

Why Qries is a better platform compared to Quora?

Prasanna Kotamraju
Prasanna Kotamraju
Updated on 27-Jun-2020 197 Views

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

SIM instruction in 8085

Ankith Reddy
Ankith Reddy
Updated on 27-Jun-2020 9K+ Views

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
Showing 48041–48050 of 61,248 articles
Advertisements