Skip to content

When a new Microsoft Word document is created, depending on version of Ms Word, the default font in Ms Word document is “Calibri” or “Times New Roman” with a font size of 11 or 12 pts. If you are one of those who doesn’t like these default setting, then you can easily set your preferred font as a default font. Steps to set default font in Word: 1): Right-click anywhere… Read More »How to set default font in Word – Smart Word User

How to set default font in Word – Smart Word User

  • by
Linear Interpolation in Excel

Interpolation is a way to estimate values between two points of a data set. Most of the real-world data are available as discrete points. Interpolation comes handy if you want to estimate the data between two points. The most simple interpolation is a linear interpolation, where variation of data between two data points is assumed linear. Let us consider the following example. We have of density of water at different… Read More »Automated interpolation formula for Excel: Define excel interpolate function & use it forever

Automated interpolation formula for Excel: Define excel interpolate function & use it forever

For all symbol in Word

For all (∀) symbol, also known as universal quantification, is used in mathematics to denote “given any” or “for all”. Three different ways viz. insert symbol, alt code, and the fastest math autocorrect are available in Ms Word to type for all symbol. Three ways to type “for all” symbol in Word Method 1: Insert > Symbol 1: Navigate Insert Tab > Symbol in symbols group. 2: Select More Symbols. 3: Select “normal text” from Font &“Mathematical Operators” from the Subset dropdown.… Read More »How to type for all (∀) symbol in Word

How to type for all (∀) symbol in Word

How to Bulk convert Word document to PDF file

Converting a Word document to PDF file is simple and easy. Just open Word document in Ms Word and save as PDF. But what if you have tons of Word files to convert into PDF? Opening each file manually and saving it to PDF will take ages. But using the following trick, you can bulk convert Word to PDF in just one click. And that too using no external tool.… Read More »Bulk convert WORD to PDF for free

Bulk convert WORD to PDF for free

Quickest way to insert Roman Numerals in Word

Even after being replaced by Indo-Arabic counterparts, Roman numerals are still used in many places like Generation suffix, names of monarchs and popes, book volume, page numbers and many more. Writing equivalent Roman numerals for large numbers is not a simple task. However, using following shortcut you can quickly type any roman numerals in Word. Field codes of Ms Word provide a feature by to convert any number into its… Read More »How to quickly type Roman Numerals in Word

How to quickly type Roman Numerals in Word

How to remove line in Word

Line that appears after typing —, ===, etc. and pressing enter is not a line, it’s page border. Hence, it cannot be selected for removal or editing. To remove line in Word, follow these steps. Steps to remove line in Word Step 1: Move cursor to immediately before line that needs to be removed Step 2: In the Home tab, click on the down arrow next to borders in paragraph… Read More »How to remove line in Word

How to remove line in Word

Cyclic Binary String Problem Statement Given a binary string of length , you can cyclically shift this string any number of times. For example, consecutively applying cyclic shift operation to the binary string “1011010” you will get “0101101”, “1010110” and so on. Let X be the decimal representation of string . Find the greatest power of 2 with which X can be divisible with, if it can be divisible with… Read More »HackerRank Hackfest-2020

HackerRank Hackfest-2020

Remove all page break in Word

Microsoft Word automatically start new page by inserting page break (known as automatic page break) when texts flows out of page. However, it also provides user an option to insert page break (known as manual page break) which is useful in numerous cases (for e.g. inserting new chapter/ section/ subsection on new page). Ms Word manages automatic page break perfectly however for many reasons you may need to remove page… Read More »How to remove page break in Word

How to remove page break in Word

Speed up Python by up to Million time

No matter how much we love Python, we all agree that Python is Slow!!! Why? Higher level language features like dynamically typing and Python interpreter which makes Python user friendly also make it sluggish. Other reasons for being slow includes Global Interpreter Lock popularly known as GIL. All these makes Python much slower compared to compiled lower level language like C/C++ and Fortran. Features like list comprehension speeds up Python… Read More »Speed up Python up to 1 Million times: Cython vs Numba

Speed up Python up to 1 Million times: Cython vs Numba