Answer:
classic A4 format, and therefore for 210 x 297 mm sheets
Answer:
Following are the program in python language the name of the program is factors.py
num= int(input("Please enter a positive integer: "))#Read the number by user
print("The factors of ",num,"are:")
for k in range(2,num): #iterating over the loop
if(num%k==0): #checking the condition
print(k)#display the factor
Output:
Please enter a positive integer: 12
The factors of 12 are:
2
3
4
6
Explanation:
Following are the description of the program
- Read the number by user in the "num" variable
- Iterating the for loop from k=2 to less then "num".
- In the for loop checking the factor of "num" variable by using % operator.
- Finally display the factor by using print function
Answer:
The correct answer is <u>D) Storyboard</u>
Explanation:
A storyboard is used during the initial planning stage of filmmaking. You draw pictures to demonstrate the general idea of what shots you want to get before actually going out and filming on a set/studio.
Answer:
The answer is "The reader wants to see how your product looks".
Explanation:
Some information is missing in the question. so, the correct choice can be described as follows:
- The corporation uses records and reports to transfer facts, statistics, and figures, including explanations for enhancing activities, administration, and sales.
- It generally refers to the various documentation, all with various sections and contents.
- In the organization's usage of records for correspondence, transaction, and product research, that's why the "reader wants to see how your product looks" is the correct choice.
Answer: the answer is B
Explanation: You can't raise your strengths if you only do sports you are good at:)