Answer:
Normal Margin is fit on the page. The default margins for Microsoft Word is normal margin.
Explanation:
The paper visual effect give the document’s theme and quality. Margins send visual effects. Making a document right helps you to send the right message to readers. Use a small paper and adding a border.
You can change the page layout that people notice first with size, orientation, and margins.
Page margins make your document readable. Margins make the document more readable, make text look inviting, and given reviewers.
With narrower margins, you can reduce more words on-page.
To many words in a line make it difficult to read the document.
Margins are of many types
- Normal Margin
- Narrow margins
- Moderate margins
- Wide margins
Normal gives an equal inch to all sides of the page.
Narrow margins give little room to each column.
Average margins squeeze words from left and right.
Wide gives space when proofing the manuscript.
Answer:
Social media positively affects and impacts the process of globalization. ... Global communities is a social infrastructure tool and as social media helps in strengthening social relationships and bringing people and communities together it leads to creating a string global community.
The correct answer is Graph Search for Daily News
This does not exist on Facebook, unlike the timeline and the activity log.
<u>Explanation:</u>
Hey there! you need not to panic about it ,your program didn't have Driver program i.e main program! the correct & working code is given below:
// C++ program to count even digits in a given number .
#include <iostream>
using namespace std;
// Function to count digits
int countEven(int n)
{
int even_count = 0;
while (n > 0)
{
int rem = n % 10;
if (rem % 2 == 0)
even_count++;
n = n / 10;
}
cout << "Even count : "
<< even_count;
if (even_count % 2 == 0 )
return 1;
else
return 0;
}
// Driver Code
int main()
{
int n;
std::cin >>n;
int t = countEven(n);
return 0;
}
The answer that isn't an example of plagiarism would be 'D. Quoting with Source' that means you are giving credit where credit is due and not taking or copying other work which is the definition of plagiarism.
I'm not sure about the second one but I believe it might be 'A. Students and Teachers'.
Hope this helped!