News And PoliticsCommunications And EntertainmentHealth And LifestyleSports And FitnessOthersBusiness And MoneyMotivationalsReligion And PrinciplesArts And EducationStories And PoemsRelationship And MarriageAgricultureIT And Computer ScienceGeneralMotivationEntertainmentMoneyEducationReligionFamilyTechnologyBusinessPoliticsVehiclesCelebrityPersonal Care And BeautyLawFood And KitchenGive AidQuestions And Answers
Images/noimage.png
Guest

How-win-people-over-millionaire
~2.3 mins read
How to Win People Over and Become a Millionaire
If you want to become a millionaire or win people over until they're on your side or patronize you, you need to shamelessly TELL A STORY ABOUT POVERTY. Even if you aren't that poor, just find the little suffering you experienced at a point in life and talk about it extensive. Talk am like say na your own worse pass.
That's all.
It's unfortunate most people are living fake lives. They want to give the impression that they're rich, so they dissociate themselves from telling such stories. You only hear of their fake balling stories.
The moment your poverty story is captivating, causes someone to cry and you're smart enough to monetize the tears and emotions, you don blow be that.
I have done it. Lots of people have done it. And many wise people will still do it.
Story is hypnosis. Hypnosis is control. Control is power. And finally, power is money. Inversely, money is power.
If you're smart enough, you don't need money to make money — all you need is
1. a captivating story,
2. confidence,
3. and the Internet (a platform)
When a bad thing (that didn't kill you) happens in your life, don't see it as the end, but a structure to your greatness. All you need is patience.
When your story is so sweet, but fake, it's called sweet mouth. This is the one some fake men tell women just to sleep with them.
When it's so sweet and real, it is "wow."
To be rich or wealthy, you need to wow people.
Failure to wow people with your story or chosen career, you'll remain either poor or a mediocre.
Mediocrity that fetches legit money is better than poverty.
A poor man who is happy is better than a poor man who is sad.
So, attach happiness to your situation no matter what.
The smile of a poor man can wow the world. If you can wow the world, your greatness and financial freedom is nearer than you think.
My question is: what are you doing to wow the world? Are you just wasting your time online arguing and catching fun?
Let's discuss. What are you "wowing" the world with?
Tems wowed us with her unique voice and Chris Brown and the rest of the world noticed it. Omah Lay wowed us with his smooth and laid back vibes and the world noticed it.
iLegend wowed the world with the book Lasticle and millions of men around the world are queueing to read it and have their bedroom problems handled once and for all.
Laycon wowed us with his humility and smartness to cause conflict, handle conflict, and use conflict in his favor.
There is something you need to wow the world with if you want to be successful, else, 9-5 job, poverty, and fraud are the only things left for you.
Both 9-5 job and fraud are considered works meant for lazy people.
Once again, let's discuss. What positive thing are you "wowing" the world with?
Please like my post and comment
Images/noimage.png
Guest

Basic Logic
~7.1 mins read
Basic logic gates
There are seven basic logic gates: AND, OR, XOR, NOT, NAND, NOR, and XNOR.
The AND gate is so named because, if 0 is called "false" and 1 is called "true," the gate acts in the same way as the logical "and" operator. The following illustration and table show the circuit symbol and logic combinations for an AND gate. (In the symbol, the input terminals are at left and the output terminal is at right.) The output is "true" when both inputs are "true." Otherwise, the output is "false." In other words, the output is 1 only when both inputs one AND two are 1.

AND gate
Input 1 | Input 2 | Output |
1 | ||
1 | ||
1 | 1 | 1 |
The OR gate gets its name from the fact that it behaves after the fashion of the logical inclusive "or." The output is "true" if either or both of the inputs are "true." If both inputs are "false," then the output is "false." In other words, for the output to be 1, at least input one OR two must be 1.

OR gate
Input 1 | Input 2 | Output |
1 | 1 | |
1 | 1 | |
1 | 1 | 1 |
The XOR ( exclusive-OR ) gate acts in the same way as the logical "either/or." The output is "true" if either, but not both, of the inputs are "true." The output is "false" if both inputs are "false" or if both inputs are "true." Another way of looking at this circuit is to observe that the output is 1 if the inputs are different, but 0 if the inputs are the same.

XOR gate
Input 1 | Input 2 | Output |
1 | 1 | |
1 | 1 | |
1 | 1 |
A logical inverter, sometimes called a NOT gate to differentiate it from other types of electronic inverter devices, has only one input. It reverses the logic state. If the input is 1, then the output is 0. If the input is 0, then the output is 1.

Input | Output |
1 | |
1 |
The NAND gate operates as an AND gate followed by a NOT gate. It acts in the manner of the logical operation "and" followed by negation. The output is "false" if both inputs are "true." Otherwise, the output is "true."

NAND gate
Input 1 | Input 2 | Output |
1 | ||
1 | 1 | |
1 | 1 | |
1 | 1 |
The NOR gate is a combination OR gate followed by an inverter. Its output is "true" if both inputs are "false." Otherwise, the output is "false."

NOR gate
Input 1 | Input 2 | Output |
1 | ||
1 | ||
1 | ||
1 | 1 |
The XNOR (exclusive-NOR) gate is a combination XOR gate followed by an inverter. Its output is "true" if the inputs are the same, and "false" if the inputs are different.

XNOR gate
Input 1 | Input 2 | Output |
1 | ||
1 | ||
1 | ||
1 | 1 | 1 |
Complex operations can be performed using combinations of these logic gates. In theory, there is no limit to the number of gates that can be arrayed together in a single device. But in practice, there is a limit to the number of gates that can be packed into a given physical space. Arrays of logic gates are found in digital ICs. As IC technology advances, the required physical volume for each individual logic gate decreases and digital devices of the same or smaller size become capable of performing ever-more-complicated operations at ever-increasing speeds.
Composition of logic gates
High or low binary conditions are represented by different voltage levels. The logic state of a terminal can, and generally does, often change as the circuit processes data. In most logic gates, the low state is approximately zero volts (0 V), while the high state is approximately five volts positive (+5 V).
Logic gates can be made of resistors and transistors or diodes. A resistor can commonly be used as a pull-up or pull-down resistor. Pull-up and pull-down resistors are used when there are any unused logic gate inputs to connect to a logic level 1 or 0. This prevents any false switching of the gate. Pull-up resistors are connected to Vcc (+5V), and pull-down resistors are connected to ground (0 V).
Commonly used logic gates are TTL and CMOS. TTL, or Transistor-Transistor Logic, ICs will use NPN and PNP type Bipolar Junction Transistors. CMOS, or Complementary Metal-Oxide-Silicon, ICs are constructed from MOSFET or JFET type Field Effect Transistors. TTL IC's may commonly be labeled as the 7400 series of chips, while CMOS ICs may often be marked as a 4000 series of chips
Advertisement

Link socials
Matches
Loading...