In an n-sided regular polygon, all sides have the same length and all angles have the same degree (i.e., the polygon is both equilateral and equiangular). Design a class named RegularPolygon that contains A private int data field named n that defines the number of sides in the polygon with default value 3. A private double data field named side that stores the length of the side with default value 1. A private double data field named x that defines the x-coordinate of the polygon's center with default value 0 A private double data field named y that defines the y-coordinate of the polygon's center with default value 0 A no-arg constructor that creates a regular polygon with default values. A constructor that creates a regular polygon with the specified number of sides and length of side, centered at (0, 0) A constructor that creates a regular polygon with the specified number of sides, length of side, and x- and y-coordinates. -The accessor and mutator methods for all data fields. The method getPerimeter) that returns the perimeter of the polygon - The method getarea() that returns the area of the polygon The formula for computing the area of a regular polygon is: Area -n 2/ (4 tan(pi/n)) Draw the UML diagram for the class and then implement the class. Write a test program that creates three Regul arPolygon objects, created using the no-arg constructor, using RegularPolygon ( 6, 4 ), and using RegularPolygon (10, 4, 5.6, 7.8) For each object, display its perimeter and area. SAMPLE RUN Polygon 1 perimeter: 3.0

Answers

Answer 1

Display the perimeter and area of each object. Run a sample Polygon Java has a perimeter of 3.0.

What exactly is java?

Java is a class-based, object-oriented programming language with few implementation dependencies. In 1995, Sun Microsystems released Java as a programming language and computing platform. It has grown from humble beginnings to power a large portion of today's digital world by providing a dependable platform on which many services and applications are built. Java is still used in the future development of new, innovative products and digital services.

While most modern Java applications combine the Java runtime and application, many applications and even some websites will not function unless you have desktop Java installed. This website, Java.com, is basically intended for consumers who may still require Java for desktop applications, specifically those targeting Java 8.

To learn more about java refer to:

brainly.com/question/25458754

#SPJ4


Related Questions

If File History or Backup and Restore (Windows 7), or both, had been configured to protect user data, that data can be recovered using which feature?

A. System Restore
B. Data Collector Set
C. Previous Versions
D. File Retriever

Answers

C. Previous Versions is the feature that can recover data. Previous Versions is a feature in Windows that allows you to recover previous versions of files that were backed up using File History or Backup and Restore (Windows 7).

It works by creating snapshots of the files on your computer at regular intervals, so you can go back in time and restore a file to a previous version if it becomes corrupted or deleted. This feature is particularly useful for recovering important files that were accidentally deleted or lost. In order to access the previous version of a file, right-click on the file and select Properties, then click on the Previous Versions tab. From there, you can select the version of the file that you want to restore and click on the Restore button.

Learn more about Previous Versions: https://brainly.com/question/27785964

#SPJ4

This term describes the area in a Microsoft Office application that displays when the File tab is clicked.

Answers

The top of the screen has a command bar called the ribbon that groups the functions of a program into a number of tabs.

The Microsoft Office Backstage view is visible when you launch a Microsoft Office program or when you click the File tab. Backstage is the place to go if you need to create a new file, open an existing file, print, save, alter preferences, and more. Software is a collection of instructions, data, or computer programs that are used to run machines and carry out particular activities. It is the antithesis of hardware, which refers to a computer's external components. A device's running programs, scripts, and applications are collectively referred to as "software" in this context.

Learn more about program here-

https://brainly.com/question/14618533

#SPJ4

all organizational practices and decisions that affect either the number or types of individuals willing to apply for and accept job offers is .O Organize rangeO Name rangeO Sort rangeO Randomize range

Answers

All organizational practices and decisions that affect either the number or types of individuals willing to apply for and accept job offers is Recruitment and selection. Recruitment and selection are all organizational practices and decisions that affect either the number or types of individuals willing to apply for and accept job offers.

Recruitment and selection are all organizational practices and decisions that can make either the number or kind of individuals able to apply for and accept job offers. This includes activities such as advertising job openings, screening and interviewing applicants, and making hiring decisions. These practices can have a significant impact on the diversity and composition of the workforce, and are therefore an important consideration for organizations. The other options listed (Organize range, Name range, Sort range, and Randomize range) are not related to recruitment and selection.

