Posts

Showing posts from May, 2020

How To Check Computer Specs [ Complete Guide ]

Image
How to check computer specs on window 10 To check computer specifications I will use simple methods as available in window settings. the computer has different sections for checking different components of a computer. in this post, I show you all possible methods for checking the specs of  PCs. 1. how to check computer specs [1 method ] 2. how to check computer specs [ 2 methods] 3. how to check computer processor (CPU ) 4. how to check pc GPU 5. how to check pc memory type 5. how to check motherboard type 5. how to check pc display resolution I cover methods like going to settings, task manager, and device manager to find specific specs of computers. let's digging for that. how to check computer specs [ method 1] click window⊞ icon Click settings⛭ open system settings💻 open about🛈 see device specifications In device specification, you can see the important component information about the main component of the computer....

2 Way To Uninstall Python From Computer

Image
way to uninstall python completely from your computer The python uninstall method is very easy. in this post, i show you the complete process of how you remove or uninstall python from your computer or laptop. this method works for all versions of python apps [ example: python 3.7 or python 3.8 GUI and IDLE ]. uninstall python in the window [ method 1 ] open window  open settings search apps and feature inbox open apps and features find the python version you have installed Click on the python icon Click on uninstall repeat the same steps for all variations of the python app available on your computer. NOTE: When you install python the pc installs more than one python app on your computer to remove all you need to follow the given steps for all versions. uninstall python in the window [ method 2 ] To remove a python from a computer is easy from this method open files open the control panel and click right choose ...

2 Way To Make Python Calculator [ Complete Guide ]

Image
python calculator using python program the calculator in python programming seems very difficult. we'll show you the easiest methods of creating program in python 2, 3 or 3.7 To make a simple python calculator, you need a basic understanding of python programming knowledge. before start the coding of a calculator you must know about python syntax, function, variable, and conditions. i show in this post both methods of making a python calculator. 1. with function 2. without function if you don't know well knowledge about python programming, don't worry we will show the easiest way of making and understanding the calculator made by python. python program to make calculator [ without using function ] this is a program of the calculator in python without using the function. it is a simplest form of python calculator. #print options on screen print("1.addition") print("2.subtraction") ...

How To View Source Code In Android Or IOS Device

Image
View source code in Android Or IOS Device In this post, I will show you the exact same method for find source code in a smartphone  chrome  browser. the finding of source code is easy on a laptop or desktop but if you are using android or ios smartphone then there is no option to do that. both android and ios device does not have an option to view source code itself but I will show you how to view source code in android or iPhone browsers. You won't need to download any third-party application on your smartphone to view the source code. open the android chrome browser in mobile open the site whose source code you wish to see or inspect Click on the URL address bar and navigate the pointer at the beginning add [ view-source : ] at the beginning of the URL tap enter or search after that, you can see the source code of the site. see the provided screenshot below for an example of viewing source ...

What Is The Ram - Everything You Need To Know

Image
What Is The Ram -  Everything You Need To Know ram is the random access memory that stores information a program needs while it runs. It refers to data storage that allows the stored data to be in any order at random. in contrast, other memory devices can access data on the storage medium only in a predetermined order. Ram is a short term memory, it is very high read and writes speed so it the main component of a computer but it is a volatile memory it can't store data permanently. When the computer gets shut down the ram also deletes all data stored within it. The computer consists of a lot of things in it the memory , ram, HDD, SSD many more. The computer needs a lot of components to run properly. In this article, we discuss about random access memory and how it manages and it's importance in any mobile or computer. It is a random access memory of a computer or mobile device. It is a type of memory that is extremely fast fo...