Assume that printStars is a function that takes one argument and returns no value. It prints a line of N stars (followed by a newline character) where N is the value of the argument received. Write a statement that invokes printStars to make a line of 35 stars.

Answers

Answer 1

Answer:

printStars(35);

Explanation:

public class Question {

   public static void main(String args[]) {

     printStars(35);

   }

   public static void printStars(int numberOfStars){

       for(int i = 1; i <= numberOfStars; i++){

           System.out.print("*");

       }

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

   }

}


Related Questions

If userA sends a secure message to userB using an asymmetric cryptographic algorithm, and userB sends a reply, what key is used if userA wants another user, userC to read the reply message

Answers

Answer:

The answer is Symmetric Key cryptography

Explanation:

Because this method of encryption allow both parties to use the same key and cipher to encode and decode the ciphertext.

Answer:The

The answer is User Cs uses the Public Key.

Explanation:

Public-key cryptography refers to a cryptographic system that uses pairs of keys:  one that is a private keys,which are seen only by the use and public keys, which may be used widely by different users.

The generation of such keys depends on algorithms that are cryptographic   based on mathematical problems to provide function that is one way. A strong  security only needs keeping the private key private; the public key can be openly distributed among users without compromising security.

A service-oriented architecture _________________. Question 5 options: a) Is one in which the servers are supporting multiple mobile devices b) Enables Web services to be reused across an organization c) Is a type of cloud computing d) Is focused on user response e) Places servers closest to the primary user

Answers

Answer:

Enables Web services to be reused across an organization

Explanation:

Option B is correct

​A(n) ________ database makes it possible to store information across millions of machines in hundreds of data centers around the​ globe, with special​ time-keeping tools to synchronize the data and ensure the data are always consistent. qizlet

Answers

Answer:

A distributed database makes it possible to store information across millions of machines in hundreds of data centers around the​ globe, with special​ time-keeping tools to synchronize the data and ensure the data are always consistent.

Explanation:

In distributed databases, a database can be opened, viewed modified or deleted on more than one places. This means distributed databases has a system that integrates the data being used at more than one location. These locations can either be under same network or entirely different network.

All the data is synchronized periodically in order to  ensure that changes made at one place are reflected at all other locations.

i hope it will help you!

Add a String instance variable, messageUponExiting, to the Window class. This variable will be used to display a message when the user closes the window (for example, "Are you sure you want to quit?"). Furthermore, this variable should be accessible to all subclasses of the Window class, as each sort of window may require a different message upon exiting. Please provide the declaration of the instance variable only—nothing else.

Answers

Answer:

Following are the Declaration of instance variable which is mention above .

protected String messageUponExiting; // variable declaration

Explanation:

Here we declared a variable "messageUponExiting "  as string type.The String datatype parameter will hold the string value .We can use Protected access modifier because as mention in the question the variable must be accessible  in all of the subclass of windows.

Syntax of declaring any instance variable .

Access-modifier datatype variable-name;

Which security technology inspects network traffic, attempting to find matches to suspected malicious or unauthorized activity based on the content of the packets, and is limited to being able to only log or send alerts on that malicious activity?

Answers

Answer:

Intrusion Detection System (IDS)

Explanation:

An Intrustion Detection System (IDS) is an application software or hardware device that monitors network traffics or systems. It searches the network or system for threats. These threats could be (but not limited to) suspicious activities or malicious activities or policy violations.

Once a threat is observed, it beeps or alerts the system administrator(s). Also, all these threats are then logged in a security information and event management (SIEM) system.

But an IDS cannot block or prevent threats on the system.

A TCP connection has reached a steady state and transmits data at a constant rate. List as many factors as you can that determine the transmission rate reached by the connection? Include the application and the operating system on both ends of the connection in your consideration.

Answers

TCP connection:

Once TCP connections reached steady state that makes end user that connectivity is stable. But end user has to do analysis the pinging time ready. for example in operating system command prompt mode ends user have  to ping designation tcpip address.

Computer A

In command prompt mode end user try ping 10.10.10.10 –t (i.e. Computer B tcpip Address). End user tries to ping destination tcpip address if result comes in milliseconds then it is good connectivity rate.

Same away

