Labels

December 21, 2020

what is sentence? Give a types of sentence/

Sentence

 A group of words like this, which makes complete sense, is called

a Sentence.

Kinds of Sentences

2. Sentences are of four kinds:

(1) Those which make statements or assertions; as, Humpty Dumpty sat on a wall.

(2) Those which ask questions; as Where do you live?

(3) Those which express commands, requests, or entreaties; as,

Be quiet.

Have mercy upon us.

(4) Those which express strong feelings; as,

How cold the night is!

What a shame!

A sentence that makes a statement or assertion is called a Declarative or Assertive

sentence.

A sentence that asks a question is called an Interrogative sentence.

A sentence that expresses a command or an entreaty is called an Imperative sentence.

A sentence that expresses strong feeling is called an Exclamatory sentence.

December 20, 2020

Calculator Code . You Will MAde A Calculator on Computer in Python >>>>>

 def add(x, y):

    return x + y


def subtract(x, y):

    return x - y


def multiply(x, y):

    return x * y


def divide(x, y):

    return x / y

print("Select operation.")

print("1.Add")

print("2.Subtract")

print("3.Multiply")

print("4.Divide")


while True:

    choice = input("Enter choice(1/2/3/4): ")


    if choice in ('1', '2', '3', '4'):

        num1 = float(input("Enter first number: "))

        num2 = float(input("Enter second number: "))


        if choice == '1':

            print(num1, "+", num2, "=", add(num1, num2))


        elif choice == '2':

            print(num1, "-", num2, "=", subtract(num1, num2))


        elif choice == '3':

            print(num1, "*", num2, "=", multiply(num1, num2))


        elif choice == '4':

            print(num1, "/", num2, "=", divide(num1, num2))

        break

    else:

        print("Invalid Input")


December 15, 2020

WHAT IS TRANSFORMER?AND ITS TYPES. APPLIED PHYSICS (LEVEL OF BACHELOR)

 

WHAT IS TRANSFORMER?AND ITS TYPES.

·       What is a Transformer?

Ans. A Transformer is a static electrical machine which transfers AC electrical power from one circuit to the other circuit at the constant frequency, but the voltage level can be altered that means voltage can be increased or decreased according to the requirement.

Equation.

E= N dϕ /dt

·       What is Types of transformer?

        I.            Ans. There are types of transformer.

   II.            Based on Voltage Level

a.       Step-Up Transformer

b.      Step-Down Transformer

c.       Isolation Transformer

 

Step-Up Transformer

A Step Up Transformer is a device which converts low voltage at primary side to high voltage at secondary side. The primary winding of a coil has less number of turns than the secondary winding.

 

Equation:

 

Vp/Vs = Ns/Np

 

Advantages:

 

o   Transmit electricity over long distances at low cost.

o   Helps in reducing the resistance on the line.

o   Ability to work continuously.

o   start operations immediately after its installation without any delays.

o   Highly efficient and suffer from very little losses.

o   Do not involve much time and money for maintenance.

Limitations:

 

o   Applications limited to AC operations only.

o   Use a round-the-clock cooling system i.e. makes the system bulky.

o   Step-Down Transformer

o   A Step Down Transformer is a device which converts high voltage at primary side to low voltage at secondary side. The secondary winding of a coil has less number of turns than the primary winding.

 

Equation:

 

Vs/Vp = Ns/Np

 

Advantages:

 

o   Easy power transmission at low cost.

o   Highly reliable and efficient.

o   Provides varied voltage requirements.

Limitations:

 

o   Requires a lot of maintenance, which can damage the transformer.

o   Volatility in feedstock costs.

o   Fault rectification takes more time.

Isolation Transformer

Isolation transformer can be step-up transformer or step-down transformer but the primary and secondary voltage values are always equal i.e. turns ratio is always 1. This is obtained with a same number of turns on the primary and secondary windings. Isolation transformers are referred to as "insulated".

 

Equation:

 

Vs/Vp = Ns/Np    Where Ns=Np

 

Advantages:

 

