Answer:
The answer is "Option C".
Explanation:
This technique is also known as walking-sectional experimental research, which only collects information at one stage. The goal of using this strategy is to create a single point, that provides representations to the population of interest, and other choices were wrong, that can be described as follows:
- In option A, It is wrong, because this designing technique is used to search the relationship between variables.
- In option B, It is a form of marketing, that provides communication via telephone, that's why it is incorrect.
- In option D, It is used in research, that's why it is not correct.
- In option E, It is wrong, because it is used in business.
Answer: I don’t know
Explanation:I had a website to help but it won’t let send it
The answer is the second one.
Hope this helps! :)
Answer:
Margin is applied to the outside of your element hence affecting how far your element is away from other elements.
Padding is applied to the inside of your element hence affecting how far your element's content is away from the border.
Explanation:
Hope it helps!!!
Answer:
random_number_file = open("1000 Random Number from 0 to 100.txt", 'r')
random_number_list = random_number_file.readlines()
print('random_number_list)
Explanation:
The name of the file containing the random integer text is ; "1000 Random Number from 0 to 100.txt"
The random_number_file variable stores the opened file ("1000 Random Number from 0 to 100.txt") using the open keyword and reads it ('r')
This file stored in the random_number_file variable is the read into a list by using the readlines() method on the random_number_file