Computer B

In command prompt mode end user try ping 10.10.10.20 –t (i.e. Computer A tcpip Address). End user tries to ping destination tcpip address if result comes in milliseconds then it is good connectivity rate.

End user can also check by executing TRACERT commands on designation tcpip address.  End user can find how the flow of network packets travels.

Jed is a database administrator for a mid-sized computer component manufacturer. Part of his duties include managing security, tracking problems, and monitoring the performance of the database. This is an example of Jed's ________ tasks.

Answers

Answer:

operational

Explanation:

Based on the information provided within the question it can be said that this is an example of Jed's operational tasks. These are tasks that maintain a system and make sure that everything is running efficiently as opposed to creating something new or innovating. Which is what Jed does by monitoring and managing security and problems in order to make sure everything is running as it should be.

When connecting a trunk link between two switches, it is important to configure the allowed VLANs correctly on either end. If this is not done correctly _________ will occur.

Answers

Answer: A VLAN mismatch

Explanation:

 The VLAN mismatch is the process when the both ends of the truck line are not connected correctly and properly between the two switches.

The configuration of the VLAN is done correctly as it is important to connecting the VLAN on either of the ends for avoiding the VLAN mismatch occurrence. By default the truck allow the VLAN 2094 for traversing the trunk by using the native VLAN in the form of VLAN 1.

Therefore, VLAN mismatch is the correct answer.

In a(n) ____ design, the remote user’s keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user’s screen.A. closedB. distributedC. openD. centralized

Answers

Answer:

D. centralized

Explanation:

Centralized design is a type of computing architecture where all or most of the processing/computing is performed on a central server. Centralized computing enables the deployment of all of a central server's computing resources, administration and management. The central server, in turn, is responsible for delivering application logic, processing and providing computing resources to the attached client machines.

Therefore in centralized design, the remote user’s keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user’s screen

Final answer:

The correct answer is D. In a centralized design, a user's keystrokes are sent to the mainframe, which processes the input and sends the output back to the user's screen.

Explanation:

In a centralized design, the remote user's keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user's screen.

This setup is typical of traditional mainframe environments, where a powerful central computer (the mainframe) handles processing and storage, while user terminals mainly serve as input and output points.

The centralized computing model contrasts with distributed computing, where processing is spread across multiple machines.

A 5.5 g sample of a substance contains only carbon and oxygen. Carbon makes up 35% of the mass of the substance. The rest is made of oxygen. You are asked to determine the mass of oxygen in the sample. Which of the following expressions demonstrates a mathematical procedure to solve this problem using the proper order of operations?
((100 - 35)/100) x 5.5 grams =
100 - 35/100 x 5.5 grams =
100 - (35/100) x 5.5 grams =
Recall that to calculate a percent of an amount in grams means you have to convert the percent to a number and multiply by the amount in grams. For example, 50% means 50 out of 100, or 50 hundredths. So 50% of 10 grams is 0.50 times 10 grams. You need to take 0.50 and multiply it by 10 grams to determine 50% of 10 grams is 5.0. (50% and 10 grams are examples and not numbers for this problem.)

Answers

Answer:

((100-35)/100) x 5.5grams=3.575grams of oxygen

Explanation:

Since ha sample contains 35% carbon which means (100-35)=65% is oxygen in the sample. In order to calculate the mass of oxygen in the sample we have to find the 65% of 5.5g which means we have to multiply 65/100=0.65 with 5.5g i.e 0.65*5.5. so the mathematical expression we use will be:

((100-35)/100) x 5.5grams=3.575grams of oxygen

Alison retrieved data from a company database containing personal information on customers. When she looks at the SSN field, she sees values that look like this: "XXX-XX-9142." What has happened to these records?
a. Encryption.
b. Truncation.
c. Hashing.
d. Masking

Answers

Answer:

The correct option to the following question is an option (D) Masking.

Explanation:

The following option is correct because Masking is the ability to apply mask on the value with the help of bitwise AND, OR and XOR,  

That's why, when Alison looks the Social Security Number then it looks different and this is the 9 digits of Social Security Number which is in three parts, the first part is for the area, the next part is for group number and last part is for the serial number.