o   Provide safety to electronic components and the persons against electrical shock.

o   Suppress the electrical noise.

o   Avoids ground loops.

o   Provide available supply even if the device is broken.

o   Used as instrument transformers

o   Handle any amount of voltage necessary.

Limitations:

 

o   Produce distortion at secondary side when operates as pulse transformer.

o   When operating DC pulse signal, saturation of the core decreases.

o   High cost.

 

2. Based on Usage

On the basis of usage, transformer types are listed below.

 

        I.            Power Transformers

      II.            Distribution Transformers

 

Power Transformers

·         Main principle of power transformer is to convert the Low voltage input to a high voltage output. This transformer acts as a bridge between the power generator and the primary distribution grid. This has complex construction due to high power generation and mainly installed at the generating stations and transmission substations. The power transformers are employed in the transmission networks of higher voltages.

 

Advantages:

 

o   Suitable for high voltage applications (greater than 33KV).

o   High insulation level.

o   Minimize the power loss.

o   Cost effective.

Limitations:

 

Loaded for 24 hours at transmission station, thus, the core and copper loss will occur for the whole day.

Big in size.

Distribution Transformers

o   Distribution transformers are step down transformer and used in distribution network for industrial and domestic purpose. These transformers convert High grid voltage to the end customer required voltage where the electrical energy is distributed and utilized at the consumer end. In order to distribute the power from power plant to remote locations, these transformers are used.

 

Advantages:

o   Small size.

o   Easy installation.

o   Low magnetic losses.

o   It is not always fully loaded

 

Limitations:

o   Designed for 50-70% efficiency.

o   Low flux density as compare to power transformer.

o   Regular load fluctuations.

o   Time-dependent.

 

 

3. Based on Electrical Supply

On the basis of configuration, transformer types are listed below.

 

I.            Single phase transformer

II.            Three phase transformer

 

 

Single Phase Transformer

When there is only one coil at primary side and one coil at secondary side, then the transformer is called single phase transformer. Here the power supplies through a single conductor. This type of transformer accepts single-phase alternating current and output single-phase alternating current, typically at variant voltage level that operates in a unified time phase. These types of transformer are mostly used in the household devices.

 

Advantages:

 

·         Simple network.

·         Cost effective.

·         Most efficient AC power supply for up to 1000 watts.

Limitations:

 

·         Supply only 1-ph load.

·         used to light loads and small electric motors.

·         Minimum power transfer capability.

·         Power failure occurs.

 

Three Phase Transformer

Three phase transformer means the power flows through three conductors. Three phase transformer contains six coils, three coils at primary side and three coils at secondary side. This type of transformer accepts three-phase alternating current and output three-phase alternating current, typically at variant voltage level that operates in a unified time phase. These types of transformer are mostly used as a power or distribution transformers 

 

Advantages:

 

·         Large motors or heavy loads materials.

·         Transmission of power to long distance through magnetic field.

·         Maximum power transfer capability.

·         Power failures do not occur.

Limitations:

 

Required many cooling systems depending on the transformer rated power.

Complex network.

 

4. Based on Place of Usage

On the basis of place of usage, transformer types are listed below.

        I.            Indoor Transformers

      II.            Outdoor Transformers

 

 

Indoor Transformers

Indoor transformers are usually a Dry type transformer. These transformers use air as cooling medium and usually their primary and secondary side connections are isolated. Dry type transformers are installed in buildings and close to buildings because they are environmentally safer i.e. less flammable. These type of transformers are considered as ideal for shopping malls, hospitals, residential complexes and other commercial areas.

 

Advantages:

o   Low maintenance cost.

o   Safer option as compare to oil-filled transformer.

Limitations:

o   Higher operating loss.

o   Noise pollution.

o   Expensive.

Outdoor Transformers

Outdoor transformers are usually an Oil filled transformers. These transformers use oil as cooling medium and are designed to be utilized in outdoor environments due to the chance of oil leakage and spills that create a fireplace risk, and must be protected against environmental conditions.

 

Advantages:

o   Smaller and more efficient.

o   Lower operational costs.

