CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Sahida

Windows 7 – How to check what Graphics card installed in the System?

Graphics cards are used to display the output and also can perform additional processing for better performance to release the overload from the CPU (Central Processing Unit). Actually, the GPU (Graphic Processing Unit) on Graphics card will perform the additional processing. Through this article, we are going to discuss finding the ways to figure out, […]

Microsoft Excel – TIME functions

TIME function in Excel and its related functions are important functions to deal with date-time-related data. As these functions are commonly used with DATE functions, recommended reading an article on DATE functions. TIME function in Excel It returns the time value by taking individual time components (hour, minutes & seconds) as its arguments. Using this […]

Microsoft Excel – DATE functions

DATE function and related functions are important functions to deal with date-related data in Excel. DATE function This function returns the date by taking individual date components (year, month & day) as its arguments. Using DATE function we can form the date-time code using the individual date components. Syntax: DATE(year, month, day) DATE function is […]

Scroll to top