Skip to main content

Posts

Showing posts from November, 2014

Difference Between Machine,Assembly and High Level language.

Programming languages are classified as : 1 Machine language: 2 Assembly language: 3 High level language : MACHINE LANGUAGE  :-   the language of 0s and 1s is called as machine language. The machine language is system independent because there are different set of binary instruction for different types of computer systems . LIMITATIONS OF MACHINE LANGUAGES  : It is very tedious and error prone process of writing programs in machine languages . ASSEMBLY LANGUAGES:    it is low level programming language in which the  sequence of 0s and 1s are replaced by mnemonic  (ni-monic) codes. Typical instruction for addition and subtraction . Example :- ADD for addition , SUB for subtraction etc Since our system only understand the language of 0s and 1s . therefore a system program is known as assembler . Which is designed to translate an assembly language program into the machine language program. HIGH LEVEL L...

10 Useful Windows Commands You Should Know

                                                                                                                                                                There are some things you can only do from the command line, even on Windows. Some of these tools don’t have graphical equivalents, while others are just plain faster to use than their graphical interfaces. We can’t possibly cover all the useful commands you can use in the Command Prompt or PowerShell here. We’ll be focusing on commands that should be useful even if you’re not a command-line person. ipconfig – Quickly Find Your...