Type the correct answer in the box. Spell all words correctly.
What will happen if there is an imbalance in the presentation of the content on a website?
An imbalance in the presentation of the content can decrease the _____
of a website.

Answers

Answer 1

Answer:

Traffic

Explanation:

Answer 2

Answer:

visual appeal

Explanation:

     I had just taken this test on Edmentum and gotten it correct. if you review the lesson youd see the answer.

(please give me brainlist)


Related Questions

# Initialize variables
numGuesses = 0
userGuess = -1
secretNum = 5

name = input("Hello! What is your name?")

# Fill in the missing LOOP here.
# This loop will need run until the player has guessed the secret number.

userGuess = int(input("Guess a number between 1 and 20: "))

numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")

# Fill in missing PRINT statement here.
# Print a single message telling the player:
# That he/she guessed the secret number
# What the secret number was
# How many guesses it took

Fill in the # lines in order to complete the code

Answers

numGuesses = 0

userGuess = -1

secretNum = 5

name = input("Hello! What is your name?")

while userGuess != secretNum:

   userGuess = int(input("Guess a number between 1 and 20: "))

   numGuesses = numGuesses + 1

   if (userGuess < secretNum):

       print("You guessed " + str(userGuess) + ". Too low.")

   if (userGuess > secretNum):

       print("You guessed " + str(userGuess) + ". Too high.")

   if(userGuess == secretNum):

       print("You guessed " + str(secretNum)+ ". Corret! "+"It took you " + str(numGuesses)+ " guesses.")

Answer:

numGuesses = 0

userGuess = -1

secretNum = 5

name = input("Hello! What is your name?")

while userGuess != secretNum:

  userGuess = int(input("Guess a number between 1 and 20: "))

  numGuesses = numGuesses + 1

  if (userGuess < secretNum):

      print("You guessed " + str(userGuess) + ". Too low.")

  if (userGuess > secretNum):

      print("You guessed " + str(userGuess) + ". Too high.")

  if(userGuess == secretNum):

      print("You guessed " + str(secretNum)+ ". Corret! "+"It took you " + str(numGuesses)+ " guesses.")

*URGENT!!* *100 POINTS!**9 questions for 100 points*

You are the operator of a small golf and ski shop (Sam’s Golf & Ski) that generates a profit of $70,000 on sales of $255,000 per year. You have been very successful with your 3-year-old business and have met all of your obligations on a timely basis. Your ultimate goal has been to rename your business Sam’s Sports Emporium (SSE) and carry most of the popular recreational sports items at multiple outlets within your state. You have been working on a business plan to present to the bank in order to secure funding and make your dream a reality. As part of your business plan, you need to address the information needs of your proposed business.

2.) identify the IS components needed for SSE. When you explain them, use terms SSE would use.
Hint: What types of communication technology, software, hardware, data
procedures, and people?

3.) how would perform an Industry Analysis on the sporting goods industry as a whole?
Hint: Use Porter’s Five Forces to guide you.

4.) what competitive strategy you would use for SSE based on the Industry Analysis you write wrote about in #2.

5.)discuss systems needed for SSE.
Hint: EES for accounting, etc.

6.) identify the databases needed for SSE and explain why they are needed.
Hint: What type of DBMS? What kind of information would you keep in your
database?

7.)identifying the methodology to use for developing the system(s) for SSE and justify your selection.
Hint: Prototyping

8.) what type of system (functional or cross-functional) is needed and explain.
Hint: Supply chain management, sales transactions updates, etc.

9.)that states what your company ethics policy is.
Hint: What would you include in your company’s ethics policy?





Answers

Answer:last day of school

Explanation:

sorry, im looking for it as well

need some help with this question​

Answers

Answer:

B, Backlight.

Identify the equation that translates Y = In(x) five units down.​

Answers

Y=In(x)-5
hopefully it’s right :)

What means of preventing security breaches would you expect to find in a network which has attempted to provide protection from hackers and other external security threats?

Answers

Answer:

a firewall