The Open Systems Interconnection (OSI) is a conceptual model whose purpose is to make networks more manageable. Its objectives include allowing for more portable hardware and software integration, the creation of standard interfaces that would allow manufacturers of different systems to interconnect their equipment and the creation of a model that would be used world-wide. There are seven layers to the OSI. The lowest - or first - layer allows a contiguous sequence of bits to be transmitted through the network. Which is the first layer: A. data-link layer, B. physical layer, C. network layer, D. transport layer

Answers

Answer:

A. data-link layer

Explanation:

Data-link layer is the first layer and allows a contiguous sequence of bits to be transmitted through the network.

On top of it is the Network Layer and it handles the task of routing network messages from one computer to another.

Then comes the Transport Layer which is the basic layer at which one network computer communicates with another network computer.

The first layer of the OSI model is the Physical Layer, which is responsible for the transmission of raw bit streams over a physical medium.

The Open Systems Interconnection (OSI) model is a conceptual framework used to understand and design network systems. It divides network communications into seven distinct layers, each with its own specific function. The first and lowest layer is the Physical Layer, which deals with the transmission of raw bit streams over a physical medium, such as cables and switches.

The seven layers of the OSI model are:

Physical LayerData-Link LayerNetwork LayerTransport LayerSession LayerPresentation LayerApplication Layer

Identify a true statement of a JavaScript program in a web form.
a) JavaScript is a closed-source programming language, which provides tools and a programming environment for communicating the strategy and overall administration of distributed applications.
b) JavaScript is extracted by all layout engines in a similar way; as a consequence, this grounds consistency in terms of functionality and interface.
c) JavaScript is a bug-free Visual Basic scripting language, which is used only for networking applications.
d) JavaScript intercepts the content of the form before the browser attempts to contact the CGI script and report whether the data contained in the survey form has been correctly filled out or not.

Answers

Answer:

Option d): JavaScript intercepts the content of the form before the browser attempts to contact the CGI script and report whether the data contained in the survey form has been correctly filled out or not.

is the true statement.

Explanation:

Introduction to JavaScript:

JavaScript can be defined as the object-oriented programming language used specially for creating effective and interactive styles for web, it can update and modify the languages like HTML and CSS.

The data can be validated, calculated and manipulated using JavaScript.

JavaScript is a scripting language from the client-side. By this we mean that the source code of JavaScript is processed by the browser of client instead of the web Server.

From the server-side of scripting language, JavaScript can be added anywhere within the HTML of a webpage.

i hope it will help you!

The system cannot contact a domain controller to service the authentication request

Answers

Answer:  The correct answer is :  If it is not a DNS problem you can try to remove them from the domain by placing them in a workgroup, restart, then delete the computer trail in A / D Users & Computers, then re-enroll them in the domain and move them from the default location to their proper place in the A / D structure.

Write the definition of a function printLarger, which has two int parameters and returns nothing. The function prints the larger value of the two parameters on a single line by itself. (For purposes of this exercise, the "larger" means "not the smaller".)

Answers

Answer:

def printLarger(x: int ,y: int):

print(max(x,y))

Explanation:

The function is written in python as follows:

the fuction printLarger takes two integer parameters x and ymax() function determines larger value of x and y. If the numbers are the same it prints the value of the numbers as the largest value. the function prints the larger value.

In general, what are reasons that someone would choose to use lossy compression? Write a brief response below including at least one example of a situation when lossy compression would be appropriate.In general, what are reasons that someone would choose to use lossy compression? Write a brief response below including at least one example of a situation when lossy compression would be appropriate.

Answers

Answer:

You can achieve better compression ratio as compared to lossless.

Lossy file sizes are very small as compared to lossless.

For example

If you want to upload a small image lossy compression can make photo 36KB that was 822Kb.

Loosely provide higher degree of  compression .

Lossy widely used JPEG method.

Most tool are available that will let you to choose the degree of compression.

A modem from which communications occur in discrete units, and in which the start of a unit is signaled by a start bit at the front, and a stop bit at the back signals the end of the unit.

Answers

Answer:

Asynchronous modem

Explanation:

In an asynchronous modem, data is transmitted in an infrequent stream of small packets, in which a start bit at the front signals the start of a unit, and the end of the unit is signaled by a stop bit at the back.

