Answer:
1-inch
Use 1-inch margins on every side of the page for an APA Style paper. However, if you are writing a dissertation or thesis, your advisor or institution may specify different margins (e.g., a 1.5-inch left margin to accommodate binding).
Explanation:
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:
• 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.
In C++ please
Answer:
switch( status )
{
case 200:
cout << "OK (fulfilled)";
break;
case 403:
cout << "forbidden";
break;
case 404:
cout << "not found";
break;
case 500:
cout << "server error";
break;
}
Explanation:
MPL 2021
What is it called when you plan out and take control of the amount of time that you spend on activities in order to increase effectiveness, efficiency, and productivity? A time management. B supply stocking. C calendar organization. D ergonomics.
Answer:
time management A for Sure
Anyone watch anime what's y'all race
In C#
Please as soon as possible
Answer:
I'm not hundred percent sure but I believe it is going up by 100 the scale each number for the total quantity
Explanation:
What is a characteristic of a magnetic reed switch?
Select one:
a. Switch contacts that are not enclosed
b. Bigger size than mechanical switches
C. High sensitivity to magnetic fields
d. Very high voltage flows through contacts
Answer:
option D is correct answer
Explanation:
Very high voltage flows through contacts.
hope this helps you
Technician A says stepped resistors are made from one or more wire-wound resistors.
Technician B says a common application for this type of resistor is in a blower motor speed
control circuit. Who is correct?
Select one:
O a. Technician A
O b. Technician B
O C. Both Technician A and Technician B
O d. Neither Technician A nor Technician B
Online Book Merchants offers premium customers 1 free book with every purchase of 5 or more books and offers 2 free books with every purchase of 8 or more books. It offers regular customers 1 free book with every purchase of 7 or more books, and offers 2 free books with every purchase of 12 or more books.
Write a statement that assigns freeBooks the appropriate value based on the values of the bool variable isPremiumCustomer and the int variable nbooksPurchased. Assign 0 to freeBooks if no free books are offered. Assume the variables freeBooks, isPremiumCustomer, and nbooksPurchased are already declared.
In C++ please
fill in the blanks
we should our selves
Software which fulfills the requirement of a particular company is known as ________ software.
Answer:
Customized software
Explanation:
Software which fulfills the requirement of a particular company is known as Customized software.
Please mark as brainliest
Explain how navigation aids work.
Answer:
VOR facilities allow the pilot to follow a designated flight path by using the aircraft's cockpit gauges to indicate their positions. ILS transmits guidance beams to allow the pilot to land safely and efficiently.
Explanation:
GThe transmiter must beresolved in order to guide the transmission to arcraft
Detail for the configuration of your laptop and your phone
Answer:
What do u mean?
Explanation:explanation is...
True or False. A range has an address called a range address.
True
False
Answer:
im not sure so i apoligize, but i think its true
Explanation:
When proofreading, you should do all of the following except _____.
read aloud
ask someone else to look over the document
take the time to carefully look over your work
skim the document quickly
Answer:
Skim the document quickly
Explanation:
The purpose of proofreading is to catch any errors that may have been present when the work was first written.
All the options are usually done when proofreading, except for the last one.
Hope this helps :)
Enter a formula in the selected cell to display the owner's draw percentage (cell B6).
The formula is an illustration of Excel formulas, and Excel formulas are used to operate on values in a cell or a range of cells
Formula in the selected cell to display the owner's draw percentage is =B6
How to write the formula?From the question, the owner's draw percentage is in the cell B6.
To enter the formula, we simply enter the name of the cell (i.e. B6)
So, we have:
B6
Excel formulas begin with the equal to "=" sign,
So, we have:
= B6
Hence, the formula is = B6
Read more about Excel formulas at:
brainly.com/question/17566733
What position should you hand be on the steering wheel? yuyuyhj
Answer:
9 and 3
Explanation:
its the right way and njcs wdhiqgua wdiu posef
GameStop’s best Black Friday deals: games, accessories, and more
11/25/2021 7:00 PM EST
Answer:
what is the question or are you just spreading news
Explanation:
Duolingo is a widely used foreign language app, with 300 million users in 2018. While there is a free version of the app, a premium Duolingo subscription eliminates advertisements during language practice and offers new quizzes with the ability to save lessons for offline use. a. Identify each hurdle for users of the free version of the app.
The hurdle for users of the free version of the app is the subscription fee paid for the premium version of the app.
A lot of people do not pay and cannot afford the premium fee. Some people are not very sure at the initial stage of using the app.
People sometimes want use app for free for some time.
A Subscription is simply known to be paid so as to access content from an app or service for a set out period of time. For example, subscription to Netflix on a monthly basis.
Learn more from
https://brainly.com/question/15301858
When replacing a defective switch, what is a necessary characteristic of the new switch?
Select one:
a. Greater number of poles and throws than the original switch
O b. The same number of positions as the original switch
C. Identical cover plate as the original switch
O d. Greater current ratings than the original switch
Answer:
Socratic app
Explanation:
it will help you
Discuss how to enhance the security of a Linux computer in a systematic manner.
Answer:
So here are five easy steps to enhance your Linux security.
1. Choose Full Disk Encryption (FDE) No matter which operating system you are using, we recommend that you encrypt your entire hard disk.
2. Keep your software up-to-date.
3. Learn how to use Linux’s firewall.
4. Tighten up security in your browser.
5. Use anti-virus software.
Explanation:
Linux has five steps for enhanced security.
What are the five layers of security in Linux?A Linux is an operating system and has a Linux kernel that is based on the system and consists of five-layer of enhanced security.
These are FDE that is chosen full disk encryption, followed by keeping software up to date and learning how to make use of a firewall. It also tightens the browser's security plus the use of anti-virus.
Fin dout more infimation about the linux.
brainly.com/question/25480553
. A binary search has a right subtree but no left subtree. What noes contains that least element in the tree
The root node will contain the smallest element
Select the correct answer.
Eva wants to convert a Lisp file into machine code by interpreting only a single line of code at a time. Which of these can help Eva with her work?
A.
interpreters
B.
output device
C.
compiler
D.
memory
E.
operating system
The program which would help Eva convert a Lisp file into machine code by interpreting only a single line of code at a time is: A. interpreters
Interpreters can be defined as computer software programs that are designed to translate (interpret) a programming language (code) into machine code, especially by interpreting only a single line of code at a time.
Hence, an interpreter executes the instructions that are written in a programming language (code) one after the other (instruction by instruction), before it translate (interpret) the next line of code.
On the other hand, a compiler takes the entire program (code) and interprets them.
In conclusion, an interpreter can help Eva convert a Lisp file into machine code by interpreting only a single line of code at a time.
Rea d more: https://brainly.com/question/21130620
Q1. What is animation?
Answer:
The act of animating, or giving life or spirit.
Explanation:
HOPE IT HELPS............philip was required to conduct training on the use of new computer systems in his company. explain two training methods that could have used.
Instructor-led training.
eLearning.
Simulation employee training.
Hands-on training.
Coaching or mentoring.
Lectures.
Group discussion and activities.
Role-playing.
Jayda started a corporation that creates software products for clients. Which statement correctly reflects Jayda’s position in the corporation?
Answer:
She is the Founder and Owner of the corporation. She would also most likely be the CEO if she hasn't hired anyone else.
Describe the advantages and disadvantages of password generator software. Would you recommend the use of such software for your own system
Answer:
he various advantages that can be associated with a password generator software are as follows: Any arbitrary long password can be generated using the complete set of symbols and not just a subset (usually the subset which is easier to type on a key
Explanation:
Each computer on a network is called a __________, and it can include many different systems, such as desktop and laptop computers, printers, routers, switches, and cell phones.
A host refers to each of the computer system connected to a network and it include the following different systems:
Desktop Laptop computersPrintersRoutersSwitchesCell phonesWhat is a host?
A host can be defined as an electronic computing and programmable device that can be used to transmit and receive data (packets) over the Internet, especially when it is connected to a network.
This ultimately implies that, each electronic computing and programmable device (computer) on a particular network is a host and it can include many different systems such as:
Desktop Laptop computersPrintersRoutersSwitchesCell phonesRead more on computers here: https://brainly.com/question/17402566
4.7 Code Practice: Question 1 Please help!
write a Assembly Language program that copies only unsigned numbers from Array1 to another Array2. The Array1 has both signed and unsigned numbers.
Array1 = { -4,-1,-2,-1,0,1,2,3,4 }
Unsigned numbers do not have preceeding positive or negative signs. Hence, the program written in python 3 copies unsigned values in the given array to another array thus :
array1 = {-4,-1,-2,-1,0,1,2,3,4 }
#assigns a set of values to array 1
array2 = set()
#initialize an empty array
for ele in array1 :
#loop through the values in array1
if ele >= 0 :
#since the signed values are negative, checks for values greater than or equal to 0
array2.add(ele)
#add to array 2
print(array2)
A sample run of the program is attached.
Learn more : https://brainly.com/question/25706522
Which of the following does a secure website use to safeguard transmitted information
Answer:encryption
Explanation:
because you can hack encrypted things well not so easily
Encryption is a secure website used to safeguard transmitted information. The correct option is C.
What is encryption?The process of converting information into a secret code that conceals its true meaning is known as encryption.
Cryptography is the study of information encryption and decryption. In the world of computers, ciphertext refers to encrypted data and plaintext to unencrypted data.
By converting the message's content into a code, encryption serves as a confidentiality tool. Integrity and authenticity are the goals of digital signatures.
They serve to confirm the message's source and show that the content hasn't been altered.
In the process of encryption, ordinary text, such as a text message or email, is scrambled into "cypher text," which is an unintelligible format. Secure websites utilise encryption to protect sent information.
Thus, the correct option is C.
For more details regarding encryption, visit:
https://brainly.com/question/17017885
#SPJ6
Your question seems incomplete, the missing options are:
A) A lock icon
B) The http protocol
C) Encryption
D) Digital certificate
Have you ever written a program, saved a version, then later saved a different version and wish you could tell what changed
Answer:YES
Explanation:
Y
Cloud computing brings the ability to scale both technologically and business-wise using a pay-as-you-go paradigm, allowing the users to concentrate more resources and time on their ideas (Edlund & Livenson, 2011). Please write a technical report about the opportunities and challenges on adoption of cloud computing in a real or fictional business case.
The opportunities that can be gotten from the adoption of cloud computing include:
More resources will be available for data protection.More data security.More employment opportunities.The challenges that can be gotten from the adoption of cloud computing include:
Separation failure.Data transfer bottlenecks.Public management interface issues.It should be noted that cloud computing means the delivery of different services through the internet. Such resources include applications and tools such as data storage, databases, servers, etc.
Cloud computing is vital as it helps in enhancing data security and job opportunities. The challenges include data transfer bottlenecks, separation failure, etc.
Read related link on:
https://brainly.com/question/25532807