Codacal, Tirur, India - 676108.
Verified
Details verified of Badharudheen P✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Malayalam Mother Tongue (Native)
English Proficient
Calicut University 2005
Bachelor of Technology (B.Tech.)
National Institute of Technology, Calicut 2013
Master of Engineering - Master of Technology (M.E./M.Tech.)
Codacal, Tirur, India - 676108
ID Verified
Education Verified
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
12
Experience in School or College
At present, I am working as Assistant Professor at MES College of Engineering under Kerala Technological University. I have 12 years of teaching experience.
BCA Subject
C Language Programming, Object Oriented Technologies, Programming in C++ , Computer Basics and PC Software , Web Programming, Unix Shell programming, Java Programming, Internet Concepts and Web Design , Problem Solving and Programming , IT
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
1. Which BCA subjects do you tutor for?
C Language Programming, Object Oriented Technologies, Programming in C++ and others
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach BCA Tuition Class.
4. Do you provide a demo class?
No, I don't provide a demo class.
5. How many years of experience do you have?
I have been teaching for 12 years.
Answered on 07/04/2020 Learn Unit III: Calculus/Applications of Derivatives
Answered on 07/04/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
Answered on 07/04/2020 Learn Tuition
The property or quality that distinguishes living organisms from dead organisms and inanimate matter manifested in functions such as metabolism, growth, reproduction, and response to stimuli or adaptation to the environment originating from within the organism.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
12
Experience in School or College
At present, I am working as Assistant Professor at MES College of Engineering under Kerala Technological University. I have 12 years of teaching experience.
BCA Subject
C Language Programming, Object Oriented Technologies, Programming in C++ , Computer Basics and PC Software , Web Programming, Unix Shell programming, Java Programming, Internet Concepts and Web Design , Problem Solving and Programming , IT
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Answered on 07/04/2020 Learn Unit III: Calculus/Applications of Derivatives
Answered on 07/04/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
Answered on 07/04/2020 Learn Tuition
The property or quality that distinguishes living organisms from dead organisms and inanimate matter manifested in functions such as metabolism, growth, reproduction, and response to stimuli or adaptation to the environment originating from within the organism.
Share this Profile
Also have a look at
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.