Type the correct answer in the box. Spell all words correctly.
Michael is creating a website for his college. However, his web server is slow and images don’t load at times. What can he do to ensure that his website is understandable even without images?
Michael can provide _______
alternatives to images that users can see if the image doesn’t load.

Answers

Answer 1

Answer: Alt Text.

Explanation:

Alt Text or alt="Text" Allows for the website to load just the description of the image, rather than the image itself. Gets the Same message across without insane load times of large images.

Answer 2

Answer:

Michael can provide TEXT

alternatives to images that users can see if the image doesn’t load.

Explanation:

Got a 100% on plato


Related Questions

When the prompt function is used in JavaScript, _____ appears.

A.
an error message

B.
a pop-up box

C.
a data warning

D.
a password request

Answers

Answer:

B

Explanation:

instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until the user either submits the text or cancels the dialog

A pop up box to let you know the Java script is there and active

Which of the following statements is true according to the code?
The paragraph with the id="intro" atribute is indented.
The #intro style applies to all paragraphs.
Text in the paragraph with the id="intro" atribute is blue.
Text in the paragraph with the id="intro" atribute is all uppercase and italic.

Answers

Answer:

The #intro style applies to all paragraphs.

Explanation:

It is a class

A class applyies to all with that name

Answer:

(B): The #intro style applies to all paragraphs.

PLEASE HELP ME!!!!!

You want to type a document using a language that has a lot more characters than English. Which of these is your best choice for a coding system?

binary

hexadecimal

Unicode

ASCII

Answers

Answer:

Unicode

Explanation:

This is a fairly large code and Is well known throughout my family since we study ancient codex and modern codes to solve crimes and find relics of the past, although our research has proven good and unicode is one that is being studied currently now, I have found it as long and very time consuming. Although ASCII is a computer code that consists of graphs and numbers it actually shortens the text. and hexadecimal has been proven to be less reliable and binary is a short code with little symbols

the answer is Unicode

what are some basic commands to remember in terminal? windows 10

please help if you know

Answers

Answer:

If you just need a few, maybe this can help.

Explanation:

Cat - The cat command means 'Concatenate'. It prints the contents of a file or files to stdout. It's frequently used in Linux commands.

Touch - Using the 'Touch' command, you can create a file, or possibly just modify or generate a timestamp.

Move - The 'mv' command stands for 'Move'. As the name says, we can use this command to move files and directories from one place to another.

Chsh - The chsh command changes a user's login shell attribute. If you want to change the shell of another user, execute the command with root permissions.

Sudo - 'Sudo', or 'super user do', is a command that allows you to elevate your user privileges while executing the command to administrator privileges.

1.Assoc

Most files in Windows are associated with a specific program that is assigned to open the file by default. At times, remembering these associations can become confusing. You can remind yourself by entering the command assoc to display a full list of filename extensions and program associations. You can also extend the command to change file associations. For example, assoc .txt= will change the file association for text files to whatever program you enter after the equal sign. The assoc command itself will reveal both the extension names and program names, which will help you properly use this command.

In Windows 10, you can view a more user-friendly interface that also lets you change file type associations on the spot. Head to Settings (Windows + I) > Apps > Default apps > Choose default app by file type

2.Cipher

Deleting files on a mechanical hard drive doesn't really delete them at all. Instead, it marks the files as no longer accessible and the space they took up as free. The files remain recoverable until the system overwrites them with new data, which can take some time. The cipher command, however, lets you wipe a directory on an NTFS-formatted volume by writing random data to it. To wipe your C drive, for example, you'd use the cipher /w:d command, which will wipe free space on the drive. The command does not overwrite undeleted data, so you will not wipe out the files you need by running this command.

When you run the cipher command by itself, it returns the encryption state of the current directory and the files it contains. Use cipher /e: to encrypt a file, cipher /c: to retrieve information about encrypted files, and cipher /d: to decrypt the selected file. Most of these commands are redundant with the Windows encryption tool BitLocker.

