Answer:
the correct answer is: (A) The title/summary of what you need.
Explanation:
The subject is what the receiver see's when going across the email. Putting the summary of what the email is about in subject allows them to see what the email is mainly about seeing if they should continue reading the email or not. So providing the summary pf the email lets the receiver know what the email is about. Hope this helps! :D
is a keyboard a software?
Answer:
Yes
Explanation:
Because it's apart of software hope this helps
Match the following.
1. the process of reducing repetition of data
data normalization
2. individual categories of data you will enter in a database
records
3. a field that is a unique identifier for each record in the table
fields
4. data that is entered in the database
primary key
5. a link between two tables
relationship
Answer:
1192783728439
Explanation:
Choose the first programming language for personal computers that was released in the 1970s by Microsoft
Answer:
Altair BASIC programming language
Explanation:
The Altair BASIC programming language was built for the Altair 8800 microcomputer by childhood friends, Bill Gates and Paul Allen in March 1975
The interpreter for the Altair BASIC programming language was developed by Bill Gates while Paul Allen worked on the simulator
The newly developed programming language worked without flaw during the demonstration to Micro Instrumentation and Telemetry Systems, MITS
Microsoft was founded by Bill Gates and Paul Allen on the 4th of April 1975
Answer:
C.) Altair BASIC programming language
Explanation:
3.
What is the meaning of *.VBP.
Answer:
The meaning of VBP is Visual Basic Project
Answer:
visual basic projects thankyouu HAHAHAHA
because cute ako
Which of these factors needs to be considered when filming in HD?
The screen is a rectangle.
The screen is a square.
There are no pixels involved.
There will be less definition in each shot.
Note that the factors that need to be considered when filming in HD is: "
There are no pixels involved. (Option C)There will be fewer definitions in each shot. (Option D)What is HD Filming?High-definition video is greater in resolution and quality than standard-definition video. While there is no accepted definition of high-definition, it is commonly defined as any video picture with much more than 480 vertical scan lines or 576 vertical lines.
High Definition video is of greater quality than standard definition video (or Standard Definition). The image will be crisper in HD than in SD.
Note that the screen being a rectangle or square does not need to be considered when filming in HD. However, the presence of pixels and potential loss of definition in each shot are factors that should be considered.
Learn more about filming:
https://brainly.com/question/14824318
#SPJ1
True or false: Machine learning lets computers
learn how to do things they weren't
specifically programmed to do.
Answer:
True
Explanation:
HURRY PLEASE ITS A TEST
A military cargo plane is loaded with the maximum weight allowable for the flight. The cargo is heavier than what the pilot usually carries, so the pilot adjusts as follows: Group of answer choices
a. The pilot flies slower to create less thrust and less lift
b. The pilot flies slower to create more thrust and more lift
c. The pilot flies faster to create less thrust and less lift
d. The pilot flies faster to create more thrust and more lift
A.)
It's either A or D both of them stand out and make sense to me so I think that it'll be right if you choose A or D.
-Ɽ3₮Ɽ0 Ⱬ3Ɽ0
Kelly has always used "P4ssw0rd” as her password on her online accounts. Why should she change this? Check all that apply.
o Passwords should be used only once.
o It could be easily guessed.
o Passwords must be unique.
o It contains insufficient personal information.
o Passwords should be changed regularly.
Answer:
it could be easily guessed
How do you write a multiplication formula in excel with an absolute refrence?
You have a database with three tables: one each for products, suppliers, and distributors. You need to locate the product ID number for hammers and find out who supplies them. Which database component would perform this task?
A. Form
B. Table
C. Report
D. Query
Answer:
I would say A... But that's just me
Explanation:
Hopefully this helps you :))
Answer:
The answer is C: Query
Explanation: I just did it in Edge 2021. Trust me its right! I hope this helps! :)
Jiwoo is a professional photographer. Identify and describe a photography scenario where Jiwoo would need to consider the ethics and aesthetics of photography before proceeding. Clearly examine what ethical and aesthetic consideration she would have based on the scenario that you describe and how these relate to photography as a career or art form in general.
Answer:
Photography ethics are the principles that guide the way we take and share photos. Why is photography ethic so important? If we don't have morality in the way we use photography, we risk Aesthetics Ethics deals with the rights and wrongs and Aesthetics deals with beauty or otherwise. When we correct, manipulate or enhance images, the factors of ethics and aesthetics must always be kept in consideration. Where Does One Draw The Line if you add or remove something there that wasn’t in the scene you have crossed from documentary to fictional art. Exceptions In other cases, the only way to present a truer representation of reality is through a composite rather than with a single exposure.
Explanation:
I hope this helps I little
"There are no longer mature industries; rather, there are mature ways of doing business," he is referring to the high demand of creativity and innovation in the market
Hi, you've asked an incomplete and unclear question. However, I provided the full text below.
Explanation:
The text reads;
"When Porter says “There are no longer mature industries; rather, there are mature ways of doing business,” he is referring to the high demand for creativity and innovation in the market. Earlier we used to be more concerned about the hardware and the physical product rather than its information content, But now as a business, we need to provide more informative content with the product.
Like General Electric offers dedicated customer service for its line of goods which differentiates it from its rivals. Similarly, shipping companies like UPS now offer us to track the location of our package on a live map. This is what we call a mature business and how we can differentiate ourselves and stand out in the highly competitive market by using Information and Technology..."
One tool under What-If-Analysis is Scenarios. Which best describes the purpose of setting up and using scenarios
1. to quickly combine multiple formulas from different cells into just one
2. to instantly compare results when data in numerous cells change to specified values
3. to conduct automatic complex statistical analysis on a range of cells
4. to constrain some cells to certain values so that the wrong data are rejected if entered
Answer:
Option B, to instantly compare results when data in numerous cells change to specified values
Explanation:
Scenario setting with in the What If Analysis is used to compare various scenarios with in the same excel sheet. Scenarios has set of values that are saves and updated automatically as the values with in the cell changes. Also the scenarios can be switched.
Hence, option B is correct
whats wrong with my ps4 i cleaned it and it's still overheating and i have 3 fans for it
Answer: If your PS4 is overheating, It must be because of some dust you couldn't reach and piled up.
Explanation: What you need to do is take a can of compressed air and gently navigate it through the openings to the fan on your PS4. Go through and clean out the USB ports.
How are switches indirectly involved in ARP poisoning?
Answer:
They
are indirectly involved in the attack because they do not verify the the MAC/IP address
association
Explanation:
PLEASE MARK ME AS BRAINLIEST
future quirk ideas for bnha
Here is the answer to Edhesive 7.5 code practice
def GPAcalc(grade, weight):
grades = {"A": 4, "B": 3, "C": 2, "D": 1, "F": 0}
if weight == 0:
return grades[grade]
else:
return grades[grade] + 1
def Main(Random):
Print ("hi")
classes = int(input("How many Classes are you taking? "))
total = 0
for x in range(classes):
letter = input("Enter your Letter Grade: ")
user_weight = int(input("Is it weighted? (1 = yes 0 = no) "))
grade = GPAcalc(letter, user_weight)
total += grade
print("Your GPA score is: ", grade)
print("Your weighted GPA is a",(total/classes))
I really need help with this question, I can’t fail this please :) tysm
Answer:
i think its the third one, i hope this helps
Explanation:
What are some good digital habits?
Which of the following is document content that displays at the top of every page?
Choose the answer.
style set
footer
header
title
Answer: Header/Title
Explanation:
A free software license allows users to
Answer:
C. use, alter, and distribute the software as desired.
Explanation:
A software can be defined as a computer program or application that comprises of sets of code for performing specific tasks on the system
A free software license allows users to use, alter, and distribute the software as desired.
bob has 2 candy bars he is fat what hapennes
Answer:
he eats The candy Bar
Explanation:
I think cause As You told he is fat He might like sugary items
Answer:
It is thought that some people are destined to gain weight because they have inherited “fat genes” from their parents. There can be no doubt that people vary in their genetic makeup and some people are inclined, because of genetic reasons, to become tall, or broad-shouldered, or squat, or fat.
Explanation:
it also has to do that your digest system do not digest it fast enough
You learned that you can use the tags to insert a link to another webpage. One problem that webpage developers face is that, after a time, links may no longer work. Can you think of ways that you can avoid broken links?
Answer:Image Control
We can use the height and width properties to control the size of our image. Let’s say we only want the recipe image to take up approximately one-third of the page. Do you remember from math class what percentage one-third is? Type in the following CSS rule, and watch your picture change size before your very eyes!
img {
height:33%;
width:33%;
}
That wasn’t too difficult, right? Let’s make the image stand out a bit more by adding a border. Inside the img rule, add the following declarations:
border-style:dashed;
border-width: 5px;
Your picture should now have a dashed border around it that is five pixels in width. Play around with the different border styles that are available. You should see a drop-down box of choices, including dotted, dashed, double, groove, inset, and outset. You can also adjust the width of your border. Using your informative guessing skills, can you predict what property you might use to change the color of the border? Try it and see if you’re right!
Explanation:
this is a direct quote from my lesson
Who is the father of computer
Answer:
Charles Babbage is known as the father of computer.
Explanation:
hope it is helpful to you
Which of the following is NOT true about a flow chart?
A. It is usually created by programmers after writing a program
B. It shows programmers different algorithms before creating a program
C. It uses boxes of different shapes which indicate different types of
instructions
D. It helps programmers pay attention to the logic of the solution to the
problem
The not true of flow chart.
A flow chart is an illustration that shows the several steps of the process or the sequence if events and is a tool that can be used to adapt a wide variety and describes the purposes of the processes. Is basically a type of diagram representation of an algorithm.
This shows the answer is created for the programmers after a program.
The flow chart is a guide and describes the methodology of completing the task and the various steps involved to solve the same.Hence option A is correct.Learn more about the flow chart.
brainly.com/question/15712490.
Which is a preformatted file that can be used to standardize the appearance of exported data?
a database
a spreadsheet
a report
a template
Answer:
D
Explanation:
A preformatted file that can be used to standardize the appearance of exported data is a template. Thus, option D is correct.
What is spreadsheet?A spreadsheet is a preformatted file that can be used to standardize the appearance of exported data. A spreadsheet is a computer program for organizing, calculating, and storing data in tabular form. Spreadsheets were created as digital counterparts to traditional paper accounting spreadsheets.
The data entered into a table's cells is what the program uses to run. Each cell may include text, numeric data, or formula results that automatically calculate and display values based on the contents of neighbouring cells.
Users of spreadsheets can change any stored value and watch the changes in calculated values. This enables quick investigation of numerous scenarios without the need for manual recalculation, making the spreadsheet helpful for "what-if" study.
Thus, A spreadsheet is a preformatted file that can be used to standardize the appearance of exported data.
Learn more about Spreadsheet, refer to the link:
brainly.com/question/8284022
#SPJ3
Multiple Select Which conditions make using an array a better choice than a list? Select 3 options. when your list would contain a mixture of numbers and string values when you have a very large quantities of numeric data values when all your data are string when you will do a great deal of arithmetic calculations when efficiency is of great importance
When you have a very large quantities of numeric data values
When you will do a great deal of arithmetic calculations
When efficiency is of great importance
The conditions that make using an array a better choice than a list are:
When you have very large quantities of numeric data valuesWhen you will do a lot of arithmetic calculationsWhen efficiency is of great importanceWhat are arrays?An array is a set of items, images, or numbers arranged in rows and columns. Any set of rows or columns is referred to as an array. Examples of arrays include rows of seats for a recital, rows of cards laid out for the game of Memory, and rows of numbers in an Excel spreadsheet.
It is important to think of an array as a collection of variables of the same type even though it is used to store a collection of data. An array is a group of identically data-typed elements kept in consecutive memory regions.
Therefore, the correct options are B, when you have very large quantities of numeric data values, D, when you will do a lot of arithmetic calculations, and E. When efficiency is of great importance.
To learn more about arrays, refer to the link:
https://brainly.com/question/13107940
#SPJ5
who like the videos where is clown is from :)
Answer:
i hate clowns alot especially pennywise lol
Explanation: