Answer:
d. The trigger is fired more than once.
Explanation:
What would happen in this situation is that the trigger would be fired more than once. This is because the trigger will be fired when the user updates the record. It will also be fired when the process builder is run.
If the trigger fires more than once, this can be problematic for the developer. Therefore, it is better if the trigger fires just once, as this is the time when the present changes can be placed.
Positive impacts are
1. Communicating with people
2. Daily update of what going on in the world
3. learn new things
Negative impacts are
1. Viruses
2. Private information shared
3. Less face to face conversations
Answer:
The output of code is 20.
Explanation:
We need to give output of the following code:
numB = 25
while numB > 13:
numB = numB - 5
print(numB)
Solution:
We will check the condition of while loop, if the condition is true, then the statements inside the loop will be executed. Since brackets are not available so, only one statement is linked with while loop.
Executing the statements, we check condition while numB > 13 (25>13) is true, next statement will be executed numB = numB - 5 (20=25-13) so, when print(numB) will be executed, we will get 20.
The output of code is 20.
>>> s = "012345678"
>>> s
'012345678'
>>> s[ 1 : 6 ]
'12345'
Answer:
Can you please explain your question it does not really make sense
Explanation: