Film Nagar, Hyderabad, India - 500008.
Details verified of Praveen Kumar Modala✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Telugu Mother Tongue (Native)
Hindi Proficient
English Basic
Film Nagar, Hyderabad, India - 500008
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 Class 9 Tuition
1
Board
CBSE, State
CBSE Subjects taught
Computer Practices, Science, Information and Comunication Technology, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
Science, Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
2
BSc Computer Science Subjects
Theory of Computations, Programming Fundamentals, Operating Systems, Digital Electronics, Data Communication and Computer Networks, Data Structures, Computer Systems Architecture
Type of class
Crash Course, Regular Classes
BSc IT Subjects
Advance and data structure
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
1
Board
CBSE, ISC/ICSE, State
ISC/ICSE Subjects taught
Computer Science
CBSE Subjects taught
Computer Science
Taught in School or College
Yes
State Syllabus Subjects taught
Electronics, Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
2
Board
CBSE
CBSE Subjects taught
Computer Practices, Science
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
1
Board
CBSE, ISC/ICSE, State
ISC/ICSE Subjects taught
Computer Science
CBSE Subjects taught
Computer Science
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
2
BTech Electrical & Electronics subjects
Data Structures & Algorithms
BTech Computer Science subjects
Computer Networks, Java Programming, Compiler Design, Computer Organization & Design, Data Structures and Algorithms, Database Management Systems
BTech Branch
BTech Computer Science Engineering
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 school boards of Class 10 do you teach for?
CBSE and State
2. Do you have any prior teaching experience?
No
3. Which classes do you teach?
I teach BSc Tuition, BTech Tuition, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition and Class 9 Tuition Classes.
4. Do you provide a demo class?
Yes, I provide a free demo class.
5. How many years of experience do you have?
I have been teaching for 1 year.
Answered on 17/03/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;
}
}
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
1
Board
CBSE, State
CBSE Subjects taught
Computer Practices, Science, Information and Comunication Technology, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
Science, Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
2
BSc Computer Science Subjects
Theory of Computations, Programming Fundamentals, Operating Systems, Digital Electronics, Data Communication and Computer Networks, Data Structures, Computer Systems Architecture
Type of class
Crash Course, Regular Classes
BSc IT Subjects
Advance and data structure
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
1
Board
CBSE, ISC/ICSE, State
ISC/ICSE Subjects taught
Computer Science
CBSE Subjects taught
Computer Science
Taught in School or College
Yes
State Syllabus Subjects taught
Electronics, Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
2
Board
CBSE
CBSE Subjects taught
Computer Practices, Science
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
1
Board
CBSE, ISC/ICSE, State
ISC/ICSE Subjects taught
Computer Science
CBSE Subjects taught
Computer Science
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
2
BTech Electrical & Electronics subjects
Data Structures & Algorithms
BTech Computer Science subjects
Computer Networks, Java Programming, Compiler Design, Computer Organization & Design, Data Structures and Algorithms, Database Management Systems
BTech Branch
BTech Computer Science Engineering
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 17/03/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;
}
}
}
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.