what are the common disadvantages/issues with locks created through interrupt disabling/enabling mechanism? mark all correct answers.

Answers

Answer 1

According to the system. Disabling interrupts is preferable in some real-time processes, but the interval during which they are deactivated MUST be brief enough to prevent problems.

It would respond in 50 microseconds, whereas using an interrupt would take more over 100. I used it once to handle a somewhat messy device (saving and restoring registers and such). Consequently, a loop without interruptions and with a countdown timer. The device was tagged as "offline" and interruptions were enabled again if the countdown limit was reached. Interrupts were re-enabled if the device responded. Thus, interrupt blocking was quicker and took a manageable amount of time so that other devices weren't starved.

Learn more about devices here-

https://brainly.com/question/11599959

#SPJ4


Related Questions

why is it difficult for routing loops to occur in networks that use link-state routing? group of answer choices routers use hold-down timers to prevent routing loops. each router builds a simple view of the network based on hop count. routers flood the network with link-state advertisement to discover routing loops. each router builds a complete and synchronized view of the network.

Answers

It is difficult for routing loops because each router builds a complete and synchronized view of the network.

What is link-state routing?Each router in the network exchanges information about its neighbourhood with all other routers using a technique called link state routing. Each router in the network comprehends the network topology in this method, which then bases the routing table on this topology.Each router will transmit information about its connection to its neighbor, who will then transmit it to their neighbours and so on. This appears just before the network topology has been established by all routers.Every node in the link-state flooding method keeps a database of all LSP messages, which prevents the general problems of broadcast in the presence of loops. Each LSP has a creator that includes its identity, information about the link that changed status, and a sequence number.

To learn more about link-state routing refer :

https://brainly.com/question/23160879

#SPJ4

a dmz is . a. a trusted network b. a semitrusted network c. an untrusted network d. not actually a network

Answers

A DMZ is a semitrusted network. Henec, option (b) 'semitrusted network' holds the correct answer.

In the context of computer security, demilitarized zone or DMZ refers to the physical or logical subnet that separates a LAN i.e. local area network from another untrusted network- commonly the public Internet. The purpose of the DMZ is to provide organizations with exposed, outward-facing services. The DMZ acts as the exposed point to untrusted networks like the Internet.

The DMZ is called a subnet because it occupies only a portion of the network and isolates itself from the rest of the network. It is usually recommended that the DMZ host is to be disabled unless it is absolutely necessary.  This way, the network is only exposed for a certain period of time when the DMZ is configured rather than being exposed all the time.

You can learn more about DMZ at

https://brainly.com/question/23318736

#SPJ4

what do you call the process of creating and deleting indexes, minimizing the complexity of each view to only what is needed, and changing the table design?

Answers

The system software used to create and administer databases is referred to as a database management system (DBMS). End users can create, protect, read, update, and remove data in a database with the help of a DBMS.What is DBMS?Essentially, a database management system (or DBMS) is just a computerized data-keeping system. Users of the system are provided with the ability to carry out a variety of actions on such a system for either managing the database structure itself or manipulating the data in the database.A database schema specifies the logical restrictions, including table names, fields, data types, and the connections between these entities, that govern how data is arranged in a relational database.Open the table in Datasheet View and the form in Form View. On the Home tab's Records group, click New or New (blank) record, or press Ctrl+Plus Sign (+). Find the record marked with an asterisk in the record selector, and change it.

To learn more about DBMS refer to:

https://brainly.com/question/24027204

#SPJ4

Please see the attached workbook. What is the url query string for the extract in the attached worksheet?.

Answers

http://www.imdb.com/ is the url query string for the extract in the attached worksheet as a Query String is the string passed to the url in the form of parameters, it can contain one or more parameters, each parameter is separated using the ampersand.

What Does Query String Mean?

The part of a URL known as a query string is used to pass information to a back-end database or web application. Because the HTTP protocol is stateless by design, we need query strings. You must continue to operate a website in order for it to function as more than a brochure (store data).

There are several methods for doing this: You can use something like server-side session state on the majority of web servers. Cookies can be used to store data on the client. You can also use a query string in the URL to store data.

All URLs on the internet can be divided into three parts: protocol, file (or program) location, and query string. The majority of the time, the protocol you see in a browser is HTTP.

