Inkers is a provider of a toner and inkjet printer cartridges (generic or compatible). They provide high quality ink cartridges for your Laser printer, Inkjet printer, multifunction printer and fax machines.They says "One best thing to purchase from...
Oct 27, 2007
Oct 24, 2007
Accounting Tally Shortcuts :
As we all know that in computers, shortcuts make our day-to-day life easier. In Tally too shortcuts are there, although Tally is already easy to operate and fast to work with it however by knowing some shortcuts of Tally it would be possible to operate...
Oct 11, 2007
Logic Gates:
Logic gates are electronic circuits in computer, which perform all operation in computer. Logic gates have one or more input signals and only one output signal. It is basic circuits for all major circuits in computer. Types of Gates: 1. ...
Oct 10, 2007
Hexadecimal Number System:
Hexadecimal number system is also used in computers. Hexadecimal means 16. 16 Hexadecimal numbers are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.Here is a table that shows decimal, binary and its hexadecimal equivalent numbers. Decimal Binary...
How to convert from decimal to binary :
Sometimes we need to convert numbers from decimal to binary. Here is how to do the same. Divide the decimal number by 2 until quotient remains 0 and write the remainder each time you divide. How you will do this as shown below. ...
Oct 9, 2007
Microcontroller Resources Links that I Like:
Best Microcontroller Projectswww.best-microcontroller-projects.com Parallax.comwww.parallax.com PIC Microcontroller Projectswww.rentron.com/pic.htm Free Electronics projectswww.electronicsinfoline.com My PIC projectswww.ke4nyv.com/picprojects.htm...
Introduction to digital electronics:
Decimal Number System: Numbers that we use in our day-to-day life are called decimal numbers or numbers that is formed with (0-9) numbers. Base of decimal number is 10 for example (255)10. Means 255 is a decimal number and base of it is 10. Decimal...
Oct 5, 2007
Blue Ray Disk :
From Floppy To BD :In olden days we used to store data on tap or floppy, they were of very less capacity around 1.2 MB or 1.44 MB, we could not store even a single high-resolution photo in it. That is why it was flopped. Then CD (Compact Disc) came in...
Oct 3, 2007
C++ program to demonstrate argc and argv
Every C and C++ program must have a main function. Many times we use this function without parameter (arguments) like main(). This main function also may have two parameters called argc and argv. argc is an integer type parameter and argv is pointer...
Oct 2, 2007
Exploring <dir.h> header file in C or C++
mkdir function :mkdir function creates a DOS directory by given path. if directory is successfully created then function will return 0 and if any error occures it will return -1.General syntax of the "mkdir" function is a follows :int mkdir(const char...
Oct 1, 2007
Introduction to Microcontroller PIC 16F877/16F877A
PIC 16f877 is a 40 Pin DIP (dual in package) and is also available in PLCC and QFP. It is a high performance RISC (Reduced instruction set computer) CPU. Flash Memory: Up to 8K x 14 Words RAM (Data Memory): Up to 368 x 8 bytes EEPROM: Up...
Subscribe to:
Posts (Atom)