UrbanPro
true
Priyadarshi Chanda Computer Course trainer in Kolkata

Priyadarshi Chanda

Tutor

East Kolkata Township, Kolkata, India - 700107.

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

Details verified of Priyadarshi Chanda

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

3 IBM certifications
Passed B.Tech in Computer Science and Engineering in the year 2013.
Good in computer programming, mathematics (I to XII) and English (I to XII).
Schooling from St. Thomas's Church School (ICSE board)

Languages Spoken

Bengali

English

Hindi

Education

West Bengal University of Technology 2013

Bachelor of Technology (B.Tech.)

IBM 2011

Associate Developer

NIVT 2012

Associate System Administrator

NIVT 2012

Summer Training

Address

East Kolkata Township, Kolkata, India - 700107

Verified Info

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

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Type of Computer course taken

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

Class 11 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ISC/ICSE

ISC/ICSE Subjects taught

Mathematics, Computer Science, English, English Literature

Taught in School or College

No

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ISC/ICSE

ISC/ICSE Subjects taught

Mathematics, Computer Science, English, English Literature

Taught in School or College

No

Class 6 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, Computer Science, English

Taught in School or College

No

Class 7 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, Computer Science, English

Taught in School or College

No

Class 8 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, Computer Science, English

Taught in School or College

No

Class 9 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Computer Application, Mathematics, English

Taught in School or College

No

Class 10 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Computer Application, Mathematics, English

Taught in School or College

No

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, English

Taught in School or College

No

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Proficiency level taught

Basic C++

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which computer courses do you teach?

Training in Computer tools usage, Software Programming, Basics of Computer usage and others

2. Which classes do you teach?

I teach C Language, C++ Language, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition, Class 6 Tuition, Class 7 Tuition, Class 8 Tuition, Class 9 Tuition and Class I-V Tuition Classes.

3. Do you provide a demo class?

Yes, I provide a free demo class.

4. How many years of experience do you have?

I have been teaching for less than a year.

Answers by Priyadarshi Chanda (4)

Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

While Do While ForLoop #include<conio.h>#include<iostream.h>void main(){int a=2;while(a<=50){cout<<a<<"\t";a=a+2;}getch();} #include<conio.h>#include<iostream.h>void main(){int a=2;do{cout<<a<<"\t";a=a+2;}while(a<=50);getch();} #include<conio.h>#include<iostream.h>void... ...more

While

Do While

ForLoop

#include<conio.h>
#include<iostream.h>
void main()
{
int a=2;
while(a<=50)
{
cout<<a<<"\t";
a=a+2;
}
getch();
}

#include<conio.h>
#include<iostream.h>
void main()
{
int a=2;
do
{
cout<<a<<"\t";
a=a+2;
}
while(a<=50);
getch();
}

#include<conio.h>
#include<iostream.h>
void main()
{
int i;
for(i=2;i<=50;i=i+2)
{
cout<<i<<"\t";
}
getch();
}

 

Answers 1 Comments
Dislike Bookmark

Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

Try to use different processes and functions to solve different problems and check, which one is easier and takes less time & space complexity. Think it in this way:"Suppose you want to pour water in a glass. How it will be, if you use a long pipe to fill up the glass with water?"
Answers 3 Comments
Dislike Bookmark

Teaches

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Type of Computer course taken

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

Class 11 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ISC/ICSE

ISC/ICSE Subjects taught

Mathematics, Computer Science, English, English Literature

Taught in School or College

No

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ISC/ICSE

ISC/ICSE Subjects taught

Mathematics, Computer Science, English, English Literature

Taught in School or College

No

Class 6 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, Computer Science, English

Taught in School or College

No

Class 7 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, Computer Science, English

Taught in School or College

No

Class 8 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, Computer Science, English

Taught in School or College

No

Class 9 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Computer Application, Mathematics, English

Taught in School or College

No

Class 10 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Computer Application, Mathematics, English

Taught in School or College

No

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Board

ICSE

ICSE Subjects taught

Mathematics, English

Taught in School or College

No

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Proficiency level taught

Basic C++

No Reviews yet! Be the first one to Review

Answers by Priyadarshi Chanda (4)

Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

While Do While ForLoop #include<conio.h>#include<iostream.h>void main(){int a=2;while(a<=50){cout<<a<<"\t";a=a+2;}getch();} #include<conio.h>#include<iostream.h>void main(){int a=2;do{cout<<a<<"\t";a=a+2;}while(a<=50);getch();} #include<conio.h>#include<iostream.h>void... ...more

While

Do While

ForLoop

#include<conio.h>
#include<iostream.h>
void main()
{
int a=2;
while(a<=50)
{
cout<<a<<"\t";
a=a+2;
}
getch();
}

#include<conio.h>
#include<iostream.h>
void main()
{
int a=2;
do
{
cout<<a<<"\t";
a=a+2;
}
while(a<=50);
getch();
}

#include<conio.h>
#include<iostream.h>
void main()
{
int i;
for(i=2;i<=50;i=i+2)
{
cout<<i<<"\t";
}
getch();
}

 

Answers 1 Comments
Dislike Bookmark

Answered on 29/11/2018 Learn IT Courses/Programming Languages/C Language +3 Tuition/BCA Tuition/C Language Programming IT Courses/Programming Languages/C++ Language/Advanced C++ IT Courses/Programming Languages/C++ Language/Basic C++

Try to use different processes and functions to solve different problems and check, which one is easier and takes less time & space complexity. Think it in this way:"Suppose you want to pour water in a glass. How it will be, if you use a long pipe to fill up the glass with water?"
Answers 3 Comments
Dislike Bookmark

Priyadarshi Chanda describes himself as Tutor. He conducts classes in C Language, C++ Language and Class 10 Tuition. Priyadarshi Chanda is located in East Kolkata Township, Kolkata. Priyadarshi Chanda takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. Priyadarshi Chanda has completed Bachelor of Technology (B.Tech.) from West Bengal University of Technology in 2013. HeĀ is well versed in Bengali, English and Hindi.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Priyadarshi Chanda

Let Priyadarshi Chanda know you are interested in their class

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.

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