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
Data structures, Data and File Structures , Operating System Concepts and Networking Management , Database Management Systems , Microprocessor, Software Engineering , Data Communication and Networks, Computer Networks , Algorithm Design , Cryptography and Network Security, C Language Programming, Network Programming and Administration , Unix Shell programming, IT, Java Programming, Programming in C++ , Assembly Language Programming, Computer Architecture, Systems Analysis and Design , Object Oriented Technologies, Digital Electronics, Computer Basics and PC Software
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
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
Digital Electronics, Fundamental of Programming Languages, Data Structures
BSc Computer Science Subjects
Computer Systems Architecture, Software Testing, Data Mining, Software Engineering, Computer Graphics, Digital Electronics, Microprocessors, Operating Systems, Programming Fundamentals, Data Structures, Data Communication and Computer Networks
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Advance and data structure, Problem solving methodologies & programming in C, Computer organization & architechture
BSc Economics subjects
Matrix Algebra
Class strength catered to
Group Classes, One on one/ Private Tutions
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
Algorithms And Data Structures, Database Management Systems, Data Structures & Algorithms, Digital Computer Organization And Architecture, Computer Networks
BTech Electrical & Communication
Digital Electronics, Communication Networks, Object Oriented Programming, Computer Organization and Architecture, Data Structures and Algorithms
BTech Computer Science subjects
Data Warehouse and Data Mining, Computer Organization & Design, Data Structures and Algorithms, Object Oriented Programming & Systems, Data Communication, Microprocessors, Design and Analysis of Algorithms, Computer Networks, Software Testing and Analysis, Database Management Systems, Computer Architecture, Software Engineering and Architecture, Linux Programming
BTech Branch
BTech Electrical & Electronics, BTech Electrical & Communication Engineering, BTech Computer Science Engineering
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
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?
Data structures, Data and File Structures , Operating System Concepts and Networking Management 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
Data structures, Data and File Structures , Operating System Concepts and Networking Management , Database Management Systems , Microprocessor, Software Engineering , Data Communication and Networks, Computer Networks , Algorithm Design , Cryptography and Network Security, C Language Programming, Network Programming and Administration , Unix Shell programming, IT, Java Programming, Programming in C++ , Assembly Language Programming, Computer Architecture, Systems Analysis and Design , Object Oriented Technologies, Digital Electronics, Computer Basics and PC Software
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
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
Digital Electronics, Fundamental of Programming Languages, Data Structures
BSc Computer Science Subjects
Computer Systems Architecture, Software Testing, Data Mining, Software Engineering, Computer Graphics, Digital Electronics, Microprocessors, Operating Systems, Programming Fundamentals, Data Structures, Data Communication and Computer Networks
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Advance and data structure, Problem solving methodologies & programming in C, Computer organization & architechture
BSc Economics subjects
Matrix Algebra
Class strength catered to
Group Classes, One on one/ Private Tutions
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
Algorithms And Data Structures, Database Management Systems, Data Structures & Algorithms, Digital Computer Organization And Architecture, Computer Networks
BTech Electrical & Communication
Digital Electronics, Communication Networks, Object Oriented Programming, Computer Organization and Architecture, Data Structures and Algorithms
BTech Computer Science subjects
Data Warehouse and Data Mining, Computer Organization & Design, Data Structures and Algorithms, Object Oriented Programming & Systems, Data Communication, Microprocessors, Design and Analysis of Algorithms, Computer Networks, Software Testing and Analysis, Database Management Systems, Computer Architecture, Software Engineering and Architecture, Linux Programming
BTech Branch
BTech Electrical & Electronics, BTech Electrical & Communication Engineering, BTech Computer Science Engineering
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
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.