UrbanPro
true
Pinky D. Class 6 Tuition trainer in Kolkata

Pinky D.

Computer Teacher

Birati, Kolkata, India - 700051.

1 Student

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

Details verified of Pinky D.

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 can teach each and every topics very easily and make it stronger for the students.

Languages Spoken

Hindi

Bengali

English

Education

Surendra Institute Of Engineering & Managemnent 2015

Bachelor of Technology (B.Tech.)

Address

Birati, Kolkata, India - 700051

Verified Info

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

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

1

Board

CBSE

CBSE Subjects taught

Computers, Science, EVS, Mathematics, 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

Years of Experience in Class 7 Tuition

1

Board

CBSE

CBSE Subjects taught

Computers, Science, EVS, Mathematics, 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

Years of Experience in Class 8 Tuition

1

Board

CBSE

CBSE Subjects taught

Computers, Science, EVS, Mathematics, English

Taught in School or College

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

1

Teaches

Core Java

Certification training offered

No

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

1

Proficiency level taught

Basic C++

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

1

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

1

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 Computer Science subjects

Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Software Testing classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Training offered

Silk Test

Training for ISTQB certification

No

Testing Types

Automated Software Testing

Class I-V Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class I-V Tuition

2

Board

CBSE

CBSE Subjects taught

English, Science, Computers

Taught in School or College

No

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which school boards of Class 8 do you teach for?

CBSE

2. Have you ever taught in any School or College?

No

3. Which classes do you teach?

I teach BTech Tuition, C Language, C++ Language, Class 6 Tuition, Class 7 Tuition, Class 8 Tuition, Class I-V Tuition, Database Training, Java Training and Software Testing 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 Pinky D. (8)

Answered on 28/11/2017 Learn IT Courses/Programming Languages/C Language

C
Answers 5 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Web Designing

Never install a new release of WAMPServer over an existing installation if you want a ner version uninstall the old one
Answers 18 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C Language

import java.io.*; class swap{ public static void main(String args) throws IOException{ BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter 1st no: "); int x=Integer.parseInt(br.readLine()); System.out.print("Enter... ...more
import java.io.*; class swap{ public static void main(String args[]) throws IOException{ BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter 1st no: "); int x=Integer.parseInt(br.readLine()); System.out.print("Enter 2nd no: "); int y=Integer.parseInt(br.readLine()); System.out.println("\nNumbers Before Swapping:"); System.out.println("x = "+x); System.out.println("y = "+y); //Swapping Method 2 x = x^y; y = x^y; x = x^y; System.out.println("\nNumbers After Swapping:"); System.out.println("x = "+x); System.out.println("y = "+y); } }
Answers 25 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn Tuition/BTech Tuition

//If I have taken two variables a=4 and b=5,then before swapping a=4, b=5 after swapping a=5, b=4. //So to swap I ll use bitwise XOR operation //My program would be #include stdio.h //kindly put the angle brackets over here..... my system #inlucde conio.h //doesnt suppot int main () { ... ...more
//If I have taken two variables a=4 and b=5,then before swapping a=4, b=5 after swapping a=5, b=4. //So to swap I ll use bitwise XOR operation //My program would be #include stdio.h //kindly put the angle brackets over here..... my system #inlucde conio.h //doesnt suppot int main () { int a,b; scanf("%d %d",&a,&b); printf("Before swapping\n a= %d\nb= %d\n",a,b); a =a^b; b =a^b; a =a^b; printf("after swapping\n a= %d\nb= %d\n",a,b); getch (); return 0; }
Answers 22 Comments
Dislike Bookmark

Teaches

Class 6 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 6 Tuition

1

Board

CBSE

CBSE Subjects taught

Computers, Science, EVS, Mathematics, 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

Years of Experience in Class 7 Tuition

1

Board

CBSE

CBSE Subjects taught

Computers, Science, EVS, Mathematics, 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

Years of Experience in Class 8 Tuition

1

Board

CBSE

CBSE Subjects taught

Computers, Science, EVS, Mathematics, English

Taught in School or College

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

1

Teaches

Core Java

Certification training offered

No

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

1

Proficiency level taught

Basic C++

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

1

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

1

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 Computer Science subjects

Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

Software Testing classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Training offered

Silk Test

Training for ISTQB certification

No

Testing Types

Automated Software Testing

Class I-V Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class I-V Tuition

2

Board

CBSE

CBSE Subjects taught

English, Science, Computers

Taught in School or College

No

No Reviews yet! Be the first one to Review

Answers by Pinky D. (8)

Answered on 28/11/2017 Learn IT Courses/Programming Languages/C Language

C
Answers 5 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Web Designing

Never install a new release of WAMPServer over an existing installation if you want a ner version uninstall the old one
Answers 18 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C Language

import java.io.*; class swap{ public static void main(String args) throws IOException{ BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter 1st no: "); int x=Integer.parseInt(br.readLine()); System.out.print("Enter... ...more
import java.io.*; class swap{ public static void main(String args[]) throws IOException{ BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter 1st no: "); int x=Integer.parseInt(br.readLine()); System.out.print("Enter 2nd no: "); int y=Integer.parseInt(br.readLine()); System.out.println("\nNumbers Before Swapping:"); System.out.println("x = "+x); System.out.println("y = "+y); //Swapping Method 2 x = x^y; y = x^y; x = x^y; System.out.println("\nNumbers After Swapping:"); System.out.println("x = "+x); System.out.println("y = "+y); } }
Answers 25 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn Tuition/BTech Tuition

//If I have taken two variables a=4 and b=5,then before swapping a=4, b=5 after swapping a=5, b=4. //So to swap I ll use bitwise XOR operation //My program would be #include stdio.h //kindly put the angle brackets over here..... my system #inlucde conio.h //doesnt suppot int main () { ... ...more
//If I have taken two variables a=4 and b=5,then before swapping a=4, b=5 after swapping a=5, b=4. //So to swap I ll use bitwise XOR operation //My program would be #include stdio.h //kindly put the angle brackets over here..... my system #inlucde conio.h //doesnt suppot int main () { int a,b; scanf("%d %d",&a,&b); printf("Before swapping\n a= %d\nb= %d\n",a,b); a =a^b; b =a^b; a =a^b; printf("after swapping\n a= %d\nb= %d\n",a,b); getch (); return 0; }
Answers 22 Comments
Dislike Bookmark

Contact

Load More

Pinky D. describes herself as Computer Teacher. She conducts classes in BTech Tuition, C Language and C++ Language. Pinky is located in Birati, Kolkata. Pinky takes at students Home, Regular Classes- at her Home and Online Classes- via online medium. She has 2 years of teaching experience . Pinky has completed Bachelor of Technology (B.Tech.) from Surendra Institute Of Engineering & Managemnent in 2015. She is well versed in Hindi, Bengali 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