Limitations:

o   High Maintenance cost.

o   Require periodic sampling of the oil.

 

5. Based on the Core Medium

On the basis of core medium, transformer types are listed below.

        I.            Air Core Transformer

      II.            Iron Core Transformer

    III.            Ferrite Core Transformer

 

Air Core Transformer

Air-core transformers are designed to transfer radio-frequency currents—i.e., used in radio transmitter and communication devices etc. As the name suggests, these transformers have no solid core, which makes them very light in weight, thus making them ideal for small-sized portable electronic devices. Air core transformers create flux using the windings and the air passing through them. This help air core transformer to completely eliminate undesirable characteristics of ferromagnetic core (eddy current losses, hysteresis, saturation, etc.)

 

Advantages:

 

·         Zero distortion.

·         Zero dissipation of signal quality.

·         Noise-free operation.

·         Lack of losses in hysteresis and eddy currents.

·         Lighter in weight.

Limitations:

 

·         Low degree of coupling (mutual inductance)

·         Unsuitable for use in power distribution.

Iron Core Transformer

In this type of transformer, primary and secondary windings are wounded on multiple iron plates. These iron plates provide perfect linkage path to the generated flux and serve analogous functions in the audio-frequency range. Iron core transformer are widely used and highly efficient as compare to air core transformer.

 

Advantages:

·         Handle large loads at a low frequency.

·         Offers less reluctance.

·         Highly efficient.

 

Limitations:

·         Large eddy current losses.

 

Ferrite Core Transformer

Ferrite core transformer means a transformer whose magnetic core is made up of ferrite. Ferrites are non-conductive, ceramic compounds that are ferromagnetic in nature. The high magnetic permeability of these transformers makes them ideal for a variety of high frequency transformers, adjustable inductors, wide band transformers, common Mode Chokes, switched-mode power supply and radio frequency applications.

 

Advantages:

·         Low reluctance magnetic path.

·         High current resistivity.

·         Provides low eddy current losses over many frequencies.

·         High magnetic permeability, coercivity and Q-values.

·         Low hysteresis factor, DC sensitivity and signal distortion.

 

Limitations:

·         Easily saturated (its saturation flux density is typically < 0.5 T).

·         Permeability drifts with temperature.

 

 

·        Write down the point of audio transformer and radio transformer?

Ans=Audio transformers can also be used for matching microphones to amplifier inputs. The main purpose of a transformer at the amplifier input is matching impedance between microphones, connecting cables and the amplifier input. This is important to ensure that there is no signal reduction due to impedance mismatching.

December 14, 2020

KNOWLEDGE FOR JOBS TEST (ARMY,PAF,NAVY,POLICE,ETC.) ISLAMIC QUESTION AND KNOWLEDGE QUESTIONS

MAIN INFORMATION....

 

PROPHET MUHAMMAD(PBUH)

• Holy Prophet was born in 571 A.D 22nd April ( Day__ Monday).

• At 25 Prophet married to Hazrat Khadija.

• Hazrat Khadija accepted Islam first in Women and in all.

• Hazrat Abu Bakar accepted first in Men.

• Hazrat Ali accepted first in Children.

• Varqa Bin Naufal verified Prophet for the first time.

• Holy prophet had 4 daughters and 3 sons.

• At age of 40 holy Prophet received first Wahi.

• In 622 A.D Holy Prophet migrated to madina.

• Second migration to Habshah took place in 616 A.D

• Hazrat Haleema was the foster mother of Holy Prophet.

• Besides Hazrat Haleema (RA) Holy Prophet (PBUH) said that Umme-e-Aemon is also my mother.

• Name the foster mother(s) of the Holy Prophet (SAW)-- Hazrat Halema (RA), Hazrat Sowaba (RA) and Hazrat Khola (RA)

• How many years after the birth of Holy Prophet (SAW), Hazrat Aamina died? Six years

• Sheema was the foster sister of Holy Prophet.

• Hazrat Haleema looked after the holy prophet for 4 years.

• 35 was the age at the time of Hajr-i-Aswad incident.

