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

Wednesday, 27 March 2013

Complete Reference Java2

| |
0 comments



Author: Herbert Schildt                 
Edition: 5th Edition
Publisher: McGraw-Hill


Pages: 1186
Language: English
File size: 7.93 MB
File format: PDF

NOTE: You can download click on given symbol
                 

             
              DOWNLOAD   



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

Related Post :
Read More

Teach Yourself JAVA

| |
0 comments

Author: Laura Lemay , Charles L. Perkins                 
Edition: 1st Edition
Publisher: Sams.net


Pages: 516
Language: English
File size: 5.75 MB
File format: PDF

NOTE: You can download click on given symbol
               

             
                         DOWNLOAD


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

Related Post :
Read More

Tuesday, 12 February 2013

How To Avoid Copying file to USB drive

| |
0 comments


When you want to prevent others from copying your data , but you  still need them to be able to view it on your computer.

so that following step are procede..

Step-1:
In Start Menu search box , type regedit ,to open up the Registry   Editor.
      
Step-2:
In left side of Registry Editor double click on  HKEY_LOCAL_MACHINE and select  SYSTEM\CurrentControlSet\Control\ StorageDevicePolicies.

      
                      
Step-3:
On right side WriteProtect ,right click on it and  select Modify... and change value 0 to 1.




Step-4:
This is finished you can closed Registry Editor and   restart your pc.

Finally you can protect your data....

Note ::  If you need to copy something just change the value   from 1 to 0 into the WriteProtect..


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.