Saturday, 30 July 2016

Full form of some technical word

Full form of some technical word

1.) GOOGLE : Global Organization Of Oriented
Group Language Of Earth .(unofficial)
2.) YAHOO : Yet Another Hierarchical Officious
Oracle .
3.) WINDOW : Wide Interactive Network
Development for Office work Solution
4.) COMPUTER : Common Oriented Machine
Particularly United and used under Technical
and Educational Research.
5.) VIRUS : Vital Information Resources Under
Siege .
6.) UMTS : Universal Mobile
Telecommunications System .
7.) AMOLED: Active-matrix organic light-
emitting diode
8.) OLED : Organic light-emitting diode
9.) IMEI: International Mobile Equipment
Identity .
10.) ESN: Electronic Serial Number .
11.) UPS: uninterruptible power supply .
12). HDMI: High-Definition Multimedia
Interface
13.) VPN: virtual private network
14.) APN: Access Point Name
15.) SIM: Subscriber Identity Module
16.) LED: Light emitting diode.
17.) DLNA: Digital Living Network Alliance
18.) RAM: Random access memory.
19.) ROM: Read only memory.
20) VGA: Video Graphics Array
21) QVGA: Quarter Video Graphics Array
22) WVGA: Wide video graphics array.
23) WXGA: Widescreen Extended Graphics
Array
24) USB: Universal serial Bus
25) WLAN: Wireless Local Area Network
26.) PPI: Pixels Per Inch
27.) LCD: Liquid Crystal Display.
28.) HSDPA: High speed down-link packet
access.
29.) HSUPA: High-Speed Uplink Packet Access
30.) HSPA: High Speed Packet Access
31.) GPRS: General Packet Radio Service
32.) EDGE: Enhanced Data Rates for Global
Evolution
33.)NFC: Near field communication
34.) OTG: on-the-go
35.) S-LCD: Super Liquid Crystal Display
36.) O.S: Operating system.
37.) SNS: Social network service
38.) H.S: HOTSPOT
39.) P.O.I: point of interest
40.)GPS: Global Positioning System
41.)DVD: Digital Video Disk / digital versatile
disc
42.)DTP: Desk top publishing.
43.) DNSE: Digital natural sound engine .
44.) OVI: Ohio Video Intranet
45.)CDMA: Code Division Multiple Access
46.) WCDMA: Wide-band Code Division Multiple
Access
47.)GSM: Global System for Mobile
Communications
48.)WI-FI: Wireless Fidelity
49.) DIVX: Digital internet video access.
50.) .APK: authenticated public key.
51.) J2ME: java 2 micro edition
53.) DELL: Digital electronic link library.
54.)ACER: Acquisition Collaboration
Experimentation Reflection
55.)RSS: Really simple syndication
56.) TFT: thin film transistor
57.) AMR: Adaptive Multi- Rate
58.) MPEG: moving pictures experts group
59.)IVRS: Interactive Voice Response System
60.) HP: Hewlett Packard

Friday, 29 July 2016

how to delete the virus

How to delete shortcut virus


Computer Virus infection is only removed through antivirus programs as you know, but this time we are talking about Shortcut Virus, a new modern virus automatically comes in your computer/USB/SD card and convert all of your content into a shortcut. Some time this virus makes you content invisible (not showing) and storage showing still full. The first thing I really got mad about Shortcut virus problem is not removable by anti-virus programs, even when you scan the shortcut virus infected location with an antivirus, it reply “No threat detected” and it becomes really confusing. People who don’t know how to remove this virus, they just perform a format over infected storage. If you’re helpless to format your storage, so please don’t do this again, because it is not a genuine solution. If your storage didn’t contain files or anything important, then you should format your storage because formatting also a another method to flush out shortcut virus.


The cause of this virus is an internet, third party software, USB storage and more. Sometime when you connect a pen drive to your friend’s computer for exchanging data, but you didn’t know your friend’s computer is already infected by a shortcut virus. As you connect the pen drive back to your computer, the virus becomes the part of your computer.


Follow the steps below to remove shortcut virus using command prompt (CMD):

step 1. Run Command prompt as Administrator. (Windows key + R > Type CMD & press ENTER, or search CMD > Right click to CMD and Select “Run as Administrator” or right click over Start button and select command prompt (Admin))



STEP 2. Connect your infected USB storage (Pen drive, SD card, etc.) with your Computer.



step 3. type your drive letter (For example: If your drive is F: then the command is F:)



step 4. Type the following command in Command prompt:  attrib -r -h -a -s /s /d and press ENTER


step 5. press Enter.


********successful*******


How To Customize a Windows

How To Customize the Windows 7 log-on screen


Windows 7 makes it easy changing the Windows log-on screen.


1. Go to start, and click on Run, type Regedit & press enter there.




2. Navigate to : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\ LogonUI\Background



3. Double-click the OEMBackground DWORD key