• Hazrat Bilal Habshi was the first slave to accept Islam.

• Hazrat Adam met with Holy Prophet on the first heaven.

• Hazrat Isa and Hazrat Yahya on 2nd.

• Hazrat Yaqub on 3rd.

• Hazrat Idrees on 4th.

• Hazrat Harron on 5th.

• Hazrat Musa on 6th.

• Hazrat Ibraheem on 7th.

• 27 total no of Ghazwas.

• First Ghazwah of Islam was Widan (Abwa), fought in 12th month of First Hijrah.

• Jang Badr occurred in 2 A.H. 313 Muslims fought in battle.

NAMAZ

• 48 total numbers of Rakats are in Farz prayer.

• Namaz-e-Khasoof is offered for Moon Eclipse.

• Namaz-e-Kasoof is offered for Solar Eclipse.

• Namaz-e-Istasqa is offered for Rain.

• Farz in wuzu=4, Sunats=14.

• Farz in Ghusual=3, Sunats=5

• Second migration to Habshah took place in 616

OIC (organization of Islamic conference) was established May 1969 has 57 members and it’s headquarter is situated in Jedah.

North Atlantic treaty organization (NATO) was established in 1949 ( head office in Brussels ) (28 memer countries)

(SAARC) south asian association for reginal copperation DEC 8,1985 KATHMANDU

(CPEC) chaina pakistan econamic coridore

UNO united nations organization 24,oct, 1945 New yark

RCD regeinal cooperation development 1964,tehran

• The first Pakistani to receive the Nobel Prize was Abdul Salam in 1979 (physics)

World Bank established in?

( World Bank was established in 1944)

• Longest wall is Great Wall of China 1550 miles(6700km) long, which is built in 214 BC. • The word Quran means “read one”.

• 114 total number of Surah

• Surah means city of Refuge.

• 86 Makki Surah.

• 28 Madine Surah.

• 558 Rukus.

• Al-Baqrah is the longest Surah.

• Al- Kausar is the shortest Surah.

• Al-Nass is the last surah.

• 14 bows are in Quran.

• Al-Tauba does not start with Bismillah.

• 6666 is the number of Ayats.

• Taurat Hebrew

• Injil Siriac

• Zubur Siriac

• Holy Quran Arabic.

• Meaning of Aayat is Sign.

• Surahs named after animals are 4 in number.

• Namal means Ant.

• Surah Inaam means Camel.

• Surah Nahl means Honey bee.

• Surah Ankaboot means spider.

• Surah Anfal means Cave.

• In Naml two bismillah occur (2nds one is at aayat no:30)

• Caspian Sea is the largest salt water lake in the world.

• What is the worlds largest sea (in area): South China

• World’s largest earth filled dam is Tarbela. • The world’s largest desert Sahara is located in Africa.

Monaco has the shortest and Canada has the largest coastline country in the world.

SAARC was formed in Dhaka on December 8, 1985.

9. What is Sunnah? Actions of Hazrat Muhammad (PBUH)

The national flag of Pakistan was designed by Amiruddin Kidwai.

Pakistan national flag was adopted on 11 August, 1947.

• The Chief Minister of NWFP refused to salute the Pakistani flag in 1947.

• Pakistan's flag was designed by two brothers and name of one of them is Altaf Hussain. White strip in the flag was added in August 1947 and moon and star added in the flag February 1949.


MS OFFICE (MS WORD) BEST AND CODE

 MS WORD EASY CODE 

Ctrl+0

Toggles 6pts of spacing above the paragraph.

Ctrl+A

Select all contents of the page.

Ctrl+B

Bold highlighted selection.

Ctrl+C

Copy selected text.

Ctrl+D

Open the font preferences window.

Ctrl+E

Aligns the line or selected text to the center of the screen.

Ctrl+F

Open find box.

Ctrl+I

Italic highlighted selection.

Ctrl+J

Aligns the selected text or line to justify the screen.

Ctrl+K

Insert a hyperlink.

Ctrl+L

Aligns the line or selected text to the left of the screen.

