Tuesday, 23 April 2013

What is Difference Between Compiler and Interpreter

| |
0 comments
ADS :
- All stilts - jumping stilts allstilts.com
- Anything painted on canvas anythingpaintedoncanvas.com

A Compiler and Interpreter both carry out the same purpose – convert a high level language (like C, Java) instructions into the binary form which is understandable by computer hardware.

Specific compilers/interpreters are designed for different high level languages. However both compiler and interpreter have the same objective but they differ in the way they accomplish their task i.e. convert high level language into machine language. 

The main difference between Compiler and Interpreter :

  • The compiler executes the entire program at a time, but the interpreter executes each and every line individually.
  • The interpreter takes one statement then translates it and executes it and then takes another statement. While the compiler translates the entire program in one go and then executes it.
  • Compiler generates the error report after the translation of the entire page while an interpreter will stop the translation after it gets the first error.
  • In a compiler the analyzing and processing time of the program is more, while an interpreter spends less time for the program analyzing and processing.
  • Compiler translates the high level instruction into machine language, but the interpreter translates the high level instruction into an intermediate code.


Read More

Thursday, 4 April 2013

How To make Bootable USB drives using CMD

| |
1 comments
ADS :
- All stilts - jumping stilts allstilts.com
- Anything painted on canvas anythingpaintedoncanvas.com

I will show you how to load the Windows installation in your USB  drive and how to make it bootable just like the DVD from your .iso image.

Step 1 : Plug-in your USB drives.

Step 2: Open a Command Prompt (cmd) .

Step 3: In cmd you type following

           DISKPART

           This will start  as shown below


Step 4: Type "LIST DISK"

      
         Disk 0 is my Hard disk.
         Disk 1 is USB drive in which you want to install.

Step 5: Type "SELECT DISK 1"  
        



Step 6: Now type command one by one
                     
           CLEAN
           CREATE PARTITION PRIMARY
           SELECT PARTITION 1
           ACTIVE
           FORMAT FS=NTFS QUICK
           ASSIGN
           EXIT



Step 7:  Copy the contents of your Win 7 disk into   
            the USB  drive.
            Directly Copy-Paste All DVD file into USB     

            drive.

Now your USB drives is Bootable and install OS on your computer.


Ebay Ads:
Electronics, Cars, Fashion and More Online Shopping  
www.ebay.com | www.ebay.co.uk | ebay.de

Related Post :


Read More
Powered by Blogger.