The location is represented by the hostname and filename in their typical format (for instance, www.brainly.com/somefile.html), and the query string is whatever comes after the question mark symbol ("?").

For example, in the URL below, the bolded area is the query string that was generated when the term "database" was searched on the brainly website, //www.brainly.com/search.aspx?q=database§ion=all.

To know more about URL, visit: https://brainly.com/question/19715600

#SPJ4

when you need information stored in computer files, you select the file and open it. when you need information from your long-term memory, you utilize the memory process known as .

Answers

The correct answer is Acquiring data need information stored in computer files, you select the file and open it. when you need information from your long-term memory, you utilize the memory.

Data acquisition is the process of sampling signals that measure real-world physical conditions and converting the resulting samples into digital numeric values that can be manipulated by a computer.An acquisition is when one company purchases most or all of another company's shares to gain control of that company. Purchasing more than 50% of a target firm's stock and other assets allows the acquirer to make decisions about the newly acquired assets without the approval of the company's other shareholders.

To learn more about Acquiring data click the link below:

brainly.com/question/28964427

#SPJ4

suppose a computer using direct mapped cache has 64 kbyte of byte-addressable main memory, and a cache of 512 blocks, where each cache block contains 32 bytes. a) how many blocks of main memory are there? b) what is the format of a memory address? provide the names and the sizes of the fields. c) to which cache block will the memory address 0x2fa map?

Answers

a) Number of blocks in the main memory = 2^32 / 2^6 = 2 ^ 26 blocks.

b) block offset size is 6 bits and size of the block filed is 3 bits.

c) The cache has 2 ^ 3 blocks (0 block, 1 block, 7th block), the given address maps to 6th block.

What is address maps?

Address mapping, also called pin mapping or geocoding, is the process of giving addresses in a database a location on a map.

Given that,

a) It is given that the size of the main memory= 2^32 bytes

Cache size = 512 bytes = 2 ^ 9 bytes

And block size = 64 bytes= 2^6 bytes

Therefore number of blocks in the main memory = 2^32 / 2^6 = 2 ^ 26 blocks

b) From the given information block size = 64 bytes= 2^6 bytes

Therefore the block offset size is 6 bits.

Number of blocks in the cache= Cache capacity(C)/ Block size (b)

= 2 ^ 9 / 2 ^ 6

= 8 blocks

= 2^3 blocks

Therefore, the size of the block filed is 3 bits.

Since the main memory is byte addressable and the size of the main memory is 2 ^ 32 bytes, 32 bits are required to refer a byte in main memory.

Tag bits = (size of the main memory address- size of the block field(i.e. index) – size of the block offset)

= (32-6-3)

= 23 bits

Therefore the size of the tag field is 23 bits.

c) Given memory address is (13A4498A)

table for convert hexadecimal into binary given in the uploaded picture.

Since, the cache has 2 ^ 3 blocks (0 block, 1 block, 7th block), the given address maps to 6th block.

Learn more about address mapping click on this:

https://brainly.com/question/23851218

#SPJ4

What is a string in Python language?
A) An ordered set of characters
B) An ordered set of values
C) A sequence of Booleans
D) A sequence of numbers

Answers

Answer:

A

Explanation:

a string consists of letters and numbers
like "myUsername123" can be a string
now their order is important.
but they are not booleans, and they are not necessarily only numbers, and "values" is too vague
so its A

[SPECIAL]>>>WRITE THIS TEXT IN BINARY CODE

Answers

Answer:

in binary

01000110 01010010 01000101 01000101 00100000 01010000 01001111 01001001 01001110 01010100 01010011

THX:

01010100 01001000 01000001 01001110 01001011 00100000 01011001 01001111 01010101

Answer:

01000110 01010010 01000101 01000101 00100000 01010000 01001111 01001001 01001110 01010100 01010011

Email is not the best communication method when the information is ____ . [When to email]

Answers

Answer:

Confedential/private

You should email when it is a work resume.

a layer 2 device whose primary purpose is to create a point-to-point connection between one of its input ports and one of its output ports is called a .

Answers

A device that follows the Layer 2 data communications protocol is known as a Layer 2 switch. A multiport bridge is another name for a layer 2 switch.

