HTTP is the protocol that governs communications between web servers and web clients (i.e. browsers). Part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. Some of the codes and their meanings are listed below: C++

200, OK (fulfilled)

403, forbidden

404, not found

500, server error

Given an int variable status, write a switch statement that prints out the appropriate label from the above list based on status.

I'm getting an error on this.

This is my code:


cout << "Enter a status";

cin >> status;

switch (status)

{

case 200:

break;

case 403:

break;

case 404:

break;

case 500:

break;

}

Answers

Answer 1

Answer:

the answer is your mind think and you will get it like me it's ()


Related Questions

An engineer learns a new security threat mitigation technique. The technique maps an IP address to a non-existent host, and is useful in stopping denial of service attacks. Traffic heading to these IPs can be captured for analysis or discarded. Considering the given strategies, which does this technique relate to? Select all that apply.
A. Black hole
B. Sinkhole
C. Forward proxying
D. Reverse proxying

Answers

A. In network architecture, a black hole drops traffic before it reaches its intended destination, and without alerting the source. A simple example is traffic sent to an IP address that an admin mapped to a non-existent host.
B. A sinkhole is similar to configuring a black hole, and often used interchangeably. With sinkholing however, an admin usually retains some ability to analyze and forward the captured traffic.

on mad max ps4, why does the v6 sound beter and healthier than the v8

Answers

Um is that a question?

First, read in an input value for variable valCount. Then, read valCount integers from input and output each integer on a newline followed by the string" reports.".

Ex: If the input is 3 70 65 75, the output is:

70 reports.
65 reports.
75 reports.​

Answers

Answer:

The program in Python is as follows:

valCount = int(input())

reports = []

for i in range(valCount):

   num = int(input())

   reports.append(num)

   

for i in reports:

   print(i,"reports.")

Explanation:

This gets input for valCount

valCount = int(input())

This creates an empty list

reports = []

This gets valCount integer from the user

for i in range(valCount):

   num = int(input())

Each input is appended to the report list

   reports.append(num)

This iterates through the report list

for i in reports:

This prints each element of the report list followed by "reports."

   print(i,"reports.")

Why is https used in every link of a website?

Answers

Answer:

As a request-response protocol, HTTP gives users a way to interact with web resources such as HTML files by transmitting hypertext messages between clients and servers. HTTP clients generally use Transmission Control Protocol (TCP) connections to communicate with servers.

Alt +f4 is a short cut of close a document in MS word /ture /false​

Answers

Answer:

True.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.

In Computer science, there are specific key combinations (short cut) that avail end users the opportunity to perform specific functions without having to go through a series of step.

For example, when you press the Alt button and function key 4 (F4) at the same time, it would close the current open window.

Hence, Alt + F4 is a short cut key that can be used to close a document in MS word.

whats your favorite tv show/ movie
please help for school project

Answers

Answer: an anime called one piece.

hope that helped ☺️

Explanation:

My favorite movie would have to be The Lion King, as the movie represents a family bondage and how courage and boldness should not be hidden. Strength, and the power of love is also represented in this movie. Plus, I love lions! :D

Give five examples of top level domain​

Answers

Answer:  .com — Commercial businesses.

.org — Organizations (generally charitable).

.net — Network organizations.

.gov — U.S. government agencies.

.mil — Military.

.edu — Educational facilities, like universities.

Explanation:

ANSWER BELOW.com — Commercial businesses.  .org — Organizations (generally charitable). .net — Network organizations. .gov — U.S. government agencies. .edu — (Educational facilities, like universities.)

Hope this helps!!! :)

PLEASE HELP ILL MARK BRAINLIEST!!!
Which four of the following qualify as fair use?

using a quote from a book that you are reviewing for a school assignment
modifying an image from a website and using it in a flyer for a local business
making a photocopy of a data table for reference while writing an assignment
creating a video parodying a character in a popular movie
paraphrasing a scholarly article in a news report

Answers

Answer:

everything but the parody

Explanation:

enjoy

Answer:

modifying an image from a website and using it in a flyer for a local business

Explanation:

This is the only wrong answer.

what part of the meat help you identify the less tender cuts​

Answers

If a muscle gets a lot of exercise in an animal it will be a less tender cut of meat.

What is a Digital Worker?

Answers

Answer:

my answer is on the picture

>>>> hopes its helps

Answer:

Digital workers are like significant catalyst.

Explanation:

Digital Workers facilitates and compliance in automating each and every step of the business process enhancing A.I automation that includes natural language processing, text robots, robotic process automation and many other cognitive technologies.

How does cipher work?

Answers

Answer:

Cipher is a new ability found on instants and sorceries that allows you to cast them turn after turn by encoding them on one of your creatures

Which is the default data type of Ms-Access? (i) Memo (ii) Number (iii) Text (iv) Auto number​

Answers

Answer:

(iii) Text

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to effectively and efficiently create, store, modify, retrieve, centralize and manage data or informations in a database. Thus, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

Generally, a database management system (DBMS) acts as an intermediary between the physical data files stored on a computer system and any software application or program.

