Android Emulator
Android Emulator is used to run, debug and test the android application. If you don't have the real device, it can be the best w...
Read more »Subscription & Newsletter
Subscribe for New Post Notifications
Android Emulator is used to run, debug and test the android application. If you don't have the real device, it can be the best w...
Read more »What is Android? Android is a software package and linux based operating system for mobile devices such as tablet computers and smartp...
Read more »Moore's Law Developed by Gordon E.moore,co-founder of intel The design of a computer takes many years the design of a sys...
Read more »Computer Architecture Computer architecture deals with designing and implementation of instruction set,information format and ...
Read more »Hi, I am Manish. I attended the Infosys Certification exam on 25 July 2019. About the Exam This is a certification e...
Read more »Command-line String Input Python allows for command line input. That means we are able to ask the user for input. The following exam...
Read more »String Literals String literals in python are surrounded by either single quotation marks, or double quotation marks. 'hello' ...
Read more »Python Numbers There are three numeric types in Python: int float complex Variables of numeric types are created when you assign ...
Read more »Creating Variables Unlike other programming languages, Python has no command for declaring a variable. A variable is created the mome...
Read more »Docstrings Python also has extended documentation capability, called docstrings. Docstrings can be one line, or multiline. Python us...
Read more »