facebook

Computers & electronics lessons in New Delhi

Find your perfect private computers & electronics tutor in New Delhi.
Learn computers & electronics with our teachers at home or in their studio.

0 teachers in my wish list
+

9 computers & electronics teachers in New Delhi

Trusted teacher: Hello, I am Siddhant, B.Tech (Civil Engineering) with a Gold Medal (Rank 1) from Jamia Millia Islamia University. Each year in civil engineering I have earned scholarships and I was selected to present my thesis that was related to "Structure Stability" at University of Erfurt, Germany. Also, I hold Masters in Building Engineering and Management (First Class with Distinction) (Rank 4) from School of Planning and Architecture, Delhi (An Institute of National Importance). Further, I am a professional accredited by PMI as I hold PMP certification in which I secured "Above Target" in all process groups. I have an experience of working in Structural Consultancy and on live construction projects thereby having a total work experience of 4 years which gave me an opportunity to apply my concepts in real world. I also give independent consultant services related to construction industry. Further, I have published technical papers which were presented in International Journals on topics related to Self Compacting Concrete and Soft Storeys. My particular areas of interest are as follows: 1. Construction Project Management 2. Construction economics and finance 3. Primavera P6 4. Microsoft Project (MSP) 5. Construction Project Estimation 6. Project Management Professional (PMP No. 2766608) (Above Target) Uptill now, I have helped students, across the globe from USA to Australia of about 12 countries and is increasing day by day. With my extensive knowledge and experience I have a strong hold on the concept and I believe in building the same in my students through my teaching methodology. Hope to see you soon to start this exciting journey. Thanks. Siddhant, PMP
Construction · Microsoft project · Project management
Meet even more great teachers. Try online lessons with the following real-time online teachers:
Cad software · Engineering
This course is tailored for IGCSE Computer Science and ICT students who want to master all the key topics in their curriculum. With a focus on practical programming skills, theoretical computer science concepts, and hands-on problem-solving, this class will guide you through the essential topics covered in the IGCSE syllabus. Learn the fundamentals of data representation, hardware and software, databases, and Boolean logic, and then build on those concepts with programming and algorithm design. Gain a deep understanding of the inner workings of computers and their applications in real-world scenarios. By the end of this course, you will have a solid understanding of key computer science concepts and the practical skills to succeed in your IGCSE exams and beyond. What You’ll Learn: Data Representation: Learn how computers represent and process data, including binary, hexadecimal, and conversions between number systems. Data Transmission: Understand how data is transmitted over networks, focusing on packet switching, USB, and data packets. Hardware & Software: Gain a foundational understanding of computer hardware components and the role of software in running programs. Boolean Logic: Explore logic gates, truth tables, and Boolean expressions, and apply them to solve complex problems. Algorithm Design: Learn to design algorithms and solve problems using effective computational methods. Programming: Master the basics of programming with hands-on coding in Python, C++, and C#. Databases: Understand database structures, SQL queries, and primary keys. Build single-table databases and learn data management techniques.
Computer programming · Computer science · Database
Trusted teacher: How to prepare for a media interview? What means should be used to fight his fear of the camera and improve his image? How to present yourself and your project in front of a camera? How to present yourself and your project to the media? Targeted content according to your project: Verbal and / or gestural communication; Seduction of the lens and / or microphone; Improvisation in front of a microphone and / or a camera; Voice & gaze; Games of one or two cameras; Chronic; Animation; Reportage; Direct radio & TV; Interview; Narration; Speech in all its forms (...) In short, several objectives: ◾ Confront your shyness in front of the microphone / camera. ◾ Understand his speech and his diction. ◾ Taming the media environment (radio / tv). ◾ Familiarize yourself with your image and voice. ◾ Manage your speaking time. Through exercises (diction, voice, presence, breathing, presentations, time management, etc.), role plays, interview simulations and familiarization with one's image and voice, the participants move at their own pace in a flexible educational framework. Note that during the videoconference session, all the notes are transcribed in the chat so that you can access them at any time when you wish. Indeed, speaking is a predominantly physical activity, which, while taking care of its image, is based on a body, a voice, a breath, a rhythm (diction) and an emotion (the imagination and the sensations ) reflecting the speaker's involvement in his speech. How to send a clear message? How to make the difference, to make an impression? Knowing how to speak, act and interact in public is almost a necessity today: your public speaking must be effective and efficient with clear, simple and powerful messages. Simple and pragmatic tools will be presented for: generating listening ● making an impression ● fostering confidence ● generating need ● motivating teams by explaining a strategy ● getting messages across within groups ● overcoming shyness by assimilating 3 CRV axes (body-breathing-voice) ● better manage disagreement or conflict. Mastered, the method allows: • improve self-confidence and stress management with the development of the speaker's fluency (verbal-bodily), his public speaking and his sense of repartee and improvisation. • to work on their ease, leadership, charisma, creativity and personal development through scenarios. * improve the characteristics of the spoken voice (timbre, pitches, intention, flow). * get your message across through your image, while gaining improvisation skills and responsiveness. Supplemented by basic exercises (diction, voice, presence, breathing, presentation, time management), role plays, improvisations and simulations. With the key word: pronunciation, diction / articulation, the sense of repartee. Statistically, the progression following these private sessions is quickly noticeable, from 2 sessions. ( study 2020). Trained in Grande Ecole post-preparatory classes & Ivy League university in the United States, specialized and has worked for more than 15 years, in Europe and North America, in the field of communication and public speaking, in renowned international public and private establishments, intervening in forums and conferences, and oriented on pedagogy and careful methodology. - Locations: Geneva - Lausanne - Friborg - Neuchâtel - Montreux - Basel - Sion - Sierre - Morges - Bienne. But currently and until further notice, only by videoconference in accordance with national recommendations on Covid. These sessions also seem to be perfectly unanimous since they have the advantages of live (example: quality of the interaction), without its disadvantages (example: loss of travel time), with additional advantages (example: of notes on the chat, which can be reread afterwards). In this context, these videoconference sessions for which you have requested me, seem to suit everyone perfectly, take place in a very optimal way and generate a certain enthusiasm (and a certain enthusiasm). That is why, at your request, I continue to offer this option. Take good care of yourself and yours! PROGRAM À la carte program: evaluated and adapted to each need.
Social media · Broadcasting · Media arts
Trusted teacher: Module 1: SQL Overview Outlining SQL as the cornerstone of database activity Applying the ANSI/ISO standards Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys Module 2: Building the Database Schema - Creating tables and columns Building tables with CREATE TABLE Modifying table structure with ALTER TABLE Adding columns to an existing table Removing tables with DROP TABLE - Protecting data integrity with constraints Guaranteeing uniqueness with primary key constraints Enforcing integrity with foreign key constraints Imposing business rules with check constraints - Improving performance with indexes Expediting data retrieval with indexes Recommending guidelines for index creation Module 3: Manipulating Data - Modifying table contents Adding table rows with INSERT Changing row content with UPDATE Removing rows with DELETE - Applying transactions Controlling transactions with COMMIT and ROLLBACK Deploying BEGIN TRANSACTION in SQL Server Module 4: Working with the SELECT Statement - Writing Single Table queries Retrieving data with SELECT Specifying column expressions Sorting the result with ORDER BY Handling NULL values in expressions - Restricting rows with the WHERE filter Testing for equality or inequality Applying wildcard characters Avoiding NULL value pitfalls Module 5: Querying Multiple Tables - Applying the ANSI/ISO standard join syntax Matching related rows with INNER JOIN Including nonmatched rows with OUTER JOIN Creating a Cartesian product with CROSS JOIN - Combining results with set operators Stacking results with UNION Identifying matching rows with INTERSECT Utilizing EXCEPT to find nonmatching rows Module 6: Employing Functions in Data Retrieval - Processing data with row functions Conditional formatting with the CASE expression Utilizing the CASE expression to simulate IF tests Dealing with NULL values - Performing analysis with aggregate functions Summarizing data using SUM, AVG and COUNT Finding the highest/lowest values with MAX and MIN Defining the summary level with GROUP BY Applying filter conditions with HAVING Module 7: Constructing Nested Queries - Applying subqueries in filter conditions Creating correlated vs. noncorrelated subqueries Testing the existence of rows - Including subqueries in expressions Placing subqueries in the column list Creating complex expressions containing subqueries Handling subqueries that return no rows Module 8: Developing In-Line and Stored Views - Breaking down complex problems Selecting data from a query result set Using subqueries in the FROM clause - Creating views in a database Building reusable code Creating updateable vs. non-updateable views
Mysql · Oracle database · Microsoft sql server
Showing results 1 - 25 of 35661 - 25 of 3566