Learn more about job offer: https://brainly.com/question/29728903

#SPJ4

the function looks at each element in the atomic vector and sees if it can coerce them into integer or floating- point values. the function outputs a list that has separated the values into a list with integers, doubles, and character values. if the optional argument sort is true, then it will sort the results of each vector. For example, if x is the following vector, x <- c("house", "6", "2.2", "a", "3.4", "1") Then the output of by_type(x) will be a list:
$integers
[1] 6 1 1
$doubles
[1] 2.2 3.4
$character [1]
"house" "a"

Answers

Atomic vectors typically come in four different types: logical, integer, double, and character. Complex and raw are the two less common varieties.

An atomic vector can have any properties, with the exception of a dimension attribute, and is either logical, integer, numeric, complex, character, or raw (like matrices). For example, a matrix or NULL are not atomic vectors, but a factor is. This is, in essence, the same as is. atomic. Using the built-in int function, one can transform texts in Python into integers. Any Python data type can be sent to the int() function to be transformed into an integer.

Learn more about python here-

https://brainly.com/question/13437928

#SPJ4

directions: the question or incomplete statement below is followed by four suggested answers or completions. select the one that is best in each case. the code segment below is intended to display all multiples of 5 between the values start and end, inclusive. for example, if start has the value 3 5 and end has the value 5 0, the code segment should display the values 3 5, 4 0, 4 5, and 5 0. assume that start and end are multiples of 5 and that start is less than end. the program consists of 6 lines. begin program line 1: i, left arrow, start line 2: reapeat, missing expression, times line 3: open brace line 4: display, open parenthesis, i, close parenthesis line 5: i, left arrow, i plus 5 line 6: close brace end program. which of the following could replace missing expression in line 2 so that the code segment works as intended? responses end minus start plus 1 image with alt text: end minus start plus 1 end minus start plus 6 image with alt text: end minus start plus 6 open parenthesis, open parenthesis, end minus start, close parenthesis, divided by 5, close parenthesis, plus 1 image with alt text: open parenthesis, open parenthesis, end minus start, close parenthesis, divided by 5, close parenthesis, plus 1

Answers

open parenthesis, end minus start, close parenthesis, divided by 5, plus 1 image with alt text: open parenthesis, end minus start, close parenthesis, divided by 5, plus 1

What do you mean by program?

Programs are typically written in a programming language and then translated into machine code that can be executed by the computer's processor. There are many different types of programs, including software applications, system software, and scripts.

A programming language is a formal language that specifies a set of instructions that can be used to create a program that can be executed by a computer. There are many different programming languages, each with their own syntax, semantics, and set of features. Some examples of popular programming languages include:

C, C++, Java, Python, JavaScript, C#, Ruby, Swift, Go

Each programming language is designed for a specific purpose, such as web development, software development, data analysis, and more. Some programming languages are high-level languages, which are easier for humans to read and write, while others are low-level languages, which are closer to the machine language that the computer can execute directly.

To know more about code visit:

https://brainly.com/question/28848004

#SPJ4

How to fix "this content isn't available right now when this happens, it's usually because the owner only shared it with a small group of people, changed who can see it or it's been deleted."?

Answers

There are a few reasons why you might see this message when attempting to view a piece of content.

What is message?
Message is a communication from one person to another, either spoken or written. It can be a simple statement or a complex explanation. The purpose of a message is to impart information or to request a response. Messages can be delivered in person, by telephone, or electronically. A message is a communication from one computer to another, usually containing information. Messages can be sent over a variety of networks, including the internet, Local Area Networks (LANs), and Wide Area Networks (WANs).

The content could have been shared with a specific group of people and you're not part of that group, the content owner could have changed the permissions so that only certain people can view it, or the content could have been deleted.

To learn more about message
https://brainly.com/question/1805905

#SPJ4

in the software organization, you will find many projects running simultaneously. the software company manages these projects by setting performance goals for there employees. perform online research and find out how organizations identify and document workplace performance goals and monitor progress toward these goals. write a short report on your findings.

Answers

Organizations identify and document workplace performance goals through various methods such as setting specific, measurable, achievable, relevant, and time-bound (SMART) goals, etc.

How organizations identify and document workplace performance?