Jane, a marketing manager for the Grocery SuperStore retail chain, fired up a computer program that gave her ready access to information about product availability and customer buying. The program helped her immediately set prices for bananas and cherries. This type of computer program is called ________.

Answers

Answer:

This type of computer program is called Intranet.

Explanation:

Intranet is a computer network with restricted access.  

In a company intranet, one can share and manage corporate information, tools, systems, and services only within an organization.

Jane, as an authorized member of company network, she was able to access to information about product price and changed it. She used Intranet of the Grocery SuperStore retail chain.

Which category of management information systems (MIS) combines the forecasting capability of decision support software with the records keeping capability of transaction processing systems software to help businesses manage inventories efficiently?

Answers

Answer:  

The answer is "SCMS".  

Explanation:  

MIS stands for management information systems. This system studies information systems and use in business and other organizations. This system is categories in many forms in which SCMS helps businesses manage inventories.  

The SCMS stands for Serial Copy Management System. It is a system that allows users to copy digital content by showing how much they would copy.  In this process, the user will be copying digital information via authorization flags.

Classes cannot:
A) Be derived from other classes
B) Initialize data members in the class definition
C) Be used to model attributes and behaviors of objects
D) Include objects from other classes as members

Answers

Classes cannot Initialize data members in the class definition.

B) Initialize data members in the class definition

Explanation:

Class is defined by end user data type where it can handle multiple data type and referred to other classes also. Class is also called as data structure object or object class.

Due to class methods total programming language coding style is changes. For example employee of an organization should hold his or her employee number, address detail, spouse details, salary details

Where in old style programming language we need to declare separate variable to hold the data types, where we can define employee as class which can hold employee number, address fields, and again define salary details as other class and add employee->employee number where key connect between to class which is called derived class.

Before programmers decide which programming language to use or start writing code, they develop a complete description of the task the program needs to accomplish. This is called a ________.

Answers

Answer:

Problem Statement

Explanation:

The problem statement is described the complete description of the task of the program. It gives a clear description of the program.

The main objective to develop a problem statement explain the program in a detailed manner The good programmer firstly create the problem statement of the program then it created the program by following the guidelines of the problem statement.

What is aperture priority mode? When might you use this mode on a camera? What is depth of field? How can you adjust the depth of field in a photograph? What is the relationship between aperture and shutter speed? How can you describe this relationship? What is the landscape mode? How does this mode adjust the aperture? What is the result of this adjustment? How is shutter speed generally measured? What do the measurements mean? How is aperture measured? What do the measurements mean? Why is learning to control aperture and shutter speed important? Which camera mode do you think you are most likely to use? Why? Have you tried to take some action photographs of people, animals, or other objects? How did the photographs turn out? What are some of the challenges with taking action photographs? What are some of the difficulties of taking night photographs? How can you reduce these challenges?

Answers

Answer:

Please check explanation

Explanation:

We abbreviate aperture priority by A or Av( which is used for aperture value) on the camera mode call up, which is an adjustment on some of the cameras which leverage the user to adjust the certain value of the aperture or the f-number as meanwhile the camera adjust the speed of the shutter ensuring it matches it, and which results in a good exposure depending on the condition of the light  as being measured via the light meter. And this is not the same as the manual mode, in which the user is compelled to make the decision for both the values, the priority of the shutter, the location the user selects the shutter speed while the camera picks up the correct aperture, as well as the program state, where camera picks each of them.

So the first two questions are answered. Let's see the third, the depth of the field.  It is the distance from the nearest to the furthest objects which provides an image being selected for being at the focus in a camera.

Hence the depth of the field means the range of the sharp focus in a certain photograph. And while you shoot with the help of the larger camera like the DSLR, you will be able to adjust the depth through the adjustment of the aperture of the lens. The aperture is nothing else but the opening within the lens which manages the amount of the light that is permitted via the lens.

Now come to the fifth question. The shutter speed and the aperture are being related directly. It improves the aperture (by a stop). And each of them comes up with the very best exposure through the permitted weight of light.