Explanation:

a firewall is a way programmers can attempt to stop breaches, however every code has a zero day. (a bug that had zero days spent fixing it) even Microsoft had a couple zero days

how do i end my current plan that i never signed up for, the basic one it charged me $24

Answers

Answer:

...

Explanation:

I think you need to call the brainly HQ other then that i don't know.

Go into setting then go into payment and end all accounts then delete and redownload the app same thing happened to me once

I need help with question 3 I’ll give brainliest

Answers

Answer:

D) Engineering and Technology

Explanation:

Brent Designs or Engineers the equipment or Technology that is used to keep the plant safe.

Answer:

Engineering and technology

Explanation:

He designs/engineers technology to create nuclear energy

Which option is most likely used to create many-to-many relationships in Access?

inner join
outer join
junction table
parameterized query

Answers

Answer:

Junction table.

Explanation:

Junction table is most likely used to create many-to-many relationships in Access.

A many-to-many relationship comes into existence when one (1) or more items in a table has a relationship with one (1) or more items in another table. An example is the products in a customer order.

Many-to-many relationships provides users with critical and crucial information, they're the most commonly used table relationships in Access.

In order to represent a many-to-many relationship in Access, a third table should be created by the user, this is often referred to as the junction or linking table, which further disintegrate the many-to-many relationship into a two (2) one-to-many relationships.

Answer:

c

Explanation:

How do you evaluate the website's author?
I need help :/

Answers

Answer:

Usually you can scroll down to the bottom of the page and see it listed with the copyright stuff, and you can evaluate their credibility by seeing if they are well-known or qualified to write about whatever subject they discuss. For example, a credible source for learning about the brain would be an article by doctor, or better yet, a neuroscientist. Also, you can evaluate their credibility by seeing what year the website was published or updated, because information can become out of date.

Explanation:

I hope I answered your question! If not, feel free to ask me any questions :)

Digital signatures are as legally acceptable as written signatures.
Digital signatures contain information such as birth date and Social Security number.
Digital signatures can be retrieved easily if they are lost.
Digital signatures show the handwriting of the signer as physical verification.
What is an advantage of using digital signatures?

Answers

Answer:

First point and the last point are the correct answer to the given question .

Explanation:

The main objective of the digital signature is to ensure the quality of the document or the message was not changed during the transfer of message in the network.

Following are the advantages of the digital signature

As compare to the electronic signature the digital signature is more secure then that of.The signer's signature is seen on the digital signatures as the physical proof.Global recognition, and the compliance with the law.

All the other options are incorrect they are not advantage of the digital signature .

Which language is an example of a fifth-generation language?

Answers

Mercury, OPS5 and Prolog

Which of the following is not an example of a red flag that would keep you from downloading an attachment

Answers

Answer:

The link contained in the email redirects you to a different site

Explanation:

This is not a red flag in the sense that, the ability of the link attached to the e-mail to re-direct you to another different site shows that it might be a phising message.

It is left for the person to re-verify and  decide if to go ahead to download it or not after it opens on a new site on the internet.

Answer:

  The attachment is a PDF file.

Explanation:

A link that causes an attachment to be downloaded and opened always presents a security risk. That risk is mitigated somewhat if you trust the sender to be security-conscious, and if you trust the target of the link to be free of malware.

So, a link with an untrusted source such as a company outsider, may present a security risk.

A message marked "urgent and time-sensitive" is employing "social engineering" to reduce your inhibitions against opening the link. That tends to be an indication that a security risk is involved.

A link that obscures the source of the attachment is less likely to be legitimate than one that is more transparent. That, too, is an indication of a security risk.

PDF files are traditionally considered to be safe document files that cannot execute code or introduce malware. This (the attachment is a PDF file) is likely the answer of choice.

_____

Comment on PDF files

The Adobe Acrobat PDF reader is known to have significant security risks, and hundreds of exploits are available to malware producers that will allow PDF files to introduce and execute unwanted code. There are alternative PDF readers with less vulnerability. And, there are file scanners available that can detect malware in PDF files.

