Incomplete question. The full question reads;
Q. Thomas has decided to key an agenda for the FBLA meeting using a column format. What is recommended to guide the reader's eye and control the left-to-right flow of text?
Answer choices:
- table feature
- dot leader tab
- left alignment tool
- double space
Answer:
<u>dot leader tab</u>
Explanation:
Indeed, Thomas could use the dot leader tab on MS word to guide the reader's eye and control the left-to-right flow of the text so the reader can note the agenda.
For example, below is a typical way the dot leader tab would look like on a document:
............... Agenda 1
............... Agenda 2
............... Agenda 3
Try restarting the PC. I have the same issue on Windows 10 sometimes generally its a network error because Windows 10 has a lot of internet required features...
Answer:
Explanation:
Let's do this in Python, first we need to convert the number into string in order to break it into a list of character, then we can replace the kth character with d. Finally we join all characters together, convert it to integer then output it
def setKthDigit(n, k, d):
n_string = str(n)
d_char = str(d)
n_char = [c for c in n_string]
n_char[k] = d_char
new_n_string = ''.join(n_char)
return int(new_n_string)
Answer:
The data is transformed to usually make it smaller. It can always be re-constructed back to the original.
Explanation:
I'm on the same lesson on code.org as you, so just go to the question before and the answer to that question was the answer! ;)
Let me know if you got it right!