Both A and B technicians are correct because both might be used to test fuses, according to technician B.
<h3>What is continuity?</h3>
The behavior of a function at a certain point or section is described by continuity. The limit can be used to determine continuity.
From the question:
We can conclude:
The technician claims that you may check for continuity using both an ohmmeter and a self-powered test light. Both might be used to test fuses, according to technician B.
Thus, both A and B technicians are correct because both might be used to test fuses, according to technician B.
Technician A says both an ohmmeter and a self-powered test light may be used to test for continuity. Technician B says both may be used to test fuses. Who is correct?
Learn more about the continuity here:
brainly.com/question/15025692
#SPJ1
Answer:
The solution code is written in Python:
- def convertCSV(number_list):
- str_list = []
- for num in number_list:
- str_list.append(str(num))
-
- return ",".join(str_list)
- result = convertCSV([22,33,44])
- print(result)
Explanation:
Firstly, create a function "convertCSV" with one parameter "number_list". (Line 1)
Next, create an empty list and assign it to a new variable <em>str_list</em>. (Line 2)
Use for-loop to iterate through all the number in the <em>number_list</em>.(Line 4). Within the loop, each number is converted to a string using the Python built-in function <em>str() </em>and then use the list append method to add the string version of the number to <em>str_list</em>.
Use Python string<em> join() </em>method to join all the elements in the str_list as a single string. The "," is used as a separator between the elements (Line 7) . At the end return the string as an output.
We can test the function by calling the function and passing [22,33,34] as an argument and we shall see "22,33,44" is printed as an output. (Line 9 - 10)
Its 0.001
0.01 x100 = 1mm
0.001x100=0.1mm
0.1=10mm
1m
Answer:
The flexural strength of a specimen is = 78.3 M pa
Explanation:
Given data
Height = depth = 5 mm
Width = 10 mm
Length L = 45 mm
Load = 290 N
The flexural strength of a specimen is given by
78.3 M pa
Therefore the flexural strength of a specimen is = 78.3 M pa