Company: ICICI_MCQ
Difficulty: medium
In Digital Electronics, a Complimentary MOSFET Inverter is used in an embedded system to establish a connection to multiple loads. If the load on the inverter increases steadily, then which of the following is the effect of the increase in the load on the VOH and VOL? The VOH drops and the VOL rises. Both the VOH and VOL rise. Both the VOH and VOL drop. The VOH rises and the VOL drops. The R code to create a line chart using a vector (v) wherein the numeric values 5, 7, 28, 3, and 41 denote the strength of students is as follows: v <- c(5, 7, 28, 3, 41) plot(v, type = "o", xlab = "Year", main = "Students year strength chart", ylab = "Strength") From the following, which is the correct output that would be generated from the given code? A line chart titled "Students year strength chart" with "Year" on the x-axis and "Strength" on the y-axis. The line connects points (1,5), (2,7), (3,28), (4,3), and (5,41). A line chart titled "Students year strength chart" with "Year" on the x-axis a