How does a Layer 2 switch operate?Bridges are comparable to layer 2 switches. They serve as bridges, constructing tables for the transfer of frames between networks at layer 2, where they most frequently connect networks at the MAC sublayer. Layer 2 switches first appeared in order to solve the shared media LANs' contention issue.The Data Link Layer, sometimes referred to as Layer 2, is the second level in the seven-layer OSI reference model for network protocol architecture. The TCP/IP network model compares Layer 2 to the link layer, which is the lowest layer.A device that follows the Layer 2 data communications protocol is known as a Layer 2 switch. A multiport bridge is another name for a layer 2 switch.    

To learn more about Layer 2 switch refer to:

https://brainly.com/question/14747487

#SPJ4

how do you connect an android phone to a android auto in car and still take and make calls without car radio

Answers

The main way that Android Auto works is by using a USB cable to connect your phone to your automobile.

The main way that Android Auto works is by using a USB cable to connect your phone to your automobile. After disconnecting the USB wire, Android Auto Wireless enables you to preserve that connection. The biggest advantage of Android Auto Wireless is that you won't have to constantly plug and unplug your phone.

Android Auto is an app that makes using your phone while driving safer. It offers a wide variety of apps that enhance your driving experience. To make your travels simple and seamless, it includes EV charging, parking, and navigation apps. You can read and send messages from messaging apps right from the launcher screen with Android Auto.

To know more about Android click here:

https://brainly.com/question/28234050

#SPJ4

the community garden grand opening was a success. in addition to the 55 donors food justice rock springs invited, 20 other prospects attended the event. now, tayen wants to know more about the donations that came in from new prospects compared to the original donors. what is the section of a sql query that will calculate the percentage of contributions from prospects?

Answers

The percentage of contributions from prospects is 36.4% .

What is contribution?

Contribution is defined as the amount of revenue left over after all direct costs have been deducted. A cost-accounting formula known as the contribution margin assesses a product's profitability or the revenue that remains after covering fixed costs.

The percent of contributions by the prospects are

Percentage

= Contribution of new prospects / contribution of old donors x  100

= 20 / 55 x 100

= 36.4 %

So, the new prospect have done 36.4% of the old donors.

Thus, the percentage of contributions from prospects is 36.4% .  

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

https://brainly.com/question/10410785

#SPJ1

your organization is having a third party come in and perform an audit on the financial records. you want to ensure that the auditor has access to the data they need while keeping the customers' data secure. to accomplish this goal, you plan to implement a mask that replaces the client names and account numbers with fictional data. which masking method are you implementing?

Answers

Dynamic masking methode we implemented.

What is third party?

A third party is a person or thing who takes part in a transaction but is not one of the principals and hence has a smaller stake in it.

What do you understand by secure data?

Data security is the process of preventing data from being accessed by unauthorized parties and being corrupted at any point in its lifespan. Data across all apps and platforms is protected via data encryption, hashing, tokenization, and key management procedures.

What is encrypyion of data?

Data is converted from plaintext (unencrypted) to ciphertext using data encryption (encrypted). With the aid of an encryption key and a decryption key, users can access encrypted data. Sensitive data is managed and kept in vast quantities online, either on servers connected to the cloud or elsewhere.

Dynamic data masking enables customers to specify how much sensitive data to reveal with little impact on the application layer, assisting in preventing unauthorized access to sensitive data. DDM can be set up to hide sensitive data in query result sets on specific database fields.

Learn more about dynamic masking click here:

https://brainly.com/question/3446611

#SPJ4

Help debugging line 7 type error more arguments (5) than expected (1)

Answers

Answer:

import random

score = 0

for i in range(5):

   num1 = random.randint(1, 100)

   num2 = random.randint(1, 100)

   prompt = "What is " + str(num1) + "+" + str(num2) + "?"

   answer = int(input(prompt))

   result = (num1, num2)

   if answer == result:

       print("Well done!")

       score += 1

   else:

       print("incorrect")

print("Your score was", score)

Explanation:

Your error is on line 7, where you are providing multiple arguments to the input function, instead of 1.

One way to solve this is to create a variable prompt and concatenate all strings and variables within that variable to use for the input.

Dual-channel memory systems only theoretically double memory bandwidth. What is the bandwidth increase in actual terms?.