Our students from New Delhi evaluate their Computers & Electronics teacher.

To ensure the quality of our Computers & Electronics teachers, we ask our students from New Delhi to review them.
Only reviews of students are published and they are guaranteed by Apprentus. Rated 4.9 out of 5 based on 201 reviews.

Private coding / programming lessons with python (Paris)
Matías
Highly recommended teacher!!! Matias teaching methods are great. Very clear and concise. Doesn’t waste your time explaining meaningless background information and always lectures with the intent to help you understand the material. He’s helped me understand content for my master course on Python and is one of the best lecturers that I’ve had. Your passion and dedication is beyond words! Thank you for getting me through this hard quick semester, I honestly would have never passed if it was not for your help! Thank you so much once again!
Review by JURIS
1st grade I will be your chess coach and help you become the winner of the tournament
Dmytro
I had my first class with Dmytro and I really enjoyed it. He takes his classes very seriously (he was very punctual, he had indicated to me in advance the apps/tools needed for the class, he was asking if I have questions, he replied very quickly to my messages before the class...). Also, he was very patient with me (I have a low level in chess...). I liked a lot that he was not just explaining "book" theory of chess, but also the practical tricks. I will book a second class. 100% recommended :)
Review by SARA
Mastering Web Development: From Fundamentals to Advanced Techniques (Tunis)
Oussama
I have no prior experience in this area and I took lessons with Ousamma. He has enough patience and a knack in guiding you step by step through the lessons and exercises in a very simple way to understand them well. He is an invested teacher that is kind and polite. He will help you to develop your abilities and to feel confident in order to achieve your goals. I warmly recommend him and extend my gratitude his great support throughout my learning journey.
Review by BEN

The most popular computers & electronics classes in New Delhi