Posts

Showing posts from December, 2020

The Nature of BOOTLOADERS

Image
  WHAT IS BOOTLOADER?   A bootloader, likewise called a boot supervisor, is a little program that puts the working framework (OS) of a PC into memory. At the point when a PC is fuelled up or restarted, the essential information/yield framework (BIOS) plays out some underlying tests, and afterward moves control to the Master Boot Record (MBR) where the boot loader lives and start the gadget effectively.   Sorts OF BOOTLOADER:- There are a large number of various bootloaders. The plan and capacities shift contingent upon the processor designs, equipment assets and proposed utilization.     BASI C BOOTLOADER: The easiest sort of bootloader has only one capacity: Check for a transfer at fire up and load it. for example Arduino UNO Bootloader A genuine illustration of an essential bootloader is the bootloader customized into the Arduino UNO. On catalyst or reset, the bootloader watches the sequential get pin for a couple of moments - holding back to get ...

Competitive programming or Web development – where to focus?

Image
    Both Competitive programming and web development have their own unique opportunities. However the answer of this question varies with the type of college in which you are studying.πŸ˜€πŸ˜€πŸ˜€πŸ˜€πŸ˜€πŸ˜€ Tier 1 colleges😱😱😱😱 If you are a student of Tier 1 colleges such as IITs, NITs then it is most effective to focus on competitive programming. Reason being most of the companies that come for hiring on interns or full-time basis only check the problem-solving abilities of the students along with the subjects of the curriculum such as Data Structures , Operating Systems , Database Management etc. So it is crucial to make Data Structures, algorithms your forte so that you have an edge over your peers. Competitive programming develops your DSA skills and implementation. However it requires time to build the problem solving ability so it is not important to not get frustrated.   Tier 2/Tier 3 colleges😫😫😫😫😫😫  On the other hand, if you are a ...