Skip to main content

GETTING STARTED (IIT-JEE JOURNEY)

GETTING STARTED
(IIT-JEE JOURNEY)
I am Yash, Currently Studying In Class 12th, So, I really have an experience of IIT-JEE Preparation. We know everybody is going to make some mistakes in their life but specifically in IIT-JEE preparation. I am not your teacher, not your mentor but your dear friend who is going to share some of his biggest mistakes and perfect decisions, that would have been taken for my preparation.

Starting From Class 10th, we all have that mindset which continues a single thought, Boards are ahead but the reality is boards are not the challenge they are warm-ups. The reality is, many of us never knew something called IIT-JEE. Even I used to consider it as something called ITI (lol). However, When we do clear our 10th boards, getting above 90% or above 95% makes us so confident about our educational career. It's obvious that the first challenge for everyone is getting above 90%, but the most bitter truth is you are not a topper even if you get 99.99%. You must be thinking, am I Wasting your time or kidding? But it's the truth, you have to accept it, the moment you understand what I am saying, you have put your feet on the first step of IIT-JEE.

Boards are such exams that always concentrate on your conceptually basic concepts and not your advanced concepts. I just said, you just have warmed up. Now, Let me just clear you, why is that so? In IIT-JEE, Every year about 12 lakhs of students are appearing, out of which only 2 lakhs (approx.) in JEE(Mains) are selected. These are those students, who are eligible to appear for JEE(Advanced) and Out of these 2 lakhs, some don't have a target for advanced, and they opt-out. The remaining appear for IIT-JEE, i.e. JEE(adv), now, the competition is between the top 25 %ile of JEE(mains). The students who will be able to get above 2.5 %ile in JEE(Adv), those students are going to get their dream colleges (IITs or NITs or any other).

The conclusion is, never get overconfident about your 10th results and start working hard from the present moment. One should never take IIT-JEE lightly, it's a huge competition.

You can now judge, what's the competition is? and are you a topper?
If you want more posts like this share them with other JEE aspirants.
Here I will try to add pdf versions of different books required for the IIT-JEE preparations.

Comments

Popular posts from this blog

SQL Queries

create database school_data; use school_data; create table admins (first_name varchar(20) Not Null,  middle_initial varchar(1) Not null,  last_name varchar(20) NOt NULL,  DOB varchar(10) NOt NULL,  phone varchar(10) Primary key,  alt_phone varchar(10),  email varchar(150) NOt NULL,  designation varchar(60) NOt NULL,  subjects_taken varchar(150),  classes_taken varchar(20)); create table class_teachers (first_name varchar(20) Not Null,  middle_initial varchar(1) Not null,  last_name varchar(20) NOt NULL,  DOB varchar(10) NOt NULL,  phone varchar(10) Primary key,  alt_phone varchar(10),  email varchar(150) NOt NULL,  subjects_taken varchar(150),  class_teacher_of varchar(2) Not Null,  classes_taken varchar(20)); create table student_stats (ADMISSION_NO varchar(15) PRImary key, ROLL_NO int NOt NULL, GRADE varchar(10) NOt NULL, SECTION varchar(1) NOt NULL, DOB varchar(10) NOt NULL, FIRST_NAME varchar(3...

Short and Concise Informative Video On Sophia and Vyommitra

 

AGENTS AND ENVIRONMENTS

  An agent is anything that can perceive its environment and sense it through SENSORS and act on that environment through ACTUATORS. To understand this, you may refer to the figure below:  Reference: "Artificial Intelligence: The Modern Approach" 3rd Edition We, humans, are also agents for the environment around us. We have eyes, ears, and other sensory organs to sense and hands, legs, and so on as actuators for acting upon the environment around us. Similarly, a robotic agent can have cameras and different sensors like infrared range finders and various motors for actuators. A software agent gets sensory inputs through a keystroke, file content, and network packet and acts on the environment by displaying them on the screen, writing/overwriting the files, and sending different network packets the same as actuators.