Answer:
D) Black -hat
Explanation:
if any other colors of the hats will not work cuz the only way to go dark and scary is to use the black hat
c i think because i new piece of info came in which changes peoples theorys
Answer:
In HTML file
<body style="background-color:orange;">
Or
In CSS file
body {
background-color: orange;
}
Answer:I love Python, very useful
Explanation:python is very easy and user friendly!
Answer:
processing
Explanation:
The flow chart is a diagram that shows the activity of the program, peoples or things.
Flowchart symbol and meaning in the options:
1. Processing: it is a rectangular shape block which is used for variable declaration or assignment.
2. I/0: it is a parallelogram in shape which is used for input or output.
3. Parallelogram: it is used for input or output.
4. diamond: it is used for decisions or conditions.
Therefore, the correct option is a. Processing is the one that is used for the assignment statement.