Answer:
1. raster and vector
2. Resolution
3. Color depth
4. Forms, Shapes
5. Tone
6. Balance
7. White space
8. Aspect ratio
9. Focus
10. cropping
Hope this helped :)
PLzzzzzz help me!! I will mark brainiest to the one who answers it right!!
Answer it quickly!!
Write a pseudo code for an algorithm to center a title in a word processor.
Answer: abstract algebra
Explanation: start with the algorithm you are using, and phrase it using words that are easily transcribed into computer instructions.
Indent when you are enclosing instructions within a loop or a conditional clause. ...
Avoid words associated with a certain kind of computer language.
Answer:
(Answers may vary.)
Open the document using word processing software.
In the document, select the title that you want to center. The selected word is highlighted.
On the Menu bar, select the Format tab.
In the Format menu, select Paragraph.
The Paragraph dialog box opens with two sub tabs: Indents and Spacing, and Page and Line Breaks. The first tab is selected by default.
Adjust the indentation for the left and right side. Ensure that both sides are equal.
Preview the change at the bottom of the dialog box.
Click OK if correct, otherwise click Cancel to undo changes.
If you clicked OK, the title is now centered.
If you clicked Cancel, the title will remain as it is.
Explanation:
I took the unit activity
How would you reply to an email message you've received that has multiple recipients, all of whom you would like to see your reply?
Answer:
depends on the app. if it's in google you can hit the reply all button and that will send the reply to all people or you can copy the email addresses from the original email into a new email
Answer:
the answer is c :D
Explanation:
What is the role of CPU in the computer system?
Answer:
role of cpu in computer is ut is a brain nd a power point if a computer
Explanation:
It helps of shut down and open it
Answer:
CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.
Which term describes a visual object such as a picture a table or text box
Answer: caption
Explanation:
Edge 2020
How do I do these? I dont understand.
Who wants to play nitro type with me. My user is thievesGuildcuu
Answer:
I can
Explanation:
Answer:
Sure.
My user Name is: Queen Void.
Acrostics, acronyms, and rhymes are a few examples of __________. A. a visual strategy B. the misinformation effect C. memory reconstruction D. a mnemonic device Please select the best answer from the choices provided A B C D
Answer:
The answer is D) A mnemonic device
Answer:
D
Explanation:
I hope this helps! Sorry if it is wrong ;-;
Using range(1,101), make two list, one containing all even numbers and other containing all odd numbers. How can I do this on Python
Answer:
even = []
odd = []
for i in range(1,101):
if i % 2 == 0:
even.append(i)
else:
odd.append(i)
Using range(1,101), the list of even and odd number can be done in python as follows;
odd_numbers = []
even_numbers = []
for i in range(1, 101):
if i%2 == 0:
even_numbers.append(i)
else:
odd_numbers.append(i)
print(even_numbers)
print(odd_numbers)
The variable odd_numbers is initialise with an empty list
The variable even_numbers is initialise with an empty list.
Then we loop through the range 1 to 101 as required.
If the looped numbers is divided by 2 without a remainder then the number is appended to the empty list even_numbers.
Else if it has a remainder, the looped number are appended to the empty list, odd_numbers.
Then we print the even_numbers and odd_numbers.
learn more about python here; https://brainly.com/question/14157737?referrer=searchResults
Corina has added animations to objects on a particular slide within a presentation. She needs to reorder the animations. How should she achieve this goal?
A. Use the Preview button.
B. Access the Advanced timeline.
C. Use the Animation pane.
D. Delete and recreate the animations in the correct order.
I think it's B but im not 100% sure sorry if im wrong
Answer: C
Explanation:
Which of these four things should not be included in a problem statement?
a
Creating a sketch
b
planning the process
c
Identify and validate
d
Understanding Criteria
Which of the following would be appropriate to create using the CMYK color model?
Select all that apply.
a printed takeout menu a printed takeout menu , ,
a photography blog a photography blog , ,
a tri-fold brochure a tri-fold brochure , ,
a mobile app logo
Answer:
B, and C
Explanation:
they look like the only two answers that make sence
The 1950s brought the television and interest in using television as a teaching device. In 1952, the _____________________________ decided to set aside 242 educational channels.
Answer:
Federal Communications Commission
Explanation:
The 1950s brought the television and interest in using television as a teaching device. In 1952, the Federal Communications Commission decided to set aside 242 educational channels.
The Federal Communication Commission were in charge of determining which type of programs were to be aired based in different factors such as current state of the nation etc.
A computer has _____IP address(es).
a) many
b) one
Answer:
one................
Answer:
B) one
Explanation:
What is payload?
a block of data inside the packet
a block of data transmitted across a network
the maximum amount of data a network can transmit
a 32-bit numeric address
Answer:
a block of data inside the packet
Write a multi-way if statement that compares the double variable pH with 7.0 and makes the following assignments to the bool variables neutral, base, and acid:
Answer:
try:
pH = float(input("Enter number between 0 to 14: "))
except ValueError:
print("input must be a number")
if pH < 7:
print("pH is Acidity")
elif pH == 7:
print("pH is neutral")
else:
print("pH is Base/alkaline")(
Explanation:
The try and except statement is used to check if the input is a number, if its not, the print statement is displayed. The nested if statement compares the pH input to know if it is an acid, base or neutral.
One of the primary principles of the Rapid Application Development methodology is early prototyping of the _______ in the development cycle
Answer:
Software Applications
Explanation:
Rapid Application Development (RAD) also is an agile project management strategy used in the development of software. RAD is also referred to as Rapid Application Building (RAB).
Its greatest advantage is that it reduces the time taken to churn out a program and this is why a lot of developers are now adopting it.
This is made possible by reducing the amount of time and effort spent on planning and increasing the amount of energy spent on creating prototypes.
Other merits of this methodology are:
It reduces the risk associated with the project by ensuring that the program is first used as a prototype rather than the real deal. It ensures better quality. When users interact with the prototypes, they are able to provide very useful feedback that goes back into development to enhance the quality of the project.Cheers!
Why would a network administrator want to filter certain ports when capturing data such as FTP traffic
Answer:
To avoid receiving malware-infected files like spam.
Explanation:
Hackers use malware to gain unauthorized access to company files and information for personal gain. Files infected by the malware can infect other systems or files. There are various types of malware namely; virus, trojan horse, worm, spyware, ransomware, adware etc.
True or false: Simultaneous multithreading (SMT) uses threads to improve resource utilization of a dynamically scheduled, out-of-order processor.
Answer:
True
Explanation:
Simultaneous multithreading or otherwise called, SMT that is a technique that us used for improving the total and overall efficiency of superscalar CPUs with hardware multithreading. Simultaneous Multithreading allows different types of independent threads, ability to execute and then eventually take optimum and much better use of the resources that is provided by modern processor architectures. Multithreading can not only allow multiple threads to be executed simultaneously in a single CPU core, it also allows multiple tasks some of which are different page tables, different I/O permissions, and others to be executed