Hence, a software that enables the organization to centralize data, manage the data efficiently while providing authorized users a significant level of access to the stored data, is called a Data Base Management System (DBMS).

Text is the default data type of Microsoft Access (Ms-Access).

______ language is written using 0's and 1's​

Answers

Answer:

Binary language is written using 0's and 1's.

Explanation:

That language of 1's and 0's is called binary. Computers speak in binary because of how they are built.

That language of 1's and 0's is called binary. Computers speak in binary because of how they are built.

A device that records images of text, or converts printed text into machine-readable form is called a? ​

Answers

Answer:

Its called a scanner

Explanation:

Its a device that helps enable in the reading of daya and info printed on paper like a text, image, photos, and drawing by using optical tech

The cafeteria is dark except for one light in the kitchen. The cafeteria manager is in there, counting lunch money. She says that there were some strangers in the school today and they ate lunch in the cafeteria.

Answers

Answer:

Explan

wha??! do u meana

To indent an entire paragraph or list you should:

A. Use the paragraph spacing icon
B. Use the select icon
C. Use the tab key on your keyboard
D. Use the decrease indent icon

Answers

Answer:

C. Use the tab key on the keyboard

(a easier and fastest way to add a indent in the paragraph)

Define computer with its prossing meaning​

Answers

Answer:

The computer is a device that accepts information (in the form of digitalized data) and manipulates it for some result based on a program, software, or sequence of instructions on how the data is to be processed. Today's computers have both kinds of programming.

Explanation:

did you mean-Define computer with its processing meaning. °•°

Computer is a device that takes input, processes it and gives us output.

Which phrases suggest that Bob is a web administrator?
Bob logs in to his computer. He checks his email. He then researches online for a system upgrade of a new machine. He fills his timesheet at
his organization detailing the tasks completed during the week. Later in the day, Bob creates a weekly backup from a remote web server.

Answers

"creates a weekly backup from a remote web server"

This implies that he is the owner of the server since, one, he backs it up every week, and two, he has access to create a backup.

¿por qué se debe seleccionar todo el texto de un documento de word?. ​

Answers

Explanation:

La selección de texto también se conoce como resaltar texto. Se usa a menudo cuando se usa Microsoft Word para tareas como formatear, eliminar, mover o copiar texto

The output for the following code will be: Pasta (1 mark)
My FavFood=Pasta
print (My FavFood)

Answers

Answer:

The output is "Pasta"

Explanation:

Given

The attached code segment

Required

The output

The first line of the program implies that:

MyFavFood="Pasta"

This means that, the value of the variable MyFavFood is string "Pasta"

Next,

print (MyFavFood)

This prints the value of the variable MyFavFood which is "Pasta"

Hence, the output is "Pasta"

PLEASE HELP!!! ILL MARK BRAINLIEST!!
Match each form of IPR to the protection it affords.

patent
trademark
copyright

protects the specific expression of a creation
protects signs, symbols, names, or short phrases
that reveal the origin of a product or service
protects the idea underlying a creation

Answers

Answer:

1. Copyright.

2. Trademark.

3. Patent.

Explanation:

A patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.

Generally, patents are used on innovation for products that are manufactured through the application of various technologies.

An intellectual property can be defined as an intangible and innovative creation of the mind that solely depends on human intellect.

Simply stated, an intellectual property is an intangible creation of the human mind, ideas, thoughts or intelligence. They include intellectual and artistic creations such as name, symbol, literary work, songs, graphic design, computer codes, inventions, etc.

Basically, the three (3) main ways to protect an intellectual property is to employ the use of the following;

1. Copyright: protects the specific expression of a creation.

2. Trademark: protects signs, symbols, names, or short phrases that reveal the origin of a product or service.

3. Patent: protects the idea underlying a creation.

How many people are in Siver, on the game Valorant?

Answers

Answer:

probably like more than 20

Which of the following demonstrates how digital music are files played? An analog player changes the recording to digital, and sends the digital signal to a speaker to be played. A digital music player reads the file and plays the recording through a digital music speaker to be played. A digital music converter reads the file as analog and sends the signal to a speaker to be played. An analog converter changes the digital recording back to analog and sends the signal to a speaker to be played.

Answers

Answer:

An analog player changes the recording to digital, and sends the digital signal to a speaker to be played.

Explanation:

An audio signal can be defined as a representation of sound, either as an analog or digital signals.

An analog audio signal refers to a continuous signal that is represented by a changing level of quantity such as voltage with respect to time and sequence of bits such as 16kbps, 32kbps, 64kbps, 96kbps, 128kbps, 196kbps, and 320kbps.

Note: Kbps means kilobits per seconds.

On the other hand, a digital audio signal can be defined as the recording, storage and reproduction of sounds by encoding the audio signals in a digitized format.

An analog player is a type of audio player such as a turntable, which is designed to read informations as a continuous signal.

In order to play a digital audio or music files, an analog player changes the recording to a digital format and sends the digital signal to a speaker to be played.

A speaker can be defined as an electronic output device that is typically used for the conversion of an electromagnetic wave to sound wave.

Basically, this conversion is done through the help of a hardware electronic component known as transducers.

A
is an list of steps to complete a task. *

