Answer:
Live Preview
Explanation:
With Live Preview mode on in Microsoft Outlook while composing an email content, a user will be able to see effects of the when the mouse cursor is placed format for the text including, the text size, font of the text, the text color, which are immediately applied to the selected text to give a preview of what the effect of the editing function the cursor is hovering over can do.
Tony, the team photographer, will be accompanying his college football team to their next away game. He will be shooting photos of his team in action on the field. Which equipment would be ideal for Tony to use for his work? A. suction mount B. shoulder mount C. pistol grip D. mini tripod E. crane
Answer:
I think shoulder mount
Explanation: because you’ll generally use a shoulder mount for video shooting or when you use heavy telephoto lenses.
Elias is writing poems and is formatting several to fit on a page that has been divided into columns. Which column break would allow him to end one poem and start the next poem on the same page?
Question 6 options:
next page
sequential
text wrap
continuous
Answer:
Explanation:
Column break continous
Find and Explain 3 different sources of Kinetic Energy in your house that are utilized on a daily basis?
Challenge #3: Create a network that keeps everyone connected even if one of the lines is cut Insert as many lines as needed
Answer:
To create a redundant computer network, The star network topology is adopted.
Explanation:
Note that topology is not a type of network but a top view of how the network looks like or is connected.
To make a network redundant, interconnect every computer to one another in the network, so even when a line or an ethernet cable ( the connector) makes, there is no loss of connection.
This form of network is not recommended for large computer networks as it would result in confusion due to excess connection cables running in the network.
What piece of equipment changes the signal from the television camera into an electronic signal?
receiver
transducer
transponder
Answer:
Transponder
Explanation:
Transponder - a device for receiving a radio signal and automatically transmitting a different signal.
Answer:
transponder isnt correct i took the quiz its one of the other 2
Explanation:
the correct answer is transducer
Before he buys a new smartphone, Tim can best use data to
evaluate which phone he should get.
convince himself he wants a phone.
discredit others’ opinions on his phone choice.
recognize problems that all phones have.
Answer:
A.) Evaluate which phone he should get
Explanation:
Edge2020
Focusing on the general characteristics of a problem or object, while ignoring the details, is a technique called
O refinement
O abstraction
O decomposition
O pattern recognition
Answer:
Abstraction
Explanation:
In computer science, abstraction has a similar definition. It is a simplified version of something technical, such as a function or an object in a program. The goal of "abstracting" data is to reduce complexity by removing unnecessary information. At some level, we all think of computers in abstract terms.
In game design, what refers to commands that are executed in a certain order?
blueprints
code blocks
instructions
sprites
Answer:
instructions
Explanation:
It's just called instructions.
Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated
Answer:
Following are the code to this question:
def fun():#defining a method fun
while True:#defining a while loop
g = input("Enter your grade: (I graduated) ")#defining variable g for input value
if g == "I graduated":#defining if block to check string value
return 0#return
print("{} is a fun grade".format(g))#use print method to print string value
fun()#calling the method
Output:
Enter your grade: (I graduated) 1st
1st is a fun grade
Enter your grade: (I graduated) 2nd
2nd is a fun grade
Enter your grade: (I graduated) I graduated
Explanation:
In the given python code, a method "fun" is defined, and inside the method, a while loop is defined, which uses a variable "g" for input value from the user-end.
In the next step, if block is defined to check string a value and return a value 0, and use the print method to print the given value, and call the above method fun.
What can you do if brainstorming only gives you a small or incomplete idea?
A. Brainstorm again
B. Develop the idea through research
C. Develop the idea through a close reading of a literary text
O
D. All of the above
Answer:
D. All of the above
Explanation:
Justify the following statement: “Some Americans’ sedentary lifestyles contribute to their poor health.”
Answer:
Since the average American will spend 24 hours watching television per week, it is safe to say that they suffer from a lack of movement and exercise. This, in turn, will lead more Americans to be overweight and more likely to suffer from serious health problems! :)
Explanation:
you are working on creating a business document with two other co-workers. Based on just information, which of the following pre-writing strategies would be the best for you?(A.P.E.X.)
A
loop has a built in count variable.
for
while
range
function
Answer:
For
Explanation:
If what I am thinking is right, it would be for because a for loop counts how many times it needs to be ran
You frequently want to take some sort of action on each value in an array when you have values in an array. To access each element individually while iterating through the entire array, use a for loop. Thus, option C is correct.
What for is included in built in count variable?A variable is often used in a counting loop to count from an initial value to an end value. The index variable is another name for this variable.
The index variable used in this illustration is i. A counting loop typically consists of the following six parts: Setup clauses.
A counter variable must be given a starting value. Test: It must perform a test on the counter variable by contrasting it with a result.
Therefore, The function accepts an iterable and returns an object with tuples, the first member of which is the item's index.
Learn more about count variable here:
https://brainly.com/question/13218753
#SPJ2
To find the location’s name of the cell, look to the . To add an action to the cell for that data, add commands in the . To move from one cell to the next, use .
Answer:
Name Box
Formula Bar
Either Tab or Enter
Explanation:
Answer:
To find the location’s name of the cell, look to the
✔ name box
.
To add an action to the cell for that data, add commands in the
✔ formula bar
.
To move from one cell to the next, use
✔ either tab or enter
.
Explanation:
BRAINLIEST
When using design templates, these elements will be determined for you.
bullets
background
color scheme
content
title
font
Answer:
background
color scheme
font
I think thats all
Explanation:
Please give me Brainly
When using design templates, the elements that will be determined for you are color scheme and background. The correct options are b and c.
What is designing a template?The template is creating a document that has a copy of itself. Design templates are ready-made layouts and written materials that can be altered. For example, if you have a template of office content, then you can use it for another word document. You don't have to start from scratch.
In order to maintain consistency among users and media, templates are frequently created to adhere to certain rules or specifications. You can make new templates for later use, or utilize pre-designed templates from template libraries and websites.
Therefore, the correct options are b, background, and c, color scheme.
To learn more about template, refer to the link:
https://brainly.com/question/28193778
#SPJ2
Software licensed as proprietary
is usually free of cost often has lower quality than other types.
does not permit source code changes.
is rare in today's marketplace.
can be redistributed by the user at will.
Answer:
Does not permit source code changes.
Explanation:
Answer:
does not permit source code changes.
Explanation: