UrbanPro
true
Praveen Kumar Modala Class 9 Tuition trainer in Hyderabad

Praveen Kumar Modala

Film Nagar, Hyderabad, India - 500008.

Contact
Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

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.

Overview

I am a post graduation student giving home/online/tutor home tuition since 2 year
I am certified in computer science I have a master degree in computer science My key skills are C lang,OS,DBMS,DIGITAL ELECTRONICS ,CORE JAVA, DATA STRUCTURE,COMPILERS

Languages Spoken

Telugu Mother Tongue (Native)

Hindi Proficient

English Basic

Address

Film Nagar, Hyderabad, India - 500008

Verified Info

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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Class 9 Tuition

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

Mathematics, Computer Practices, Information and Comunication Technology, Science

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, Science

BSc Tuition

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

Data Communication and Computer Networks, Data Structures, Operating Systems, Theory of Computations, Computer Systems Architecture, Programming Fundamentals, Digital Electronics

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 12 Tuition

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

ISC/ICSE, State, CBSE

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 10 Tuition

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 11 Tuition

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

ISC/ICSE, State, CBSE

ISC/ICSE Subjects taught

Computer Science

CBSE Subjects taught

Computer Science

Taught in School or College

Yes

BTech Tuition

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

Database Management Systems, Compiler Design, Java Programming, Computer Networks, Computer Organization & Design, Data Structures and Algorithms

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

Reviews

No Reviews yet!

FAQs

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.

Answers by Praveen Kumar Modala (1)

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; ... ...more
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;
        }
    }
}
Answers 67 Comments
Dislike Bookmark

Teaches

Class 9 Tuition

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

Mathematics, Computer Practices, Information and Comunication Technology, Science

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, Science

BSc Tuition

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

Data Communication and Computer Networks, Data Structures, Operating Systems, Theory of Computations, Computer Systems Architecture, Programming Fundamentals, Digital Electronics

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 12 Tuition

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

ISC/ICSE, State, CBSE

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 10 Tuition

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 11 Tuition

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

ISC/ICSE, State, CBSE

ISC/ICSE Subjects taught

Computer Science

CBSE Subjects taught

Computer Science

Taught in School or College

Yes

BTech Tuition

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

Database Management Systems, Compiler Design, Java Programming, Computer Networks, Computer Organization & Design, Data Structures and Algorithms

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

No Reviews yet!

Answers by Praveen Kumar Modala (1)

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; ... ...more
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;
        }
    }
}
Answers 67 Comments
Dislike Bookmark

Praveen Kumar Modala conducts classes in BSc Tuition, BTech Tuition and Class 10 Tuition. Praveen Kumar is located in Film Nagar, Hyderabad. Praveen Kumar takes at students Home. He has 2 years of teaching experience . HeĀ is well versed in Telugu, Hindi and English.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more