Answers

Explanation:

hope it helps

pls mark me brainliest thanks

There is___fatality rate among vulnerable road users.
A. a lower
B. an equal
c. a greater

Answers

c. a greater i think, because it’s saying there’s a higher chance of dying if your in the road and your vulnerable

fill in the blanks:-
Advanced, began
1)photoshop cc is the_______ version of adobe photoshop CS6.
2)To complete the selection, return to the spot where you__________ and release the mouse button.​

Answers

Answer:

we can talk here , and tell me about your self

Explain two ways by which the calendar meets or fails to meet the criteria of showing the correct data

Answers

Answer:

The two ways the calendar meets the criteria of showing the correct date are;

1) The calendar can give dates in the 12 months in a year

2) The calendar can show up to the 31 different days in a month

Explanation:

The two ways in which the calendar meets the criteria of showing the correct date are;

1) The number number of long blocks with 4 different months each = Three

Therefore, the total number of months the blocks can hold = 3 × 4 months = 12 months = The number of months in a year

2) The number of faces on each dice = 6 faces

The number of dice = 2 dice

The total number of faces = 12

The number of identical faces = 2 (11th and 22nd of the month)

The number of unique faces = 10

The number of combinations of the dices = ₁₀C₂ = 45

The number of combination of faces required to show = 1 to 31 = 31 combination

Therefore, there are adequate combinations on the dice to show all the dates of month

In saving a Visual Basic project properly , which of the following: two components part are involved ?

A) Folder and Form
B) Form and File
C) Project and Form
D) Project and Data

Answers

Answer:

C) Project and Form

Explanation:

In saving a Visual Basic project properly, the following: two components part that is involved are:

1. Project - this is the project file that will be saved in the computer's memory. On the toolbar of a Visual Basic Editor, there is a "Save Project File" icon, which will be clicked to save a Project file.

2. File - the is the Visual Basic Editor's user interface. Just like "window" in Microsoft Office, it is the space used in writing or building the project file.

____coping skills are instinctive.
A. All
B. No
C. Some

Answers

Answer:

Some of them

explanation:

What came first, the internet or WIFI?

Answers

Answer: wifi

Explanation:

because you can't have the internet if you don't have wifi to power it up

Other Questions
According to the theory of natural selection, what is an ability of individuals that makes them more likely than others to survive and reproduce?A The ability to change their environment.The ability to avoid mutations in their genesC.The ability to have multiple offspringDThe ability to adapt to their environment Drag and drop the correct angle measures onto the diagram Yuoyoyoyoyoyoyoy HELP!!! please help! thank you! On the coordinate plane, point T is located at (0,7) and point U is located at (x,-5). The distance between points T and U is 15 units.What are the two possible values of x? Pascual specializes in fixing computers. He gets great personal satisfaction out of spending hours working on them and has a significant amount of computer knowledge compared with most of his friends. In developmental terms, Pascual would be considered a(n) _____ on computers. Please choose the correct answer from the following choices, and then select the submit answer button. expert optimizer generalist specialist What is the approximate sector area of a sector defined by minor arc CB? Shown below is a blueprint for a rectangular kennel at a pet hotel.The blueprint of the rectangular kennel shows one side is 22 feet and another side is 14 feet.What is the total length of fencing needed to enclose the kennel?The total length needed is blank feet.The solution is Could someone please help me with this??? Assume you are analyzing the market opportunity of a distance learning company, Learnmore, that creates education courses delivered over the Internet for the Fortune 1000 corporate market. Assume that the overall size of the distance learning market is $25 billion. The overall market can be broken down into three major market segments: Corporate, College, and Elementary/High School, each of which accounts for a third of the market. Within the Corporate market, there are two market niches: Fortune 1000, which accounts for 60% of the market, and all others, which together account for 40% of the market. What is Learnmore's realistic market opportunity, approximately Twelve skateboards have 48 wheels. What is the value of the ratio of skateboards to wheels, in simplest form? A. 1/4 B. 4/12 C. 12/48 D. 16/20 2. Angay isang genre na gumagamit ng mahika atiba pang supernatural na penomena bilang punong elementong plota, tema, at/o ganapan.A. Pabula B. DramaC. Pantasya D. Mga Tula How many poles will there be in a stack of telephone piles if there are 58 in the first layer, 57 in the second, 56 in the third, and so on, with 12 in the top layer? An investor purchased on margin Orange Computer for $30 a share. The stock's price subsequently increased to $47 a share at which time the investor sold the stock. The margin requirement is 60 percent and the interest rate on borrowed funds is 7 percent. What would have been the return if the investor had not bought the stock on margin Why hiring a nutritionist in schools is important? Help me please ITS DUE IN 6 MINS PLEASE Simplify the expression 2 (2 + 4y) + 3x.PLS ANSWER ASAP DUE 9:20 What happened to the Ottoman Empire after World War I?O Its territories were divided under the Treaty of Versailles.O It became an independent nation.O It became a modern industrial power.Its territories were absorbed by Italy under the Treaty of Versailles. sc:tylermoreland14 go add me Names for persons, places, things, qualities, feelings, concepts, activities,and measures are