UrbanPro
true
B.V.V Satyanarayana Rao BTech Tuition trainer in Ongole

B.V.V Satyanarayana Rao

Computer Wizard

Addanki Gate, Ongole, India - 523001.

Verified 56 Students

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

Details verified of B.V.V Satyanarayana Rao

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 have 5 years of Teaching Experience in Engineering college.

Languages Spoken

English

Telugu

Education

SATHYABAMA UNIVERSITY 2009

Master of Engineering - Master of Technology (M.E./M.Tech.)

Address

Addanki Gate, Ongole, India - 523001

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Facebook 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

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

10

BTech Computer Science subjects

Internet Technology and Applications, Java Programming, Computer Networks, Data Structures and Algorithms, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

Engineering Diploma Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

2

Information Technology Engineering Diploma Subject

Operating System, Data Structure, Software Engineering, Java Programming, Computer Networks

Engineering Diploma Branch

Information Technology Engineering Diploma, Computer Engineering Diploma

Computer Engineering Diploma Subject

Software Engineering, Basics of C Programming, Computer Hardware and Maintenace, Java Programming, Operating System, Data Structure Using 'C', Computer Network

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

C Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

9

BSc Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

10

BSc Computer Science Subjects

Computer Graphics, Programming Fundamentals, Data Structures, Computer Systems Architecture, Internet Technologies, Operating Systems, Software Engineering, Data Communication and Computer Networks

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BSc Branch

BSc Computer Science

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

9

Type of Computer course taken

Software Programming, Basics of Computer usage, Training in Computer tools usage, Training in Software application usage

Reviews

No Reviews yet!

FAQs

1. Which BTech branches do you tutor for?

BTech Computer Science Engineering

2. Do you have any prior teaching experience?

Yes

3. Which classes do you teach?

I teach BSc Tuition, BTech Tuition, C Language, Computer and Engineering Diploma 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 10 years.

Answers by B.V.V Satyanarayana Rao (5)

Answered on 07/09/2017 Learn IT Courses/Java

In the C program, the execution starts from main function. In the Java program, the execution starts from the main class, and Java creates a 3 files in the execution, those are class file and object file and Java file. This Java code execution done only first time remaining times object will run whenever... ...more
In the C program, the execution starts from main function. In the Java program, the execution starts from the main class, and Java creates a 3 files in the execution, those are class file and object file and Java file. This Java code execution done only first time remaining times object will run whenever you want execution. But C will execute total program every time.
Answers 6 Comments
Dislike Bookmark

Answered on 05/09/2017 Learn IT Courses/Programming Languages/C Language

Basics are very important to each and every programming language. So, my suggestion is first priority give to book reading, then by video or by teacher.
Answers 7 Comments
Dislike Bookmark

Answered on 05/09/2017 Learn IT Courses/Programming Languages/C Language

void main () { printf("\n"); getch(); }
Answers 6 Comments
Dislike Bookmark

Answered on 17/01/2017 Learn Tuition/BSc Tuition +1 Tuition/BSc Tuition/Computer Programming in C

Go to Let Us C book by Author Yeshwant Kanetkar, it gives basic programming knowledge in C language.
Answers 22 Comments
Dislike Bookmark

Answered on 08/12/2016 +1 Tuition/Engineering Diploma Tuition/Basics of C Programming

For the basic concepts I'll suggest 'Let Us C' book by Yaswanth Kanetkar. It'll help you to get knowledge.
Answers 48 Comments
Dislike Bookmark

Teaches

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

10

BTech Computer Science subjects

Internet Technology and Applications, Java Programming, Computer Networks, Data Structures and Algorithms, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

Engineering Diploma Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

2

Information Technology Engineering Diploma Subject

Operating System, Data Structure, Software Engineering, Java Programming, Computer Networks

Engineering Diploma Branch

Information Technology Engineering Diploma, Computer Engineering Diploma

Computer Engineering Diploma Subject

Software Engineering, Basics of C Programming, Computer Hardware and Maintenace, Java Programming, Operating System, Data Structure Using 'C', Computer Network

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

C Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

9

BSc Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

10

BSc Computer Science Subjects

Computer Graphics, Programming Fundamentals, Data Structures, Computer Systems Architecture, Internet Technologies, Operating Systems, Software Engineering, Data Communication and Computer Networks

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BSc Branch

BSc Computer Science

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

9

Type of Computer course taken

Software Programming, Basics of Computer usage, Training in Computer tools usage, Training in Software application usage

No Reviews yet!

Answers by B.V.V Satyanarayana Rao (5)

Answered on 07/09/2017 Learn IT Courses/Java

In the C program, the execution starts from main function. In the Java program, the execution starts from the main class, and Java creates a 3 files in the execution, those are class file and object file and Java file. This Java code execution done only first time remaining times object will run whenever... ...more
In the C program, the execution starts from main function. In the Java program, the execution starts from the main class, and Java creates a 3 files in the execution, those are class file and object file and Java file. This Java code execution done only first time remaining times object will run whenever you want execution. But C will execute total program every time.
Answers 6 Comments
Dislike Bookmark

Answered on 05/09/2017 Learn IT Courses/Programming Languages/C Language

Basics are very important to each and every programming language. So, my suggestion is first priority give to book reading, then by video or by teacher.
Answers 7 Comments
Dislike Bookmark

Answered on 05/09/2017 Learn IT Courses/Programming Languages/C Language

void main () { printf("\n"); getch(); }
Answers 6 Comments
Dislike Bookmark

Answered on 17/01/2017 Learn Tuition/BSc Tuition +1 Tuition/BSc Tuition/Computer Programming in C

Go to Let Us C book by Author Yeshwant Kanetkar, it gives basic programming knowledge in C language.
Answers 22 Comments
Dislike Bookmark

Answered on 08/12/2016 +1 Tuition/Engineering Diploma Tuition/Basics of C Programming

For the basic concepts I'll suggest 'Let Us C' book by Yaswanth Kanetkar. It'll help you to get knowledge.
Answers 48 Comments
Dislike Bookmark

B.V.V Satyanarayana Rao describes himself as Computer Wizard. He conducts classes in BSc Tuition, BTech Tuition and C Language. B.V.V is located in Addanki Gate, Ongole. B.V.V takes at students Home and Regular Classes- at his Home. He has 10 years of teaching experience . B.V.V has completed Master of Engineering - Master of Technology (M.E./M.Tech.) from SATHYABAMA UNIVERSITY in 2009. HeĀ is well versed in English and Telugu.

X

Share this Profile

Recommended Profiles

Shruthi A P

Shruthi A P photo New Thippasandra, Bangalore

Tumpa Sardar

Tumpa Sardar photo UDAY SHANKAR SARANI, Kolkata

Punnami

Punnami photo Addanki Gate, Ongole

Sai Srinivasa Grandhi

Sai Srinivasa Grandhi photo Addanki Gate, Ongole

Suresh P

Suresh P photo Gachibowli, Hyderabad

Ningaraj Magi

Ningaraj Magi photo Richmond Town, Bangalore

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