4. Set value of the key to 1.





5. Select a background image for Logon Screen with size less than 256KB in size (Use of Image Resize software like VSO Resizer can help)



6. Copy that image into the 



C:\Windows\system32\oobe\info\backgrounds folder



7. Rename the image to backgroundDefault.jpg



8. Reboot, and now your logon Image would have changed.

Here is my logon screen:

How to Unlock a Pattern Lock


How to Unlock/Reset pattern lock on any Android mobile

Unlock pattern lock of android phone


Pattern lock of an android mobile which seems to be the best option to keep out android device secure device. On another hand, it creates a problem for many guys also, when we forgot our android mobile pattern lock, it's very difficult to unlock it. When we ask shopkeeper to unlock it, they charge 200 or 300 Rs. to unlock our android mobile. But Today, We Myhackfall is sharing the amazing method to reset pattern lock easily. This method comes in handy when you forgets the password of your Gmail account. Recently, we had also written a tutorial on how to unlock computer with the phone.




In, this tutorial I am showing you method to reset pattern lock of android mobile easily, if you have forgotten pattern lock of your android phone. Just follow these steps to unlock your android device.

Switch off your android device by power off button.
If, you are not able to switch it off, than remove the battery to shut it down.



. Now, there are some different options for different devices.

For Samsung devices :

1. Press "Volume UP + Power key + Home key" at same time.

2. You are booted into recoveries.

For other devices like Micromax, Sony :

STEP 1. Press "Volume Down + Power key" at same time.



STEP 2. You are booted into recovery of your android mobile.



STEP 3. Now, you will find an option like - Wipe Data or Delete all user data or Restore factory defaults.



STEP 4. Use, volume buttons to switch UP and Down and Use Home key or Power key to select any option.

STEP 5. So, just move to wipe data or similar option and Select it by power button.

STEP 6. Now, Tap on Reboot phone.



Congratulations, you have successfully unlocked your android phone without spending a single penny.

what is compiler

Compiler

"
The compiler is used to convert the high level language or source language in to low level language or target language."
  • Hi level languages are understandable by a human being or programmer.
  • Low level language are understandable by the machines only.

  • When executing (running), the compiler first parses (or analyzes) all of the language statements syntactically one after the other and then, in one or more successive stages or "passes", builds the output code, making sure that statements that refer to other statements are referred to correctly in the final code. Traditionally, the output of the compilation has been called object code or sometimes an object module . (Note that the term "object" here is not related to object-oriented programming .) The object code ismachine code that the processor can process or "execute" one instruction at a time.

fantastic and logically







APJ Abdul Kalam, 21 spells, career and life will always work

APJ Abdul Kalam, 21 spells, career and life will always work
The country's former president Dr APJ Abdul Kalam, popularly known as the Missile Man of today is the first death anniversary. On July 27 last year in the Indian Institute of Management in Shillong while addressing students had passed away from a heart attack. Kalam, who take a simple life in the country, many achievements have won ....

what is microprocessor

A microprocessor, sometimes called a logic chip, is a computer processor on a microchip.
The brain or engine of the PC is the processor (sometimes called microprocessor), or central processing unit (CPU). The CPU performs the system's calculating and processing. This chapter introduces you to the history of the CPU, and gives a detailed explanation of how your computer's tiny brain actually works.
The microprocessor contains all, or most of, the central processing unit (CPU) functions and is the "engine" that goes into motion when you turn your computer on. A microprocessor is designed to perform arithmetic and logic operations that make use of small number-holding areas called registers. Typical microprocessor operations include adding, subtracting, comparing two numbers, and fetching numbers from one area to another. These operations are the result of a set of instructions that are part of the microprocessor design.
When your computer is turned on, the microprocessor gets the first instruction from the basic input/output system (BIOS) that comes with the computer as part of its memory. After that, either the BIOS, or the operating system that BIOS loads into computer memory, or an application progam is "driving" the microprocessor, giving it instructions to perform.



Q:

Are there different types of microprocessors?

A:

QUICK ANSWER

There are two different types of microprocessors; they are ARM processors and X86 processors. X86 processors are named for the instruction set they use, while ARM processors are named after the company that designs them.
Q:

What are microprocessors used for?

A:

QUICK ANSWER

Microprocessors are used in servers, desktop computers, laptops and mobile devices. They are popular in embedded devices, which traditionally use microcontrollers. Microprocessors were named to set them apart from larger processors used in the middle of the 20th century
Q:

How do microprocessors work?

A:

QUICK ANSWER

Microprocessors serve as the central processing unit in a computer system and are involved in the actual execution of machine instructions. Instructions stored in the memory of a computer tell the microprocessors what to do and how to do it. A component of the microprocessor called the arithmetic/logic unit performs arithmetic operations such as addition, subtraction, multiplication and division. Microprocessors also transfer data from one memory location to another.