Tuesday, December 20, 2022

what is powerpoint

Power Point :- A PowerPoint slideshow (PPT) is a presentation created on software from Microsoft that allows users to add audio, visual and audio/visual features to a presentation. It is considered to be a multimedia technology. this allows the user to create slides with recordings, narrations, transitions and other features in order to present information. Add text, images, art, and videos. Select a professional design with PowerPoint Designer. Add transitions, animations, and cinematic motion.

the extension of power point is .ppt

rules for create better PowerPoint presentations
    ðŸ‘‰Don't read your presentation straight from the slides. ...
    ðŸ‘‰Don't forget your audience. ...
    ðŸ‘‰Choose readable colors and fonts. ...
    ðŸ‘‰Don't overload your presentation with animations. ...
    ðŸ‘‰Use animations sparingly to enhance your presentation.

How to open PowerPoint?
Start----All Program---Ms-office---powerpoint.
double click on the powerpoint icon


Transition :- In Powerpoint transition tab is available in the power point which is used to give the effect on the Slide. 
Image result for what is transition in powerpoint
A slide transition is the visual effect that occurs when you move from one slide to the next during a presentation. You can control the speed, add sound, and customize the look of transition effects

Animation :- in animation is used to set the effect in each slide contain such as motion in the slide.
Slide :- the slot of power is known as slide.

Friday, December 2, 2022

excel formula part 2

👉 len  function is used for calculating the length of the text in the cell.

        =Len(cell address) press enter. i.e. =Len(a1) press enter 

👉 Left  Function is used for show the left side of number, text which we want to show the             digit 

           = left(cell address, number of character ) press enter

 ðŸ‘‰ Right  Function  is used for show the Right side of number, text which we want to show                 the digit 

           =Right(cell address, number of character ) press enter  

   now  see this example here 

        9060473489 is number and its cell address is suppose a1 then

        =len(a1) press enter  result    10

        = left (a1,5) press enter result     90604

        = right (a1,5) press enter result  73489 

           =LEFT(a1,3)&"****"&RIGHT(a1,3) press enter result  906****489

👉 upper  Function is used for convert the upper text 

        =upper (cell address) press enter 

👉 Lower  Function is used for convert the Lower text 

        =Lower (cell address) press enter 

👉 proper Function is used for convert the proper format 

        =Proper(cell address) press enter 

👉 Concatenate  Function is used for Merge the more than two cell text, number

        =concatenate(a1,"",b1) press enter 

        example suppose Jitsu , whose cell address is a1 and Kumar ,whose cell address is b1

         so  now we use the concatenate function  =concatenate(a1," ",b1) press 

         enter the  result will be jitsu Kumar

👉  how to add zero "0" before the number 

        =text(celladdress,"00000") press enter

        this function is used for add the zero before the number and make a large digits such             as 0000025,0000125,0001256,0014525,0114525 etc.

👉  how to write a large number in excel such as Ac no, adhar number or more                       than12  digits

       then we convert the cell address format in text format