And both of them are related to each other in an inverse proportion. And both of them must be balanced for ensuring that the image is not being exposed or less exposed to the permitted light. And when the aperture is increased the shutter speed increased for balancing it as well as vice versa.

Landscape mode:

It is the kind of page orientation that prints out the picture in a horizontal manner rather than in a vertical manner. And it is being commonly used for printing the charts or various other types of pictures as well as the text which might not adjust properly with the page that is aligned vertically.

Consider the High Nikon DSLR. You need to hold down the "MODE" as meanwhile the rear control (dial)  is turned unless you view "A" over the LCD top. And your FCD then sets the aperture. And in almost all Canon SLRs as an example: You need to turn to "Av" your mode dial.

The results of these adjustments are certainly good.

And the shutter speed is being measured by the unit of time and ranges in less than fractions of one second. And as we say that the shutter speed is "5000", it means its 1/30000 th of a  minute. And the shutter speed which is of one second or more in length is being marked as a'. One example is 16'.

How we measure aperture. And what it means:

It is being measured with the help of the f-stop scale. And on the digital camera, you will find 'f/' which is being followed by an integer. And this f-number indicates the wideness of the aperture. As well as the size does affect the exposure as well as the field depth of the resultant image.

Now come to why we should learn to control the shutter speed and the aperture.

You should know that by selecting the shutter speed you permit yourself to freeze or otherwise blur motion, and sometimes you would like to do the first one or the second one. And the aperture permits you to select the field depth to either blur the background or make it sharper.

Thus, now you have an idea of each of the modes, and their merits. And if you will ask the best one, he will be up with the aperture priority or with auto ISO and full manual. If you are up with some specific requirements, then you should have a full manual mode in automatic mode, and that will be quite handy. You certainly need to learn by heart how to make use of the full manual, as it will improve your understanding of the photography, however, the semi-automatic mode is certainly your best friend.

And yes, as well as its a very great feeling. Its certainly quite hard to take the photographs of still objects while you are riding.

Some of the things that make it hard to take the action photographs are like the object, or the animal can move as well as you need to set the shutter speed as well as the aperture speed quite swiftly. Also, you need to focus your camera for ensuring a very good picture and ensure its not blurry or like the picture is out of the focus.

In night photography, the camera might shake because of the very low ambient brightness, the camera might move for very slow shutter speed. Various other challenges are the improper focus, white balances, less exposure, etc,

That solves all the questions asked.

Answer:

Select cell range B2:F29.

Select the Subtotals command under the Data menu.

In the Subtotals dialog, in the Group by dropdown list, select the option Region.

In the Calculate subtotals for field, select Country.

In the Use function field, select Count.

Click OK.

Explanation: Plato

In cell c11, enter a formula to reference the date stored in cell b7. insert a nested function in cell c12 to calculate the date for the next payment. nest the year, month, and day functions within the date function. add 1 to the month result. copy the function to the range c13:c34.

Answers

Final answer:

The student needs to reference a date in one cell and create a formula for the next payment date in another cell using spreadsheet functions. In cell C11, they will reference the date with =B7, and in cell C12, they will use a nested formula =DATE(YEAR(B7), MONTH(B7) + 1, DAY(B7)) which is then copied down to subsequent cells.

Explanation:

The student is asking about how to use spreadsheet functions to reference and manipulate dates. In cell C11, the formula to reference the date stored in cell B7 would simply be =B7. For cell C12, the nested function to calculate the next payment date, adding one month to the current date, would be something like =DATE(YEAR(B7), MONTH(B7) + 1, DAY(B7)). This uses the YEAR, MONTH, and DAY functions nested within the DATE function to construct the new date. Once the function is entered in cell C12, it can be copied down the range C13:C34 to apply to additional cells. Remember, these functions and formulas are typical of spreadsheet software like Microsoft Excel ora Sheets.

Bullets in a text box will do which of the following?

A) ensure you fill up the slide with text
B) help you present you data with concise statements
C) help you properly size your text
D) ensure you leave space for drawings

Answers

Answer:

Option B is the correct answer to this question.

Explanation:

Bullets play very important role in presenting the data with concise statements:

As the bullets make the statements more clear and effective.Bullets make the statements/data more easy,clear, and simple for the readers to understand.They make the document more appealing to the user or the reader and makes the document to be presented in a proper and specific order.Bullets make the writers to organise and emphasize their information quickly and effectively.Bullets make the text more beautiful,effective and easy to learn or understand.

All other options are incorrect because they do not relate from this question.

you are the server managert for your company you hae just installed a new windows server you need to design a backup and recovery strategy for the server that meets the following requirements you will use windows tools for the backups backups are to be taken to an offsiet location for storage aftrer they are performed backups should only save data changed since the lasty backup you need to be able to recover invidual files and folders whaty should you do

Answers

Answer:

We should use the Windows Server Backups options to create a scheduled backup to the drives or the removable hard disk.

Explanation:

WSB(Windows Server Backup)is referred to as it is one of the best features or options of the Windows server by which we can create backups of our data and recover that data when we have lost them.

This option provides you the full security of your files, if you create a backup of those files then you have recover them when the file will be corrupted or you lose those file

A protester seeking to make a political point by leveraging technology tools, often through system infiltration, defacement, or damage is called a(n) _____.
- activist cyber
- agitator hacktivist
- ethical hacker
- cybersquatter

Answers

Answer:

- agitator hacktivist

Explanation:

There are various terms which are described below:

activist cyber: when a person uses online campaigning by non-violation means like social media or other online platforms to create their activism is known as activist cyber.

agitator hacktivist: when a person uses illegal ways to bring change in political point by hacking or theft the information from the internet or bring the system down is known as agitator hacktivist.

ethical hacker: when a person uses legal ways to make a system safe from any type of malicious attack by removing the weakness of the system is known as the ethical hacker.

cybersquatter: when a person buys a domain name with the vision of selling it to the company needed it at very high prices, it is known as a cyber squatter.

so, according to the scenario the most appropriate answer is agitator hacktivist.

The __________ is a center of Internet security expertise and is located at the Software Engineering Institute, a federally funded research and development center operated by Carnegie Mellon University.a. Bug/CERT b. Bugtraq/CERT c. CC/CERTd. CERT/CC

Answers

Answer:

d. CERT/CC

Explanation:

Option D is correct

In a Web-based database, middleware is used to transfer information from the organization's internal database back to the Web server for delivery in the form of a Web page to the user. True or False?

Answers

Answer: True

Explanation:

 Yes, the given statement is true that the web based database used the various types of database applications for transferring the information or data.

The web database applications are basically designed so that the users managed and easily access the information by using the internet. It is works as the middleware form for transferring the data from the internal database of an organization to the web server and it is known as web page for the user interface. We can store various types of business and also personal related data by using the web database.

Which line in the following program contains the header for the showDub function? 1 #include 2 using namespace std; 3 4 void showDub(int); 5 6 int main() 7 { 8 int x = 2; 9 10 showDub(x); 11 cout << x << endl; 12 return 0; 13 } 14 15 void showDub(int num) 16 { 17 cout << (num * 2) << endl; 18 } 1. 4 2. 6 3. 10 4. 1

Answers

The header for the showDub function is contained in line 4.

The header of a function in C++ is the first line where the function is declared before it is defined or called. It specifies the return type, the name of the function, and the parameters the function will take, if any. In this case, line 4, 'void showDub(int);' is where the function showDub is declared, making it the function's header. This is a forward declaration and tells the compiler what the function looks like. This allows the function to be called before it is fully defined, as seen in line 10 within the main function. The actual definition of the showDub function does not occur until line 15, where the function's operations are fully described.

Adam is evaluating the security of a web server before it goes live. He believes that an issue in the code allows an SQL injection attack against the server. What term describes the issue that Adam discovered?

A. threat
b. vulnerability
c. risk
d. impact

Answers

The term vulnerability describes the issue that Adam discovered.

b. vulnerability

Explanation:

SQL injection attack is an attack in which an external party can execute SQL commands on the database that serves as a back-end for a particular website. The SQL commands can be used to modify the contents of the website, modify the records, delete the records, and retrieve confidential information as well.  

As Adam believes that the code has an issue that allows a SQL injection attack, the term that best describes the issue that he discovered is vulnerability. The website is vulnerable since the code does not have a proper procedure to tackle a situation of SQL injection attack.