3.file Compare

You can use this command to identify differences in text between two files. It's particularly useful for writers and programmers trying to find small changes between two versions of a file. Simply type fc and then the directory path and file name of the two files you want to compare.

You can also extend the command in several ways. Typing /b compares only binary output, /c disregards the case of text in the comparison, and /l only compares ASCII text.

So, for example, you could use the following:

fc /l "C:\Program Files (x86)
The above command compares ASCII text in two Word documents.

4.Ipconfig

This command relays the IP address that your computer is currently using. However, if you're behind a router (like most computers today), you'll instead receive the local network address of the router.

Still, ipconfig is useful because of its extensions. ipconfig /release followed by ipconfig /renew can force your Windows PC into asking for a new IP address, which is useful if your computer claims one isn't available. You can also use ipconfig /flushdns to refresh your DNS address. These commands are great if the Windows network troubleshooter chokes, which does happen on occasion.

5.Netstat

Entering the command netstat -an will provide you with a list of currently open ports and related IP addresses. This command will also tell you what state the port is in; listening, established, or closed.

This is a great command for when you're trying to troubleshoot devices connected to your PC or when you fear a Trojan infected your system and you're trying to locate a malicious connection.

6.Ping

Sometimes, you need to know whether or not packets are making it to a specific networked device. That's where ping comes in handy.

Typing ping followed by an IP address or web domain will send a series of test packets to the specified address. If they arrive and are returned, you know the device is capable of communicating with your PC; if it fails, you know that there's something blocking communication between the device and your computer. This can help you decide if the root of the issue is an improper configuration or a failure of network hardware.

7.PathPing

This is a more advanced version of ping that's useful if there are multiple routers between your PC and the device you're testing. Like ping, you use this command by typing pathping followed by the IP address, but unlike ping, pathping also relays some information about the route the test packets take.

what is 8 4/7 divided by 15

Answers

84/7 divided by 15 is 0.8

Answer: 4/7

Explanation:

8 4/7 ÷ 15

60/7× 1/15

=4/7

ok so...you first are going to convert the mix fraction 8 4/7 to improper fraction by multiplying the denominator and the whole number which is 56 then add the numerator 56 +4= 60 and put back the denominator which is going to be 60/7.

Then flip the fraction or the whole number 15 which is also 15/1 that is on the right which is going to be 1/15 and change the division sign to multiplication which is going to be 60/7 × 1/15.

then you can cancel, 15 go into 60, 4 times, so you are going to multiply 4 times 1 and 7 times one, which gives you 4/7.

I hope this help you to understand

Will the following boolean expression return True or False?

Will the following boolean expression return True or False?

Answers

Answer:

the boolean expression returns false

Explanation:

because 10!==100

false. its is false. i promise it is

Walt needs to ensure that messages from a colleague in another organization are never incorrectly identified as spam. What should he do?

A.Configure a safe recipient.
B.Configure a blocked sender.
C.Configure a safe sender.
D.Do nothing.

Answers

Answer:

C. Configure a safe sender

Explanation:

It’s dabest thing to do

As per the given scenario, Walt should need to configure a safe sender. The correct option is C.

What is configuration?

A system's configuration in communications or computer systems refers to how each of its functional elements is organised in relation to their nature, number, and distinguishing features.

Configuration frequently involves picking the right hardware, software, firmware, and documentation.

A person, group, or organisation that starts the communication is known as the sender. The success of the message stems primarily from this source.

The communication is influenced by the sender's experiences, attitudes, knowledge, competence, perspectives, and culture.

Walt must take care to prevent messages from a colleague in a different organisation from ever being mistakenly classified as spam. He ought to set up a secure sender.

Thus the correct option is C.

For more details regarding configuration, visit:

https://brainly.com/question/13410673

#SPJ2

All of the data in a digital book (letters, punctuation, spaces, etc) are stored and processed in a computer as binary. Break down how this works (hint: Ascii) . Explain in three or more sentences: Please Answer ASAP, Brainiest for Best and most In detail answer!!

