It would be A because B could be answered best with a poll graph, C with a pie graph, and D with a bar graph. Line graphs typically show speed and rate so A makes the most sense, but you are still able to do the other questions on a line graph.
Answer:
def language(mystring, n):
if n > 0:
string_list = [x for x in mystring]
string_cont = ""
for character in string_list:
string_cont += character * n
print(string_cont)
Explanation:
When n is equal to 0, that is, n=0, The python program multiplies the characters of the string "mystring" by the integer variable "n" to output a string with all characters with the same count.
Answer: Plotter-- B
Explanation:
A Plotter is sophisticated printer that get commands from a computer and interprets them to draw high quality lines or vector graphics on paper rather than dots using one or several automated pens. This makes them useful in the area of CAD , architecture drawings and engineering designs. The types of plotters we have include Drum Plotters, Flat Bed Plotters and Ink Jet Plotters.
A(n)<u> Instead Of trigger </u>is a pl/sql block that manages in place of a dml action on a database view.
<h3>Why instead of triggers are used?</h3>
INSTEAD OF triggers describe how to perform insert, update, and delete functions against complex views. INSTEAD OF triggers permit applications to use a view as the sole interface for all SQL operations.
<h3>What are the after triggers?</h3>
An after trigger runs after the connected insert, update, or delete changes are involved to the table. The WHEN condition can be used in an SQL trigger to specify a state. If the condition evaluates to true, the SQL views in the SQL trigger routine body are run.
To learn more about Instead Of trigger, refer
brainly.com/question/21564232
#SPJ4
Answer: printed
Explanation: The definition of kerning is; the spacing between letters or characters in a piece of text to be printed.