uSE THE ANSWER BELOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
How will you define a text?
Answer:
Text refers to content rather than form; for example, if you were talking about the text of "Don Quixote," you would be referring to the words in the book, not the physical book itself. Information related to a text, and often printed alongside it—such as an author's name, the publisher, the date of publication, etc.—is known as paratext.
The idea of what constitutes a text has evolved over time. In recent years, the dynamics of technology—especially social media—have expanded the notion of the text to include symbols such as emoticons and emojis. A sociologist studying teenage communication, for example, might refer to texts that combine traditional language and graphic symbols.
Explanation:
I Hope it helpwhat is two examples of software and hardware?
Answer:
Hardware Software
If hardware is damaged, it is replaced with new one. If software is damaged, its backup copy can be reinstalled.
Ex: Keyboard, Mouse, Monitor, Printer, CPU, Hard disk, RAM, ROM etc. Ex: Ms Word, Excel, Power Point, Photoshop, MySQL etc.
Explanation:
Answer:
hardware= key board ,mouse
software =excel,power point.
Overview Write a program that reads an integer from the user and then prints the Hailstone sequence starting from that number "What is the hailstone sequence?" you might ask. Well, there are two rules: • If n is even, then divide it by 2 • If n is odd, then multiply it by 3 and add 1 Continue this sequence until you hit the number 1.
n=int(input("Enter number: "))
while n != 1:
print(n)
if n%2==0:
n//= 2
else:
n = (n*3)+1
print(n)
I wrote my code in python 3.8. If you want to print the 1, keep the last line of code otherwise delete it.
Can I control my digital footprint?
Answer:
yes you can
Explanation:
Answer:
Yes you can
Explanation:
1. Enter your name into several search engines.
2. Double check your privacy settings, but don't trust them.
3. Create strong, memorable passwords.
4. Keep all your software up to date.
5. Review your mobile use.
6. Build your reputation through your behavior.
Where do the projection lines converge in a perspective sketch?
Answer:
Option B, Vanishing point
Explanation:
The complete question is
Where do the projection lines converge in a perspective sketch?
A. the ground line
B. the vanishing line
C. the eye point
D. the horizon line
Solution
A point lying on the image of a perspective drawing where the drawings ( two-dimensional perspective projections) of two parallel line meet in three dimensional space is known as Vanishing point
Provides an array of buttons for quick access to commonly used commands and tools
A. scroll bar
B. tool bar
C. status bar
D. menu bar
Answer:Tool bar
Explanation:
The toolbar is said to provide an array of buttons for quick access to commonly used commands and tools. Through the toolbar, one can easily access the commands that are commonly used.
We can see the toolbar in several software like the graphics editor, office suites, and browsers.
Help me please. I'LL MARK BRAINIEST
Answer:
A and B
Explanation:
yes