B. 300 dpi
C. 200 MB
D. 386 CPU
Answer:
The answer is option d.
Explanation:
The 'querySelectorAll' function enables you to extract the list of items that fit the CSS selector you choose. It's just a way to find JavaScript components. It is very adaptable and enables you to search for tags, classes, IDs, combinations of parent/child, attributes, etc.
In other words, we can say that the querySelectorAll() method returns all the matches. and other options are not correct that can be described as follows:
Write "You are eligible to vote."
Else
Set - Age
Write "You can vote in " + Years + " years."
End If
a. You are eligible to vote.
b. You can vote in 18 years.
c. You are not eligible to vote.
d. You cannot vote in 0 years.
Answer:
a. You are eligible to vote.
Explanation:
If Age >= 18 Then
Write "You are eligible to vote."
Else
Set - Age
Write "You can vote in " + Years + " years."
End If
The above code block is an example of if-else code block. The if-else code block follow a pattern of:
If (expression) then
else
(expression)
end if
Based on the if Age>= 18 condition, the output will be "You are eligible to vote."
C. Decreased costs
D. Potential unemployment