Organizations identify and document workplace performance goals using a variety of techniques, including setting specific, measurable, achievable, relevant, and time-bound (SMART) goals, conducting performance evaluations and appraisals, and developing job descriptions with clear expectations.

To monitor progress towards these goals, organizations use a variety of tools and techniques such as setting up regular check-ins and progress reviews, utilizing performance management software, creating accountability systems and regular performance metrics, and providing feedback and coaching to employees.

In summary, organizations identify and document workplace performance goals by setting SMART goals, conducting performance evaluations and creating job descriptions, and monitor progress towards these goals by utilizing performance management software, setting up regular check-ins and progress reviews, creating accountability systems, and providing feedback and coaching to employees.

To learn more about performance management software, visit: https://brainly.com/question/29095819

#SPJ1

Recurring events can be analyzed to troubleshoot problems because what is recorded in daily records?

Answers

Recurring events can be analyzed to understand patterns, identify causes, and find solutions. Daily records provide valuable insight to help with this process.

Recurring events can be analyzed to troubleshoot problems because daily records can provide valuable insight into the frequency of the event, the reasons why it is happening, and any changes that have occurred over time that may have contributed to the issue. This can help to identify patterns and underlying causes, as well as any potential solutions that can be implemented to prevent the issue from occurring in the future.

Learn more about Recurring events: https://brainly.com/question/14851255

#SPJ4

your company develops applications to run on linux systems. you currently have four teams working on a different aspect of the same application. which of the following server roles would give you the best method for testing all team members' code without affecting your part of the project or your operating system and personal files?

Answers

I would give Containers the server roles the best method for testing all team members' code without affecting your part of the project or your operating system and personal files.

What is operating system?

An operating system is a piece of system software that controls computer hardware and software resources while also offering common functions to computer programs. An operating system (OS) is the software that handles all of the other application programs in a computer once they have been loaded into the machine by a boot program. The application programs communicate with the operating system by requesting services through a specified application program interface (API). It manages and monitors the execution of all other programs on the computer, including application programs and other computer system software. Operating systems include Microsoft Windows, Linux, and Mac OS.

Here,

Containers are the best server roles for testing all team members' code without affecting your part of the project, your operating system, or your personal files.

To know more about operating system,

https://brainly.com/question/6689423

#SPJ4

ibm cloud uses as a way for you to organize your account resources in customizable groupings so that you can quickly assign users access to more than one resource at a time.

Answers

You can arrange the resources in your account by creating a resource group. Resources from services that support ibm cloud IAM for access control can be grouped using resource groups inside of your account.

Describe a resource group?

Your account resources can be arranged into a variety of groups using resource groups. Each resource handled by IBM Cloud® Identity and Access Management (IAM) access control falls under one of your account's resource groups.

Which IBM software can be used to manage and control the data necessary to train machine learning models?

On IBM Cloud Pak® for Data, IBM Watson® Studio enables data scientists, developers, and analysts to create, run, and manage AI models and optimize choices from any location.

To know more about ibm cloud visit :-

https://brainly.com/question/13957227

#SPJ4

Can Someone help me with this

Answers

This expression can be used to describe assisting someone with a specific task. I assist my grandmother in the garden. He needs assistance with all of these from someone.

What is mean of specific?

Adjective. specific. meant for or limited to a specified aim or object. spe cif ic sp-si-fik.: pertaining to a particular thing.

A particular instance is a particular example. In order to present a specific example of technology, one could write about specific individuals using a specific machine. You would need to write about specific individuals in order to provide a concrete example of any human activity. When referring to a certain fixed location, issue, or subject, you use the word specific.

Know more about grandmother  Visit:

https://brainly.com/question/13556463

#SPJ1

you work at a computer repair store. you have just upgraded the processor (cpu) in a customer's windows-based computer. the customer purchased the latest amd ryzen processor, and you installed it in the computer. but when you power the computer on, you only see a blank screen. which of the following is most likely causing the computer to display the blank screen? (select two.)

Answers

According to the information in the question, a faulty CPU is the most likely reason for the computer to shut down automatically.

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).

Although CPUs' shape, design, and implementation have evolved throughout time, their basic function has remained mostly same.

The arithmetic-logic unit (ALU), which executes arithmetic and logic operations, processor registers, which provide operands to the ALU and store the results of ALU operations, and a control unit, which coordinates fetching (from memory), decoding, and other activities, are the main parts of a CPU.