Answers

Answer:

computer system normally stores characters using the ASCII code. Each character is stored using eight bits of information, giving a total number of 256 different characters (2**8 = 256).

Explanation:

Not sure but I think the answer that answered first is correct

What is Moore's law? (in simple terms please)

Answers

Transistors' density will be doubled every two years. In a  simpler term, computers should be twice faster every two years.

I’m just here for the points tbh!

(I made this up teehee) what anime is katski bakugo from

Answers

Scooby do because that is the best shower ever
MHA (My Hero Academia) or Boku no hero academia

Did the ANSI developed the A series, B series, or the Arch series?​

Answers

Answer:

ANSI developed the B series.

Explanation:

Change Unit. An ANSI B piece of paper measures 279 × 432 mm or 11 × 17 inches. ANSI B is part of the American National Standards Institute series, with an aspect ratio of 1:1.5455. ANSI B is also known as 'Ledger' or 'Tabloid'.

If you created a variable called name, what data type would that value be? Group of answer choices a float a string a Boolean an integer

Answers

I think its an integer

Answer:

a float

Explanation:

tasks on a checklist should be written in as general terms as possible so that developers and artists have enough creative freedom to create interesting products.

O true
O false

Answers

Answer:  True

Explanation: Developers who design always take on idea that was created and add to it. Creating a piece of artwork/ Item.

true is the answer of the queen

ANSWER AS FAST AS U CAN ITS DUE IN LIKE 5 MINUTES-
What must a new object have in Turtle Graphics?

Export
Name
Title
Rank

Answers

What are turtle graphics
It is the answer title

In a complex model, scientists use _____ to simplify calculations?

variables
factors
assumptions
inputs

Answers

Answer:

factors

Explanation:

because it explains it in pieces

Answer:

In a complex model, scientists use variables to simplify calculations.

Explanation:

Variables are values or quantities that can change within a model. They allow scientists to represent complex relationships and systems with a smaller number of inputs. By using variables, scientists can perform mathematical operations and make predictions about the behavior of the system being modeled. For example, in a model of a population, a variable might represent the number of individuals in the population, while another variable might represent the birth rate. By manipulating these variables, scientists can make predictions about how the population will change over time.

hellpppppppppppppppp

hellpppppppppppppppp

Answers

Answer:

They can photograph from a safe area away from risks, and close to something they can escape to if something happens.

They can also put their printed photos into a plastic protective bag or case so that they won't be ruined.

maybe if the camera or whatever you were photographing with gets lost or destroyed, you should have the photo files backed up so that you can recover them.

Mark brainliest.

Answer:

I'm answering #2

Explanation:

Hector could have kept some distance from the water tank so he could ensure that he didn't accidently fall in

Quick, answer this please! What happens if you answer bot questions with low points? Like they say they would give you 10+ points but they only have 5 points? I am afraid I might get h a c k e d

Answers

Answer:

Hello! I haven't been h a c k e d yet so I'm pretty sure its safe.

Explanation:

Okay okay I just got the phone call from you

Please describe the 7 different types of common Domain Suffixes for institutions and organizations. Also, Identify the different Domain Suffixes identifying countries ( include the suffix and country).

( u dont have to do all this, u can, but give me a little bit of help please)

Answers

.ad Andorra
.ae United Arab Emirates
.ag Antigua and Barbuda
.ai Anguilla
.al Albania
.am Armenia
.ar Argentina
.at Austria
.au Australia
.aw Aruba
.ba Bosnia-Herzegovina
.be Belgium
.bg Bulgaria
.bh Bahrain
.bm Bermuda
.bn Brunei Darussalam
.bo Bolivia
.br Brazil
.bs Bahamas
.bw Botswana
.by Belarus
.bz Belize
.ca Canada
.ch

Does anyone know how to change there Name of the account that shows up? If you do please tell me in a comment and/or Answer.

Answers

Answer:

change your email

Explanation:

award me brainliest

Change the email your welcome

