Jia Sarai, Delhi, India - 110016.
Verified
Details verified of Ramkesh✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Intro Video
Hindi Mother Tongue (Native)
English Proficient
Kurukshetra University, Kurukshetra 2006
Bachelor of Computer Science (B.Sc. (Computer Science))
National Institute of Technology, Kurukshetra 2011
Master of Computer Applications (M.C.A.)
Jia Sarai, Delhi, India - 110016
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.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
9
BCA Subject
Programming in C++ , Data Communication and Networks, Unix Shell programming, Computer Architecture, Software Engineering , Digital Electronics, Data and File Structures , Object Oriented Technologies, Java Programming, Operating System Concepts and Networking Management , Network Programming and Administration , Data structures, Computer Networks , Database Management Systems , Cryptography and Network Security, Algorithm Design , Assembly Language Programming, Microprocessor, Computer Basics and PC Software , IT, C Language Programming, Systems Analysis and Design
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Teaching Experience in detail in BCA Tuition
Teaching experience in details in BCA classes. Overall 9+ years of experience in development and teaching.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
9
BSc Electronics Subjects
Data Structures, Digital Electronics, Fundamental of Programming Languages
BSc Computer Science Subjects
Microprocessors, Computer Systems Architecture, Computer Graphics, Software Engineering, Digital Electronics, Data Communication and Computer Networks, Programming Fundamentals, Data Mining, Data Structures, Software Testing, Operating Systems
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Advance and data structure, Computer organization & architechture, Problem solving methodologies & programming in C
BSc Economics subjects
Matrix Algebra
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics, BSc IT, BSc Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MCA Coaching classes
9
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
9
BTech Electrical & Electronics subjects
Data Structures & Algorithms, Digital Computer Organization And Architecture, Database Management Systems, Algorithms And Data Structures, Computer Networks
BTech Electrical & Communication
Object Oriented Programming, Computer Organization and Architecture, Data Structures and Algorithms, Digital Electronics, Communication Networks
BTech Computer Science subjects
Database Management Systems, Computer Organization & Design, Data Communication, Computer Networks, Computer Architecture, Data Structures and Algorithms, Software Testing and Analysis, Design and Analysis of Algorithms, Microprocessors, Linux Programming, Data Warehouse and Data Mining, Software Engineering and Architecture, Object Oriented Programming & Systems
BTech Branch
BTech Computer Science Engineering, BTech Electrical & Electronics, BTech Electrical & Communication Engineering
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BTech 1st Year subjects
Computer science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MTech Tuition
9
Subject
Computers/IT, Electronics/Telecom Engineering
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
I am willing to Travel
Tutor's Home
Years of Experience in UGC NET Exam Coaching classes
2
UGC_NET_Papers
Paper II / Paper III
Subject
Computer Science and Applications
Teaching Experience in detail in UGC NET Exam Coaching classes
Overall 9+ years of experience in development and teaching.
1. Which BCA subjects do you tutor for?
Programming in C++ , Data Communication and Networks, Unix Shell programming and others
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach BCA Tuition, BSc Tuition, BTech Tuition, MCA Coaching, MTech Tuition and UGC NET Exam Coaching 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 9 years.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
There is no language and database in software industries that you can call as most important. It keeps changing. It's entirely depend upon your requirment. Each languages has its uniqueness and hence important in its domain.
Check below point for further clarification:
Java for Application software developers
C/C++ for System software (Utilities/Device drivers/Embedded Systems) developers.
Python for AI, ML, DL and Data Science application developers.
JS for front-end developers.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
Answered on 17/01/2019 Learn IT Courses/Programming Languages/C Language
C language is considered as the mother language of all the modern programming languages because most of the compilers, Kernels are written in C language, and most of the programming languages follow C syntax, for example C++, Java, C#, X++ etc.
C programming language is the base for other programming languages. So first of all C language is recommended to learn before other programming languages.
Answered on 14/01/2019 Learn IT Courses/Programming Languages/C Language
First, C++ can do everything C can do, only better. C is the predominant language for embedded systems, not C++. The latter is mostly suited to 32-bit systems, and 32-bit MCUs still have less than a 40% market share. And a lot of 32-bit systems still run without an OS at all (“bare metal”). Those that do are split between using a real-time OS like FreeRTOS, and a variation of Linux. C++ is the most widely used language in embedded systems programming. It is preferred over C to write complex embedded OS. Since C++ provides re-use ability of code (inheritance) and greater modularity ( classes ), it is much easier to update the software, in advanced versions.Also, C++ is mostly used in critical embedded systems (where reliability is of utmost importance) like auto-pilot, medical devices , etc. C++ is the most reliable language.
Answered on 13/01/2019 Learn IT Courses/Programming Languages/C Language
In C, there are two ways to access data member:
1. Simple Variable
2. Pointer Variable
For pointer variable arrow(->) is used to access data member as given in below example:
#include <stdio.h>
struct student
{
int id;
char name[20];
};
int main()
{
int i;
struct student record1 = {20, "Ram"};
struct student *ptr;
ptr = &record1; //here ptr is pointer variable which is refereing to record1 variable
printf("Record of student: \n");
printf(" Id is: %d \n", ptr->id);
printf(" Name is: %s \n", ptr->name);
return 0;
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
9
BCA Subject
Programming in C++ , Data Communication and Networks, Unix Shell programming, Computer Architecture, Software Engineering , Digital Electronics, Data and File Structures , Object Oriented Technologies, Java Programming, Operating System Concepts and Networking Management , Network Programming and Administration , Data structures, Computer Networks , Database Management Systems , Cryptography and Network Security, Algorithm Design , Assembly Language Programming, Microprocessor, Computer Basics and PC Software , IT, C Language Programming, Systems Analysis and Design
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Teaching Experience in detail in BCA Tuition
Teaching experience in details in BCA classes. Overall 9+ years of experience in development and teaching.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
9
BSc Electronics Subjects
Data Structures, Digital Electronics, Fundamental of Programming Languages
BSc Computer Science Subjects
Microprocessors, Computer Systems Architecture, Computer Graphics, Software Engineering, Digital Electronics, Data Communication and Computer Networks, Programming Fundamentals, Data Mining, Data Structures, Software Testing, Operating Systems
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Advance and data structure, Computer organization & architechture, Problem solving methodologies & programming in C
BSc Economics subjects
Matrix Algebra
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics, BSc IT, BSc Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MCA Coaching classes
9
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
9
BTech Electrical & Electronics subjects
Data Structures & Algorithms, Digital Computer Organization And Architecture, Database Management Systems, Algorithms And Data Structures, Computer Networks
BTech Electrical & Communication
Object Oriented Programming, Computer Organization and Architecture, Data Structures and Algorithms, Digital Electronics, Communication Networks
BTech Computer Science subjects
Database Management Systems, Computer Organization & Design, Data Communication, Computer Networks, Computer Architecture, Data Structures and Algorithms, Software Testing and Analysis, Design and Analysis of Algorithms, Microprocessors, Linux Programming, Data Warehouse and Data Mining, Software Engineering and Architecture, Object Oriented Programming & Systems
BTech Branch
BTech Computer Science Engineering, BTech Electrical & Electronics, BTech Electrical & Communication Engineering
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BTech 1st Year subjects
Computer science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MTech Tuition
9
Subject
Computers/IT, Electronics/Telecom Engineering
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
I am willing to Travel
Tutor's Home
Years of Experience in UGC NET Exam Coaching classes
2
UGC_NET_Papers
Paper II / Paper III
Subject
Computer Science and Applications
Teaching Experience in detail in UGC NET Exam Coaching classes
Overall 9+ years of experience in development and teaching.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
There is no language and database in software industries that you can call as most important. It keeps changing. It's entirely depend upon your requirment. Each languages has its uniqueness and hence important in its domain.
Check below point for further clarification:
Java for Application software developers
C/C++ for System software (Utilities/Device drivers/Embedded Systems) developers.
Python for AI, ML, DL and Data Science application developers.
JS for front-end developers.
Answered on 05/02/2019 Learn IT Courses/Programming Languages/C Language
Answered on 17/01/2019 Learn IT Courses/Programming Languages/C Language
C language is considered as the mother language of all the modern programming languages because most of the compilers, Kernels are written in C language, and most of the programming languages follow C syntax, for example C++, Java, C#, X++ etc.
C programming language is the base for other programming languages. So first of all C language is recommended to learn before other programming languages.
Answered on 14/01/2019 Learn IT Courses/Programming Languages/C Language
First, C++ can do everything C can do, only better. C is the predominant language for embedded systems, not C++. The latter is mostly suited to 32-bit systems, and 32-bit MCUs still have less than a 40% market share. And a lot of 32-bit systems still run without an OS at all (“bare metal”). Those that do are split between using a real-time OS like FreeRTOS, and a variation of Linux. C++ is the most widely used language in embedded systems programming. It is preferred over C to write complex embedded OS. Since C++ provides re-use ability of code (inheritance) and greater modularity ( classes ), it is much easier to update the software, in advanced versions.Also, C++ is mostly used in critical embedded systems (where reliability is of utmost importance) like auto-pilot, medical devices , etc. C++ is the most reliable language.
Answered on 13/01/2019 Learn IT Courses/Programming Languages/C Language
In C, there are two ways to access data member:
1. Simple Variable
2. Pointer Variable
For pointer variable arrow(->) is used to access data member as given in below example:
#include <stdio.h>
struct student
{
int id;
char name[20];
};
int main()
{
int i;
struct student record1 = {20, "Ram"};
struct student *ptr;
ptr = &record1; //here ptr is pointer variable which is refereing to record1 variable
printf("Record of student: \n");
printf(" Id is: %d \n", ptr->id);
printf(" Name is: %s \n", ptr->name);
return 0;
}
Share this Profile
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.