Which of the following is an accurate explanation of what this paragraph means?
Radiation from the sun is the main cause of global warming.
(6)
Radiation is the heat that the sun releases onto the surface of the earth.
Solar panels get very hot because they are absorbing radiation from the sun.
ee
Solar panels can make the carth cooler because they absorb heat instead of the earth.​

Answers

Answer:

The answer is: Radiation is the heat from the sun relaeased onto the surface of the Earth.

Explanation:

Is it possible to increase watch hours for a channel by making a playlist out of your videos for people to watch? Will it boost your watch hours?

Answers

Yes, it is possible

Question 3 of 10
What is an effective way of making new friends and connecting with people who share the
same interests as you?
Asking the writing center on campus for help with an article for the school
paper.
Joining a new club.
Sharing your thoughts on social media.
All the above

Answers

Answer:

option all of the above

hope helps

mark as brainlist plzz

The effective way of making new friends and connecting with people who share the same interests as you can be asking the writing center on campus for help with an article for the school paper. Joining a new club and sharing your thoughts on social media. The correct option is 4.

What is social health?

The social and economic factors that affect how individuals and groups differ in their levels of health are known as social determinants of health.

The relationships we have and our interactions with others are considered aspects of social wellbeing.

The relationships can be a source of comfort during trying times. Building wholesome, nurturing, and supporting relationships as well as creating a sincere connection with those around are both essential components of social wellness.

By requesting the campus writing center for assistance with an article for the school paper, you can meet others who share your interests and form new friendships. registering for a new club and posting on social media.

Thus, the correct option is 4.

For more details regarding social health, visit:

https://brainly.com/question/17799234

#SPJ2

Your question seems incomplete, the probable complete question is:

What is an effective way of making new friends and connecting with people who share the

same interests as you?

Asking the writing center on campus for help with an article for the school paper.Joining a new club.Sharing your thoughts on social media.All the above

What is the difference between primary memory and the secondary memory?

Answers

Answer:

Computer memory is categorized into primary and secondary memory. While primary memory is the main memory of the computer which is used to store data or information temporarily, whereas secondary memory refers to external storage devices that are used to store data or information permanently.

Explanation:

Answer:

Explanation:

Difference between Primary Memory and Secondary Memory Primary is when a computer which can be directly accessed by the central processing unit, where as secondary memory refers to the external storage

do this plsss!
please check out the music video


Answers

Answer: Okay okay I will, and I'll like and subscribe for support!

Explanation:

Answer: Ok send the link ill let you know if its good r not

Explanation:

How will you reduce the risk of an collision?
A. By always driving with an adult.
B. By becoming more familiar with how your vehicle operates.
C. By playing more video games to keep you sharp.

Answers

Answer:

B

Explanation:

you want to be familiar with the vehicle you are operating such as braking, accelerating, blinkers etc.

The largest size heading tag-often used to create the main heading of a webpage is

Answers

Answer:

<h1> tag is the correct answer to the given question .

Explanation:

The heading tag is used in the HTML for giving the heading in the webpage there are 6 heading tag is used in the HTML which are used in the different different purpose .

The <h1> tag is used for the  Largest size heading in the main heading of the webpage whereas the <h6> is used for least size heading in the web page.

Following are the example of <h1> tag

<html>

<head> </head>

<body>

<h1 align="center"> Brainly </h1>

<h6> subject </h6>  

</body>

</html>

Output:

Following are the attachment of output.

What is the easiest way of ensuring that others can access a presentation that a user has created and make changes to it, while also ensuring that those changes are tracked and coauthoring can occur?

Save to removable media.
Email the file.
Store on OneDrive and share.
Make a second copy of the file.

Answers

Answer:

Store on OneDrive and share.

Explanation:

Store on OneDrive and share is when coauthoring can occur.

What is One drive?

OneDrive is a Microsoft online cloud storage platform. When saving documents.

OneDrive is integrated with Windows 11 and provides users with Microsoft accounts with five gigabytes of free storage space before offering upgrade alternatives.

