Skip to main content

Posts

Showing posts from May, 2018

Computer Words Full Forms. For Preparation of ONE DAY EXAM (RO/ARO, DEO, BANK and OTHERS)

COMPUTER RELATED FULL FORMS ********************************* * AVI = Audio Video Interleave * RTS = Real Time Streaming * SIS = Symbian OS Installer File * AMR = Adaptive Multi-Rate Codec * JAD = Java Application Descriptor * JAR = Java Archive * JAD = Java Application Descriptor * 3GPP = 3rd Generation Partnership Project * 3GP = 3rd Generation Project * MP3 = MPEG player lll * MP4 = MPEG-4 video file * AAC = Advanced Audio Coding * GIF = Graphic Interchangeable Format * JPEG = Joint Photographic Expert Group * BMP = Bitmap * SWF = Shock Wave Flash * WMV = Windows Media Video * WMA = Windows Media Audio * WAV = Waveform Audio * PNG = Portable Network Graphics * DOC = Document (Microsoft Corporation) * PDF = Portable Document Format * M3G = Mobile 3D Graphics * M4A = MPEG-4 Audio File * NTH = Nokia Theme (series 40) * THM = Themes (SonyEricsson) * MMF = Synthetic Music Mobile Application File * NRT = Nokia Ringtone * XMF = Extens...

Computer Trick #1

Make Your Computer Speak  Whatever You Type 1.Open Notepad and copy and paste the following code into it Dim message, sapi message=InputBox("What do you want me to say?","Speak to Me") Set sapi=CreateObject("sapi.spvoic e") sapi.Speak message 2.Now save the notepad file with the name speak.vbs at your desktop. 3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

JAVA Programming

JAVA Introduction:                          Java is a pure object oriented programming language. Java is developed by James Gosling(Computer Scientist) in 1991. Latest version of Java program files is JDK 10.0.1.  JDK:- It is Java Development Kit. It can be downloaded free from internet. JVM:- Its JAVA VIRTUAL MACHINE. It is use for run the program of java. The JVM use byte code file for running the program. BYTE CODE:- This file contains the byte code information. The byte code file is created after compilation of java source code. Setting Global path of java:- use environmental variable  1. Right click on my computer 2. Click on Advanced System Setting  3. Click on Environmental Variable. 4. Select path from the list. and click on edit button. 5. Select java Path From C:\ Drive LIke : C:\program Files\Java\jdk_\bin. 6. Type ; from end and paste the path. and ok. ...

Steps of installing Windows XP

How to install windows 7 Step 1 - Start your PC and place your Windows 7 CD in your CD/DVD-ROM drive.  Note:- You can also use  make a bootable pendrive with copied windows 7 files. and set first Booting priority as pendrive . Restart your pc and following the steps. Your PC should automatically detect the CD and you will get a message saying "Press any key to boot from CD". Step 2 - At this stage it will ask you to press F6 if you want to install a third party Raid or SCSI driver. If you are using a an IDE Hard Drive then you do not need to press F6. If you are using a SCSI or SATA Hard drive then you must press F6 otherwise Windows will not detect your Hard Drive during the installation. Please make sure you have the Raid drivers on a floppy disk. Normally the drivers are supplied on a CD which you can copy to a floppy disk ready to be installed. If you are not sure how to do this then please read your motherboard manuals for more information. Ste...

Object tag in html

https://amzn.to/2I3jNgM Check how to use object tag in html click here for know the -->  Use of Object Tag In html.

Easy way to assemble a CPU

Easy way to assemble a CPU Click here to know  Easy way to assemble a CPU in low cost

C Language Notes for new Students

    C- L ANGUAGE N OTES  ----------------------------------------------------------------------------- Dennis Ritchie     1. C language is generally develop for hardware programming     2. C language is developed by Dennis Ritchie.     3. C language is developing in 1969-1974.     4. C language is develop in AT & T Bell Laboratory Programming Language:- Programming Language provide interface for write the program for development of Software. There are different types of programming language.      a) Low Level:-             I) Machine Language: - It is in the form of Binary Numbers (0 or 1)             ii) Assembly Language: - It is in the form of group of alphabets and numbers.      b) High Level:-       ...