Hence, According to the information in the question, a faulty CPU is the most likely reason for the computer to shut down automatically.

learn more about CPU click here:

https://brainly.com/question/26991245

#SPJ4

You are currently working in the desktop environment on a Windows Server 2012 system and need to start the Device Manger administrative tool.
Which of the following actions will display a menu that will allow you to start Device Manager?

Answers

To access the Start screen display, click the Start button in the lower-left corner of the screen. And then on the keyboard, press the Windows key.

Using a keyboard, you can input letters, words, and numbers into your computer. When you type, you press each key on the keyboard separately.

On the right side of the keyboard, you can also find the number keys that run across the top of the keyboard.

The center of the keyboard houses the letter keys. The question mark and full stop are among the symbols found in the symbol keys to the right of the alphabet.

You can pick where and how you type by using the keys that are located to the left, right, and bottom of the keyboard's letter, number, and symbol keys.

Here you can learn more about keyboard in the link brainly.com/question/24921064

#SPJ4

fix the following method printevenindex so that it will print out the integers at even indices of the passed-in arraylist list.

Answers

The method to print out the integers at even indices of the passed-in arraylist list is stated below:

Define an array list.

ArrayLists' sizes can change dynamically, in contrast to the fixed sizes of built-in arrays. The flexibility to add and remove elements from an ArrayList as necessary helps a user manage memory. The difference between the built-in arrays in Java and ArrayLists is that an array's size cannot be modified; rather, a new array must be generated if any elements need to be added or removed. This is the arraylist:

{

public static void printEvenIndex(ArrayList list)

{

for (int i = 0; i < list.size(); i++)

{

if (i % 2 == 0)

{

System.out.print(list.get(i) + ", ");

}

}

To learn more about arraylist, visit:

https://brainly.com/question/29309602

#SPJ4

ABOUT YOU

1.) WHAT IS YOUR GREATEST STRENGTH?

2.) WHAT IS YOUR GREATEST WEAKNESS?

3.) HOW MANY HOURS DO YOU NORMALLY WORK PER WEEK?

4.) WHAT IS YOUR AMBITION?

5.) WHAT ARE YOUR SALARY EXPECTATIONS?

6.) TELL ME ABOUT YOURSELF.

7.) WHEN WAS THE LAST TIME YOU WERE ANGRY? WHAT HAPPENED?

8.) DO YOU LIKE TO WORK ALONE OR WITH A TEAM?

9.) WHAT TYPE OF WORK ENVIRONMENT DO YOU PREFER?

Answers

Answer: boxing, gentile shots, 34, muscle, 100, im 15, boxed yesterday

Explanation:

Do I need a digital marketing course to start a career in digital marketing?

Answers

Answer:

To be really honest, digital marketing has a lot of potential. If we look at the past, we can see that the field of digital marketing is only expanding. More and more people are finding work, and job chances in digital marketing are always growing. But as culture, technology, and digital marketing evolve, you must keep up with these developments if you want to remain relevant.

Digital marketing is also known as online marketing. These days, everything is digital, therefore you may use digital marketing techniques to advertise your product or brand in the marketplace and connect with potential clients. This is therefore digital marketing.

Therefore, taking a course in digital marketing is the first step in pursuing a job in the field. Search engine optimization, email marketing, and other marketing strategies are used in digital marketing courses, among others.

to know more about digital marketing, see

https://brainly.com/question/30112474

you are in the process of setting up an ethernet network for a new building at your company's headquarters. you need to connect the wires from the different ethernet office wall plates to your network rack. which of the following components on the network rack should you use to connect the wires from the office wall plates? Ethernet switch
Ethernet patch panel
UPS
Ethernet router

Answers

The component on the network rack that should be used to connect the wires from the office wall plates is an Ethernet patch panel.

An Ethernet patch panel is a device that allows you to connect multiple Ethernet cables together in a structured and organized way. It typically has a series of ports, one for each cable that needs to be connected. The cables from the office wall plates are plugged into the patch panel ports, and then the patch panel is connected to an Ethernet switch.

An Ethernet switch is a device that connects multiple devices on a network together and forwards data between them. It is typically used to connect devices on a local area network (LAN) together.

