Answer:These are your answers
B.) Type a paragraph.
C.) Take notes for social studies class.
D.) Edit a paragraph.
Explanation:
Typing an paragraph can be able to be used in an word processor because he can fix grammatical errors.
All the the answer choices I picked can be processed through an word processor Because they all are created using words.
Meaning you are busy and focused at work
The answer is true.
Telepresence is essentially things like video-chat that allows people to participate in meetings even if they are not physically present.
I hope this helps! :)
~ erudite
The code segment that assigns value to the variable named timer is:
timer = 7.3
<h3>How to write the code</h3>
To assign a value to a variable, we make use of the following syntax:
variable = value
In this case;
The variable is timer and the value is 7.3
Hence, the required code segment is: timer = 7.3
Read more about code segments at:
brainly.com/question/18430675
Answer: Dereferencing a variable that is not a pointer
Explanation:
The execution time also refered to as the CPU time pertaining to a given task is the time that is used by the system to execute a task.
Some of the reasons for a fatal execution-time error include:
• Dereferencing a pointer that has not been initialized properly
• Dereferencing a null pointer
• Dereferencing a pointer that has not been assigned to point to a specific address.
It should be noted that dereferencing a variable that is not a pointer doesn't cause a fatal execution-time error.