Ctrl+M

Indent the paragraph.

Ctrl+N

Opens new, blank document window.

Ctrl+O

Opens the dialog box or page for selecting a file to open.

Ctrl+P

Open the print window.

Ctrl+R

Aligns the line or selected text to the right of the screen.

Ctrl+S

Save the open document. Like Shift+F12.

Alt+F, A

Save the document under a different file name.

Alt+X

Show the Unicode code of a highlighted character.

Ctrl+T

Create a hanging indent.

Ctrl+U

Underline the selected text.

Ctrl+V

Paste.

Ctrl+W

Close the currently open document.

Ctrl+X

Cut selected text.

Ctrl+Y

Redo the last action performed.

Ctrl+Z

Undo last action.

Ctrl+Shift+L

Quickly create a bullet point.

Ctrl+Shift+F

Change the font.

Ctrl+Shift+>

Increase selected font +1pts up to 12pt and then increase font +2pts.

Ctrl+]

Increase selected font +1pts.

Ctrl+Shift+<

Decrease selected font -1pts if 12pt or lower; if above 12, decreases font by +2pt.

Ctrl+[

Decrease selected font -1pts.

Ctrl+/+c

Insert a cent sign (¢).

Ctrl+'+<char>

Insert a character with an accent (acute) mark, where <char> is the character you want. For example, if you wanted an accented é you would use Ctrl+'+e as your shortcut key. To reverse the accent mark, use the opposite accent mark, often found on the tilde key.

Ctrl+Shift+*

View or hide non printing characters.

Ctrl+<left arrow>

Moves one word to the left.

Ctrl+<right arrow>

Moves one word to the right.

Ctrl+<up arrow>

Moves to the beginning of the line or paragraph.

Ctrl+<down arrow>

Moves to the end of the paragraph.

Ctrl+Del

Deletes word to right of cursor.

Ctrl+Backspace

Deletes word to left of cursor.

Ctrl+End

Moves the cursor to the end of the document.

Ctrl+Home

Moves the cursor to the beginning of the document.

Ctrl+Spacebar

Reset highlighted text to the default font.

Ctrl+1

Single-space lines.

Ctrl+2

Double-space lines.

Ctrl+5

1.5-line spacing.

Ctrl+Alt+1

Changes text to heading 1.

Ctrl+Alt+2

Changes text to heading 2.

Ctrl+Alt+3

Changes text to heading 3.

Alt+Ctrl+F2

Open new document.

Ctrl+F1

Open the Task Pane.

Ctrl+F2

Display the print preview.

Ctrl+Shift+>

Increases the selected text size by one font size.

Ctrl+Shift+<

Decreases the selected text size by one font size.

Ctrl+Shift+F6

Switches to another open Microsoft Word document.

Ctrl+Shift+F12

Prints the document.

F1

Open help.

F4

Repeat the last action performed (Word 2000+).

F5

Open the FindReplace, and Go To window in Microsoft Word.

F7

Spellcheck and grammar check selected text or document.

F12

Save As.

Shift+F3

Change the text in Microsoft Word from uppercase to lowercase or a capital letter at the beginning of every word.

Shift+F7

Runs a Thesaurus check on the selected word.

Shift+F12

Save the open document. Like Ctrl+S.

Shift+Enter

Create a soft break instead of a new paragraph.

Shift+Insert

Paste.

Shift+Alt+D

Insert the current date.

Shift+Alt+T

Insert the current time.

You can also utilize the mouse to perform some common actions. The following section contains examples of mouse shortcuts.

Mouse shortcuts

Description

Click, hold, and drag

Selects text from where you click and hold to the point you drag and let go.

Double-click

If double-clicking a word, selects the complete word.

Double-click

Double-clicking on the left, center, or right of a blank line makes the alignment of the text left, center, or right aligned.

Double-click

Double-clicking anywhere after text on a line sets a tab stop.

Triple-click

Selects the line or paragraph of the text where the mouse is triple-clicked.

Ctrl+Mouse wheel

Zooms in and out of document.