A UPS (Uninterruptible Power Supply) is a device that provides a backup power source in case of power failure, it protects the network devices from damage due to power outages and voltage fluctuations.

An Ethernet router is a device that connects multiple networks together, such as a LAN and a wide area network (WAN). It directs data between different networks and can also provide network security and other features.

So, the Ethernet patch panel is the component that connects the wires from the office wall plates to your network rack, and the other components (Ethernet switch, UPS, Ethernet router) are used to manage, control and protect the network.

Learn more about Ethernet cables here:

https://brainly.com/question/14622272

#SPJ4

You’ve been working for the nonprofit National Dental Society (NDS) as a junior data analyst for about two months. The mission of the NDS is to help its members advance the oral health of their patients. NDS members include dentists, hygienists, and dental office support staff.
The NDS is passionate about patient health. Part of this involves automatically scheduling follow-up appointments after crown replacement, emergency dental surgery, and extraction procedures. NDS believes the follow-up is an important step to ensure patient recovery and minimize infection.
Unfortunately, many patients don’t show up for these appointments, so the NDS wants to create a campaign to help its members learn how to encourage their patients to take follow-up appointments seriously. If successful, this will help the NDS achieve its mission of advancing the oral health of all patients.
Your supervisor has just sent you an email saying that you’re doing very well on the team, and he wants to give you some additional responsibility. He describes the issue of many missed follow-up appointments. You are tasked with analyzing data about this problem and presenting your findings using data visualizations.
An NDS member with three dental offices in Colorado offers to share its data on missed appointments. So, your supervisor uses a database query to access the dataset from the dental group. The query instructs the database to retrieve all patient information from the member’s three dental offices, located in zip code 81137.
The table is dental_data_table, and the column name is zip_code. You write the following query, but get an error. What statement will correct the problem?

Answers

The statement will correct the problem is we can use syntax WHERE zip_code = 81137.

What is SQL?

Structured Query Language is known as SQL. A database may be communicated with using SQL. It is the accepted language for relational database management systems, claims ANSI (American National Standards Institute). SQL unquestionably falls within the concept of a programming language, which is defined as having a certain vocabulary and grammar. But because it is a Domain-Specific Language, it is not a General Purpose Language (GPL) (DSL). Generally speaking, learning SQL is simple. You can learn SQL in a few weeks if you have programming experience and are already familiar with a few other languages. It can take longer if you're just learning how to program.

Learn more about SQL: https://brainly.com/question/25694408

#SPJ4

which of the following refers to software used to obtain administrator-level access to a computer or computer network?

Answers

Hackers can get administrator access to a computer or computer network by using a (B) rootkit, a collection of software tools.

What is Rootkit?

A rootkit is a group of software tools used by hackers to conceal penetration and gain administrator access to a computer or computer network.

A rootkit is a group of computer programs, usually malicious, that is created to grant unauthorized users access to a computer's software or other areas that are not normally accessible.

They frequently conceal their own existence as well as the existence of other programs.

The phrase "rootkit" is a combination of the words "root," which is the conventional name for the privileged account on Unix-like operating systems (which refers to the software components that implement the tool).

Due to its relationship with malware, the phrase "rootkit" has a bad reputation.

Therefore, hackers can get administrator access to a computer or computer network by using a (B) rootkit, a collection of software tools.

Know more about Rootkit here:

https://brainly.com/question/15061193

#SPJ4

Correct question:

A collection of software tools used by a hacker in order to mask intrusion and obtain administrator-level access to a computer or computer network is known as:

A. Trojan

B. Rootkit

C. Armored virus

D. Backdoor

Which of the following allows only memory-resident components to run at kernel or maximum privilege mode?
A.Hardware mode
B.User mode
C.Microkernel mode
D.Supervisor mode

Answers

Only memory-resident components can operate in kernel or maximum privilege mode when the microkernel mode is enabled.

What aspect of an operating system is also referred to as the memory resident core part?

The operating system of a computer is composed of a core software called the kernel, which in most cases has total authority over the entire system. It is the section of the operating system code that is always present in memory and promotes communication between hardware and software elements.

What two operating modes does the CPU use?

User mode and kernel mode are the two distinct operating systems for processors found in Windows-based computers. Depending on the kind of code being executed on the CPU, the processor alternates between the two modes.