Answers

Bandwidth will increase by 5-15%.

The memory controller must support dual-channel. Dual-channel systems only increase memory bandwidth by 5-15%, even though they have a theoretical increase of 100%.

You can learn more through link below:

https://brainly.com/question/16046390#SPJ4


Anna wants to modify the table her partner created in their shared word-processing document. She wants the whole table to have a light blue background.
Which option would allow Anna to make the modification?


Answers

Following are the steps to want the whole table on a light blue background:

1)First select the entire table with the help of the mouse

2)Go to the design which is next to the insert option

3)Select the "Shading" which almost looks similar to the fill color icon

4)Choose the color -light blue

How you can colour in ms word?

It's very simple in MSword, the whole table color into light blue can be changed the borders can also be changed and the thickness can also be selected accordingly. As we know coloring is the most favorite part of everyone following the above simple steps can help you in changing the background of a table.

To know more about Coloring in ms word please follow the link below:

https://brainly.com/question/18992501

#SPJ1

Answer:

its table properties / table tools format

Explanation:

i did the quiz on k12

transport layer protocols, like tcp and udp, introduce the concept of a port. how many bits is a port field?

Answers

The correct answer is transport layer protocols, like tcp and udp 16-bit number, meaning there are theoretically 65,535 possible values it can have.

TCP is a connection-oriented protocol, whereas UDP is a connectionless protocol. A key difference between TCP and UDP is speed, as TCP is comparatively slower than UDP. Overall, UDP is a much faster, simpler, and efficient protocol, however, retransmission of lost data packets is only possible with TCP.

To learn about tcp and udp click the link below:

brainly.com/question/16984740

#SPJ4

you need to recommend an iaas solution that allows all virtual machines (vms) to communicate with each other by default. what should you do?

Answers

A company can run an operating system that functions like a totally other computer in an app window on a desktop thanks to virtual machines (VMs).

What is VMs in virtual machine?A system virtual machine (VM) is a completely virtualized environment running its own OS and housed on a physical server. The VM utilizes some of the physical resources of the host yet offers a full environment for running programs and services much like a physical machine without the added overhead.VMs are IAAS (Infrastructure as a Service) because you can control what operating system and software are installed on them.The Digital Equipment Corporation's (DEC) older mid-range PCs use the VMS (Virtual Memory System) operating system. VMS was created in 1979 as a new operating system for DEC's VAX computer, which was the PDP-11's replacement.A virtual machine is a computer file that functions like a real computer. These files are generally referred to as images.

To Learn more About  virtual machines Refer to:

https://brainly.com/question/27939176

#SPJ4

true or false? a solid-state drive (ssd) attached to an m.2 port must be using the non-volatile memory host controller interface specification (nvmhci) or nvm express (nvme).

Answers

The correct answer is False.

An M. 2 SSD will support either SATA or PCIe, but not both at the same time. In addition, system board sockets will be designated by manufacturers to support either SATA, PCIe, or in some cases, both.

What is M.2?

The M.2 form factor specification was introduced in 2012 to replace the mSATA standard. The form factor specification defines the physical size and shape of the SSD card that can be connected to your system. The M.2 form factor is intended to maximize PCB (printed circuit board) performance while taking up the least amount of space in your PC or laptop. Your motherboard must have an M.2 port in order to connect an M.2 SSD.

To learn more about M.2 port, visit: https://brainly.com/question/15095188

#SPJ1

you are working as part of a pc refresh team installing 150 desktop computers in dion training's new offices. when you boot up the 72nd desktop you installed, you smell a foul-smelling chemical odor. you sniff the air again and confirm the smell isn't a burning smell. upon opening the case, which component should you inspect for damage and expect to replace?

Answers

Motherboard is the component should you inspect for damage and expect to replace.

What is CPU?

The electronic equipment that carries out the instructions included in a computer program is known as a central processing unit (CPU), sometimes known as a central processor, main processor, or simply processor. The CPU executes fundamental mathematical, logical, controlling, and input/output (I/O) activities as directed by the program's instructions. In contrast, specialized processors like graphics processing units and external components like main memory and I/O circuitry (GPUs).

What is motherboard?

