UrbanPro
true
Parul R. BTech Tuition trainer in Udaipur/>

Parul R.

Magri Gyan Nagar, Udaipur, India - 313002.

3 Students

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

Details verified of Parul R.

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 an assistant professor in computer science & engineering department since 2015. I am completed m.Tech and perusing data science course. I like teaching, interacting with students, learn new technologies. Last years I taught data structure & algorithm with c programming and compiler design.

Languages Spoken

Hindi Mother Tongue (Native)

English Basic

Education

Rajasthan Technical University 2013

Bachelor of Technology (B.Tech.)

Rajasthan Technical University 2018

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

Address

Magri Gyan Nagar, Udaipur, India - 313002

Verified Info

ID 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

BTech Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

5

BTech Electrical & Electronics subjects

Data Structures & Algorithms

BTech Computer Science subjects

Data Structures and Algorithms, Machine Learning, Artificial Intelligence, Design and Analysis of Algorithms

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BCA Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

5

Experience in School or College

I have 5 years of experience in computer science department. it was a good experience, learning about new technology, students thoughts, projects were done.

BCA Subject

Computer Basics and PC Software , Problem Solving and Programming , Data structures, C Language Programming

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Teaching Experience in detail in BCA Tuition

I have Take classes of B.tech and M.tech Student, sometimes interact with BCA students they are very talented as B.tech Students.

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

5

Engineering Diploma Branch

Computer Engineering Diploma

Computer Engineering Diploma Subject

Basics of C Programming, Data Structure Using 'C'

Experience in School or College

I am an assistant professor in the RTU of computer science department. I have 2-year experience, student satisfied with my teaching. I like to teach with some daily life example for understanding easily.

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Teaching Experience in detail in Engineering Diploma Tuition

If the students are happy at the end of the day, so am I. If not happy, I must have missed something. I need to work harder to make them happy.

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 BCA Tuition, BTech Tuition 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 5 years.

Lessons (2)

Description of an Algorithm

What is an Algorithm? An Algorithm is a step-by-step procedure, which defines a set of rules to be executed in a specific order to get the desired output. Characteristics of Algorithm: Language independent Feasible Unambiguous Finiteness Well-define...

04/08/2020
1 0
0
C program for Beginners

A Program to print 2 integer value. #include<stdio.h> #include<conio.h> main() int a,b,add; a=5; b=3; add=a+b; printf(“ Addition=%d”,&add); getch(); Brief description...

02/08/2020
1 0
0

Answers by Parul R. (1)

Answered on 21/07/2020 Learn IT Courses/Electronics and Communication +1 Tuition/BTech Tuition

Microprocessor only has CPU in the chip. The microcontroller also has RAM, ROM and other peripherals along with the CPU or processor.
Answers 136 Comments
Dislike Bookmark

Teaches

BTech Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

5

BTech Electrical & Electronics subjects

Data Structures & Algorithms

BTech Computer Science subjects

Data Structures and Algorithms, Machine Learning, Artificial Intelligence, Design and Analysis of Algorithms

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BCA Tuition
2 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

5

Experience in School or College

I have 5 years of experience in computer science department. it was a good experience, learning about new technology, students thoughts, projects were done.

BCA Subject

Computer Basics and PC Software , Problem Solving and Programming , Data structures, C Language Programming

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Teaching Experience in detail in BCA Tuition

I have Take classes of B.tech and M.tech Student, sometimes interact with BCA students they are very talented as B.tech Students.

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

5

Engineering Diploma Branch

Computer Engineering Diploma

Computer Engineering Diploma Subject

Basics of C Programming, Data Structure Using 'C'

Experience in School or College

I am an assistant professor in the RTU of computer science department. I have 2-year experience, student satisfied with my teaching. I like to teach with some daily life example for understanding easily.

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Teaching Experience in detail in Engineering Diploma Tuition

If the students are happy at the end of the day, so am I. If not happy, I must have missed something. I need to work harder to make them happy.

No Reviews yet!

Answers by Parul R. (1)

Answered on 21/07/2020 Learn IT Courses/Electronics and Communication +1 Tuition/BTech Tuition

Microprocessor only has CPU in the chip. The microcontroller also has RAM, ROM and other peripherals along with the CPU or processor.
Answers 136 Comments
Dislike Bookmark

Lessons (2)

Description of an Algorithm

What is an Algorithm? An Algorithm is a step-by-step procedure, which defines a set of rules to be executed in a specific order to get the desired output. Characteristics of Algorithm: Language independent Feasible Unambiguous Finiteness Well-define...

04/08/2020
1 0
0
C program for Beginners

A Program to print 2 integer value. #include<stdio.h> #include<conio.h> main() int a,b,add; a=5; b=3; add=a+b; printf(“ Addition=%d”,&add); getch(); Brief description...

02/08/2020
1 0
0

Parul R. conducts classes in BCA Tuition, BTech Tuition and Engineering Diploma Tuition. Parul is located in Magri Gyan Nagar, Udaipur. Parul takes Online Classes- via online medium. She has 5 years of teaching experience . Parul has completed Bachelor of Technology (B.Tech.) from Rajasthan Technical University in 2013 and Master of Engineering - Master of Technology (M.E./M.Tech.) from Rajasthan Technical University in 2018. She is well versed in English and Hindi.

X

Share this Profile

Recommended Profiles

Sivaganesh M

Sivaganesh M photo Chidambaram, Chidambaram

Vijay Amirtharaj

Vijay Amirtharaj photo Madipakkam, Chennai

Jain Mohan

Jain Mohan photo Sarobagh, Jamalpur

Mohammad Adil

Mohammad Adil photo Toli Chowki, Hyderabad

Aviral Kothari

Aviral Kothari photo University Road , Udaipur

Raghav

Raghav photo Bellandur, 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