Answer:
The answer is 0.727
Explanation:
lemme know if that's right
Full Question
1. Correct the following code and
2. Convert the do while loop the following code to a while loop
declare integer product
declare integer number
product = 0
do while product < 100
display ""Type your number""
input number
product = number * 10
loop
display product
End While
Answer:
1. Code Correction
The errors in the code segment are:
a. The use of do while on line 4
You either use do or while product < 100
b. The use of double "" as open and end quotes for the string literal on line 5
c. The use of "loop" statement on line 7
The correction of the code segment is as follows:
declare integer product
declare integer number
product = 0
while product < 100
display "Type your number"
input number
product = number * 10
display product
End While
2. The same code segment using a do-while statement
declare integer product
declare integer number
product = 0
Do
display "Type your number"
input number
product = number * 10
display product
while product < 100
Answer:
(d) 2 pF
Explanation: the charge on capacitor is given by the expression
Q=CV
where Q=charge
C=capacitance
V=voltage across the plate of the capacitor
here we have given Q=500 pF, V=250 volt
using this formula C=![\frac{Q}{V}](https://tex.z-dn.net/?f=%5Cfrac%7BQ%7D%7BV%7D)
=500×
×![\frac{1}{250}](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B250%7D)
=2×![10^{-12}](https://tex.z-dn.net/?f=10%5E%7B-12%7D)
=2 pF
Answer:
True
Explanation:
An LED test light is a piece of electronic test equipment used to determine the presence of electricity in a piece of equipment under test, making this statement true.
An effect might be a customer not wanting to buy it specifically because it’s by an airport, or maybe the customer wants to buy it because it’s right next to the airport, and a lot of people go to the airport so therefore they might go to the building next to the airport.