This post answers the question "What are the 4 basics of OOP?". As it clear from the name of the post, object-oriented programming is…
Category: Year 2
How do you use functions and methods in Python
This post tells about functions and methods in Python. First of all, we must notice that Python allows us to convert different types of…
How do you work with files in Python
This post tells about how to work with files in Python. Writing your own programs, it is important to use files, that are stored…
What is dictionary in Python
This post explains what is dictionary in Python. The dictionary in Python is the data object, that is indexed with keys, which can be…
How do you use a statement in Python?
This post answers the question how do you use a statement in Python. Python offers possibility to use several most common for Python statements…
Programming basics with Python
This post tells what are the basic concepts of programming with Python. In this post we will consider the basic tools reader will need…
Total power dissipation in CMOS inverter
In this post we calculate the total power dissipation in CMOS inverter. The total power of an inverter is combined of static power and…
How to calculate power and energy in RC circuit
This post describes how to calculate power and energy in RC circuit. Energy consumption and power dissipation are very important characteristics of the digital…
Propagation delay in logic gates
This post answers the question "What is propagation delay in logic gates?". Effects happening in the RC circuits are the source of the propagation…
Series RL circuit analysis
This post answers the question "What is a series RL circuit?". It shows how to make an analysis of series RL circuit with the…