On Apple computers, this component is also known as the logic board, backplane board, base board, main circuit board, planar board, or the mb (mainboard). The largest board in a computer chassis, the motherboard is a printed circuit board that serves as the computer's base. It distributes power and enables communication with the CPU, RAM, and every other piece of computer hardware.

What is computer hardware?

Hardware refers to the external and internal devices and equipment that enable you to perform major functions such as input, output, storage, communication, processing, and more. There are two types of computer hardware: external and internal.

Learn more about Motherboard click here:

https://brainly.com/question/28218167

#SPJ4

we receive several blocks of ciphertext in cbc mode. an error has changed a single bit in the middle of the ciphertext. how much of the plaintext will be affected by the error when we decrypt it?

Answers

The error will have an impact on the plaintext when we decrypt it. One block and one bit.

What is encryption and decryption?Transforming plain text data (plaintext) to something that appears random and meaningless is the process of encryption (ciphertext). The process of turning ciphertext back to plaintext is known as decryption.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.Data is converted into another form, or code, via data encryption so that only those with a secret key (officially referred to as a decryption key) or password may decipher it. Unencrypted data is referred to as plaintext, while encrypted data is frequently referred to as ciphertext.

To learn more about encryption and decryption refer to :

https://brainly.com/question/4280766

#SPJ4

Select the two text phrases that highlight the features of the Print Layout view from the following passage. You access this view from the View menu. You can preview the document as a printed page. You cannot edit your document in this mode. You can view page boundaries, margins, headers and footers, backgrounds, and images in this layout. This view helps you to navigate quickly through a document and keep track of your location in it.

Answers

You can preview the document as a printed page. This view helps you to navigate quickly through a document and keep track of your location in it.

What is document?

Document is defined as a written or printed document that provides details regarding or evidence of something. The text and other elements that are the same in each label are contained in a primary document.

When your document opens, the complete page is displayed, exactly as it will when it is printed on a piece of paper. While the website layout, graphics, and text formatting are all visible, adjustments can be made.

Thus, you can preview the document as a printed page. This view helps you to navigate quickly through a document and keep track of your location in it.

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

https://brainly.com/question/20696445

#SPJ1

ASAP!!!!!!!Required Materials
• Two of the following:
Word processing software
Spreadsheet software
o Presentation software
Image editing software
Microphone internalorexternal
Even though you're waiting for your investors to provide the funding for your new specialized
software, you've still got work to do! It's time to get your new employees trained on basic
software use so they will be able to hit the ground running. To do this, you will create a
training video to walk them through several software tasks.
Step 1: Choose Two Software Programs to Demonstrate
Depending on the company you've started, your team will be using software in different
ways. So first, choose two of the following softwares to demonstrate in your training video,

Answers

Software is made available to the users by cloud vendors through the Internet. This helps in running programs with minimal installation hassles.

What is a Word processing software?
Popular word processing programs include Microsoft Word. It assists in structuring written content properly and giving it a methodical appearance. This structured appearance makes reading simpler. It offers spell-checking features, formatting options including cut-copy-paste, and real-time grammatical fault detection. It also aids in document storage and saving.

What is a Spreadsheet software?
A spreadsheet, also known as a worksheet, is a document with rows and columns that may be used to calculate numerical data as well as quickly sort and arrange data. The capability of a spreadsheet software application to compute values using cell data and mathematical formulas distinguishes it from other programs.

hence, software is made available to the users by cloud vendors through the Internet.

You can learn more about Word processing software from this link

https://brainly.com/question/4597980

#SPJ13

1. What is an example of something especially difficult about a sports game's user interface design? Why is it so hard?
2. Let's say you wanted to make an American Football game. What is an example of a legal issue you'd have to watch out for?

Answers

An example of something especially difficult about a sports game's user interface design is the gameplay mechanic.

What exactly is a gaming mechanic?

The rules and procedures that direct the player and determine how the game will react to their moves and actions are known as the game's mechanics. You design the game's mechanics, which determine how it will function for the players.

Game mechanics are the guidelines or rules that control and direct the player's actions and the game's reactions in both tabletop and video games. A lexeme, or play element, is similar to the L-shaped move of the knight in chess while a rule is a set of instructions on how to play.

Game mechanics consist of four components: quantity, spatial, state, and action. Each of them is described in the following chart, along with some illustrations for each.