To know more about Microkernel mode visit:-

https://brainly.com/question/13014339

#SPJ4

When a work of art shows no reference to the natural world of images, it is __________.
A. representational
B. figurative
C. iconographic
D. nonrepresentational

Answers

When a work of art shows no reference to the natural world of images, it is Nonrepresentational art .

What in art is non-figurative?

Non-figurative art refers to a piece of artwork in which neither forms nor figures are realistically portrayed. Non-figurative art may portray a form or figure in all its design, shape, or color, or it may deform the form or figure to the point of becoming unrecognizably unidentifiable.

What exactly is abstract or non-objective art?

Art that does not portray or depict any recognizable person, place, or thing is considered non-objective, sometimes referred to as non-representational art.

                     The color, shapes, textures, size, and scale of the piece are all examples of its content. An example of non-objective art is color-field painting (think Mark Rothko).

Learn more about non representational

brainly.com/question/29079790

#SPJ4

a programmer is creating an algorithm to set the value of one word, ticket price based on the information in the table. the programmer uses the integer variable age for the age of the moviegoer. the boolean variable one word, is 3 d is true when the movie is 3-d and false otherwise. which of the following code segments correctly sets the value of one word, ticket price ?

Answers

The following code segments correctly sets the value of one word, ticket price:

if (age <= 12)

ticketPrice = 9;

else if (age >= 60)

  ticketPrice = 9;

else if (is3D)

  ticketPrice = 12 + 5;

else

 ticketPrice = 12;

What is code segment?

A code segment is a section of computer code that performs a specific task or function. It is also known as a segment of code or simply code. Code segments can be found in software, web pages, scripts, or any other programming language. A code segment is typically made up of several lines of code that are organized in a specific order and are intended to perform a specific task. Code segments can range in size from small snippets of code designed to perform a single, simple task to large chunks of code hundreds or thousands of lines long designed to perform a more complex task.

Here,

The following code segments set the value of one word, ticket price, correctly:

if (age <= 12)

ticketPrice = 9;

else if (age >= 60)

  ticketPrice = 9;

else if (is3D)

  ticketPrice = 12 + 5;

else

 ticketPrice = 12;

To learn more about code segment,

brainly.com/question/25781514

#SPJ4

A web page typically contains _____, which contains the formatting instructions for displaying the web page.
Hypertext Markup Language (HTML)

Answers

HTML (Hypertext Markup Language) is commonly found on web pages and contains formatting instructions for displaying the web page.

What does HTML stand for?

HTML (HyperText Markup Language) is the foundation of the Internet.It determines the importance and structure of web content. Other technologies, in addition to HTML, are commonly used to describe the appearance/presentation (CSS) or functionality/behavior of a web page (JavaScript).

The term "hypertext" corresponds to links that connect web pages, either within or between websites. Links are an important part of the Internet. By uploading content to the Internet and linking it to pages produced by others, you become an active participant in the World Wide Web.

To learn more about HTML (Hypertext Markup Language), visit: https://brainly.com/question/11569274

#SPJ4

2. Differentiating instruction means changing the pace, level, or kind of instruction you
provide in response to individual student's needs, style, or interest. Briefly explain how a
teacher can differentiate the following aspect of his or her teaching in the classroom.
A. Content
B. Process
C. Product

Answers

Note that a teacher can differentiate the following aspect of their teaching  or instruction as follows:

A. Content - They can vary reading materials, and provide choice in topics.

B. Process - They can offer different methods for completing tasks.

C. Product -  They can allow for multiple ways to demonstrate understanding.

Why is differentiating instruction important?

Note that differentiating teaching is crucial because it helps teachers to accommodate their students' different needs and learning styles. Students are able to connect with the information in a way that is most meaningful to them by giving various content, methodologies, and ways to demonstrate comprehension, which can lead to higher learning and retention of the material.

It can also aid to increase student involvement and motivation while decreasing behavioral concerns.

Learn mroe about Instructions:
https://brainly.com/question/15279910?
#SPJ1

You are using Tableau Public to create a data visualization. In order to keep your visualization hidden from other users, you click the Show/Hide icon.TrueFalse

Answers

Choose Settings by clicking on your account symbol, which is located above and to the right of the activity feed. A new window will open as a result. Under Defaults, the second choice is "When Saving... change my vizzes to hidden."