Question 1(Multiple Choice Worth 5 points)
(03.01 MC)

Which line of code will only allow a non-decimal point to be stored in a variable?

candyCost = int(input("How much is the candy?"))
candyCost = input("How much is the candy?")
candyCost = float(input("How much is the candy?"))
candyCost = str(input("How much is the candy?"))
Question 2(Multiple Choice Worth 5 points)
(03.01 MC)

Cheri's teacher asked her to write a program using the input() function. What will this allow her program to do?

Add comments to the code
Allow others to understand the code
Display a string on the screen
Make the program interactive
Question 3(Multiple Choice Worth 5 points)
(03.01 MC)

Jabari is writing a program which prompts a user for a value that is negative and has a decimal. Which function should he use?

float()
int()
print()
string()
Question 4(Multiple Choice Worth 5 points)
(03.01 LC)

In programming, what is a string?

A cable that connects a computer to hardware
A method of threading code into a computer
A system of organizing letters alphabetically
A way to store a sequence of letters, numbers, or symbols
Question 5(Multiple Choice Worth 5 points)
(03.01 LC)

Which function converts the user's input to a number without a decimal?

float()
int()
print()
string()

Answers

Answer:

b

Explanation:

it's not a c or d and now I have to make it 20 characters long so I will do this

B is the answer lol yeah I had that some answer

What is the CPU Unit of a computer?

Answers

Answer:

The computer's central processing unit (CPU) is the portion of a computer that retrieves and executes instructions. The CPU is essentially the brain of a CAD system. It consists of an arithmetic and logic unit (ALU), a control unit, and various registers.

Explanation:

.

CPU stands for central processing unit and it is pretty much what processes most things you do on a computer also make sure to never get this confused with a GPU as they are both different

Which file type is typically used to save Microsoft Word files? Group of answer choices DOC MPEG PDF XLSX

Answers

Answer:

DOC

Explanation:

It's the common file used.

Hi there!

The answer is “PDF”.

When sending an email and adding an attachment it’s usually labeled as a “PDF”. Whenever saving an image to your computer it’s also considered a PDF.

I NEED HELP!!!!!!!!!

I NEED HELP!!!!!!!!!

Answers

2nd: Look up the shelf where the book belongs

3rd: Move to the shelf where the book belongs

4th: Place the book on the shelf

Answer:

2nd Step is to -  Look up the shelf where the book belongs

3rd Step is to - Move to the shelf where the book belongs

4th Step is to - Place the book on the shelf

On a real computer, how is data transferred from one hardware part to another?

Answers

Answer:
Copying data onto external hard drives, thumb drives, or other storage devices is another way to transfer data. Moving individual files or backing up the entire system from one computer to another is quick and easy. In most cases it's as simple as plugging in the drive and dragging the files.

Through the use of cables and circuits, electric impulses are used to convey data between computer components.

What are electric impulses?

Electric impulses is defined as a change in electrical charge across the neuron's plasma membrane causes an electrical phenomena. By connecting receptors to the central nervous system, neurons allow these impulses to travel from one location to another. The atrioventricular node receives the electrical impulse that leaves the sinus node.

Serial and parallel transmission are the two techniques used to transfer data between digital devices. Data bits are transmitted serially across a single channel one after the other. Multiple data bits are sent simultaneously over several channels during parallel data transfer.

Thus, through the use of cables and circuits, electric impulses are used to convey data between computer components.

To learn more electric impulses, refer to the link below:

https://brainly.com/question/29574430

#SPJ2

You can find this out on Brainly! Recycling one glass jar saves enough energy to watch television for _ hours It's one of the fun facts!

Answers

Recycling one glass jar saves enough energy to watch television for 3 hours.

3! Is the answer ………..

pleas help and hury
_____ can be lost or stolen by cybercriminals. Select 2 options.

Computer devices

Portable devices

Antivirus software

Computer networks

Free WiFi

Answers

Answer:

It is D and A

Explanation:

Free WiFi and portable devices

