Author: aks0911

  • Build A Computer A Comprehensive Step By Step Guide

    Computer System

    The Computer System is a very vast subject with lots of varieties. Any configuration of computing hardwares along with its associated softwares can be termed as a Computer System. There are different combinations being used in today’s world, here we will discuss “Personal Computer” 

    Personal Computer 

    These are a category of computing system generally used in home, schools and offices for personal use or in other words for low computing requirements like office use or for day to day tasks. 

    Build A Personal Computer

    You can buy a Preconfigured ready to use PC or build a PC as per your requirements 

    Step1: Choose your PC Hardwares.

    Step 2: Hardware installation.

    Step 3: BIOS Settings and OS installation

    Step 1

    Choose your PC Hardwares.

    First of all decide what type of PC you need (for personal use, for gaming purpose or development purpose)

    Here we will discuss building a gaming PC

    Main parts of gaming computer are:

    Motherboard This is a PCB where all our computer parts will be installed like CPU, GPU, RAM, Storage device, cooling systems etc.

    While selecting MotherBoard you have to be very cautious as this selection will affect all others, that is why I am discussing this part in the beginning.There are various specifications to look after while selecting Motherboards. Here we will discuss them in brief-

    • Form Factor : MotherBoard comes in different form factors ATX (Full size motherboard), Micro ATX and mini ITX. ATX MotherBoards are widely used so they have a great support, these motherboards will give you most modifications and updating support.
    • CPU Support: while selecting your system board you must do some research on what type of CPU it supports like Intel Or AMD, version of CPU and  generation of CPU.
    • Memory Support : Take a note of Memory type support,Max memory (GB), speed, Dual Channel or Single channel and number of DIMM slots.
    • Storage Device : Look For HDD and SSD support, Drive Form Factor, Type of Connector.
    • Expansion Slots: While selection of motherboard keep in mind the number of PCI Slots available and the number of slots you need or will need for future upgradation.
    • Connectivity: Look for connection  support of your board, like available LAN cards, availability of WiFi and Bluetooth and their version.

    CPU (Central Processing Unit) is the brain of any computer system. This performs all arithmetic and logical operations.

    There are mainly two CPU manufacturers in the market, AMD and Intel.

    Both Intel and AMD have many processor lines with different generations, while selecting a CPU you must look for its no. of cores, no. of threads, cache, memory support, and thermal solution required. Last few years releases are listed below:

    Intel

    Intel® Core™ i3 Processors 

    Intel® Core™ i5 Processors 

    Intel® Core™ i7 Processors 

    Intel® Core™ i9 Processors 

    Intel® Core™ X-Series Processors 

    AMD 

    AMD Ryzen™ 9 Desktop Processors

    AMD Ryzen™ 7 Desktop Processors

    AMD Ryzen™ 5 Desktop Processors

    AMD Ryzen™ 3 Desktop Processors

    AMD Ryzen™ Threadripper™ Processors

    CPU Cooler : As the CPU is the brain of a computer system and performs various tasks it also generates a lot of heat and so it requires an effective cooling system. You should choose the CPU Cooling system Depending upon the type of CPU and its heat dissipation capacity. Most of the CPU comes with coolers  from the manufacturers (Stock coolers), stock coolers are good for normal performance but to get better performance without throttling down your CPU capabilities you must choose liquid coolers with big thermal radiators.

    GPU (Graphics Processing Unit): Main task of the GPU is processing graphical Data. This is mainly used for Gaming, graphics designing, in processing AI data and nowadays it is also used for mining crypto currencies. If you are configuring a gaming computer you should choose your Graphic card wisely since nowadays modern games are made of high graphics.

    The name GPU and graphic card are used interchangeably but they both are not same they are different in some ways. A GPU is a chip like CPU whereas a Graphic card is a GPU embedded in its own motherboard, having its own cooling system and power supply and attached to the main motherboard via PCIe Slot. 

    AMD and NVIDIA are two main manufacturers of GPUs in the market. They both have a great number of choices.

    RAM (Memory): Select memory for the system depending on your requirements and motherboard support. Also look for form factor as per your board availability.

    Modern memory sticks come with preinstalled cooling systems.

    Storage: There are mainly two options while selecting storage for your system, HDD (Hard Disk Drive) and SSD(Solid State Drive). Both HDD and SSD are used to store data and install OS. SSD is a Solid State Drive and is considerably faster than HDD as  it doesn’t have any moving part like HDD, on the other side HDD has rotating disks packed together.

    HDD comes in two (2.5 inch and 3.5 inch) form factors, While SSD comes in many form factors.

    SSDs are more expensive than HDDs, so it will be a wise option to install Operating System and Applications on an expensive SSD and store Data which is less frequently accessed by computer systems on HDDs.

    PSU (Power Supply Unit): To meet power requirements of the computer a PSU is required. You must choose a PSU depending on your system and future upgrade requirements, also look for the power supply connector support you are using for your build.

    While selecting PSU you must look these features-

    • Wattage
    • 80 plus energy efficiency rating
    • Modularity

    Cooling System: Almost every Desktop cabinet comes with cooling fans for minimum to maximum cooling requirements depending upon price with some extra space for additional installations of cooling fans, Heat radiators. If you are planning to build a High performance PC you will require more cooling to run your system smoothly without errors.

    While selecting cooling fans keep in mind the motherboard support for the fan connectors, cabinet support for fan size, RGB/ARGB requirements , fan bearing type for smooth and longer life, noise level etc.

    PC Cabinet This is the Home for your MotherBoard and all its connected parts, Power Supply unit and Cooling fans, so you must choose your PC Cabinet wisely I am discussing this in the last because after selection of the above parts only you can decide which cabinet to use. It’s selection depends on the selection of CPU like if you select a multicore CPU then you will use liquid cooler which requires more space and hence a bigger cabinet same is  in the case of graphics card, Power supply unit and Motherboard.

    PC Cabinets are of the following types: Full Tower, Mid Tower, Mini Tower, Small Form Factor.

    Step 2

    Hardware installation.

    Step3

    BIOS Settings and OS installation

  • HTML Elements

    HTML Elements

    In HTML documents all elements are in the form of tags. HTML elements always starts and ends with the same tags the only difference is the forward slash </end tag>in the ending tag.

    Example 

    <h1>………….</h1>

    <p>………….</p>

    In between tags (elements) contents are inserted.

    Nested HTML Elements

    HTML elements can be in the nested form (One element can contain many elements ).

    Example

    <html>
    <body>
    
    <h1>Main Heading</h1>
    <p>Paragraph.</p>
    
    </body>
    <html>
    

    Empty HTML Element 

    An empty HTML element does not contain anything. They do not have end tags, they are self closed

    Example 

    <br>, <hr>, <img>,<input>, <meta>, <link>

  • HTML Introduction

    HTML Introduction

    Introduction 

    HTML stands for Hypertext Markup Language. HTML is the basis of any webpage, it can be written in the most basic text editor like “notepad” in Windows to most advanc word editors.

    HTML documents are made of texts enclosed in between different types of “tags” these tags are called HTML elements.

    These elements are used for embedding and formatting different information like image, text, links, audio video etc to a web page further CSS (Cascading Style Sheet) is used for page layout and designing purpose.

    A Brief History Of HTML

    HTML 2.0 (1995)

    HTML 2.0 was the first complete version released in 1995 

    HTML 3.0 (January 1997)

    HTML 4.0 (December 1997)

    HTML 5.0 (October 2014)

    Example HTML document

    <!DOCTYPE html>
    <html>
    <body>
    
    <h1>Main Heading</h1>
    <p>Paragraph.</p>
    
    </body>
    <html>
    

    In the above example

    <!DOCTYPE html> is the html5 declaration.

    The whole html document is always enclosed in between html tags

    <html>

    ————————————————————-

    ————————————————————-

    </html>

    <body>—-</body> tag encloses the visible part of the document.

    Heading

    There are total six heading elements in HTML 

    <h1>First Heading</h1>

    <h2> Second Heading</h2>

    <h3>Third Heading</h3>

    <h4>Fourth Heading</h4>

    <h5>Fifth Heading</h5>

    <h6>Sixth Heading</h1>

    Heading size decreases from <h1> to <h6>.

    <p> ……. </p>  element is used for paragraphs. Each element declared in the begining must be closed following a forward slash  (/), except some exceptions which we will discuss later.

  • Gmail Features You Must Know

    Gmail Features You Must Know

    Get Most Out Of Gmail

    Gmail is one of the most popular mailing service on the planet, almost each one of us uses it in one or another way. But do you know, Gmail has released many features since its birth. Here We will learn some interesting and productive features.

    Here are Gmails Top features

    Note: All screenshots used below are for gmail web for gmail on iOS and android it is slightly different. If you face any problem write in the comment box.

    Schedule email

    Gmail provides you a feature of scheduling emails. You can schedule your email to be sent tomorrow morning, tomorrow afternoon or you can choose your prefered date and time.

    Undo Send Action (Get some more time to correct yourself)

    While sending, moving, or deleting mails in Gmail you must have seen a “undo” popup.

    Do you know? You can increase the default time of 5 seconds to 10, 15, 20, 25 and maximum of 30 seconds. These extra seconds you increase will give you some more time to correct your mistakes.

    Smart compose (AI assistance )

    Gmail features a smart compose feature which uses AI (Artificial Intelligence) to adapt as per your writing habits.

    Smart compose automatically completes your sentences while writing emails.

    To enable smart compose on the web go to settings then turn ON  “Writing Suggestion”.

    Similarly you can enable this feature on iOS and android gmail apps just go to settings and select your email account then turn on Smart Compose.

    Confidential Mode

    Gmail provides you an extra layer of security while sending confidential emails. This feature can be accessed by tapping on the padlock symbol while composing the email, for iOS and android gmail app tap on three dots on the top right corner and select confidential mode.

    Recipients of confidential emails cannot send, copy or print your email further you can also set the expiration time for these emails.

    Also there is an option to password restrict access to your email with sms passcode.

    Translate Emails

    Google has incorporated its Google translate into Gmail, now you can translate emails to your desired language using the translate message option. Just after opening any email you will see a translation bar, and if not then just click on the three dots (menu option ) select “translate message” option and then in the translation bar choose your desired language.

    Save Attachments To Google Drive 

    Some of the emails you receive might contain attachments which you want to save for future reference or record. Now Google has link Gmail and Drive together there is no need to download and save you attachments on your device you can directly click on the drive icon and the attachments will be automatically uploaded to your Drive.once you open the attachment Drive icon appears on the top bar in the same way you can save attachments on iOS and android apps.

    Change Gmail background theme

    Gmail offers background themes which you can access by tapping on the settings icon below is the screenshot. 

    After applying the theme your email will get a totally new look. You have a lot of themes to choose from and you can customise your own theme.

    Gmail Chat (Early Access )

    With a growing number of platforms for Chats and calls over Data connection like Whatsapp, Messenger, twitter etc Gmail now has one interesting and useful Gmail Chat feature. This feature will allow you to chat with your friends in a more quick and responsive way.
    You can mail, chat, and meet all in one place. To enable chat in Gmail  Tap on setting and then “Chat and  Meet” tab and select “Google Chat”

    After enabling Google Chat, a chat box will appear on the left side panel. From there by clicking on + icon you can start a new chat.


    You can enable google chat in Gmail App on android and iOS also.

    As soon as new interesting features arrive it will be published here. If you face any problems implementing the above features you can write in the comment box.

  • Top 10 IPad/Iphone Features You Must Know

    Top 10 IPad/Iphone Features You Must Know

    Top IPad/IPhone features you might not be knowing 

    As we all know IOS is best known for its strong privacy. But along with privacy it also provides some exclusive features which you will not find anywhere else.

    Here we are going to discuss some of the IOS features which you must know.

    •  Take screenshot of the full web page with editing enabled

    When it comes to screenshot IOS has one exclusive feature which you will not find anywhere else.

    On IOS you can take the screenshot of whole webpage if you are using Safari as the browser.

    To do so just take the screenshot from your IPad/Iphone, click top button and volume up button simultaneously.

    Now select from the top navigation bar ‘Full Page ’ in place of  ‘Screen’. And then save as PDF

    You can save it as pdf file and edit the pdf afterwards.

    •  Control Torch brightness 

    On IPad you have an inbuilt torch app but you might not be knowing that you can also increase and decrease its brightness.

    To increase or decrease brightness long press the torch icon then a slider button will appear from there you can control the brightness of your torch

    •  Copy and past between ipad and iphone

    Now you can copy and paste your clipboard between IPad and Iphone directly.

    You can try this feature by simply copying any text on one device and use paste option on the other device.

    •  Scan documents directly into files on your IPad 

    Open the file app on your IPad/IPhone and click on the three dots on the top of side navigation panel.

    Select ‘scan documents’ from the menu scanned document will be saved in the corresponding folder.

    •  Make custom shortcuts for ‘Hey Siri’  

    On IPad/Iphone ‘Hey Siri’ is a virtual assistance you can ask siri for music, call messages etc.

    In addition to the general voice commands for Siri you can also create your own custom commands using shortcuts.

    First of all run “shortcuts” app then click on + icon and create your custom siri command like visiting specific url or anything else.

    •  Use your keypad as touchpad to navigate

    On IOS you can use your keypad as trackpad to do so you only have to longpres your space barAfter that you can scroll up, down, left and right as you want.

    •  Floating keyboard on IPad

    On IPad floating keyboard is a feature at the time when you want to use one handed

    To enable floating keyboard pinch your keypad using two fingers after that you can float the keypad from the bottom of keypad  

    •  Scan QRcode directly from your camera

    You might not know that on IPad you can scan any QR code directly from camera.

    On focusing your camera on any QR code it will automatically scant it and a pop up will appear after you click it you wll be directed to the linked url.

    •  Hide selected photos on IPad pro

    Everyone of us private or personal photos captured on our device and the time comes when someone from our relatives or friend ask us to watch photos on your IPad than this trick can save your personal pictures

    So first of all open photo app on your IPad and select photos you want to hide.

    Using share button hide the selected photos

    After completing this step your photos will move to a new album named ‘Hidden’ but they are not truly hidden.

    You are required to open settings and navigate to photos in setting and disable hidden album so that no one could see you hidden album.

    •  Restrict Ipad to a particular app

    Sometimes your kids or your friend wants to use your IPad and you don’t want to give them complete access of your IPad so you can restrict their access using guided access in Accessibility setting of IPad. 

    To know more visit

  • Share Photos without loosing Original Quality

    Transfer Files Using Google Drive

    Situation occurs when you have to share photos and videos to someone else, but if you use Whatsapp, Telegram or other such services you will loose the original Quality of your File, which is a problem.

    Best way to share photos in original quality

    There are various methods of sharing photos but the best of them is Google Drive

    First of all you create a Folder in your drive for example I have created and named it ‘Transfer’.

    Then click the + button at the bottom of the screen and upload the photos and videos you want to share in the Folder you have created.

    After you have uploaded all files just go to options and click on share option and enter the persons email address you want to share the files.

    Also you can select what recipients can or cannot do.

    Viewer: can Only view the Files

    Commenter: commenter can view and comment on photos and videos (Files)

    Editor: Editor can view, comment and edit Files

    An alternative way is to use the copy link option. Once you copy the link you can share the link and then give access once requested by the recipient.

    Advantage of this method of transferring files is that you can upload once and share many times as per your requirement.

    Once the job is completed you can delete the complete folder in this case ‘Transfer’ folder or individual files in the folder which you no longer want to share. Or you can delete the recipient.

    Disadvantage is that Google Drive Free subscription has limited storage of 15 GB. But you can upgrade your subscription plans to know more visit

    https://one.google.com/about