(python) Answer:
sum = 0
for i in range 1 to 101:
if i modulo 2 == 0:
sum += i
print(sum)
Explanation:
first we declare the sum variable
then go through all numbers 1 through 100 (range 1 to 101 because python range does not include the last number - if we did 1 to 100 it would look at 1 to 99)
if the number is even (divide by 2, check if there's a remainder, if not it's even and we will add the number to the sum
finally print the sum
Answer:
Content is the correct answer to the following blank.
Explanation:
In the following FIB, Content is the property that is used to input the data directly in the data-label attribute earlier than the data cell value. In other words, it is used to insert the data or info of the label of the data attribute straightly without any barrier in the data cell value. So, that's why the following answer is true.
Answer:
MySQL triggers cannot:<u> Use SHOW , LOAD DATA , LOAD TABLE , BACKUP</u> DATABASE, RESTORE , FLUSH and RETURN statements. Use statements that commit or rollback implicitly or explicitly such as COMMIT , ROLLBACK , START TRANSACTION , LOCK/UNLOCK TABLES , ALTER , CREATE , DROP , RENAME.
Explanation:
hope it helps
mark me brainliest pls
Project Management overview or an An activity list is the overall work in a project, including, a list of everything that will be delivered to the client.
<h3 /><h3>What is an activity list?</h3>
An activity list is known to be a kind of document that is made up of all the scheduled activities that are said to be down in a project.
Note that all activity includes one or a lot of tasks that, once completed and others.
Since option is not given, answer will be subjective. Project Management overview or an An activity list is the overall work in a project, including, a list of everything that will be delivered to the client.
Learn more about project from
brainly.com/question/25009327
#SPJ1
The correct answer to this question is the:
“Protection Profile (PP)”
<span>According to the ISO/IEC
15408 and the Common Criteria (CC), the Protection Profile (PP) is a document
used as a part of the certification process. And since it is a generic form of
a Security Target (ST), this makes it a typical creation by a user or a
community of users.</span>