Question 7 a data analyst writes a query that asks a database to return the number of rows in a specified range. Which function do they use?.

Answers

Answer 1

The function to use is COUNT if a data analyst creates a query that requests a database to return the number of rows in a given range.

Describe SQL.

Structured query language, or SQL, is a domain-specific programming language that was created for the management and exchange of various types of data that are stored in a relational or structured database.

An analyst of data is who?

A professional or an expert who is tasked with the duty of reviewing, transforming, analyzing, and modeling data that is recorded in a database is simply referred to as a "data analyst."

Here you can learn more about data analyst in the link brainly.com/question/28893491

#SPJ4


Related Questions

4. install the cpu. what is the significance of the triangle on one corner of the cpu? what do you think would happen if the cpu was crooked when the load plate is closed?

Answers

There is a small triangle both on the CPU and the Motherboard. While installing the CPU these two should be in the same corner. If the CPU was bent, it would break when the load plate was closed, rendering the computer inoperable.

What is a CPU ?

The brain of a computer is called a CPU (central processing unit). In order for the user to interact with the computer, this component of the device interprets and executes commands from software. Input/output, input/logic, and memory management are just a few of the fundamental operations that it is in charge of performing.

if the CPU is crooked and the load plate is closed, it might damage the pins either on the Motherboard ( in case of LGA) or on the CPU (in case of PGA

To know more about CPU
https://brainly.com/question/16254036

#SPJ4

which of the following functions would you use to calculate the arithmetic mean of a price list? a. count b. max c. average d. sum

Answers

average is a function that is used to compute the arithmetic mean of a price list.

A function is merely a "chunk" of code that you may reuse rather than writing it out repeatedly. Programmers can divide an issue into smaller, more manageable chunks, each of which can carry out a specific task, by using functions. The specifics of how a function operates can practically be forgotten once it has been built. By abstracting the details, the programmer can concentrate on the larger picture.

(Some function types are also referred to as procedures or subroutines. Later in this phase, but for the duration of the course, we'll just refer to them all as functions.)

A function can be called at any time once it has been defined by a programmer.

Learn more about function here:

https://brainly.com/question/28358915

#SPJ4

Jose surfed some web pages for his research project a few days ago. On the day of submission, he needed to add more information from the previously referred pages. He clicked on the link and the page opened up. However, his tablet was not connected to Wi-Fi. How do you think the page opened without an Internet connection?


The page opened because the browser is probably using the HTML5 API in which the data of the web pages was __Blank__

Answers

The page opened because the browser is probably using the HTML5 API in which the data of the web pages was cached. In Jose's case, it is likely that the web pages he surfed for his research project were cached by his tablet's browser, allowing him to access the information even when he was not connected to Wi-Fi.

Caching is a technique used by web browsers to store a copy of frequently accessed web pages, images, and other media on the local device. This allows the pages to load quickly when a user revisits the site, even when an Internet connection is not available. The HTML5 API provides a standard way for web browsers to cache web pages and other data, making it possible for pages to load even when the device is offline.

Learn more about HTML5: https://brainly.com/question/28111332

#SPJ4

true or false? the course syllabus is found in the overview

Answers

The correct answer is true. A college course's syllabus is a document that contains all the pertinent details. It includes a list of the subjects you will cover as well as the deadlines for any homework assignments.

A syllabus explains to students what the course is about, why it is taught, where it is headed, and what is necessary to succeed in the course (Altman & Cashin, 2003). A syllabus's main functions are to outline the course's content and give students information about it. A course syllabus includes a broad overview, details about the course, the instructor's contact information, a list of breadings, a schedule, policies, and a synopsis of the material. The essential components of a course, such as the subjects that will be taught, the weekly timetable, the list of examinations and assignments, and their respective weightings, are all outlined in a syllabus, which is a necessary document for teaching.

To learn more about syllabus click the link below:

brainly.com/question/11808096

#SPJ4

let f(n) be a positive and asymptotically increasing function. is f(n) = o(f(n2)) always true ? justify your answer.

Answers

A function that is asymptotically positive is one that is positive for all. n sufficiently enough As a result, the function g(n) must be asymptotically defined. Otherwise, the set (g(n)) is empty.

Asymptotic notation provides a mechanism for categorizing functions based on their rate of development. "f(n) is big-O of g(n)," we state. f(n) rises no faster than g as n increases (n). To put it another way, g(n) is an asymptotic upper bound on f. (n). A horizontal asymptote function is one in which there is no feasible input value that would make this true. For example, y=x2 y = x 2 has a horizontal asymptote at y=0 since it is impossible to square an integer and obtain a negative value, hence all negative numbers are rejected. The asymptotic behavior of a function f(n) is the increase in f(n) as n increases. Small input values are ignored. Our job is to determine how long it will take for a significant value of input to take. As an example, consider the linear temporal complexity f(n) = c * n + k. The temporal complexity of f(n) = c * n2 + k is quadratic.

Learn more about function from here;

https://brainly.com/question/28939774

#SPJ4

Which of the following code segments compile without error?1. checkString(new String[]); II. checkString(new String[0]); III. String[] str = {"cat", "dog"}; checkString(str); A.II onlyB. III onlyC.I and III onlyD.II and III onlyE.I, II, and III

Answers

Option D:

checkString(new String[0]); String[] str = {"cat", "dog"}; checkString(str); is  the following code segments compile without error.

A string is typically a series of characters in computer programming, either as a literal constant or as some sort of variable. The latter can either be fixed in length or allow its elements to be altered (after creation). A string is commonly regarded as a data type and is frequently implemented as an array data structure of bytes (or words) that records a succession of elements, typically characters, using some character encoding. The term "string" can also refer to more general arrays or another sequence (or list) data types and structures.

A variable declared to be a string may cause memory to be statically allocated for a preset maximum length depending on the programming language and specific data type used.

Learn more about string here:

https://brainly.com/question/13088993

#SPJ4

What is the list after the first outer loop iteration? [9, 1, 8, 4, 6]

Answers

The list after the first outer loop iteration is [1, 9, 8, 4, 6].

What is a loop?

Beginning with the value of the following iteration, the outer loop will carry on running. Nested loops are those in which one loop encompasses another.

The outside loop is referred to as the enclosing loop, and the contained loop is referred to as the inner loop. Either the clockwise lanes for traffic driving on the right or the counterclockwise lanes for traffic driving on the left on an orbiting route.

Therefore, the list after the first outer loop iteration is [1, 9, 8, 4, 6].

To learn more about the loop, refer to the link:

https://brainly.com/question/30039467

#SPJ1

Bias can be very difficult to overcome. For instance, social networks help people get jobs. While this benefits some, it means that it is harder for those outside the network. Why does this contribute to a lack of diversity in hiring?.

Answers

This contributes to a lack of diversity in hiring because the people who are part of the social network tend to have similar backgrounds, experiences, and networks.

What is networks?

Networks are a collection of computers, servers, and other connected devices that are able to communicate with one another using a set of protocols and standards. A network can be as small as a personal computer connected to the internet or as large as a global network of interconnected computers and servers. Networks allow users to share information and resources such as files, data, messages, emails, and applications.

This means that they are more likely to recommend people who look and think like them, rather than reaching out to a more diverse pool of candidates. This perpetuates existing biases, as people are less likely to consider candidates who don't fit their preconceived notions of who would be a good fit. As a result, hiring pools are not as diverse as they could be, leading to a lack of diversity in hiring.

To learn more about networks
https://brainly.com/question/13105401
#SPJ4

Are technologies support virtual communities and the sharing of content with friends and family.

Answers

Yes, technologies such as social media, online communities, and social publishing support the sharing of content with friends and family.

Social media includes web-sites and applications that allow users to create and share content or to participate in virtual communities. Social publishing allows users to create and share content, such as articles, blog posts, and photos.

Technologies in social media:

Technologies such as social media, online communities, and social publishing do indeed support the sharing of content with friends and family. Social media includes websites and applications, that allow users to create and share content with others.

Social publishing allows users to create and share content, such as articles, blog posts, and photos, with other users. Additionally, online communities  allow users to communicate and collaborate with one another on various topics. By using these technologies, users can share content with a wide range of people, creating an even larger network of connections.

Learn more about technologies:

https://brainly.com/question/27960093

#SPJ4

Can two push operation to insert new data items in the given stack are possible options?

Answers

Yes, two push operations can be used to insert new data items into a stack. The first push operation adds the new data item to the top of the stack, while the second push operation pushes the new data item further down the stack.

What is the stack?

The stack is a type of data structure that follows a particular order for storing and retrieving data. It is a Last In, First Out (LIFO) structure, meaning the last item inserted into the stack is the first item that comes out. The stack is used in many programming languages and algorithms, and is a key part of memory management and data processing. Stacks are also used for implementing programmatic operations such as undo, redo, and recursion. When data is added to the stack, it is pushed onto the top of the stack, and when data is removed from the stack, it is popped off the top.

To  learn more about stack

https://brainly.com/question/29659757

#SPJ4

based on your research and the website that you used, how would you describe the way your constellation moved over time? use cardinal directions of north, south, east or west in your answer.

Answers

My constellation moved generally from east to west, with some stars in the constellation moving in a more northerly direction and some in a more southerly direction over time on website.

What is the constellation ?

Constellation is a group of stars which, when seen from Earth, form a recognisable pattern. They have been known since ancient times, and have played a role in many different cultures. Some constellations are well known, like the Big Dipper, while others are more obscure. Constellations can be used to help identify other stars and planets in the night sky, as well as to chart the course of celestial objects across the sky. They are also used in astronomy, astrology, and navigation. Constellations are named for a variety of reasons, ranging from gods and heroes in mythology to animals and plants in nature.

To learn more about website visit:

https://brainly.com/question/1332445

#SPJ4

1. given the following database diagram of the ap database, identify the type of relations the tables share. identify the foreign key(s) in each relationship. example: terms are used by vendors. one-to-many (defaulttermsid). one term can have many vendors. one vendor can have one term.

Answers

A framework called the JC advising database is utilized to keep the company's structured information.

How can the connection be determined?

The tuple of the customer table and the project table is 1: many, as can be seen from the image.

The project table's and the venture lifetime spent cardinality are both 1: many.

As a result, just one links are Project and Clients and Projects and or Endeavor Lifetimes.

How to recognize the main key

The first table's key is located here

Consequently, ClientID is the field's main key.

Project ID, Employee Number, Task ID, and Project Lifetimes are the fields that correlate to ClientID.

The ClientID, Project ID, Employee Number, Task ID, and Product Lifetime's Card are hence the foreign keys.

To learn more about database refers to;

https://brainly.com/question/26552723

#SPJ4

What services act as a middleman?

Answers

The service act as middleman ; Payment Processors, Delivery Services, Auction Sites, Online Travel Agents, Insurance Brokers.

What is the Insurance ?

Insurance is a risk management tool used to protect individuals and businesses from financial losses. It is a contract between two parties, the insurer and the insured, in which the insurer agrees to pay the insured a certain amount of money in exchange for a payment of a premium. The insured can be an individual, a group of people, a business, or an organization. Insurance covers a wide range of potential risks, such as death, injury, property damage, and legal liabilities. It provides financial protection against losses caused by unfortunate events, such as natural disasters, illness, and accidents. Insurance also provides peace of mind, as it helps to cover the costs of medical expenses, legal fees, and other expenses related to the potential risks.

To learn more about Online visit:

https://brainly.com/question/1395133

#SPJ4

_____ serve as the intermediary between the user and the database.

Answers

Software that acts as a bridge between the user and the database is known as a database management system (DBMS).

What is database management system?

DBMS varieties

A relational databaseThe database is object-oriented.Database with a hierarchy.Database on a network.

Software programs called database management systems (DBMS) are used to store, retrieve, and query data. Users can add, read, edit, and delete data from databases using a database management system (DBMS), which acts as an interface between an end-user and the database.

system for managing databases. Database management systems are described as "software systems that enable users to define, build, maintain, and govern access to the database" by Connolly and Begg. DBMSs include, for instance, Microsoft SQL Server, Oracle Database, Microsoft Access, MySQL, MariaDB, PostgreSQL, and others.

To learn more about DBMS, refer to:

https://brainly.com/question/24027204

#SPJ4

write a program named testsinteractive that prompts a user to enter eight test scores and displays the average of the test scores to two decimal places. an example of the program is shown below: enter test score 1 >> 96 enter test score 2 >> 91 enter test score 3 >> 89 enter test score 4 >> 92 enter test score 5 >> 94 enter test score 6 >> 55 enter test score 7 >> 73 enter test score 8 >> 78 the average test score i

Answers

Here is an example of how to write a program named TestsInteractive that prompts a user to enter eight test scores and displays the average of the test scores to two decimal places:

#include <iostream>

#include <vector>

using namespace std;

int main()

{

   vector<int> testScores;

   cout << "Enter test score 1 >> ";

   int score;

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 2 >> ";

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 3 >> ";

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 4 >> ";

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 5 >> ";

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 6 >> ";

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 7 >> ";

   cin >> score;

   testScores.push_back(score);

   cout << "Enter test score 8 >> ";

   cin >> score;

   testScores.push_back(score);

   int total = 0;

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

   {

       total += testScores[i];

   }

   double average = total / 8.0;

   cout << "The average test score is: " << average << endl;

   return 0;S

}

Learn more about programming:

https://brainly.com/question/26134656

#SPJ4

What signal propagation phenomena causes a wireless signal to split into secondary waves when it encounters an obstruction?

Answers

Diffraction is the signal propagation phenomena causes a wireless signal to split into secondary waves when it encounters an obstruction.

What is Diffraction?Diffraction is the process through which the atoms in a crystalline solid reflect X-rays. Each atom's structural orientation in a given compound can be determined from the pattern created by the diffracted X-rays.The foundation of diffraction methods is the calculation of the elastic deformation that will result in changes in the interplanar spacing, d, from the stress-free value, d0. With an exact measurement of the stress-free interplanar space, the strain may then be estimated using Bragg's law.Any electromagnetic radiation's interaction with a periodic structure can result in diffraction. The repeat distance of the periodic structure must roughly match the radiation's wavelength.When an electromagnetic wave runs into an impediment and divides into secondary waves, this phenomenon is known as wireless signal propagation. The secondary waves keep moving in the direction where they split off.

To learn more about Diffraction refer to:

https://brainly.com/question/8645206

#SPJ4

What is the 68 95 99 rule when does it apply?

Answers

According to this rule, (about) 68% of the data points will be within one standard deviation of the mean. - The range of the data points' 95% confidence interval is two standard deviations around the mean. - Three standard deviations from the mean are the distance between 99.7% of the data points.

What is data points?Data points can be, for example, numbers, dates (12/10/2001), times (0730), words (green), or binary values (1 or 0). (3, 4, 5, or (blue, 06252004) are a few examples of data points (1, 1200). a single bit of data or fact; a datum: The state government also provides other information, such as crime data.A data point, which simply extends your connection from one point to another, is typically a cabled network connection from your modem or router to another point in your home or place of business.In order to fulfill the trueness and precision standards, you must collect a minimum of 7 data points.the maximum and minimum values in the data set, the lower and upper quartiles, and the median are the data set's most extreme values.

To learn more about data points refer to:

https://brainly.com/question/179886

#SPJ4

vmla allows subnets to be further subdivided into smaller and smaller groupings until each subnet is about the same size as the necessary ip address space. T/F

Answers

True, As long as each subnet is roughly the same size as the required IP address space, vmla permits further subdividing subnets into smaller and smaller groupings.

A device on the internet or a local network can be recognized by its IP address, which is a special address. The rules that determine the format of data transferred over the internet or a local network are known as "Internet Protocol," or IP.

IP addresses, which carry location data and make devices reachable for communication, are essentially the identification that permits information to be exchanged between devices on a network. The internet needs a mechanism to distinguish between various computers, routers, and webpages. An effective method for achieving this is provided by IP addresses, which are fundamental to how the internet functions.

A series of integers, separated by periods, make up an IP address. Four numbers make up an IP address.

Learn more about IP address here:

https://brainly.com/question/16011753

#SPJ4

Often an extension of a memorandum of understanding (mou), the blanket purchase agreement (bpa) serves as an agreement that documents the technical requirements of interconnected assets.

Answers

Often an extension of a memorandum of understanding (mou), the blanket purchase agreement (bpa) serves as an agreement that documents the technical requirements of interconnected assets.

The statement above is a FALSE statement. The correct statement is:

Often an extension of a memorandum of understanding (mou), the blanket purchase agreement (bpa) serves as an agreement that documents the technical requirements of intraconnected assets.

An agreement between two or more parties that is detailed in a formal document is known as a memorandum of understanding. Although it does not have legal force, it expresses the parties' will to proceed with a contract.

As it outlines the parameters and goals of the discussions, the MOU can be viewed as the beginning point for negotiations. These memoranda are most frequently used in international treaty negotiations, but they can also be utilized in risky corporate negotiations like merger discussions.

Here you can learn more about MoU in the link brainly.com/question/28175401

#SPJ4

the knowledge transfer process is something that is needed throughout a project. discuss why it is vital to the sustainability of the system.

Answers

The intentional process of transforming conceptual information into widely applicable procedural knowledge is known as knowledge transfer. It is accomplished by thoughtfully planned interactions and collaboration between the target and the information source. Integration of ERP calls the coordination of several internal and external resources. The implementation, usage, maintenance, and effectiveness of ERP as well as the postproduction process depend critically on the knowledge transfer between staff members, vendors, subcontractors, and consultants. It is fundamental to ERP integration and essential to the achievement of ERP. It can be difficult, but including knowledge transfer as a particular objective in the agreement with a systems integrator or other external resources can increase the likelihood of success.

Hence above given is a correct answer.

To know more about knowledge transfer follow  link https://brainly.com/question/28282826

#SPJ4

what is the difference between the repeat ... until and while ... loop iterations.

Answers

The main difference between a repeat...until and a while...loop is that a repeat...until loop will always execute at least once, whereas a while...loop may never execute depending on the condition of the loop.

What is iteration ?

Iteration is the process of repeating a set of instructions or steps in order to reach a desired outcome. It is a fundamental concept in computer programming and is used to solve complex problems by breaking them down into smaller, more manageable chunks. Iteration allows for faster development and more efficient problem-solving.

Different type of iteration

1. While loop: A while loop is a loop that runs as long as a given condition is true.

2. For loop: A for loop is a loop that repeats a set number of times.

3. For-in loop: A for-in loop is used to iterate over a sequence such as a list, tuple, or dictionary.

4. Nested loop: A nested loop is a loop that is contained within another loop.

5. Recursive loop: A recursive loop is a loop that calls itself until a certain condition is met.

To know more about iteration
https://brainly.com/question/30038399
#SPJ4

PLS HELP ME
Refers to any picture of art image that you add to enhance your presentation.

Question 5 options:

bullets


clip art


symbols


font

Answers

Answer:

Clip art is correct answer

briefly describe three image file formats that might be used on the web, including advantages and disadvantages of each.

Answers

Answer/Explanation:

Image file formats are file formats used to store or display digital images or graphics which include JPG, GIF, and PNG.

JPG is a commonly used method of lossy compression (loses some data/information so it is a smaller size to store) for digital images.

The advantages of JPG are high compatibility which allow more applications to use it, widespread use (trusted/reliable), quick loading time which allows for rapid transfers, and it has the full color spectrum.

The disadvantages of JPG are lossy compression which leads to loss of quality and not easily retrievable, does not support layered images, and it is not capable of saving any transparencies for your backgrounds.

GIF is a type of computer file for sending generally short animation of series of static images, which makes it moving and jumpy.

The advantages of GIF are they're quick to create, animations are possible, short loading time, small file size, lossless compression, and support transparencies.

The disadvantages of GIF are limited choice of colors (256), flat image format, and images can have low resolution and even look slightly blurry.

PNG is a type of raster file and popular with web designers, which can store more data than JPGs and high quality.

The advantages of PNG are lossless compression, detailed/high contrast images, full color spectrum, and can even store text, binary data, or even entire web pages.

The disadvantages of PNG are bigger file sizes, not ideal for printing graphics, requires more memory space, not universally supported, animations aren't supported

Which characteristics apply to the Guest account? (Choose all that apply.)
A. It has a blank password by default.
B. It cannot be deleted.
C. It cannot be renamed.
D. It is disabled by default.
E. It can be locked out.

Answers

The characteristics apply to the Guest account It has a blank password by default. It cannot be deleted.

What is blank password?Blank passwords pose a major risk to computer security and should be prohibited by corporate policy and appropriate technical safeguards. Set the policy value for "Accounts- Limit local account use of blank passwords to console logon only" under Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options to "Enabled". Check your local account's current password. Tap or click Next, then tap or click Finish after leaving the sections for the New password, Reenter password, and Password hint blank. Now, you (or anybody else) can access your local account and use your PC without a password. There are five primary categories of passwords: Console Password Aux or Auxiliary Password Enable Password.

To learn more about blank password refer to:

https://brainly.com/question/29413262

#SPJ4

Using subnet masks that can be configured regardless of the IP address class is known as Classless Interdomain ______, or CIDR
a Re-broadcast
b Resolution
c Routing
d Repeater

Answers

C. Routing. configured regardless of the IP address class is known as Classless Interdomain or CIDR.

What is IP ?

IP or Internet Protocol is a set of rules and standards used to regulate communication over the Internet. It defines how data is sent, routed and received over the Internet. It works by assigning a unique numerical address to each device connected to the Internet.

This address is called an IP (Internet Protocol) address, and it enables the device to communicate with other devices on the network. IP is an essential component of the Internet, as it allows for the transmission of data from one machine to another. Without IP, the Internet would not be able to function.

To learn more about IP

https://brainly.com/question/29506804

#SPJ1

How many binary digits are represented by a series of 6 hexadecimal characters?

Answers

A base-16 numbering scheme is hexadecimal. It allows for the representation of huge integers with fewer digits.

What is hexadecimal characters?A base-16 numbering scheme is hexadecimal. It allows for the representation of huge integers with fewer digits. Six alphabetic characters, A, B, C, D, E, and F, are followed by 16 symbols, or possible digit values from 0 to 9, in this system. Hexadecimal employs six more symbols in addition to decimal integers. Letters from the English alphabet, notably A, B, C, D, E, and F, are utilized because there are no number symbols to indicate values greater than nine. Hexadecimal A is equivalent to 10, and Hexadecimal F is equivalent to 15.

There are various methods for setting four bits... All off (0000), final one on (0001), first one on (1000), middle two on (0110), last one on (1111), and so on. There are, in reality, sixteen (and only sixteen) different potential combinations if you list them all out.

Furthermore, each of the sixteen hexadecimal digits, ranging from 0 to F, can be represented by a different arrangement of the four-bit settings because there are sixteen different hexadecimal digits.

To learn more about hexadecimal characters refer to:

https://brainly.com/question/11109762

#SPJ4

"Prevention is better than cure" .justify this statement and mention the preventive measures of your computer from viruses​

Answers

The statement, "Prevention is better than cure", refers to the fact that it is better to prevent a computer from getting a virus than to try and remove a virus from a computer.

This statement is true because if a computer gets a virus, it is possible that sensitive information can be stolen or leaked, important documents can be deleted, or the computer can be permanently damaged. In that case, even if the virus is removed, there is unrecoverable damage. However, none of this can happen if the computer never gets a virus.

A popular preventative measure on your computer is antivirus software, which monitors the activity of websites, apps, and files on your computer to determine if any of them might be viruses and tries to stop them before any damage occurs.

suppose that all connections are between switches a and c. what is the maximum number of simultaneous connections that can be in progress?

Answers

For each of the links connecting the four neighboring switch pairs, we can have n connections. A maximum of 4n connections are provided.

Circuit switching and packet switching are the two techniques used to transfer data via a network of links and switches. Circuit-switched networks would be ideally suited to the application as it entails long sessions with predictable steady bandwidth requirements. Packet switching is utilized in traditional LAN systems whereas circuit switching is used in telephonic systems. Because the transmission rate is steady and known, it is possible to reserve bandwidth for each application session without wasting much of it.

Learn more about network here-

https://brainly.com/question/13102717

#SPJ4

ow does this effect the ability of the forensic investigator to be able to collect the data for the case?

Answers

Forensic evidence is associated with higher confidence in guilty verdict

What are the most typical mistakes made when gathering evidence?

Not properly packing the evidence. Failure to keep a chain of custody. Not properly closing the box or marking the evidence. The place where the evidence was obtained was not documented. Failure to answer research questions, inability to validate results, skewed findings, lost resources, misleading recommendations and judgments, and injury to participants are all repercussions of improper data collection.

Making inadequate or indiscriminate analysis, as well as analysis to match the established legislation, are both unethical. Sometimes forensic experts publish the results without even opening the containers; a procedure known as ‘dry-labbing’. Forensic scientists’ findings and conclusions must be plain and unambiguous.

To learn more about evidence to refer;

https://brainly.com/question/14370298

#SPJ4

Create java classes for concrete geometric shapes such as Circle, Rectangle, Triangle, etc. With methods and members to allow the calculation of area and perimeter of the shape. The concrete shapes will implement the interface Shape. Use encapsulation such that primitive members are private and accessed using getters. Class attributes may be set using constructors or setters. Your shapes should of type Shape and implement the (abstract) Shape interface

Answers

ArrayList<Shape> shapes=new ArrayList<Shape>();

shapes.add(circle);

shapes.add(rectangle);

shapes.add(triangle);

In your main class or in a method called from main, iIterate over the results, printing the className of your shape followed by the area and perimeter calculations,  e.g. as follows using a for, or foreach  loop:

// Limit precision to two or three decimal points.

DecimalFormat df = new DecimalFormat();

df.setMaximumFractionDigits(2);

for (Shape shape:shapes) {

   System.out.println(shape.getClass().getSimpleName() + " area: " + df.format(shape.area()));

     System.out.println(shape.getClass().getSimpleName() + " perimeter " + df.format(shape.perimeter()));

}

Or using an iterator:

        System.out.println("\n");

        ListIterator<Shape> iterator = shapes.listIterator();

        while (iterator.hasNext()) {

                Shape shape = iterator.next();

                 System.out.println(shape.getClass().getSimpleName() + " area: " + df.format( shape.area()));

                 System.out.println(shape.getClass().getSimpleName() + " perimeter " + df.format(shape.perimeter()));

}

Note that the println statement prints the class name of the concrete Shape class, e.g. Rectangle, Triangle, Circle.

Sun Microsystems initially introduced Java, a programming language and computing platform, in 1995. It has grown from its modest origins to power a significant portion of the digital world of today by offering the solid foundation upon which numerous services and applications are developed. Java is still used in cutting-edge goods and digital services that are being developed for the future.

Although the majority of current Java applications integrate the Java runtime with the application, there are still plenty of programs and even certain websites that require a desktop Java installation in order to work. This website, Java.com, is made for users who might still need Java for desktop programs, particularly those that support Java 8.

Here you can learn more about java in the link brainly.com/question/2266606

#SPJ4

Other Questions
T/F : the maximum outstanding balance allowed to a customer by a vendor. Which is the meaning of the word compelled in this passage? forcedHow would the meaning be affected if the word compelled were changed to encouraged? It would imply that Cassius had a choice explain how the internet is beneficial to russian consumers select all the true statements about bloodborne pathogens. What is the primary function of homeostasis? Even though nuclear fusion releases more energy than nuclear fission for thesame mass of reactants, the energy from nuclear fusion cannot yet begenerated to power homes and businesses. Why is this so? What base can you rewrite both 8 and 16 as using exponents? The systematic inquiry aimed at the discovery of new knowledge is known as? What information is required to be placed on the label of the medication? at the conclusion of the revolution of 1848 in france, louis napoleon became president of the second republic in an election in which ________ could vote. What are the two types of simple machines in this compound machine?lever, wheel and axlelever, pulleyscrew, incline planescrew, lever When we compare private security and public safety agencies like police departments, we find both similarities and differences. What do you think is the biggest difference between private security and public safety agency departments? What do they have in common? Explain. QUIZ! FOR 100 POINTS!1) How long did the Hundred Years War last?2) In which month do Russians celebrate the October Revolution?3)What was King George VI's first name?4)How long did the Thirty Years War last?hope you find this easy and remember NO cheating, goodluck :) Find Sn for the arithmetic series where a1= 3 , an= 36, n= 12Find sn for the arithmetic series where a1= 3, d= 2, n= 100 Across Five Aprils ch.10-12Why has Matthews opinion changed about Jennys marrying Shad? a. He has seen Jenny mature over the course of sharing the letters Shad and Jenny have written to one another.b. He can no longer afford to care for Jenny, and having Shad marry her will relieve him of that expense.c. After witnessing so much pain and suffering, he wants innocent grandchildren to fill his home. certain researchers have published peer-reviewed reports that use of zinc lozenges reduces the length and severity of cold symptoms. what is one reason why some scientists are still skeptical about the merits of using zinc lozenges during a cold? And give a reason why? What rhetorical devices did Steve Jobs use in his commencement speech? How many solutions does the system of equations below have? 9x 6y=-2 - 18x12y = -4 Which of the following is NOT a section or subsection commonly found in an empirical journal article?Select one:a. Abstractb. Outcomesc. Participantsd. Procedure