Peer to Peer networking is a simple networking of personal computer to share files and other resources like a printer. One of the main advantage of Peer to Peer networking is low cost of maintainability. There is no need of a server [ Read More ]
ContinueArchive for October, 2011
Whenever you switch on your PC its BIOS performs a power-on self test (POST) to test the system’s hardware, checking to make sure that all of the system’s hardware components are working properly. If for some reasons BIOS can’t able to display the errors on screen it will [ Read More ]
ContinueIf you are dealing with any database you have to know some basic Sql queries in order to do some manipulation on the data. Here are the list of some basic Sql Commands. SQL Statement Syntax AND / OR SELECT column_name(s) FROM table_name WHERE condition AND|OR [ Read More ]
ContinueHere is a list of some important computer acronyms used commonly. AMD – Advanced Micro Devices APC – American Power Conversion ASCII – American Standard Code for Information Interchange ASIC – Application Specific Integrated Circuit ASPI – Advanced SCSI Programming Interface AT – Advanced Technology [ Read More ]
ContinueHere are some important shortcuts to be remembered while doing some work on MS Word: CTRL and A Selects all in the current document. CTRL and B Bold text. CTRL and C Copies the item or text to the Clipboard and can be pasted using [ Read More ]
ContinueHere are some of the best and important software testing questions often asked in interviews. Q:What is the difference between Static Testing and Dynamic Testing? A: Static Testing involves testing activities performed without actually running the software. It includes Document review, code inspections, walkthroughs and desk checks etc. Whereas Dynamic [ Read More ]
ContinueNET data types are either structures or classes, part of the System namespace. For example, the following data types are implemented as struct in .NET: Int16 Int32 Double Here is how you can declare variables of type Int, Double and String: Int16 age, employeeNumber; Double salary; String name, address; The [ Read More ]
Continue