Learn more about interface design from

https://brainly.com/question/28338016
#SPJ1

which patented inspection process enables the firewall administrator to gain visibility and ensure that only those who have a business need have access to an application

Answers

The User-ID patented inspection process enables the firewall administrator to gain visibility and ensure that only those who have a business need have access to an application.

Define a firewall.

A firewall in computing is a network security device that keeps track of and manages incoming and outgoing network traffic in accordance with pre-established security rules. The Internet is an example of an untrusted network that is often separated from a trusted network by a firewall.

A firewall, at its most basic level, is essentially the wall that separates a private internal network from the public Internet. A firewall has the primary function to let safe traffic through while blocking harmful traffic.

To learn more about a firewall, use the link given
https://brainly.com/question/13693641
#SPJ1

which object oriented element best allows us to designing and implementing families of related types that share outward similarities, but have specialized behaviors?

Answers

The correct answer is polymorphism. In locations like method arguments, collections, or arrays, objects of a derived class may be handled at run time as objects of a base class.

What is polymorphism with example?Polymorphism refers to the existence of various forms.Polymorphism can be simply defined as a message's capacity to be presented in multiple forms.A individual who can have multiple traits at once is a real-world example of polymorphism.Various Polymorphisms are subtype heterogeneity (Runtime),the most prevalent type of polymorphism is subtype polymorphism,overloading (Parametric Polymorphism),compile-time ad hoc polymorphismpolymorphism under coercion Human behavior is the best illustration of polymorphism.Different behaviors might exist in one individual.For instance, a person may take on the roles of an employee in an office, a client in a mall, a train or bus passenger, a student in a classroom, and a son at home. Compile time polymorphism and run time polymorphism are the two types of polymorphism available in Java.Both static and dynamic polymorphisms are other names for this java polymorphism.

To learn more about polymorphism refer

https://brainly.com/question/20317264

#SPJ4


Selah is organizing all of the folders on her computer so she can find everything faster. She decides to make a "Work" folder, which she puts inside a "2021" folder, which she puts inside a "Budget" folder. Which method of organization is she using?

Answers

Answer:

Explanation:

 Use Subdirectories

The simplest and most obvious advice. Whichever organization system you choose, you'll have to create folders to put your files in. Get in the habit of creating new directories constantly.

C://Budget/2021/Work

what does the mx record do in a forward dns zone? group of answer choices it identifies the hostname and port of a computer that hosts a specific network service, such as ftp or sip. it holds the alternative names for a host. it identifies the e-mail server to be used for e-mail traffic for the domain. it identifies the authoritative name server for a domain.

Answers

In a forward DNS zone, the MX record identifies the email server that will be used for email traffic for the domain.

So, this is correct. "It identifies the e-mail server to be used for e-mail traffic for the domain."

What is a DNS MX record?

A 'mail exchange' (MX) record in DNS directs email to a mail server. The MX record specifies how email messages should be routed using the Simple Mail Transfer Protocol. An MX record, like a CNAME record, must always point to another domain.

For these MX records, the 'priority' numbers before the domains indicate preference; the lower the 'priority' value, the better. Because 10 is less than 20, the server will always try mailhost1 first. If a message send fails, the server will fall back to mailhost2.

To know more about MX record, visit: https://brainly.com/question/26279891

#SPJ1

a. Consider the worksheet given alongside showing the common germs and diseases associated with them. i. What formatting features have been used in the cells A2:B11?​

Answers

To change the formatting of cell numbers in Excel without changing the actual number, use the format cells function. We can modify the number, alignment, font style, border style, fill options, and protection with the aid of the format cells.

What does cell formatting entail?

You can only alter how cell data appears in the spreadsheet by using cell formats. It's critical to remember that the data's value is unaffected; only how the data is presented has changed. The formatting options include options for fractions, dates, timings, scientific alternatives, and more.

For instance, enter the following formula into a spreadsheet cell to obtain the SUM of the values in cells B2 and B11: =SUM (B2, B11). When you hit "Enter," the cell will display the sum of the numbers that are currently entered in cells B2 and B11.

Any cell's default format is general. Excel will determine the best number format when you enter a number into the cell.

To learn more about format cells function refer to

https://brainly.com/question/26660016