If you were programming a robot to respond to touch, the path might look something like this:

touch --> touch receptor --> computer processor--> motor --> movement

Write a similar path showing how the same information would be processed within the human body.

Answers

Touch receptor is the thingy

create a 3 to 5 step plan for checking out a post on social media for the next time you encounter something questionable.

Answers

1. Report post
2. Block or unfollow user
3. Tell parent

Answer:

Report. Block. Tell mommy or dada

Explanation:

i need a essay 3-5 sentences on volleyball

Answers

Answer:Volleyball is a team sport that involves two teams of six players, one of which plays offense and the other defense. Each player has a specific role to play on the court:

Setter – The setter positions herself in front of her teammates, and sets up the ball for them to hit. She also controls the pace at which points are played, as well as how long each point lasts. The setter’s job is to make sure that every point goes smoothly without any errors or mistakes by her teammates.

– The setter positions herself in front of her teammates and sets up the ball

Explanation:

pick and choose the sentences from there

Volleyball is a sport played by many. The sport dates back to 1985, and has since grown in terms of popularity. The creator is a man by the name of William G. Morgan. The sport garnered international popularity in 1913. It is a fun team sport that many enjoy, and continues to grow.

How do the text feature help on the text?

Answers

Answer:

Text features help you locate important information in a text. Knowing the purpose of the text feature helps you decide at which text feature to look when you want to understand your text better. Organized by purpose, the chart identifies text features and how they help the reader.

Explanation:

Here is your answer
How do the text feature help on the text?
Other Questions
I need help with this question. The protein that forms a transmembrane pore that allows preproteins to pass through the er membrane is called the ______. NEED help asap please find the percentage What are the 3 types of graphs? Is anyone willing to write something original, and not copy pasted from the internet?i'll mark brainliest and give 5 star ratingINTO THE WILD BASEDYou are to write a two-paragraph response in which you provide two reasons why you either admire Chris McCandless or do not admire him for what he was trying to do. This means that you need two reasons why you admire what he was trying to or do not admire him for what he was trying to do. There is no riding the fenceyou either admire him or you dont. Subjects deprived of sleep for 4 consecutive nights showed an inability to process which type of food Which THREE statements are correct when determining the likelihood of a chance event occurring?A)B)(9)D)E)A probability of means the event will more than likely occur.The closer the probability of a chance event is to 0, the less likely it is forthe event to occur.A chance event with a 0.95 probability of occurring is likely to occur.A chance event with a 0.35 probability is more likely to occur than anevent with a 0.40 probability.A chance event with a probability of 0.68 is more likely to occur than anevent with a 0.55 probability. 1.Use one of the contemporary sociological perspectives to help analyze the view that opposes vouchers.2.Use one of the contemporary sociological perspectives to help analyze the view that supports vouchers. Please help someone !! Sociology!! Suppose y varies directly with x. Whenx is 4, y is 10. Write the equation thatrelates x and y Ancientgrew to 40 m, but are smaller today. A 0.5 kg ball has a velocity of 20 m/s.a. What is the kinetic energy of the ball?B. How much work would be required to stop the ball The nucleus contains genetic information which controls and gives the cell _________________ about what to do. PLEASE HELP!! Identify and place the stages of mitosis in the chart. Solve each system by elimination.- 6r 6y = -18-5r + 8y = 24 65% = 1025 what is 100% calculate the average translational kinetic energy for a co molecule and for 1 mole of co at 25. is the average translational kinetic energy for a mole of co greater than, equal to, or less than the average rotational energy of 1 mole of co at 25? A Patient with family history of a hematologic condition is being seen by a nurse. What assessment funding needs additional assessment for the condition. interested in developing ways to treat human strokes, researchers are attempting to develop forms of epo that act on cns neurons without affecting erythrocyte production in the bone marrow. one benefit of such a form of epo in stroke treatment would be to: HELP ME PLEASEEEEEEEEEEE What is the GCF of 81 and 36?What is the LCM of 4 and 9?