Computer

What is System Software?

System Software is the software that is directly related to coordinating computer operations and performs tasks associated with controlling and utilizing computer hardware. These programs assist in running application programs and are designed to control the operation of a computer system. System software directs the computer what to do, when to do and how to…

What is Hybrid Computer?

Hybrid Computers use both analog and digital technology. It has the speed of analog computer and the accuracy of a digital computer. It may accept digital or analog signals but an extensive conversion of data from digital to analog and analog to digital has to be done. Generally the analog components provide efficient processing of…

What is an Analog Computer?

An analog computer works on continuously changeable aspects of physical phenomenon such as fluid pressure, mechanical motion and electrical quantities. These computers measure changes in continuous physical quantities say current and voltage. These computers are used to process data generated by ongoing physical processes. A thermometer is an example of an analog computer since it…

What is a Digital Computer?

Digital Computers are capable of processing information in discrete form. In digital technology data which can be in the form of letters, symbols or numbers is represented in binary form i.e. 0s and 1s. Binary digits are easily expressed in a digital computer by the presence (1) or absence (0) of current or voltage. It…

What are the advantages and disadvantages of triggers in SQL?

A trigger can be considered as a stored procedure that is run automatically by the database whenever some event (usually a table update) happens. Triggers can be classified in two categories depending on the level where it is triggered. They are: Row Level Trigger – An event is triggered whenever a row is inserted, updated…