Computers & electronics lessons in Cork

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

0 teachers in my wish list
+

2 computers & electronics teachers in Cork

Welcome to my Microsoft Office suite course! Throughout this program, students will gain comprehensive knowledge and hands-on experience with three essential applications: Microsoft Word, Microsoft Excel, and Microsoft PowerPoint. my goal is to empower students with the necessary skills to become proficient users and enhance their productivity in various professional and personal tasks. Here's a detailed breakdown of what you will learn in each application: Microsoft Word: Basic document creation and formatting: Students will learn how to create, edit, and format text-based documents, including adjusting font styles, sizes, and colors. Page layout and design: Understanding page margins, orientation, headers, footers, and page numbering to make documents visually appealing. Paragraph and document formatting: Techniques like indentation, alignment, line spacing, and lists to organize and structure content effectively. Working with images and objects: Inserting and manipulating images, shapes, tables, and SmartArt to enhance document visual elements. Collaboration features: Using comments, track changes, and version history for effective teamwork. Mail merge: Automating personalized document creation for mass communications. Advanced features: Table of contents, citations, bibliography, and more. Microsoft Excel: Spreadsheet essentials: Understanding cells, rows, columns, and sheets. Data entry and manipulation: Inputting data, using formulas, and basic arithmetic operations. Data analysis: Sorting, filtering, and using conditional formatting to make data visually understandable. Charts and graphs: Creating various chart types to visualize data trends and patterns. Functions and formulas: Learning a wide range of functions to perform complex calculations. Data validation and protection: Ensuring data accuracy and securing sensitive information. PivotTables: Analyzing large datasets and summarizing them efficiently. Advanced data analysis: Using scenarios, goal seek, and Solver for more sophisticated data modeling. Microsoft PowerPoint: Creating engaging presentations: Structuring a presentation and using themes and templates for a professional look. Slide design: Working with fonts, colors, and graphics to enhance visual appeal. Adding multimedia: Embedding videos, images, and audio for dynamic presentations. Slide transitions and animations: Applying effects to make presentations more engaging and interactive. Speaker notes and timings: Preparing for effective delivery and rehearsal. Collaboration and sharing: Using cloud-based features to collaborate with others in real-time. Master slides: Ensuring consistent branding and layout throughout the presentation. Presenting with confidence: Tips for delivering presentations confidently and handling Q&A sessions. Throughout the course, students will have access to practical exercises, real-life scenarios, and projects to reinforce their learning and develop practical skills. Additionally, I will provide guidance, tips, and best practices to help students become proficient users of Microsoft Word, Excel, and PowerPoint in various professional and personal settings.
Microsoft word · Microsoft excel · Microsoft powerpoint
Meet even more great teachers. Try online lessons with the following real-time online teachers:
Cad software · Engineering
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
Computer science
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 30891 - 25 of 3089

Our students from Cork evaluate their Computers & Electronics teacher.

To ensure the quality of our Computers & Electronics teachers, we ask our students from Cork to review them.
Only reviews of students are published and they are guaranteed by Apprentus. Rated 4.8 out of 5 based on 167 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
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
Math tutoring for high school students (Paris)
Salah Eddine
Salah is an exceptional Math teacher! Although it was a short notice, yet he was very much considerate of our tight schedule and made time to prepare me for the assessment! Thanks, Salah for your outstanding teaching approach. I very much recommend Salah as your Math Teacher!
Review by NADIN