Answer:
The smallest number of servers required is 3 servers
Explanation:
Given
\(Reliability = 99.98\%\)
\(Individual Servers = 95\%\)
Required
Minimum number of servers needed
Let p represent the probability that a server is reliable and the probability that it wont be reliable be represented with q
Such that
\(p = 95\%\\\)
It should be noted that probabilities always add up to 1;
So,
\(p + q = 1\)'
Subtract p from both sides
\(p - p + q = 1 - p\)
\(q = 1 - p\)
Substitute \(p = 95\%\\\)
\(q = 1 - 95\%\)
Convert % to fraction
\(q = 1 - \frac{95}{100}\)
Convert fraction to decimal
\(q = 1 - 0.95\)
\(q = 0.05\)
------------------------------------------------------------------------------------------------
To get an expression for one server
The probabilities of 1 servers having 99.98% reliability is as follows;
\(p = 99.98\%\)
Recall that probabilities always add up to 1;
So,
\(p + q = 1\)
Subtract q from both sides
\(p + q - q = 1 - q\)
\(p = 1 - q\)
So,
\(p = 1 - q = 99.98\%\)
\(1 - q = 99.98\%\)
Let the number of servers be represented with n
The above expression becomes
\(1 - q^n = 99.98\%\)
Convert percent to fraction
\(1 - q^n = \frac{9998}{10000}\)
Convert fraction to decimal
\(1 - q^n = 0.9998\)
Add \(q^n\) to both sides
\(1 - q^n + q^n= 0.9998 + q^n\)
\(1 = 0.9998 + q^n\)
Subtract 0.9998 from both sides
\(1 - 0.9998 = 0.9998 - 0.9998 + q^n\)
\(1 - 0.9998 = q^n\)
\(0.0002 = q^n\)
Recall that \(q = 0.05\)
So, the expression becomes
\(0.0002 = 0.05^n\)
Take Log of both sides
\(Log(0.0002) = Log(0.05^n)\)
From laws of logarithm \(Loga^b = bLoga\)
So,
\(Log(0.0002) = Log(0.05^n)\) becomes
\(Log(0.0002) = nLog(0.05)\)
Divide both sides by \(Log0.05\)
\(\frac{Log(0.0002)}{Log(0.05)} = \frac{nLog(0.05)}{Log(0.05)}\)
\(\frac{Log(0.0002)}{Log(0.05)} = n\)
\(n = \frac{Log(0.0002)}{Log(0.05)}\)
\(n = \frac{-3.69897000434}{-1.30102999566}\)
\(n = 2.84310893421\)
\(n = 3 (Approximated)\)
Hence, the smallest number of servers required is 3 servers
in python how do you write for prime factors
Answer:
The while loop is used and the factors of the integer are computed by using the modulus operator and checking if the remainder of the number divided by i is 0. 3. Then the factors of the integer are then again checked if the factor is prime or not.
Explanation:
2. Which is not part of the Sans Institutes Audit process?
Help to translate the business needs into technical or operational needs.
O Deler a report.
O Define the audit scope and limitations.
O Feedback based on the
Answer:
Help to translate the business needs into technical or operational needs. This is not a part.
Explanation:
Capital budgeting simply refers to the process that is used by a business in order to determine the fixed asset purchases that is proposed which it should accept, or not. It's typically done in order to select the investment that's most profitable for a company.
Some of the capital budgeting processes include:
Identification and analysis of potential capital investments.
Application of capital rationing
Performing post-audits
It should be noted that developing short-term operating strategies is not part of the capital budgeting process.
Learn more about investments on:
https://brainly.com/question/15105766
#SPJ2
Write a program to print the sum of two given numbers.
Answer:
this program is for c++
Explanation:
#include<iostream>
main()
{
int num1,num2,added number;
cout<<"enter your first number";
cin>>num1;
cout<<"enter your second number":
cin>>num2:
num3=num1+num2;
cout<<"the added value of these two are",num3;
}
Please help ASAP!
Which type of game is most likely to have multiple different outcomes?
A. shooter game
B. puzzle game
C. platform game
D. role-playing game
The value u+203e belongs to which coding system
The value "u+203e" belongs to the Unicode coding system.
How is this so?Unicode is a universal character encoding standard that assigns unique numeric codes to characters from various writing systems,including alphabets, ideographs, symbols, and more.
The "u+203e" value specifically refers to a Unicode code point, which represents the character "OVERLINE." Unicode ensures consistency in representing and exchanging text across different platforms, programming languages, and systems.
Learn more about coding at:
https://brainly.com/question/27639923
#SPJ1
What formatting changes do spreadsheet applications permit in the rows and columns of a spreadsheet?
Row and Column Formatting Options
Formatting rows and columns is similar to cell formatting. In an OpenOffice Calc spreadsheet, you can format data entered into rows and columns with the help of the Rows and Columns options. You can insert rows and columns into, or delete rows and columns from, a spreadsheet. Use the Insert or Delete rows and columns option on the Insert tab. Alternatively, select the row or column where you want new rows or columns to appear, right-click, and select Insert Only Row or Only Column options.
You can hide or show rows and columns in a spreadsheet. Use the Hide or Show option on the Format tab. For example, to hide a row, first select the row, then choose the Insert tab, then select the Row option, and then select Hide. Alternatively, you can select the row or columns, right-click, and select the Hide or Show option.
You can adjust the height of rows and width of columns. Select Row and then select the Height option on the Format tab. Similarly, select Column, then select the Width option on the Format tab. Alternatively, you can hold the mouse on the row and column divider, and drag the double arrow to the position. You can also use the AutoFit option on the Table tab to resize rows and columns.
Formatting rows and columns in a spreadsheet is similar to cell formatting. In OpenOffice Calc, users can insert or delete rows and columns, hide or show them, and adjust the height and width of the rows and columns.
What is spreadsheet?A spreadsheet is an electronic document that stores data in a tabular format and is used to perform calculations and analysis. It is a type of software program designed to assist with data entry, calculations, and other analysis tasks. Spreadsheets often contain formulas and functions that allow users to quickly and accurately calculate values based on the data they enter. Spreadsheets also provide users with the ability to present data in an organized and visually appealing way. Spreadsheets are an essential tool for businesses, schools, and other organizations to help them make decisions, track progress, and manage resources.
Users can access these options from the Insert, Format, and Table tabs. Alternatively, they can select the row or column they want to format, right-click, and select the relevant option. Additionally, users can hold the mouse on the row or column divider and drag the double arrow to the desired position. The AutoFit option on the Table tab can also be used to resize rows and columns.
To learn more about spreadsheet
https://brainly.com/question/30039670
#SPJ1
cell a5 is the active cell. you want to make cell b10 the active cell. which of the following is not a method for going to cell b10?
Using the arrow keys is not a method for going to cell b10. The arrow keys allow you to move in one direction at a time, meaning that it would be difficult to move diagonally across the worksheet to get to cell b10.
What is cell ?A cell is a basic unit of life that is found in all living things, including plants and animals. Cells are the smallest unit of life that can carry out all of the processes necessary for life and growth. Every organism is composed of one or more cells and they are the building blocks of all life.
Cells come in a variety of sizes and shapes and have many different functions. Cells contain genetic material, which is organized and responsible for the growth and development of the organism. Cells also contain proteins which are responsible for the chemical reactions that occur in the cell. All cells require energy, which is mainly supplied through the process of respiration. Cells also contain various organelles which are responsible for carrying.
To learn more about cell
https://brainly.com/question/21644802
#SPJ1
Why is forwarding messages useful?
O to pass along messages and attachments to those who should see them
* to return a message to the message sender and all other original recipients
O to courtesy copy someone with a reply message
O to move old messages into a message archive
Answer:
A. to pass along messages and attachments to those who should see them
Hope this helps :D
Which one of the statements is true about cryptocurrency?
Cryptocurrency controls blockchain technology.
Cryptocurrency is a type of digital asset that can be owned.
Cryptocurrency is a type of hash that gives value to a block of data.
Cryptocurrency gets its value based on how many blocks of data it is made of.
Cryptocurrency is a type of digital asset that can be owned.
The true statement about cryptocurrency is that it is a type of digital asset that can be owned.
Thus option B is correct.
Here,
Cryptocurrency is a digital or virtual currency that uses cryptography (the practice of secure communication) for security and operates independently of a central bank. It is decentralized and can be used to make transactions without the need for an intermediary such as a bank.
Cryptocurrency can be owned and stored in digital wallets, just like traditional money. Its value is determined by market demand and supply, meaning that the price of cryptocurrency can be highly volatile.
Cryptocurrency is not a type of hash or a control of blockchain technology.
Know more about cryptocurrency,
https://brainly.com/question/31646159
#SPJ6
You decide to test the voltages across several of the components. The measured voltages are:
V1 = 0 Volts
V2 = 12 Volts
V3 = 0 Volts
V4 = 12 Volts
These voltages do not correspond with what should be happening if there is current flowing through each device.
Which statement below describes what is happening?
Zero voltage across the fuse indicates that the fuse is the problem.
12 volts across the resistor and no current indicates that the resistor is blown.
Zero volts across the lamp indicates that the light is bad.
The fuse is bad because there is no current.
Zero volts across the lamp indicates that the light is bad. The correct option is C.
What is resistor?A resistor is a passive two-terminal electrical component used in circuits to implement electrical resistance.
Resistors have a variety of purposes in electronic circuits, including lowering current flow, adjusting signal levels, dividing voltages, biassing active components, and terminating transmission lines.
After the light bulb, a test of 0 volts shows that there is no resistance in the ground circuit.
At that time, the battery is receiving all of the circuit's voltage (by the path of least resistance), and no voltage is passing through the metre (0 volt reading).
Thus, the correct option is C.
For more details regarding resistor, visit:
https://brainly.com/question/24297401
#SPJ1
If you were to sort the Title field in tblBooks in a Descending order, in ms access which author would be at the top of the list? A. Linda Rode B. Robert Howard C.Isaac Asimov D. Roger D. Abrahams
If the Title field in the tblBooks table is sorted in descending order in MS Access, the author at the top of the list would be Linda Rode. So, the correct option is A.
Sorting the Title field in descending order means arranging the titles in reverse alphabetical order.
Out of the given authors, Linda Rode would be at the top of the list because her last name, "Rode," comes first alphabetically when compared to the other authors' last names. The other authors' last names are Howard, Asimov, and Abrahams.When sorting in descending order, the records are listed from Z to A or highest to lowest, depending on the sorting field. In this case, since we are sorting the Title field, which is a text field, the sorting would be in reverse alphabetical order.Therefore, Linda Rode, with her last name starting with "R," would appear at the top of the list. So, the correct choice is option A.
For more questions on author
https://brainly.com/question/32116759
#SPJ8
How does a computer go through technical stages when booting up and navigating to the sample website? Answer the question using Wireshark screenshots.
When a computer is turned on, it goes through several technical stages before it can navigate to a sample website. The following are the basic steps involved in booting up a computer and accessing a website:
How to explain the informationPower On Self Test (POST): When a computer is turned on, it undergoes a Power On Self Test (POST) process, which checks the hardware components such as RAM, hard drive, CPU, and other peripherals to ensure they are functioning properly.
Basic Input/Output System (BIOS) startup: Once the POST process is complete, the BIOS program stored in a chip on the motherboard is loaded. The BIOS program initializes the hardware components and prepares the system for booting.
Boot Loader: After the BIOS startup is complete, the boot loader program is loaded. This program is responsible for loading the operating system into the computer's memory.
Operating System (OS) startup: Once the boot loader program has loaded the operating system, the OS startup process begins. During this process, the OS initializes the hardware, loads device drivers, and starts system services.
Web browser launch: After the OS startup is complete, the user can launch a web browser. The web browser program is loaded into the memory, and the user can navigate to a sample website.
DNS Lookup: When the user types in the website address, the computer performs a Domain Name System (DNS) lookup to translate the website name into an IP address.
HTTP Request: After the IP address is obtained, the web browser sends an HTTP request to the web server that hosts the website.
Website content delivery: Once the web server receives the HTTP request, it sends back the website content to the web browser, and the website is displayed on the user's screen.
These are the basic technical stages involved in booting up a computer and navigating to a sample website.
Learn more about computer on;
https://brainly.com/question/24540334
#SPJ1
For which task is the goal seeker feature most helpful?
The goal seeker feature is most helpful for finding the input value needed to achieve a specific desired output in a mathematical model or spreadsheet.
The goal seeker feature is a valuable tool in applications like spreadsheets or mathematical modeling software. It assists in finding the input value required to achieve a specific desired output or goal. This feature is particularly useful when you have a target value in mind and need to determine the corresponding input value that will result in that desired outcome.
For example, in a financial spreadsheet, you might want to determine the interest rate needed to achieve a certain future value for an investment. By utilizing the goal seeker feature, you can specify the desired future value and instruct the software to find the interest rate that would produce that outcome.
The goal seeker will then iteratively adjust the input value (interest rate) until it reaches the desired output (future value).
In mathematical modeling, the goal seeker can be used to solve equations where one variable depends on others. If you have an equation with multiple variables and want to find the specific value of one variable that satisfies a particular condition or equation, the goal seeker can automatically determine the input value that achieves the desired outcome.
Overall, the goal seeker feature is particularly helpful when you have a specific target or goal in mind and need to determine the input value necessary to achieve that desired output in mathematical models, spreadsheets, or other similar applications.
For more question on model visit:
https://brainly.com/question/15394476
#SPJ8
Which of the following represents an input on a smartphone?
A pressing the volume key
B an appointment displayed by your calendar
C your phone ringing
D your screensaver turning on
Answer:
Pressing the volume key.
Explanation:
The appointment is and output. It is being shown to you from the smartphone.
The volume key is an input. Your telling the smartphone to raise its volume.
The phone ringing is also an output, and so is the screensaver turning on.
Answer:
A. Pressing the Volume Key
Hope this helped (~0>0)~What's the full meaning of COBOL,FORTRAN,PL1,dBASE,ALGOL,RRG,APL,LISP,PROLOG,PASCAL in high level programming
Answer:
this doesn't scare me
Explanation:
COBOL(Common Business-Oriented Language) is a high-level programming language for business applications. It was the first popular language designed to be operating system-agnostic and is still in use in many financial and business applications today
FORTRON(FORmula TRANslation) general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.
(Programming Language One) procedural, imperative computer programming language developed and published by IBM
dBASE( arbitrary name) was one of the first database management systems for microcomputers
... look mister I got tons of anime to watch
PLEASE HELP ME I WILL GIVE BRAINIEST AND 40 POINTSPython Project Worksheet
________________________________________
Output: Your goal
You will write a program that asks a user to fill in a story. Store each response in a variable, then print the story based on the responses. ________________________________________
Part 1: Plan and Write the Pseudocode
Use the following guidelines to write your pseudocode for a fill-in story program.
1. Decide on a list of items the program will ask the user to input.
2. Your program should include at least four interactive prompts.
3. Input from the user should be assigned to variables and used in the story.
4. Use concatenation to join strings together in the story.
5. Print the story for the user to read.
Write your pseudocode here:
________________________________________
Part 2: Code the Program
Use the following guidelines to code your program.
1. Use the Python IDLE to write your program.
2. Using comments, type a heading that includes your name, today’s date, and a short description.
3. Set up your def main(): statement. (Don’t forget the parentheses and colon.)
4. Conclude the program with the main() statement.
5. Include at least two print statements and two variables.
6. Include at least four input prompts.
7. Use concatenation to join strings.
8. Follow the Python style conventions regarding indentation in your program.
9. Run your program to ensure it is working properly. Fix any errors you may observe.
Example of expected output: The output below is an example of a “Favorite Animal” message. Your specific results will vary depending on the choices you make about your message.
Output
The kangaroo is the cutest of all. It has 5 toes and a beautiful heart. It loves to eat chips and salsa, although it will eat pretty much anything. It lives in New York, and you must be super sweet to it, or you may end up as its meal!
When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE.
When you submit your assignment, you will attach this Python file separately.
________________________________________
Part 3: Post Mortem Review (PMR)
Using complete sentences, respond to all the questions in the PMR chart.
Review Question Response
What was the purpose of your program?
How could your program be useful in the real world?
What is a problem you ran into, and how did you fix it?
Describe one thing you would do differently the next time you write a program.
btw don't talk unless you are answering the question
Answer:
i can only give you pseudocode my fren
Explanation:
# information about me
def main():
MyName = “malaki”
print(myName)
myInfo = “I was born in wichita, Kansas U.S. I live in japan. I love hotdogs.”
print(myInfo)
main()
sorry if this did not help :( i tried
In this exercise we want to write a pseudocode, so this way we will find how the code is in the attached image.
What is pseudocode?Pseudocode is a generic way of writing an algorithm, using a simple language (native to whoever writes it, so that it can be understood by anyone) without the need to know the syntax of any programming language.
Pseudocode is a description of the steps in an algorithm using simple or everyday language. In essence, a pseudocode uses straightforward (concise) words and symbols to summarize the steps taken during a software development process.
Consequently, the following are some characteristics of a pseudocode as the Pseudocode needs to be clear, Pseudocode ought to be ending. Executable pseudocode is required.
Therefore, In this exercise we want to write a pseudocode, so this way we will find how the code is in the attached image.
Learn more about language on:
https://brainly.com/question/20921887
#SPJ2
XYZ is a well-renowned company that pays its salespeople on a commission basis. The salespeople each receive 700 PKR per week plus 9% of their gross sales for that week. For example, a salesperson who sells 4000 PKR worth of chemicals in a week receives 700 plus 9% of 5000 PKR or a total of 1060 PKR. Develop a C++ program that uses a Repetitive Structure (while, for, do-while) to manipulate each salesperson’s gross sales for the week and calculate and displays that salesperson’s earnings.
Answer:
#include<iostream>
#include<conio.h>
using namespace std;
float calculateGross(float sale)
{
return (sale/100*9) + 700;
}
main()
{
float sale[3] = { 5000,7000,9000}, Totalsale =0;
for(int i=0; i<=2; i++)
{
cout<<"Sales Person "<<i+1<<" Gross Earnings: "<<calculateGross(sale[i])<<" PKR\n";
Totalsale += calculateGross(sale[i]);
}
cout<<"Total Gross Sales Earnings for week: "<<Totalsale<<" PKR\n";
return 0;
}
Write a program to ask the user for a number that includes a decimal point. Then display the integer part of the number (the part of the number to the left of the decimal point) and the decimal part of the number (the part of the number to the right of the decimal point, including the decimal point).
Follow the 3 steps in the Information Processing Cycle - Input, Processing, and Output. Do not format the output to any number of decimal places, and don't forget the ending punctuation.
Have a blank line at the end of your program to separate the last line of output from your program from the "Press any key to continue . . .", and do this for all programs that you write.
Example Run #1
(bold type is what is entered by the user)
Enter a number that includes a decimal point: 123.456
The integer part of 123.456000 is 123.
The decimal part of 123.456000 is 0.456000.
The example run shows EXACTLY how your program input and output will look.
you have a desktop computer that provides a 250-watt power supply. you recently added a four-disk raid 10 array to the system, and now it spontaneously shuts down. which of the following would most likely solve this issue?
Upgrade to a power supply that provides more volts. The correct option is 4.
What is desktop computer?PC is an umbrella term for all Windows-based computers. Any computer that is stationary and is not a laptop is referred to as a desktop. PCs are all Windows-based desktops, but not all PCs are desktops.
Because you have a desktop computer with a 250-watt power supply. You recently added a four-disk raid 10 array to the system, and it is now shutting down on its own. Upgrade to a higher-voltage power supply.
Thus, the correct option is 4.
For more details regarding desktop computer, visit:
https://brainly.com/question/29130374
#SPJ1
Your question seems incomplete, the probable complete question is:
You have a desktop computer that uses a 250-watt power supply. You recently added a four-disk RAID 10 array to the system, and now it spontaneously shuts down.
Which of the following would MOST likely solve this issue?
Use the switch on the power supply to switch from 115 VAC to 230 VAC.Upgrade to a power supply that provides more watts.Upgrade to smaller capacity hard drives.Upgrade to a power supply that provides more volts.SQLite is a database that comes with Android. Which statements is/are correct?
The content of an SQLite database is stored in XML formatted files because XML is the only file format supported by Android OS.
A SQLite database is just another name for a Content Provider. There is no difference as the SQLite implementation implements the Content Provider interface.
If an app creates an SQLite database and stores data in it, then all of the data in that particular database will be stored in one, single file.
A database query to an SQLite database usually returns a set of answers
To access individual entries, SQLite provides a so-called Cursor to enumerate all entries in the set.
This is yet another example of the Iterator pattern.
Answer:
1. Wrong as per my knowledge, SQLite may be an electronic database software that stores data in relations(tables).
2. Wrong. Content provider interface controls the flow of knowledge from your android application to an external data storage location. Data storage is often in any database or maybe it'll be possible to store the info in an SQLite database also.
3.Right. SQLite uses one file to store data. It also creates a rollback file to backup the stored data/logs the transactions.
4. Wrong. The queries are almost like a traditional electronic database system, the queries are going to be answered as per the conditions given and should return a group of answers or one answer depending upon the info and sort of query used.
5. Right. A cursor helps to point to one entry within the database table. this may be very helpful in manipulating the present row of the query easily.
Why would we need to consider implementing our business blockchain application not on Bitcoin but Ethereum?
What are the core steps to add revisions or features to a project?(1 point)
Responses
Evaluate feasibility of the goals, create a list of functionality requirements, and develop the requirements of the feature.
Evaluate feasibility of the goals, develop programming solutions, and evaluate how well the solutions address the goals.
understand the goals, evaluate the impact on the project, create a list of functionality requirements, and develop the requirements of the feature.
Communicate with the client, create a sprint backlog, develop the project, and evaluate how well the solution fits the requirements.
The core steps to add revisions or features to a project are ""Understand the goals, evaluate the impact on the project, create a list of functionality requirements, and develop the requirements of the feature." (Option C)
How is this so?
The core steps to add revisions or features to a project include understanding the goals,evaluating the impact on the project, creating a list of functionality requirements,and developing the requirements of the feature.
These steps ensure that the goals are clear, the impact is assessed, and the necessary functionality is identified and implemented effectively.
Learn more about project management at:
https://brainly.com/question/16927451
#SPJ1
The nth Fibonacci number Fn is defined as follows: F0 = 1, F1 = 1 and Fn = Fn−1 + Fn−2 for n > 1.
In other words, each number is the sum of the two previous numbers in the sequence. Thus the first several Fibonacci numbers are 1, 1, 2, 3, 5, and 8. Interestingly, certain population growth rates are characterized by the Fibonacci numbers. If a population has no deaths, then the series gives the size of the poulation after each time period.
Assume that a population of green crud grows at a rate described by the Fibonacci numbers and has a time period of 5 days. Hence, if a green crud population starts out as 10 pounds of crud, then after 5 days, there is still 10 pounds of crud; in 10 days, there is 20 pounds of crud; in 15 days, 30 pounds of crud; in 20 days, 50 pounds of crud, and so on.
Write a program that takes both the initial size of a green crud population (in pounds) and some number of days as input from the keyboard, and computes from that information the size of the population (in pounds) after the specified number of days. Assume that the population size is the same for four days and then increases every fifth day. The program must allow the user to repeat this calculation as long as desired.
Please note that zero is a valid number of days for the crud to grow in which case it would remain at its initial value.
You should make good use of functions to make your code easy to read. Please use at least one user-defined function (besides the clearKeyboardBuffer function) to write your program.
basically I've done all the steps required except the equation in how to get the final population after a certain period of time (days). if someone would help me with this, I'll really appreciate it.
In Python, it can be expressed as follows. Using the recursive function type, we find the sum of the previous term and the sum of the two previous terms.
Python:x=int(input("Initial size: "))
y=int(input("Enter days: "))
mod=int(y/5)-1
def calc(n):
gen_term = [x,2*x]
for i in range(2, n+1):
gen_term.append(gen_term[i-1] + gen_term[i-2])
return gen_term[n]
if(mod==0):
print("After",y,"days, the population is",x)
else:
print("After",y,"days, the population is",calc(mod))
Your friend Alicia says to you, “It took me so long to just write my resume. I can’t imagine tailoring it each time I apply for a job. I don’t think I’m going to do that.” How would you respond to Alicia? Explain.
Since my friend said “It took me so long to just write my resume. I can’t imagine tailoring it each time I apply for a job. I will respond to Alicia that it is very easy that it does not have to be hard and there are a lot of resume template that are online that can help her to create a task free resume.
What is a resume builder?A resume builder is seen as a form of online app or kind of software that helps to provides a lot of people with interactive forms as well as templates for creating a resume quickly and very easily.
There is the use of Zety Resume Maker as an example that helps to offers tips as well as suggestions to help you make each resume section fast.
Note that the Resume Builder often helps to formats your documents in an automatic way every time you make any change.
Learn more about resume template from
https://brainly.com/question/14218463
#SPJ1
Use the drop-down menus to complete statements about how to use the database documenter
options for 2: Home crate external data database tools
options for 3: reports analyze relationships documentation
options for 5: end finish ok run
To use the database documenter, follow these steps -
2: Select "Database Tools" from the dropdown menu.3: Choose "Analyze" from the dropdown menu.5: Click on "OK" to run the documenter and generate the desired reports and documentation.How is this so?This is the suggested sequence of steps to use the database documenter based on the given options.
By selecting "Database Tools" (2), choosing "Analyze" (3), and clicking on "OK" (5), you can initiate the documenter and generate the desired reports and documentation. Following these steps will help you utilize the database documenter effectively and efficiently.
Learn more about database documenter at:
https://brainly.com/question/31450253
#SPJ1
Spreadsheet software enables you to organize, calculate, and present numerical data. Numerical entries are called values, and the
instructions for calculating them are called.
Answer:
It's called coding frame
How could you use a spreadsheet you didn't like to simplify access also the problem
Explanation:
......
Electronic payment system is a——–.
a. An informal report.
b. Not having legal sanction.
c. Always a statistical report.
d. Formal report.
\(\huge \mathcal \fcolorbox{cyan}{black}{ \blue{AnSweR}}\)
Electronic payment system is a Formal report.im going to break my monitor soon
can osmeon help me
Answer:
what do you need help with
Explanation:
mark me brainliest
Has digital transmission changed the nature of communication?
Answer:
yes , digital transmission really has changed the communication with the new apps and devices and reduced paper work.