hacking should only be used on the​

Answers

Answer 1

Answer:

any device

Explanation:

I would say that because you can code on any device if thats what you mean. There are websites for coding and they are below

The best websites to learn coding

Codecademy.Udemy.Pluralsight (Code School)Team Treehouse.freeCodeCamp.edX.Udacity.

credit to mikkegoes . com

Answer 2

Answer:

No hacking

Explanation:

hacking is bad. >:(


Related Questions

HELP ME PLEASE
What are the components that could be used in a mathematical formula? Check all that apply.
variable
expression
value
operator
result

Answers

Answer:

variable

expression

operator

result

Explanation:

Final answer:

A mathematical formula consists of variables, expressions, values, operators, and results; to solve problems, identify knowns and unknowns and substitute values to obtain results.

Explanation:

The components that can be used in a mathematical formula include variables, expressions, values, operators, and results. Variables represent unknown quantities and can change, expressions combine variables and numbers using operators, values are the specific numbers in the formula, operators are the symbols that define operations (such as addition, subtraction, multiplication, division), and the result is the outcome of the formula. When solving problems, it is essential to identify the known and unknown variables, express the unknowns in terms of knowns, and then substitute all known values to get the result.

Which table attributes would this code produce?

three rows, two columns, table width of half the screen, and a thin border


two rows, three columns, row width of half the screen, and a thin border


two rows, three columns, table width of half the screen, and a thin border


three rows, two columns, row width of half the screen, and a thin border

Answers

Answer:

two rows, three columns, table width of half the screen, and a thin border

Explanation:

The code given in the image is HTML code that is used to generate a table.

Each Starting row tag generate a row and each column tag generate the column.

so in given code

<tr>

</tr>

is used to generate a row.

Then

<tr>

<td></td>

<td></td>

<td></td>

</tr>

This portion of the code generate one row and three columns of table. As this section repeats two times, it means that 2 rows and 3 columns will be generated.

<table width="50%" border="1">

this code used to generate the table of half of the screen and thin border.

The Gas-N-Clean Service Station sells gasoline and has a car wash. Fees for the car wash are $1.25 with a gasoline purchase of $10.00 or more and $3.00 otherwise. Three kinds of gasoline are available: regular at $2.89, plus at $3.09, and super at $3.39 per gallon.
Write a program that prints a statement for a customer.

Input consists of number of gallons purchased (R, P, S, or N for no purchase), and car wash desired (Y or N). Gasoline price should be program defined constant. Sample output for these data is


Enter number of gallons and press 9.7

Enter gas type (R, P, S, or N) and press R

Enter Y or N for car wash and press Y

Answers

Final answer:

The task involves writing a program for a service station that sells gasoline and offers a car wash with variable pricing. The program calculates gasoline cost based on type and volume, and determines car wash fees based on gasoline purchase amount, implementing constants, conditionals, and input/output handling.

Explanation:

The program should calculate the total cost of gasoline based on the type and volume of gasoline purchased and determine the car wash fee based on the amount spent on gasoline. Specifically, customers who buy $10.00 or more worth of gasoline qualify for a discounted car wash fee of $1.25, while others pay $3.00. The gasoline prices are defined as constants within the program: regular at $2.89, plus at $3.09, and super at $3.39 per gallon. Inputs for the program include the number of gallons purchased (where R, P, S stand for regular, plus, and super gasoline, respectively, and N indicates no purchase) and whether a car wash is desired (Y for yes, N for no). The output should clearly state the total cost incurred for both gasoline and the car wash, if applicable. This scenario serves as an excellent practical application of programming skills, involving constants, conditionals, and input/output handling.

what is a (string) in computer programming​

Answers

Answer:

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.  In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set called an alphabet.

Answer:

A sequence of letters, numbers, and symbols

Explanation:

"Notice how strings are in quotation marks and calculations are not."

print("Python can add!")

   print(2 + 2)

   print(465 + 27)

   print(4 + 6 + 9 + 3)

Dolphin Tecx is a new tech company that just issued smart watches to its
employees. But there is a problem: getting the watches to receive company
email has not been easy. What problem has the company just experienced
that is one of the biggest problems in networking?

Answers

Answer:

the problem of transporting

Explanation:

Answer:

Getting hardware and software from different sources to work together

Explanation:

a p e x

Describe a situation involving making a copy of a computer program or an entertainment file of some sort for which you think it is difficult to decide if the copying is ethical or not. Explain the reasons for the uncertainty.

Answers

Answer:

Copying anything may be the computer program or an entertainment file, it is not a good thing as the original developers or the writers are going to feel bad since their hard work is being used by others without letting them know. However, if you are using it for academic purposes, or give them credit in your work, then the original writer will not feel that bad as he is being credited, and hence you can reuse in that case definitely, but always ensure to give the credit to the original writer.

As an example, if a film is copied like many in the past the Directors always feel bad, and they have the reason for feeling bad. The same thing is to technology.

Explanation:

The answer is self explanatory.

Final answer:

Ethical dilemmas in copying digital files arise when weighing copyright laws against the values of sharing and access, like using file-sharing software to provide educational institutions with copyrighted material. The Supreme Court's MGM Studios v. Grokster ruling showcases legal perspectives, but ethical decision-making in these scenarios remains complex due to the evolving nature of technology.

Explanation:

A complex and nuanced ethical dilemma in the realm of copying a computer program or an entertainment file arises when considering the rights of copyright holders against the values of access and sharing that have proliferated with the advent of the internet. On one hand, state and federal governments have established copyright laws to protect creators' economic rights, evidenced by the Supreme Court ruling in MGM Studios v. Grokster (2005), which held distributors of file-sharing software accountable for copyright infringement. Yet, ethical challenges continue to evolve, particularly as they relate to new innovations and unforeseen consequences of existing technologies.

Imagine a scenario where an individual uses file-sharing software to copy a legally acquired movie to provide an educational institution access for instructional purposes. This stands at the intersection of copyright infringement and the pursuit of educational enrichment. Here, the ethical ambiguity stems from pitting the value of education and information dissemination against the legal rights of copyright owners. The Supreme Court's past rulings offer guidance but do not always encapsulate the intricate balance between competing interests that new technologies or circumstances present.

In conclusion, while laws clearly prohibit copyright infringement, there are instances where the ethical decision-making associated with copying digital files is not black and white. The continuous evolution of technology requires us to consistently re-evaluate our ethical frameworks and apply them to novel situations that were unforeseen at the time those frameworks were developed.

Peter works on a huge database of numerical figures in a worksheet ranging from cell A1 to cell I50. He has to print the worksheet and carry it to a client meeting. Which options should he select to fit the page to a standard A4 page for printing?
A. Left or right page orientation
B. Top and bottom page orientation
C. Landscape or vertical page orientation
D. Horizontal or vertical page orientation
E. Middle and side page orientation

Answers

Answer:

Landscape or vertical page orientation

Explanation:

In landscape  he can mange the number of cell that are required to print on A4 page size.

On landscape orientation of the page we can add more columns of the sheet. That is the reason, we should choose landscape or horizontal page orientation to adjust all columns on the single page.

Answer:

Landscape or vertical page orientation.

Explanation:

By choosing this option, Peter will be able to fit the huge table into an A4 sheet. If he chooses a landscape orientation, he will be able to fit a larger number of columns. On the other hand, if he chooses vertical orientation, he will be able to fit more rows. Looking at this option will allow Peter to better adjust the information he will present to a design that he is happy with.

26.A
a____numerical amount defined in an algebraic equation​

Answers

Answer:

coefficient

Explanation:

Its the numerical coefficient definitely. Suppose

ax +by=c

Here a and b are the numerical coefficient of x and y respectively. And the c is the constant. The above is a linear simultaneous equation, with two variables and we need one more equation of same type to solve it.  like

x + 3y=4

ax+by=5

And through the above two simultaneous equations we can solve the bove question. And since it is a line on a graph with two variables it is a linear equation with 2 variables.

Select five system utility functions.

-executing user-level programs
-managing memory usage
-encrypting data
-managing files
-initializing system date and time
-managing the network
-backing up disk data
-compressing data

Answers

Answer:

so the five would be 5,4,6,8,2 i think correct me if I’m wrong

Explanation:

executing user-level programs Is one

-managing memory usage is two

-encrypting data is three

-managing files is four

-initializing system date and time is five

-managing the network is six

-backing up disk data is seven

-compressing data is eight

For your biology class, you will be giving a presentation of the findings of a plant
growth experiment. Which application is best suited for this presentation?

Answers

Answer:

PowerPoint

Explanation:

It is dedicated for presentation.

Answer:   Impress or PowerPoint

Explanation:  

Choose the statements that CORRECTLY describe a business organization.​

choices

Sole Proprietorships and Partnerships both have unlimited liability.

Corporations are owned by 100 or more people.

Corporations are generally subject to greater government oversight.

Sole Proprietorships are not common because forming them is complicated.

A disadvantage to partnerships is that profits are divided between many shareholders.

An advantage to Corporations aI's a business organization is that they enjoy unlimited life and limited liability.



Answers

Answer:

An advantage to Corporations aI's a business organization is that they enjoy unlimited life and limited liability.

Explanation:

Unlimited life and limited liability are the major advantages of corporations.

Corporations have unlimited life unless all the shareholders decides to dissolve the corporation.

It has limited liability, it means that only the company assets will be sold in case of debt and investors are not liable to pay the debt.

Final answer:

Sole Proprietorships and Partnerships both have unlimited liability, whereas Corporations offer limited liability and can have any number of shareholders. Corporations have greater government oversight and the advantage of unlimited life. Sole Proprietorships are common and easy to form, contrary to what was suggested.

Explanation:

There are a few key statements that correctly describe a business organization. Sole Proprietorships and Partnerships both involve unlimited liability, meaning that the owners are personally responsible for the debts of the business. Corporations, on the other hand, enjoy the benefit of limited liability, which means that the shareholders' personal assets are protected in case the company incurs losses. It is not true that corporations must be owned by 100 or more people; corporations can have any number of shareholders.

Corporations are indeed subject to greater government oversight due to their complex nature and the protection they offer to shareholders. Sole Proprietorships are actually quite common, as they are easy to form and manage, contradicting the statement that they are not common because forming them is complicated. Partnerships do not involve dividing profits between many shareholders; rather, profits are shared between the partners who own the business. Finally, one of the major advantages of a Corporation is that it combines an unlimited life with limited liability for its shareholders, which can make it an attractive business organization structure.

Limited Liability Companies (LLCs) and S Corporations are other forms of business structures that offer benefits similar to corporations and partnerships, such as limited liability and pass-through taxation, which can be advantageous under certain circumstances.

Which is the main function of the arithmetic and logic unit (ALU)?

Answers

Answer:

Option C

Explanation:

The purpose of the Airthmetic and Logical unit is define as all mathematical operations such as addition (+) , subtraction(-), multiplication(*) and division(/).

Additionally, the Airthmatic amd Logical Unit processes basic logical or conditional operations like AND/OR calculations.

Answer:

The answer is the 3rd option

Explanation:

The arithmetic and the logical unit is a digital circuit of a CPU  that performs arithmetic and logic operations like addition, subtraction, logical AND, OR etc.

A document's margin is __________.
Here our the answer choices:
A. the blank area around an element in a document
B. the vertical arrangement of text on a page
C. information printed or placed at the bottom of each page of a document
D. the way a document is placed

Answers

Answer:

A. the blank area around an element in a document

Explanation:

Margin allows to add blank space on the Top, bottom ,right and left side of your element

If you create a column break, what happens to the text after the insertion point?
It moves to the top of the next column.
It moves to the bottom of the next column.
It moves to the top of the next page.
o It moves to the bottom of the next page.

Answers

Answer:

It moves to the top of the next column.

Answer:

A. It moves to the top of the next column.

Explanation:

i got it right on the assignment

a compound document has

A. the computing power of a spreadsheet

B. a spreadsheet embedded.

C. more than one application interface.

D. only one application interface.

Answers

Answer:

c

Explanation:

more than one application interface

If a graphic designer creates an image to illustrate a website, this image is protected by a
trademark
copyright
nondisclosure agreement.
patent

Answers

Answer:

copyright

Explanation:

the copyright rules will protect his image from stolen by other graphic designers

Answer:

B edge 2020

Explanation:

Approximately how many times should you review and practice possible fill in the blank questions that may be on a test?
a. 5-10 times
c. 1-3 times, to get a good feeling about what the
possible answers could be
b. Until they can be easily answered
d. 2-5 times
Please select the best answer from the choices provided
Ο
Α

Answers

Answer:

b. Until they can be easily answered.

Explanation:

We cannot fix the No. of reviews to understand the best possible answer. It can be solved in first attempt and cannot be in 100 attempts.

This is the reason, answer "B" is best possible choice for this question.

A student is writing a paper comparing the voting rules between states. Which of the following sites would be the most
reliable resource with minimal bias for information?
1.www.voting.com
2.www.voting.net
3.www.voting.gov
4.www.voting.org

Answers

Answer 3 is probably the right answer.
3 would be the most informative

What is also know as a visual aid in a presentation

Answers

Visual aids in presentations are tools like posters and PowerPoint slides used to visually reinforce spoken content, simplifying complex information and emphasizing key points.

In presentations, visual aids are elements that can help convey information visually, supporting the presenter's verbal communication. Effective use of visual aids, like posters, PowerPoint slides, charts, and graphs, can enhance the audience's understanding by simplifying complex information and emphasizing key points. However, it is crucial to not let these aids overshadow the presentation's main content. Each visual aid typically includes a title and a caption which provides a brief explanation to ensure the audience correctly interprets the information presented. In the context of conference presentations, such visual representations are integral for illustrating data, explaining content, and focusing the audience's attention on the key concepts or points being discussed.

The Cursor is blinking in a white area on the Screen. This area where text will appear in the ____.

A. Draft view
B. Document work space
C. Print layout view
D. White space

Answers

Answers B if the curser is blinking
The answer is B

Explanation

Which type of word processing programs enables us to include illustrations within the program?
A. popular
B. widely used
C.
full featured
D. inexpensive

Answers

Answer:

C.  full featured

Explanation:

You need to make use of the full-featured version of the word processing programs to use the illustrations that are part of the program. And simple versions might not have that. By fully featured it means you need to have the license included or else you will be able to use it for a few days or a maximum of 3 months, and that is certainly not a good idea.

Which is a correctly formatted Python tuple?
o
[12, "cirde", "square]
n : 12, "shape1": "circle”, “shape2": “square"}
(12, circle”, “square")
12 circle square

Answers

Answer:

(12, "circle”, “square")  is the correct answer.

Explanation:

The following answer is true because the following answer is in the correct format. The tuple is the data type of the Python Programming language which is defined inside the parentheses "()" and it is an immutable type that means its elements is not changed after once the element is inserted in the tuple. Tiple is also defined by the parentheses "()" or by the predefined function tuple().

Answer:

(12, "circle”, “square")  is the correct answer.

Explanation:

XD

Nate specifically wants a template that will work for an application letter. Which features in the New dialog box can
help him find the right one? Check all that apply.
Design
Search
Scroll bar
Categories list
Find command group

Answers

Answer:

We can find our required template with the help of followings:

1. Search

We can search our required template from new dialog box. We just enter the name of our required template in search bar and will find the required one.

2. Scroll Bar

By using scroll bar, we can scroll up and down to find the required template.

3. Categories List

We also can find the required template, that may be defined as category. In categories list we can also find the required template.

In the New dialog box, Nate can use the following features to find the right template for his application letter: Search, Scroll Bar, and Categories List.

1. Search: The search bar allows him to enter specific keywords related to the type of template he needs. Entering "application letter" or related terms will help him quickly find templates tailored for this purpose.

2. Scroll Bar: If there are numerous templates available, the scroll bar enables Nate to browse through the list efficiently. He can scroll up and down to view various templates and select the one that suits his needs.

3. Categories List: Some software may categorize templates into groups, such as "Business," "Education," or "Personal."

Nate can explore the categories to find the section relevant to job applications, where he may discover the application letter template.

Know more about application letter:

https://brainly.com/question/29662536

#SPJ3

Which of the following would an NSA professional most likely need?
A. a high school diploma
B.a high school diploma and some training
C. a certificate
D.a bachelor’s degree (correct answer)

Answers

Answer:

B.a high school diploma and some training

Explanation:

Undoubtedly, NSA professional requires limited education, and a high school diploma is enough for them. However, they will need some training related to security services as well. and only then they will be able to work as an NSA professional. Hence, having only a high school diploma is not enough, and the certificate will also not work. However, they also do not need a bachelor's degree. And they definitely need a high school diploma and some training. That is certainly going to be enough for becoming an NSA professional.

You work for a computer reseller. A customer walks in and asks you what the main differences are between a Mac and a PC. You tell her that there are slight differences in the look and feel. Additionally, which statement do you tell her to best answer her question?

a -There are no other differences.
b- Bundling and versioning are the main differences.
c- Distribution and development are the main differences.
d- The differences are not significant.

Answers

Answer:

The differences are not significant

Explanation:

Option D is better choice. Because PC and Mac are almost same things except different designs and look.

Which utility program verifies data transfer, network settings, and connectivity?

a- compression utilities
b- network utilities
c- file management utilities
d- encrypting utilities

Answers

Answer:

b- network utilities

Explanation:

The utility program that can verifies data transfer, network settings, and connectivity is Network utilities. This utility program is an application that displays information on each of your network settings, connections, connectivity, data usage, including the interface's Mac address, its assigned IP addresses, its speed and status, the number of data packets sent and received, and the number of transmission errors and collisions.

Explain three reasons why so many different computer languages exist.
Pleaseeee

Answers

Each language has its own use, some of them are used to create or manipulate back end codes and some of them are used mainly for web designing and some of them are used for data entries and control of data that is being implanted in the system, so if you put all uses in one language it will not be a simple task as it is nowadays for programmers. That is why there are different compt. langs.

Which of the following would an interactive media professional most likely need? A.a high school diploma
B.a high school diploma and some training
C. a certificate or an associate of arts degree
D. a certificate, an associate of arts degree, or a bachelor’s degree(correct answer)

Answers

Answer:

D. a certificate, an associate of arts degree, or a bachelor’s degree

Explanation:

Talking to the media is not that an easy task as each word counts. Your whole organization will be questioned, and your projects will be on stake. Hence, the best person with a certificate, an associate or art degree, or a bachelor's degree since he/she has the detailed knowledge and expertise, must be selected for this post. And the fruits will be seen by the organization in no time, and even your enemies will be happy, as he/she will be always right, sweat and certainly kind towards his/her own organization, and even the organizations enemies. Always speak good but never forget kindness, and at times try to be even compassionate. And this is possible through good and sound higher educations. However, some kids are exceptional at times, and their talent should be respected certainly as well.

how does an agile team maintain requirement?​

Answers

Answer:

The purpose of requirement commitment is: ... Agile teams use product backlogs to manage their requirements. Product owners prioritize the user stories. To enable delivering products with sufficient quality agile teams need to have user stories that are ready at the start of a sprint

An agile team maintains requirements through continuous collaboration with stakeholders, refining and prioritizing user stories in a product backlog.

What work do they conduct?

They conduct regular sprint planning meetings to select stories for development based on business value and feasibility. During sprints, the team holds daily stand-up meetings for progress updates.

They embrace change, allowing requirements to evolve throughout development. Frequent demos and reviews involve stakeholders for feedback. Retrospectives enable process improvement. Clear documentation, automated testing, and continuous integration ensure alignment with requirements. This iterative approach fosters flexibility, adaptability, and a focus on delivering value to customers.

Read more about iterative approach here:

https://brainly.com/question/29796259

#SPJ6

Your dad has downloaded an application from the internet. He calls you up and says he is unable to uninstall the application. He says the file he downloaded has an ISO extension. What do you tell him?

Answers

I may be right or may not be dont trust me on this one but I'm pretty sure it's letter A that is if you are using CourseHero but if your not its extract it using a 7-zip. Please do more research before you trust me because I am not completely sure.

Other Questions
there are five boys and ten girls in mr johnsons gym class.the simplified ratio of boys to girls is 1/2. what does this ratio mean USSOCOM is focused on organizing, training, equipping and providing highly capable __________ special operations forces to geographic combatant commanders When monochromatic light shines perpendicularly on a soap film (n = 1.33) with air on each side, the second smallest nonzero film thickness for which destructive interference of reflected light is observed is 278 nm. What is the vacuum wavelength of the light in nm? Bui wants to condition his lab rat to fear to drink orange-flavored water. He pairs a mild shock with the drinking of flavored water. He wants the rat to associate the unconditioned stimulus, the shock, with drinking the water. How could he be most successful? An FM radio station broadcasts electromagnetic radiation at a frequency of 103.4 MHz (megahertz; MHz =106s1). Calculate the wavelength of this radiation. The speed of light is 2.998 108m/s to four significantdigits. Which power is not given to the president by the Constitution?to appoint justices to the Supreme Courtto declare warto veto billsto command the army A description of the processes you use to ensure that results meet the specified quality standards is a _____.a. quality standards planb. quality control planc. quality process pland. quality assurance plan What is the correct statement regarding the stress over the section of a shaft in torsion? a) A normal stress that varies linearly over the section b) A normal stress that is uniform over the section. c) A shear stress that is uniform over the section. d) A shear stress that varies linearly over the section what can be said of both thomas edison and henry ford What is tan C ?Figure shows right triangle A B C. Angle B is a right angle. Segment A B is 11 units. Segment B C is 22 units.Express your answer as a simplified fraction.Question 1 options:1/21/41/32/1 What are the steps, in correct order, for researching a literary analysis?A. Finding good sources, taking notes, developing your argumentB. Taking notes on your sources, synthesizing their ideas, gathering bibliographic informationC. Developing your argument, finding good sources, taking notesD. Finding good sources, gathering bibliographic information, synthesizing their ideas duties of a producer when delivering a policy to an applicant EXCEPT: Life after college. We are interested in estimating the proportion of graduates at a mid-sized university who found a job within one year of completing their undergraduate degree. Suppose we conduct a survey and nd out that 348 of the 400 randomly sampled graduates found jobs. The graduating class under consideration included over 4500 students.(a) Describe the population parameter of interest. What is the value of the point estimate of this parameter?(b) Check if the conditions for constructing a condence interval based on these data are met.(c) Calculate a 95% condence interval for the proportion of graduates who found a job within one year of completing their undergraduate degree at this university, and interpret it in the context of the data.(d) What does "95% condence" mean?(e) Now calculate a 99% condence interval for the same parameter and interpret it in the context of the data.(f) Compare the widths of the 95% and 99% condence intervals. Which one is wider? Explain.(Please show work for all problems, thank you) Public relations firms often operate within a dichotomy, especially when it comes to statistics. It is a common suspicion that statistics can be manipulated to distort the truth. Yet PR practitioners depend on statistics to clarify complex scenarios for the clients they are advocating. When massaging statistics, practitioners must balance advocacy with _______________. Martina will rent a car for the weekend. She can choose one of two plans. The first plan has an initial fee of $54 and costs an additional $0.15 per mile driven. The second plan has an initial fee of $59 and costs an additional $0.10 per mile driven. For what amount of driving do the two plans cost the same? A reasonable estimate of the moment of inertia of an ice skater spinning with her arms at her sides can be made by modeling most of her body as a uniform cylinder. Suppose the skater has a mass of 64 kg . One eighth of that mass is in her arms, which are 60 cm long and 20 cm from the vertical axis about which she rotates. The rest of her mass is approximately in the form of a 20-cm-radius cylinder.A. Estimate the skater's moment of inertia to two significant figures.B. If she were to hold her arms outward, rather than at her sides, would her moment of inertia increase, decrease, or remain unchanged? kayla is on level 12 of a new game. Every Day she completes 6 new levels. Maddy is on level 28 of the same game. Every Day she completes 2 new levels. When will they be on the same level? what level will that be? Which statement correctly describes a way that bacteria are used in biotechnology? A.Bacteria make human cells that make insulin. B.Human insulin coding bacterial genes are spliced into human cells. C.Human insulin made by bacteria is injected into humans. D.Bacteria that make insulin are implanted in humans. The diphosphate ion is a biologically important polyatomic ion. If the ionic compound calcium diphosphate has the formula Ca2P2O7, which correctly represents the ion symbol of the diphosphate ion? Bob is the newly appointed regional manager of the highway department. He has told his district managers not to bother him with telephone calls or e-mails on how to manage their districts. What style of leadership describes Bob's passive and apparently uninvolved approach to his job? Steam Workshop Downloader