Answer:
You can make an online memorial, you can write their story online, you could make videos for them, technologhy allows many people to thank them, band you can donate things online to them.
Explanation:
Im not sure if this is right but its what first came up into my head
Active space is important in d Motion <span>photography. Active space is required while you need to take picture while you or the object is moving.</span>
Answer:
num
Explanation:
In java reserved words are also known as keywords, keywords are reserve words for a language that can't be used as an identifier(name of a class, name of a variable, name of an array etc.) int, public static, are reserve words.
In given question num is not a reserved word.
Answer:
D). Algorithm
Explanation:
The set of specific, sequential steps that describe exactly what a computer program must do to complete the work is called an algorithm.
From the question, it is clear the correct option is algorithm.
In simple terms, to solve a problem the set of rules to follow is called algorithm. Algorithm in computer programming describes the steps that explains not only the task that needs to be performed, but also how to do it.
In algorithm, the steps are needed to be in the right sequence.