You are making a data visualisation using Tableau Public. You click the Show/Hide icon to keep your visualisation concealed from other people. Once you have logged in to Tableau Public, go to your profile page by clicking on My Profile in the top navigation bar, then click the "Create a Viz" option. In the column's upper right corner, click the gear symbol. Choosing Hide this field from visualisation will do. Each may be shifted into the floating container, where you can arrange them in whatever manner you choose. Worksheets, text boxes, and legends can easily be added to this container. Click the "Add show/Hide button" after selecting the floating container's caret. A button will result from this.

To learn more about window click the link below:

brainly.com/question/13502522

#SPJ4

which of the following are appropriate ways to reply to an email with a request that you cannot immediately respond to in full? (choose every correct answer.)

Answers

Appropriate ways to reply to an email with a request that you cannot immediately respond to are:

I will get back to you on Thursday after I've had a chance to study your request.I can respond to your email by the end of the week.I can take care of your request two days from now.

Email, or electronic mail, is a communication technique that sends messages via electronic devices across computer networks. The term "email" can apply to both the method of delivery and the specific messages that are sent and received.

Since Ray Tomlinson, a programmer, invented a mechanism to send messages between computers on the Advanced Research Projects Agency Network in the 1970s, email has existed in some form (ARPANET). With the introduction of email client software  and web browsers, which allow users to send and receive messages via web-based email clients, modern versions of email have been widely accessible to the general public.

Here you can learn more about email in the link brainly.com/question/14666241

#SPJ4

g: which sorting algorithm is implemented in the code below sort(list original [],int start, int end, list sorted[])

Answers

Insertion code is used as the sorting algorithm in that code. The straightforward sorting algorithm known as insertion sort functions similarly to how you would arrange playing cards in your hands. In a sense, the array is divided into sorted and unsorted parts. Values are chosen and assigned to the appropriate positions in the sorted part of the data from the unsorted part.

An algorithm is a process used to carry out a computation or solve a problem. In either hardware-based or software-based routines, algorithms function as a detailed sequence of instructions that carry out predetermined operations sequentially.

All aspects of information technology employ algorithms extensively. A simple technique that resolves a recurring issue is typically referred to as an algorithm in mathematics and computer science. Algorithms are essential to automated systems because they serve as specifications for processing data.

Here you can learn more about algorithm in the link brainly.com/question/28724722

#SPJ4

What is a programming language

Answers

Answer:

A programming language is the type of code used for programming tasks.

Explanation:

An example of this could be python as you can use this to make code.

Hope this helps, please comment if you have any further questions.

You have an Azure storage account that contains a blob container named container1.

You need to configure access to container1.

Which authorization types can you use?

Select only one answer.

Azure AD only

Storage key or shared access signature only

Azure AD, shared access signature or certificate only

Azure AD, storage key or shared access signature only

Azure AD, storage key, shared access signature or certificate

Answers

You need to configure access to container 1. The authorization types that can be used is Azure AD, shared access signature or certificate only. The correct option is B.

What is the purpose of Azure Active Directory?

Azure Active Directory (Azure AD), a Microsoft Entra component and enterprise identity service, provides conditional access, multifactor authentication, and single sign-on to defend against 99.9% of cybersecurity attacks.

When users access the storage account, they must authenticate themselves using an access key known as the storage account key. The storage account is formed automatically when it is created.

Therefore, the correct option is B. Azure AD, shared access signature or certificate only.

To learn more about  Azure Active Directory, refer to the link:

https://brainly.com/question/30270696

#SPJ1

pokemon.cpp to implement the functions specified in pokemon.h. all functions in the .h and .cpp file have to be documented. 1-2 lines of documentation is usually sufficient. you do not need to modify pokedex-commands.cpp. you can modify .clang-tidy as necessary, but make sure you document any tests you have disabled. run create-output.sh script to create output.txt file

Answers

The pokemon.h and pokemon.cpp files are the source code for a program that implements a Pokedex, which is a device for cataloging and tracking the various types of Pokemon.

