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
Programming in C++ , IT, Problem Solving and Programming , C Language Programming, Object Oriented Technologies, Unix Shell programming, Internet Concepts and Web Design , Web Programming, Computer Basics and PC Software , Java Programming
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
1. Which BCA subjects do you tutor for?
Programming in C++ , IT, Problem Solving and Programming 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
Programming in C++ , IT, Problem Solving and Programming , C Language Programming, Object Oriented Technologies, Unix Shell programming, Internet Concepts and Web Design , Web Programming, Computer Basics and PC Software , Java Programming
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
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.
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Badharudheen P
Let Badharudheen P know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.