Users of OneDrive can store files, pictures, and other documents on a variety of devices. The ability to save files in OneDrive and have them automatically sync to other devices is now available. This implies that a person can use several places to access and edit the same document.

Therefore, Store on OneDrive and share is when coauthoring can occur.

To learn more about One drive, refer to the link:

https://brainly.com/question/3733676

#SPJ3

An algorithm is a step-by-step series of instructions that, when followed, produces a definite and desired result. At this stage, programmers write the instructions in an informal, English-like language instead of programming .

Answers

Answer:

This method of informal English-like language is called Pseudo-Code.

Explanation:

Where words and English grammatical structure is used inplace of functions and variables.

Example being:

function Add

variable 1 + variable 2.

if variable 1 + variable 2 = desired variable

Do something good

end if

else

find out why

end else

end function

Would Translate to, in C#

public void Add(int var1, int var2, int var3)

{

   var3= var1 + var2;

  if(var3 = 1234)

  {

    return var3;

  }

  else

  {

   Console.WriteLine(var3);

   return var3;

  }

}

How can a professional association help you reach your career goals?
Joining a professional association is how you become a professional.
Membership can give you discounts on various products and books.
Professional associations allow you to travel to many conferences and offer
side trips where you might want to go for vacation.
Professional associations will host networking events and connect you to people
in the careers and industries you are interested in.

Answers

Answer:

Professional associations will host networking events and connect you to people in the careers and industries you are interested in.

Explanation:

Google says:

A professional association is an organization with members who work in or share an interest in a specific job field or industry. Members of professional associations will often meet regularly to discuss upcoming news in their field or will host events for other members to meet and network.

Design and modeling 1.2 Mystery object

Answers

Answer:

That's not a question

Explanation:

What's a good drawing tablet?

Answers

Answer:

Wacom Intuos S

Explanation:

If you're looking for a good tablet that isn't too expensive the Wacom Intuos S is a great starter, I personally use it and really enjoy it. It doesn't have a graphic screen. If you're looking for one with a graphic screen get the Wacom Cintiq 22, It's expensive but great quality. Most tablets with a graphic screen are this expensive though. But if you REALLY want one with a graphic screen that isn't TOO expensive I recommend the HUION Kamvas pro 12.

Hope I could help!

Answer:

My recommended one is

Xp-Pen Artist 12 Drawing tablet

Explanation:

A good drawing tablet is a tablet where you can draw high quality drawings If you are an artist.

Which term describes the order of arrangement of files and folders on a computer?
A.
I-SPY
B.
CFAA
C.
Digital Millennium Act
D.
SOPA

Answers

Answer:The term that describes the order of arrangement of files and folders on a computer is organization. It is very important the organization of the files and folders to be effective, in order to work with them quickly and efficiently

Explanation:

hope this help sry if it doesn't.

Select the pieces of information that are added on to data to get it where it is going.
Ethernet
bit
frame
sender and receiver port
IP address
segment
MAC address

Answers

Answer:

IP address and MAC address

Explanation: The IP address tells the server what network to send the information to, the MAC address tells the local network what device to send it to.

Answer:

IP Ethernet s&r port MAC

Explanation:

Hope this helped

Name all the keys of the home row.

Answers

Answer:

Search key, a, s, d, f, g, h, j, k, l, : and ;, ¨ and ´, and the enter key.

Does your output depend on what you sense? computer science​

Answers

Yes it does

That’s kind of common sense ;-;

Help please


Choose all items that represent characteristics of effective website design.

template based

well-implemented navigation

always implements a site map

no glaring content gaps

consistent and appropriate theme

based on a well-specified website purpose

Answers

Explanation:

Help please

Choose all items that represent characteristics of effective website design.

template based

well-implemented navigation

always implements a site map

no glaring content gaps

consistent and appropriate theme

based on a well-specified website purpose

Well-implemented navigation, no glaring content gaps, consistent and appropriate theme, based on a well-specified website purpose. Hence option B,D,E and F is correct.