Other Questions
2 PointsWhich of the following was true for African American soldiers during WorldWar II?A. They played an important role in the North African campaign butwere not involved in Europe.OB. Some were not given awards until decades after the war becauseof racial discriminationOC. They were not placed in combat areas and were used only aslaborers.D. Very few African Americans joined the U.S. armed forces, so nonewere honored during the war. how many times does 18 go into 40 When Thomas Hunt Morgan crossed his red-eyed F generation flies to each other, the F generation included both red- and white-eyed flies. Remarkably, all the white-eyed flies were male. What was the explanation for this result?A) The involved gene was on the X chromosome B) The involved gene was on the Y chromosome. C) The involved gene was on an autosome. D) Other in.ilc-spccific factors influence eye color in flies E) Other fc.nalc-sjxcific factors influence eye color in flics. When the volleyball rises in the air, what does the force of gravity cause the volleyball to do help me QUICK, plz! 15 points! The diagram shows two vectors that point west and north. A right triangle with the base labeled 40 meters and the height labeled 30 meters. The hypotenuse is a dotted arrow labeled R. What is the magnitude of the resultant vector? 10 meters 50 meters 1200 meters 2500 meters In a command economy, how is it determined what goods and services will be produced?A)Businesses decide what to produce on the basis of market conditions.B)Consumers decide through their behavior in the marketplace.C)Central government planning decides what will be produced.D)Supply and demand control production and price. m=-4, passes through the point (5,-3) I have no idea how to do this. My teacher just threw it on us, please help. Solving a word problem using a two-step medequallyEspahoJim wants to rent a boat and spend at most $34. The boat costs $6 per hour, and Jim has a discount coupon for $8 off. What are the possible numbers of hoursJim could rent the boat?User for the number of hours.Write your answer as an inequality solved for t The following financial information applied to your company for 2018: Sales revenues, $4,350,000 Labor and materials, $970,000 Depreciation for existing assets purchased prior to 2018, $80,000 On January 5, 2018, you purchased $130,000 of equipment classified as 5-year MACRS assets On September 23, 2018, you purchased $210,000 of equipment classified as 7-year MACRS assets a) Calculate the total depreciation expenses allowed in 2018. b) Calculate the taxes your company owes for 2018 and your net income for 2018. El cepillo __ al lado del peine. estar ser forms There was a plate of cookies on the table. Amanda was hungry because she hadn't had breakfast, so sheate half the cookies. Then Beth came along and noticed the cookies. She thought they looked good, so sheate a third of what was left on theplate. Christine came by and decided to take a fourth of the remaining cookies withher to her next class. Then Daniel came dashing up and took a cookie to munch on.When Eva looked at the plate, she saw that there were two cookies left. She wondered how many cookieswere on the plate to begin with? does anybody know how vlookup works in excel ? it's urgent please answer Collin is a very rambunctious child and is often defiant with his parents. When he acts up, his parents have resorted to bribing him to improve his behavior. This has the effect of rewarding his misbehavior. This pattern is known asa. classical conditioning.b. coercion.c. negative reinforcement.d. a pressure tactic. Authors often leave things unstated in a story, leaving the reader with questions about the outcome. What can you infer about what Gordimer leaves unstated at the end of her story? How does it relate to her statements about the family living "happily ever after"? Find the network done by friction on a box that moves in a complete circle of radius 1.82 m on a uniform horizontal floor. The coefficient of kinetic friction between the floor and the box is 0.25, and the box weighs 65.0 N. A)-0 B)-370JC) -190 J D-1800 J Seths father is thinking of buying his son a six-month pass for $40. With the pass, matinees cost 1.00. If matinees are normally $3.50 each, how many times must Seth attend in order for it to benefit his father to buy the pass? The idea that television shows, videos, motion pictures, and other forms of media offer people a vicarious outlet for their feelings of aggression, and therefore, may reduce the amount of violence engaged in by the media consumer is referred to asA) the vicarious outlet hypothesis.B) the cathartic effect hypothesis.C) the violence reduction hypothesis.D) the desensitization hypothesis. psychlogy . The Rorschach test is a type of projective test. Please select the best answer from the choices provided T F