CircuitJS is a free and open source application where various experiments can be performed with electronic circuits. CircuitJS is a web browser based electronic circuit simulator. It can be used online as well as in offline mode. CircuitJS is highly interactive and lets users experiment with various circuit components like batteries, resistors, inductors, capacitors. It is an interesting and useful tool for simulating, learning and visualizing electronic circuits. As it is an easy to use tool, it has been used to teach circuits to those who have difficulty in learning circuits. Read more
Foss : CircuitJS - English
Outline: About NAND Gate Create a circuit using AND gate and NOT gate for the NAND Gate demonstration Make the circuit with 1 AND gate, 1 NOT gate, 2 logic inputs and 1 logic output Draw..
Outline: About NOR Gate Create a circuit using OR gate and NOT gate for the NOR Gate demonstration Make the circuit with 1 OR gate, 1 NOT gate, 2 logic inputs and 1 logic output Draw the..
Outline: About various Built-in circuits available in CircuitJS Working of Potentiometer Demonstration of flow of current in the circuit depends on the resistance of the circuit using Pot..
Foss : Communication Series - English
Outline: Storytelling - the art of conveying a message. Story telling using words, images, or actions. Interacting with their peers, employers, and associates. Make impactful presentatio..
Outline: Storytelling using PAR format. Knowing the target audience. Understanding what information is required. Thinking about the experience to communicate the information. Presenting exp..
Outline: Making a resume using Google Docs. Connection between Job description and Resume. Structure of a resume. What to highlight in a resume. Dos and don'ts of resume writing. Impo..
Outline: Writing a cover letter using google docs. Connection between resume and cover letter. Structure of a cover letter. Focusing on the skills and experiences. Making the cover lett..
Foss : CSS - English
Outline: Overview of CSS • CSS Overview • About CSS • The content available in various tutorials in this series • First CSS file • Dimensions and Measuring units in CSS..
Outline: First CSS File Create a CSS file Syntax of CSS to write a style Types of Selectors About Declaration Save the CSS file in a folder Link a CSS file with an HTML file Desce..
Outline: Dimensions and Measuring Units in CSS What are measuring Units What are relative Units What are absolute Units Setting width using percentage Setting font size using percen..
Outline: Box Model in CSS What is Box Model Setting border using properties: -Style -Width -Color Setting different border styles for each side Setting margin Setting different ma..
Outline: Background in CSS What are background properties How to style background Setting background-color using: -Color names -Hexadecimal values -RGB values Setting background im..
Outline: Text Properties in CSS • Format and style text elements • Use of color names, hexadecimal values and RGB values to set the text color • Align the text horizontally usin..
Outline: Font Properties in CSS • Set the font-family property of the text • Style text font using the font-style property • Use of font-style values - normal, italic & oblique ..
Outline: Display Property in CSS • Set the display property to present an element on the webpage • Use of display property values • Set the display property using - Block, Inl..
Outline: Float and Overflow in CSS • About float property • Use of float property values - left, right, none, initial & inherit • Add an image • Set float property for an image • Abo..
Outline: Link in CSS • About styling link • Add links to the webpage • About default property of link: - Underline - Color • About link states - link, visited, hover & active •..
Outline: List in CSS • About list properties • Add an ordered list to the webpage • Add an unordered list to the webpage • Set the style of the marker for the ordered list • Set the ..
Outline: Table in CSS • About table properties • Add a table to the webpage • Set border for the table • Set width of the table • Set height of the table • Set horizontal alignment ..
Outline: Advanced Table Design in CSS • About table design • About different ways to design tables • Set horizontal border divider for the table • Set background to a particular color..