The functions specified in pokemon.h?The create-output.sh script creates an output.txt file with the results of the program, which is a list of pokemon and their stats. The output.txt file is generated from the inputs of the program, which is the data from the text files as well as user input.The create-output.sh script is used to generate the output.txt file for the Pokemon program. It calls the functions from the pokemon.cpp file created from the specifications found in pokemon.h. The .clang-tidy file can be modified to fit the user's needs, but must be documented if changed. The output.txt file contains the results of the program, which can then be used for further analysis.The program is designed to allow users to search for, add, and delete Pokemon from the Pokedex. The pokemon.h file contains the declarations for all the functions that are used in the program, and the pokemon.cpp file is where the implementations for these functions are stored. The .clang-tidy file is used to ensure that the program is written according to certain coding standards. This file can be modified as necessary to disable certain tests or to enable additional tests.The create-output.sh script is used to create an output.txt file which contains the output of the program. This file can be used to check the output of the program to make sure that it is functioning correctly. Overall, the pokemon.h and pokemon.cpp files are used to implement the functions that make up the Pokedex program, while the .clang-tidy file is used to ensure that the code is written to certain coding standards, and the create-output.sh script is used to create an output.txt file which can be used to check the output of the program.

To learn more about the functions specified in pokemon.h refer to:

https://brainly.com/question/14259329

#SPJ4

Other Questions
Three pairs of balls are connected by very light rods asshown in Figure P7.40. Rank in order, from smallest to larg-est, the moments of inertia I, I2, and I3 about axes through thecenters of the rods.mFIGURE P7.40TIR1m/2m2m2R3R/22mm/2 if you have two resistors, r1 and r2, connected in parallel. what is the maximum equivalent resistance possible? question content area indicate whether the accounts below are used in the cost flow for a manufacturer, a service provider, or both. materials manufacturer wages payable manufacturer and service provider factory overhead manufacturer work in process manufacturer and service provider finished goods manufacturer cost of goods sold manufacturer supplies manufacturer and service provider overhead service provider cost of services Logan Corp. purchases supplies on account and appropriately records the transaction in an asset account. The adjusting journal entry at year-end when accounting for supplies used will require a (Select all that apply.)debit to supplies expensecredit to supplies An iceberg is situated off the coast of Newfoundland at map coordinates (40,10). A cruise ship istravelling along the line y=x+40 past the iceberg. Assuming that the cruise ship stays oncourse and the iceberg does not drift, how close will the ship get to the iceberg? Which of the following variables are quantitative?Number zip codeFavorite colorShoe sizeArea code identify at least three ways in which oxygen improved the opportunity for higher life forms to develop on the earth jackie is interested in a rare form of phobia. she is particularly interested in the factors associated with the development of this phobia. the research method that would be most useful for her is please help me with math A. From your finger pulse recording, is there any way to determine diastolic pressure? Could a finger pulse measurement ever replace the stethoscope in determining diastolic pressure?B. Which explanation best describes what happened to the finger pulse amplitude when the arm is held above the head in terms of the estomated systolic pressure? The sequence of bases TAC in human DNA codes for the amino acid methionine. Explain whether the sequence of bases TAC would code for methionine in the cat's cells. the solid whose base is the region bounded by x-y^2 and the line y-1 and whose cross sections perpendicular to the base and parallel to the x-axis are squares Essay for Should people own land in outer space? How does Bird use paragraph 22 to refine his ideas? from the story "stories saved my life"A: To List his AccomplishmentsB: To Dissuade the Reader From Choosing a Path Similar to his ownits from stories saved my lifeC: To Prove That he was Able to be Successful in Spite of the Adversity That he FacedD: To Encourage his Reader to Embrace What Makes Them Unique 1.What caused the period of the Greek polis? What different types (with examples) of governments did they have? Select ALL of the expressions that are equivalent to 3. 5 - (4. 7). (Select all that apply. ) 4. 7 - (3. 5) -4. 7 + 3. 5 3. 5 +4. 7 3. 5 - (-4. 7) 3. 5+ (-4. 7) A sofa is on sale for 60% off. The sale price is $184.What is the regular price? a phlebotomist draws the blood of a random sample would this data be considered qualitative or quanitative s) x-2xy; (Formula) If a dish of chicken salad got contaminated with 80 Salmonella cells at 9am and Salmonella has a generation time of 30 minutes. How many Salmonella cells will be in the chicken salad when someone has a midnight snack at midnight?what is the equation and answer?