Answer:
does anybody know this answer?
Explanation:
no nobody does
The answer is B, e commerce. Have a good day
Answer: Laser Beams
Explanation:
The laser beam is one of the type of technology that helps in amplifying the light by using the laser principle Stimulated emission in the laser. The word "LASER" is stand for the Light amplification by stimulated emission of radiation.
The laser is one of the device that emitted the coherent light in the form of beam rays that is propagate only in one direction. The following are the laser beam technology are as follows:
- Bar code reader
- Laser surface modification
- Information processing
- Laser range
Therefore, Laser beam is the correct answer.
To import and connect a website in an Excel sheet, you can do as these:
1. Click Data > From Web.
doc import connect website 1
2. Then in the New Web Query dialog, type the website address you want to import into Address textbox, and click Go to display the website.
doc import connect website 2
3. Click Import, and the Import Data dialog pops out for selecting a cell or a new sheet to place the webpage content. See screenshot:
doc import connect website 3
4. Click OK. Now all webpage content excluding images have been imported in the sheet.
doc import connect website 4
5. Then select the whole worksheet, and then click Data > Properties in the Connections group. See screenshot:
doc import connect website 5
6. In the External Data Range Properties dialog, check the options as you need in Refresh control section and click OK.
doc import connect website 6
7. Also you can refresh the sheet contents by manually clicking on Refresh All > Refresh All/Refresh.
Answer:
INPUT "What is the amount of rupees you want converted into paisa"; rupees
paisa = rupees*100
PRINT paisa
Explanation:
done in QBASIC
the semicolon in the 1st line makes the question have a ? at the end. the rupees key word in the 1st line saves the input as a variable
then the second line multiplies by 100 since there are 100 paisa in 1 rupee