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