What is website?

Website is defined as a grouping of web pages and related information that is available on at least one web server under a single domain name. Content is a website's most crucial component. Your website is ineffective for internet marketing since it is little more than empty advertising. Any marketing expert who creates websites ought to strive to offer users an online resource at all times.

More than anything else, well-written web copy and content will make your website design appealing, efficient, and well-liked. Your website design, no matter how educational, lovely, and simple to use it is, is meaningless unless it is web-friendly.

Thus, well-implemented navigation, no glaring content gaps, consistent and appropriate theme, based on a well-specified website purpose. Hence option B,D,E and F is correct.

To learn more about website, refer to the link below:

https://brainly.com/question/2497249

#SPJ5

5
Type the correct answer in the box. Spell the word correctly.
What aspect should you consider before adding pictures to a document?
You should structure the
first before you search for a relevant picture.
Reset
Next

Answers

Answer:

Document

Explanation:

Document because after you structure your document together the way you like you can add pictures.

Answer:

I think is tvibl irqfijqbiwnkefw (Document)

Explanation:

is the answer of plato

Other Questions
Help asap!!! GIVING BRAINLIST What was major problem during the Harding administration Which two countries have the highest amount of Buddhists? *South Korea and MongoliaOSri Lanka and IndiaOChina and TaiwanOThailand and Cambodia Solve the equation for x, and enter your answer below. 10x - 15x + 5= -45 + 40 In "Water Flowing from Toilet to Tap May Be Hard to Swallow, what reasons does Schwartz give to support his claim? In the last line of the passage, what does the author mean by "if you pack it in,pack it out" A: camping is allowed in the sand springs desert B: do not leave anything you bring in the sand springs dersert. C: backpacks are required for entry into the sand springs desert D: take as many things as you can with you when you leave the sand springs desert 10) What is the author's purpose in carefully explaining the marriagebetween Mr. and Mrs. Pontifex so early in this excerpt?A)It allows the reader to understand Mr. Pontifex'spassive manner.B)It allows the reader to understand the nature ofmarriage in the 1800's.It allows the reader to understand why Mr. PontifexLoved music and art.D)It allows the reader to understand why Mr. Pontifexhad so many interests. Harlose Suits faced a lot of complaints from customers when its recent batch of goods was dispatched. The employees at Harlose Suits, hence, had to rework on the returned items, and in some cases, the company had to even replace the faulty goods. In this case, the costs incurred by Harlose Suits are an example of _____. a. prevention costs b. internal failure costs c. external failure costs d. appraisal costs ***I NEED HELP ASAP******Please show all the steps******I will mark brainliest*** Due to client growth, Dr. Smith must increase his amount of kennel space from11 kennels to 25 kennels. How many kennels will Dr. Smith need to add to theclinic? Tim has read 40% of a book. He has 36 more pages to finish. How many pages are there in the book? which trait does the fly agaric and the palm have in common Breckenridge Ski and Snow Board Rental Co. charges 67 for a one day rental. At that price they average renting 159 sets of apparatus. Their yield management consultant recommended they lower their price to 56. At that price the consultant expects their average daily rental will be 205 sets of apparatus. At those prices and demand, what elasticity of demand can be expected? (Solve to two decimal places.) 23x6= blank+(3 x 6) discuss methods that individuals, groups and/ or the government have used since 1950 to deal with the inequality faced by african americans. help pls answer plz.............................................. Which of the following statements is true regarding soft skills?soft skills need little practice to mastersoft skills are easily assessed and measuredsoft skills are best taught to adult learnerssoft skills influence how one interacts with others Question is in picture "You throw a small rock straight up from the edge of a highway bridge that crosses a river. The rock passes you on its way down, 9.00 s after it was thrown. What is the speed of the rock just before it reaches the water 21.0 m below the point where the rock left your hand A spinner marked with four sections blue, green, yellow, and red was spun 100 times. The results are below. Find the experimental probability of landing on green? *