#SPJ1

To change the formatting of cell numbers in Excel without changing the actual number, use the format cells function. We can modify the number, alignment, font style, border style, fill options, and protection with the aid of the format cells.

What does cell formatting entail?You can only alter how cell data appears in the spreadsheet by using cell formats. It's critical to remember that the data's value is unaffected; only how the data is presented has changed. The formatting options include options for fractions, dates, timings, scientific alternatives, and more.For instance, enter the following formula into a spreadsheet cell to obtain the SUM of the values in cells B2 and B11: =SUM (B2, B11). When you hit "Enter," the cell will display the sum of the numbers that are currently entered in cells B2 and B11.Any cell's default format is general. Excel will determine the best number format when you enter a number into the cell.

To learn more about Excel  refer to

https://brainly.com/question/25863198

#SPJ1

Trade secrets _____.

protect owners for 20 years
protect owners for 20 years

are secret company names
are secret company names

give a competitive edge
give a competitive edge

are products that generate profit

Answers

Answer:

gives a competitive edge

Explanation:

Other Questions
A cycle Wheel does 1645 full turns in 7 minutes work out the number of full turns per minute Solve The ProblemAll the students in grades 3, 4 and 5 are going on a field trip to Coney IslandEach grade has 125 students. The cafeteria needs to pack lunches. About howmany students are going on the trip? Represent the exact amount of studentin all three grades using an array, How many students are there altogether? Which type of neuron begins in most body organs and carries information toward the central nervous system?. If this is true, why is China gradually and systematically exterminating the Uyghur peoples in Xinjiang, conduction a protracted cultural war against the Tibetan people to destroy their religion and cultural identity, and banning the teaching of the ethnic Mongol language? (without plagiarizing write 200 words please) How can a negative number be written in scientific notation? PLS AWNSER For example, what is 0.0026 written in scientific notation?Does any part of the process change because the number being converted is negative? a patient has had a traumatic amputation of the left leg above the knee following an industrial accident. what type of disability does this patient have? How can peace and friendship be extended through out the world give me the answer which won't come while searching it on brainly if it happens then I will give the brainlest answer what does a profilometer do? question 11 options: measures the wavelengths of light emitted or absorbed by an object separates items for chemical analysis uses a laser to measure the heights and depths of toolmarks allows the examiner to see the evidence toolmark and the reference toolmark simultaneously reasons for the struggle of Pakistan basmati rice in the international market serena is trying to sell a new line of ultrasound imaging equipment. unlike existing technology, these machines are compact, creating the potential for general practice physicians to have and use them in their offices. serena is trying to identify innovators in her market, knowing these customers will most likely buy one for each office in their practices. reposition his products. not need any service or support when using the product. spread positive word-of-mouth to other physicians. create demand among the late majority. wally, incorporated issues $100,000 of 5% bonds, due in 10 years, when the market rate of interest is 6%. interest is paid semiannually on june 30 and december 31. the issue price of the bonds is: Dr Jeckyll and? I dony remember Your company sells 19 units at a price of $10 and must change price to $9. 90 in order to sell 20 units. What is the marginal revenue of the twentieth unit?. Kyra ha a rock collection. When he put her rock into 2 equal pille , there are no rock left over. When he put her rock into 3 equal pile , there are till no rock left over. When he put her rock into 4 equal pile , there are till no rock left over. How many rock could Kira have ? write a function called simple addition with a parameter called file, which represents an open file containing a list of numbers (both ints and floats), two on each line, separated by exactly one space each. your simple addition function should add the two numbers together and print their sum (as a float). A 40 N force is applied to a 10 kg block, but the object only accelerates at 2 m/s?. Explain why this happens using a free-body diagram. herman company has three products in its ending inventory. specific per unit data at the end of the year for each of the products are as follows: product 1 product 2 product 3 cost $ 40 $ 110 $ 70 replacement cost 38 105 60 selling price 60 140 74 selling costs 5 48 12 normal profit 25 50 32 required: what unit values should herman use for each of its products when applying the lower of cost or market (lcm) rule to ending inventory according to the constant growth dividend discount model the price of a stock whose dividend is growing at a rate g will: How should we conserve the public wealth guys I have a question, is black adams appropriate to watch for kids? please tell me.