The way that real-time text or RTT on her phone can help her is that;
C: On phone calls, it will convert speech into text
<h3>Speech to Text</h3>
We are told that Deirdre has a hearing disability. This means that she has difficulty in hearing words clearly but can read.
Thus, from her friends advice about real time text or RTT, it will aid her because whenever someone calls her on the phone, it can convert the content of the call speech into text.
The missing options are;
A. It will make her phone vibrate to notify her when she gets a phone call
B. It will make her phone vibrate to notify her when she gets a text message.
C. On phone calls, it will convert speech into text. D. While text messaging, it will convert text into speech
Read more on speech to text at; brainly.com/question/2375490
My recommendation as an immediate response to prevent further spoofing of the host is to Revoke the host's certificate.
<h3>What does revoke certificate mean?</h3>
Certificate revocation is the process by which one can invalidate a TLS/SSL and this is one that is often done before its scheduled expiration date.
Note that A certificate need to be revoked immediately and as such, based on the case above, My recommendation as an immediate response to prevent further spoofing of the host is to Revoke the host's certificate.
Learn more about network administrator from
brainly.com/question/4264949
#SPJ1
import turtle
window = turtle.Screen()
tr = turtle.Turtle()
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.left(90)
tr.forward(100)
tr.back(100)
tr.left(120)
tr.forward(75)
tr.right(78)
tr.forward(60)
window.mainloop()
In my code, we use the turtle module for the graphics to draw the house with a roof.
Programming languages im pretty sure