Posts

Showing posts from February, 2021

Is it possible to hack an android device?

    Partially yes... An android device can be hacked by using some tricks. There are lot more applications available in internet to spy on anyone's android device. Usually they are all paid applications and are undetectable in your devices you cant find them in your app lists or its functioning, but your personal credentials, pictures and lot more useful stuff can be viewed by hackers.  Which device is going to be hacked is named as target device or victim's device. All information is transferred from the target device to hacker's device over the internet. What they will do by spying on your devices?     They spy on your device by inserting their Trojan files or any other malicious app into your phone. That app records all the activity which you done in that device. It acts a keylogger (records activity done by the keyboard), secretly camera is activated and it sends photos to the hacker's device, it can records the video even your device is locked. It sends all your c

What is a Programming Language?

           Programming Language is a language used to communicate with the computer by user. Programming act as a platform in between user and computer. There are several programming languages existed till now, day by day programming concepts are developing widely. For the first, basic languages like FORTRAN, COBAL etc.. are used. These are somehow complex to use and learn.     Programming Languages are divided into two types , they are  1: Procedure Oriented Programming language.     2: Object Oriented Language 1. Procedure Oriented Programming Language:                                 Shortly called as POP. POP is based on Procedure, here programming is written in a procedure, syntax should follow a specific procedure to write a program. Here functions are used.    Examples: C, PASCAL, FORTRAN etc.. 2. Object Oriented Programming Language:                                  Shortly called as OOPs. In this Data is divided into classes. Every classes uses objects to use. Here data is se