It is against the law for keystroke loggers to be deposited on your hard drive by the company you work for.

Answers

Answer 1

Answer: It is generally against the law for keystroke loggers to be deposited on your hard drive by the company you work for without your consent. However, this may vary depending on the specific laws and regulations in your country or state.


Related Questions

A web developer requires an environment to perform application testing. Which cloud service type does the developer choose to use

Answers

The cloud service type that the developer choose to use is known to be PaaS.

What is PaaS?

Platform as a service (PaaS) is known to be a full development and deployment environment that is seen in the cloud, and it is made up of resources that helps users to deliver a lot of things from simple cloud-based apps to strong, cloud-enabled firm's applications.

Hence, in the case above, The cloud service type that the developer choose to use is known to be PaaS.

Learn more about PaaS from

https://brainly.com/question/20600180

#SPJ1

In cell H5, create a formula to divide the value in cell F5 by cell F12 using relative cell references.

Answers

The Excel formula to enter in cell H5 using the relative style of cell referencing is = F5/F12

What are Excel formulas?

Excel formulas are expressions or equations used alongside Excel functions to perform arithmetic and logical formulas for computation.

How to create the Excel formula to enter in cell H5?

From the question, we understand that we are to make use of the relative style of referencing

This means that we make use of the cell name as it is, without adding the  "$" sign, as it is in absolute style of cell referencing and mixed style of cell referencing

So, we make use of cell F5 as F5 and we make use of cell F12 as F12

The value in cell F5 divided by cell F12 using relative cell references is represented as:

F5 divided by F12

Rewrite the above formula as follows:

F5/F12

Excel formulas begin with the "=' sign

So, the above formula becomes

= F5/F12

Hence, the Excel formula to enter in cell H5 using the relative style of cell referencing is = F5/F12

Read more about Excel formulas at:

brainly.com/question/1285762

#SPJ1

Question 3 options: Abstractions in a BNF description that can have two or more distinct definitions, representing two or more possible syntactic forms in the language.

Answers

Abstractions in a BNF description that can have two or more distinct definitions, representing two or more possible syntactic forms in the language and this is known to be  Nonterminal symbols.

What are these symbols about?

Nonterminal symbols are known to be a kind of symbols that one can be able to replaced.

Note that they are often called simply syntactic variables and as such,  Abstractions in a BNF description that can have two or more distinct definitions, representing two or more possible syntactic forms in the language and this is known to be  Nonterminal symbols.

Learn more about Abstractions from

https://brainly.com/question/7994244

#SPJ1

Javascript is an object-based programming language that involves working with the properties and methods associated with objects.
a) True
b) False

Answers

Answer:

True

Explanation:

You can set variables and make method functions.

(a). suppose you are going to transmit a packet over osi network model. explain the working of router, gateway and switch. which device will be used if you face an issue of weak signals during transmission? also, mention on which level of osi model these devices will work efficiently. (b). attenuation, distortion and noise are the causes of transmission impairment. what would be the solution or how these causes can be improved.

Answers

Answer:

Step 1:

OSI stands for Open Systems Interconnection.

OSI model was developed by the International Organization for Standardization(ISO). It is a reference model for how applications communicate over a network. The OSI model characterizes computing functions into a universal set of rules and requirements in order to support interoperability between different products and software.

The OSI model can be considered as a universal language for computer networking. It is based on the concept of divide and conquers, it splits up the communication system into 7 abstract layers, and the layer is stacked upon the previous layer.

Layers of OSI Model:

OSI model has seven layers which are as follows:

The Physical LayerThe Data Link LayerThe Network LayerThe Transport LayerThe Session LayerThe Presentation LayerThe Application Layer

Step 2

Routers – A router is a device like a switch that routes data packets based on their IP addresses. Router is mainly a Network Layer device. Routers normally connect LANs and WANs together and have a dynamically updating routing table based on which they make decisions on routing the data packets. Router divide broadcast domains of hosts connected through it.

Gateway – A gateway, as the name suggests, is a passage to connect two networks together that may work upon different networking models. They basically work as the messenger agents that take data from one system, interpret it, and transfer it to another system. Gateways are also called protocol converters and can operate at any network layer. Gateways are generally more complex than switch or router.

Switch – A switch is a multiport bridge with a buffer and a design that can boost its efficiency(a large number of ports imply less traffic) and performance. A switch is a data link layer device. The switch can perform error checking before forwarding data, that makes it very efficient as it does not forward packets that have errors and forward good packets selectively to correct port only. In other words, switch divides collision domain of hosts, but broadcast domain remains same.

Which device will be used if you face an issue of weak signals during transmission.

Router device will be useful mostly for issue of weak signals during transmissin.

Mention on which level of OSI model these devices will work efficiently.

All these three devices router, gateway and switch work efficiently at hardware layers such as physical layer, datalink layer and network layer.

Step 3

Transmission impairment:

In the data communication system, analog and digital signals go through the transmission medium. Transmission media are not ideal. There are some imperfections in transmission mediums. So, the signals sent through the transmission medium are also not perfect. This imperfection cause signal impairment.

It means that signals that are transmitted at the beginning of the medium are not the same as the signals that are received at the end of the medium that is what is sent is not what is received. These impairments tend to deteriorate the quality of analog and digital signals.

There are three main causes of impairment are,

Attenuation

Distortion

Noise

1.Attenuation:

Here attenuation Means loss of energy that is the weaker signal. Whenever a signal transmitted through a medium it loses its energy, so that it can overcome by the resistance of the medium.

That is why a wire carrying electrical signals gets warm, if not hot, after a while. Some of the electrical energy is converted to heat in the signal.

Amplifiers are used to amplify the signals to compensate for this loss.

2.Distortion:

If a signal changes its form or shape, it is referred to as distortion. Signals made up of different frequencies are composite signals. Distortion occurs in these composite signals.

Each component of frequency has its propagation speed traveling through a medium and therefore, different components have different delay in arriving at the final destination.

It means that signals have different phases at the receiver than they did at the source.

3. Noise:

Noise is another problem. There are some random or unwanted signals mix up with the original signal is called noise. Noises can corrupt the signals in many ways along with the distortion introduced by the transmission media.

Noise may be divided into four categories:

Thermal noiseIntermediation noiseCrosstalkImpulse noise

2023 murano’s available intelligent awd adjusts the ________ to help maintain cornering control.

Answers

2023 Murano's available intelligent awd adjusts the Torque delivered to the wheels to help maintain cornering control.

How does torque moves wheels?

The torque from the engine is known to be that tool that moves a car. A lot of torque can be transferred to the wheels in first gear and it is better than in fifth gear.

Hence, 2023 Murano's available intelligent awd adjusts the Torque delivered to the wheels to help maintain cornering control.

Learn more about cornering control from

https://brainly.com/question/17371984

#SPJ1

Write the first line of a function named Days. The function should return an integer value. It should have three integer parameters: intYears, intMonths, and intWeeks. All arguments should be passed by value.

Answers

Answer:

Program:

Module Module1

Function Days(intYears As Integer, intMonths As Integer, intWeeks As Integer) As Integer

' 1 year = 365days

' 1 month=30.417 days

' 1 week = 7 days

Days = 365 * intYears + 30.417 * intMonths + 7 * intWeeks

End Function

Sub Main()

Dim years, months, weeks As Integer

Console.Write("Enter the number of years: ")

years = Convert.ToInt32(Console.ReadLine())

Console.Write("Enter the number of months: ")

months = Convert.ToInt32(Console.ReadLine())

Console.Write("Enter the number of weeks: ")

weeks = Convert.ToInt32(Console.ReadLine())

Console.WriteLine("Days: " & Days(years, months, weeks))

Console.ReadKey()

End Sub

End Module

The _________ tag allows a web page to include interactive content, which the browser assumes to be javascript unless indicated otherwise.

Answers

The <script> tag allows a web page to include interactive content, which the browser assumes to be javascript unless indicated otherwise.

What is a script tag?

The <script> tag is known to be a tool that is often employed or used in regards of or to embed a client-side script (JavaScript).

Hence, The <script> tag allows a web page to include interactive content, which the browser assumes to be javascript unless indicated otherwise.

Learn more about tags from

https://brainly.com/question/13153211

#SPJ1

The command-line interface tells a user that it's ready to receive commands by displaying a specific set of characters called a(n) _____

Answers

Answer:

it's called the prompt, mean yeah

When we determine the age of the universe using the Hubble Time, what important simplifying assumption goes into our calculations

Answers

The factor that is important in simplifying assumption that goes into our calculations is:

Option a. that the expansion of the universe has been happening at the same rate - neither speeding up or slowing down.What is Hubble time?

The Hubble time is  known to be a form of an estimate that is given to the age of the universe and it is one that is often based on the Hubble constant.

Note therefore, The factor that is important in simplifying assumption that goes into our calculations is:

Option a. that the expansion of the universe has been happening at the same rate - neither speeding up or slowing down.

See full question below

When we determine the age of the universe using the Hubble Time (1/H0), what important simplifying assumption goes into our calculations?

a. that the expansion of the universe has been happening at the same rate - neither speeding up or slowing down

b. that all the galaxies are moving away from us at exactly the same speed, no matter how far away they are

c. that the cosmological principle doesn't hold: the universe is not isotropic and homogeneous

d. that we have accounted correctly for the effects of dark energy e. that the universe is actually contracting instead of expanding

Learn more about assumption from

https://brainly.com/question/2875871

#SPJ1

Many programmers think object-oriented programming is a superior approach to procedural programming. Others think it adds a level of complexity that is not needed in many scenarios. Find and summarize arguments on both sides. With which side do you agree

Answers

I agree with the programmers who think object-oriented programming is a superior approach to procedural programming.

Why is OOP better than procedural programming?

In terms of Security, Object-oriented programming is said to have more of a secure based than procedural programming, due to the level of abstraction or that is due to data hiding property.

Note that  It hinders the access of data to any member functions of the same class and one cannot see a thing like that such as data hiding in the procedural programming framework.

Learn more about object-oriented programming  from

https://brainly.com/question/12342989

#SPJ1

Write a while loop that adds 5 to userNum while userNum is less than 20, displaying the result after each addition. Ex: For userNum

Answers

Using the computational knowledge in JAVA it is possible to write a code that Write a while loop that adds 5 to userNum while userNum

Writting the code in JAVA:

// declaring variable userNum

var userNum = 5;

// variable ans to store all answers and print them in single line

// (as expected in sample output)

var ans = "";

// while loop, while userNum is <= 20

// (to get output 25 on screen, we need to run loop till less-than-equal)

while(userNum <= 20) {

 userNum += 5;

 ans += userNum + " ";

}

// displaying final output on console

console.log(ans);

See more about JAVA at brainly.com/question/12975450

#SPJ1

The _________________ can be used to repair common causes of unbootable operating systems. It is based on the Windows Preinstallation Environment (Windows PE).

Answers

The Windows Recovery Environment (Windows RE or WinRE) can be used to repair common causes of unbootable operating systems. It is based on the Windows Preinstallation Environment (Windows PE).

What can be used to repair common causes of unbootable operating system?

The use of the Windows Recovery Environment (WinRE) is known to be a kind of tools that is often used in the recovery environment that is said to often helps in the repair of the common issues of unbootable operating systems.

Hence, The Windows Recovery Environment (Windows RE or WinRE) can be used to repair common causes of unbootable operating systems. It is based on the Windows Preinstallation Environment (Windows PE).

Learn more about operating systems from

https://brainly.com/question/22811693

#SPJ1

You wish to use your personal laptop computer at work, but the it department folks will not allow this. the likely reason is that ______.

Answers

Answer: Your non-work related use of a laptop could increase vulnerability.

Explanation: Vulnerability is one of the most important and stressed out section in IT, so it's best to decrease that possibility whenever!

I hope this helps!

If you try to add a new item to a full stack the resulting condition is called a(n)?

Answers

Answer:

it's called an overflow

When using sftp to share files, what is encrypted in addition to the authentification information?.

Answers

In using SFTP to share files, the encryption in addition to the authentication information is seen in the user's email address.

What is authentication information?

Authentication Information is known to be that which tells about the usernames, passwords, electronic certificates, etc., that a one can use to know or be assured of a User's true identity.

Note that In using SFTP to share files, the encryption in addition to the authentication information is seen in the user's email address.

Learn more about email address from

https://brainly.com/question/24688558

#SPJ1

Which data protection process provides prebuilt capabilities, mapped to specific regulations, to create the necessary resources to implement and demonstrate compliance with these regulations

Answers

The data protection process  that provides prebuilt capabilities, mapped to specific regulations, to create the necessary resources to implement and demonstrate compliance with these regulations is known as The European Union General Data Protection Regulation (GDPR).

Who are held responsible for your compliance with data protection laws and processes?

Employers are known to be people who must be held accountable for data processing works while also working and complying with data protection principles.

The General Data Protection Regulation (GDPR) is known to be one of the hardest privacy and security law in the globe as it is known to be a body that imposes obligations onto its firm anywhere.

Hence, The data protection process  that provides prebuilt capabilities, mapped to specific regulations, to create the necessary resources to implement and demonstrate compliance with these regulations is known as The European Union General Data Protection Regulation (GDPR).

Learn more about data protection  from

https://brainly.com/question/27113550

#SPJ1

Frankie used the ps command to find the process id of an application that he needs to stop. What command-line tool should he use to stop the application based on its process id?

Answers

In the case above, the command-line tool should he use to stop the application based on its process id is e option

What is the use of ps command?

The ps command is known to be one that helps enables a person to be able to look at the status of any kind of active processes on a system, and also that of display technical information in regards to the processes.

Note that In the case above, the command-line tool should he use to stop the application based on its process id is e option

Learn more about command-line tool from

https://brainly.com/question/3737699

#SPJ1

The nurse assesses the heart sounds of a 77-year-old client with chronic heart failure. Which heart sound should the nurse document

Answers

If the nurse assesses the heart sounds of a 77-year-old client is one that has chronic heart failure, the heart sound that the nurse document is known as S3 extra heart sound.

What does an extra S3 heart sound mean?

The term Third Heart Sound S3 is known to be the outcome or the result obtained from increased atrial pressure that brought about an increased flow rates, and this is one that is often seen in congestive heart failure.

Note that it is one that is said to be the most common cause of a S3 and it is links dilated cardiomyopathy with that of dilated ventricles and it is one that also adds to the sound.

Hence, If the nurse assesses the heart sounds of a 77-year-old client is one that has chronic heart failure, the heart sound that the nurse document is known as S3 extra heart sound.

Learn more about chronic heart failure from

https://brainly.com/question/934133

#SPJ1

A _______ engine is a specialized program that assists you in locating information on the web and the internet.

Answers

Answer:

search

Explanation:

A search engine is a type of software that is used to carry out web searches. It works by "crawling" through the World Wide Web one web page at a time and indexing the pages.

44.4% complete Question A hacker, wanting to gain data on organizational ideas and inventions, uses a spear-phishing attack by creating a believable email containing malware and sending it to an executive, who thinks the email is legitimate and opens it, activating the malware. What is the hacker's goal?

Answers

The hacker's goal is to infiltrate the system by making their victims see reasons or believe that they will help them to handle or resolve their specific problems.

What is a spear phishing attack?

Spear phishing” is known to be a form of phishing goal that is said to often targets a particular person or group and it is one that do include information that is well known to be of interest to the target.

Note that the hacker's goal is to infiltrate the system by making their victims see reasons or believe that they will help them to handle or resolve their specific problems.

Learn more about Spear phishing from

https://brainly.com/question/13202003

#SPJ1

Why are digital computers more popular these days?​

Answers

Answer:

The small size of the transistor, its greater reliability, and its relatively low power consumption made it vastly superior to the tube.

Because people can easily use it to browse, read and play games. It is also a way for others to communicate

Your team at amazon is overseeing the design of a new high-efficiency data center at hq2. a power grid need to be generated for supplying power to n servers. all servers in the grid have to be connected such that they have access to power. the cost of connections between different servers varies. assume that there are no ties, names of servers are unique, connections are directionless, there is at most one connection between a pair of servers, all costs are greater than zero, and a server does not connect to itself. write an algorithm to minimize the cost of connecting all servers in the power grid. input two arguments - num, an integer representing number of connections. connectons, representing a list of connections where each element of the list consists of two servers and the cost of connection between the servers. note: the cost of connection between the servers is always greater than 0.

example input num = 5 connection = [[a,b,1], [b,c,4], [b,d,6], [d,e,5], [c,e,1]]

output [[a,b,1], [b,c,4], [c,e,1], [d,e,5]]

Answers

Answer:

void print2(int row) {

for (int i = 0; i < row; i++) {

 char ch = 'a';

 char print = ch;

 for (int j = 0; j <= i; j++) {

  cout << print++;

 }

 cout << endl;

}

}

int count_digits(int num) {

int count = 0;

int temp = num;

while (temp != 0) {

 temp = temp / 10;

 count++;

}

return (num % count);

}

Explanation:

Canvas allows instructors to utilize powerful edtech apps to create dynamic learning environments for their students. In canvas, apps are identified as.

Answers

In canvas, apps are identified as:

LTIs External Tools

What are Canvas External Tools?

An External Tool is one that helps Canvas users along with the use of LTI learning resources and activities gotten from other websites and academic technologies.

Note that Canvas is known to have a unique features that are said to be available so that one can link to courses such as external tools.

Hence,  In canvas, apps are identified as:

LTIs External Tools

Learn more about Canvas from

https://brainly.com/question/5527678

#SPJ1

If an algorithm created to help make hiring decisions is based on previous unfair decisions, then the algorithm may be

Answers

If an algorithm created to help make hiring decisions is based on previous unfair decisions, then the algorithm may be flawed.

What are algorithms being used for?

Algorithms are known to be tools that are made to help in calculation, data processing, and a kind of automated reasoning.

Hence, If an algorithm created to help make hiring decisions is based on previous unfair decisions, then the algorithm may be flawed.

Learn more about algorithm from

https://brainly.com/question/23282908

#SPJ1

Answer:

biased

Explanation:

For the IPv4 CIDR address 153.10.22.56 /22 What is the... Netmask: [ Select ] Network Address: [ Select ] Host Mask: [ Select ] Broadcast Address: [ Select ] Number of possible hosts: [ Select ] Host Number: [ Select ]

Answers

Netmask:

The netmask is calculated by putting the number of 1’s equal to the given mask value (here 22).

Netmask = 11111111.11111111.11111100.00000000

= 255.255.252.0

Therefore, the netmask is equal to 255.255.252.0

Network Address:

The network address is obtained by performing the AND operation of the bits in the given IP address with the bits of the netmask.

IP address (153.10.22.56) = 10011001.00001010.00010110.00111000

Netmask (255.255.252.0) = 11111111.11111111.11111100.00000000

Network address = 10011001.00001010.00010100.00000000

= 153.10.20.0

Therefore, the network address is equal to 153.10.20.0

Host Mask:

The remaining or the unused bits in the netmask are used as the host mask. In other words, the host mask is obtained by complementing each bit of the netmask.

Netmask = 11111111.11111111.11111100.00000000

Host mask = 00000000.00000000.00000011.11111111

= 0.0.3.255

Therefore, the host mask is equal to 0.0.3.255

Broadcast address:

The broadcast address is used to send the packages to all the hosts in the network. It is obtained by setting all the bits after the network address to 1.

Network address (153.10.20.0) = 10011001.00001010.00010100.00000000

Broad cast address = 10011001.00001010.00010111.11111111

= 153.10.23.255

Therefore, the broadcast address is equal to 153.10.23.255

The number of possible hosts:

The number of possible hosts is computed as follows:

Possible hosts = 2n, where n is the number of host bits.

Out of the above 2n hosts, 2 are reserved and hence the number of usable hosts is equal to 2n – 2.

Number of hosts = 210 – 2 = 1024 – 2 = 1022

Host number:

Host number is the decimal equivalent of the host bits in the IP address.

Ip address (153.10.22.56) = 10011001.00001010.00010110.00111000

Host bits = 10.00111000

Host number = 29 + 0 + 0 + 0 + 25 + 24 + 23 + 0 + 0 + 0

= 512 + 32 +16 + 8

= 568

Hence, the host number is equal to 568.

See more abou computing at: brainly.com/question/14971369

#SPJ1

a uniform density sheet of metal is cut into a shape of an isosceles triangle, which is oriented with the base at the bottom and a corner at the top

Answers

The horizontal center of mass will be located at the horizontal center of mass will be located on the center line. This is further explained below.

What is Location?

Generally, a location or place that is inhabited, open for occupation or distinguished by some distinctive feature: situation The setting of the property contributes significantly to its overall allure.

In conclusion, The center line will serve as the location for the horizontal center of mass, which will be found at the same location as the center line.

Read more about Location

https://brainly.com/question/11718756

#SPJ1

Write the removeevens() method, which receives an array of integers as a parameter and returns a new array of integers containing only the odd numbers from the original array. the main program outputs values of the returned array.
hint: if the original array has even numbers, then the new array will be smaller in length than the original array and should have no blank element.
ex: if the array passed to the removeevens() method is [1, 2, 3, 4, 5, 6, 7, 8, 9], then the method returns and the program output is:
[1, 3, 5, 7, 9]
ex: if the array passed to the removeevens() method is [1, 9, 3], then the method returns and the program output is:
[1, 9, 3]
lab: remove all even numbers from an array
labprogram.java l.
1 import java.util.arrays;
2
3 public class labprogram {
4
5 public static int[] removeevens(int [] nums) {
6
7
8 }
9
10 public static void main(string[] args) {
11
12 int [] input {1,2,3,4,5,6,7,8,9};
13 int [] result = removeevens(input);
14
15 // helper method arrays.tostring() converts int[] to a string
16 system.out.println(arrays.tostring(result)); // should print [1, 3, 5, 7, 9]
17 }
18 }

Answers

Answer:

import java.util.*;

import java.util.Arrays;

public class LabProgram

{

// called function

public static int[] removeEvens(int [] nums)

{

// calculates the length of array

int len = nums.length;

int j=0;

// loop to keep count how many odd are there in array

for(int i=0;i<len;i++)

{

// condition for odd

if(nums[i]%2!=0)

{

// keeps count of odd

j++;

}

}

// declaration of array for odd nums

int newarray[] = new int[j];

j = 0;

// loop

for(int i=0;i<len;i++)

{

// condition for odd

if(nums[i]%2!=0)

{

// assigning odd number to new array

newarray[j] = nums[i];

// increment of j

j++;

}

}

// returning new array

return newarray;

}

// main program

public static void main(String[] args)

{

// array declaration

int [] input = {1,2,3,4,5,6,7,8,9};

// calling a function, passing the paramtere

int [] result = removeEvens(input);

//

System.out.println(Arrays.toString(result));

}

}

Explanation:

A piece of rigging hardware used to couple the end of a wire rope to eye fittings, hooks, or other connections is a(n)?

Answers

A piece of rigging hardware used to couple the end of a wire rope to eye fittings, hooks, or other connections is a(n) hitch.

What is Hardware?

This is referred to as the physical components of a computer or electronic system and can be seen or felt and examples include keyboard, mouse etc.

The hitch is a rigging hardware which consists of a shank and ball platform used for various types of function such as coupling the end of a wire rope to eye fittings , towing etc. This therefore ensures they are well attached and less likely to remove or fall off thereby makes it the most appropriate choice.

Read more about Hitch here https://brainly.com/question/4351358

#SPJ1

An object with a density of 871.0 kg/m3 and a mass of 1255.0 kg is thrown into the ocean. Find the volume that sticks out of the water.

Answers

The object can only stick out of the water because of the Archimede's principle.

What is the Archimede's principle?

Archimedes' principle states that the buoyant force acts vertically and upwards on bodies totally or partially immersed in fluids, moreover, according to this principle, such force has the same value as the weight of the fluid, displaced by the insertion of the body.

With that being said, following the Archimede's principle:

Weight of water displaced by floating object = Weight of object; so

Volume of water displaced = Part below water line; changing values and using the pseawater = [tex]1024kg/m^{3}[/tex]:

[tex]\frac{m}{\rho} \\\\\frac{1255}{1024} = 1,2255859375m^{3}[/tex]

Volume of entire object = [tex]\frac{m}{\rho}[/tex]

[tex]\frac{1255}{871} = 1,4408725603m^{3}[/tex]

Volume that sticks out of the water: Volume of entire object - Volume of water displaced; so: 1,4408725603 - 1,2255859375 = 0,2152866228m3

See more about buoyancy at: brainly.com/question/19168433

#SPJ1

Other Questions
TRUE OR FALSE the quantity of a variable at which revenues and costs are equal is known as the maximum cost point A landscaper join 3 Square playground at their vertices to create a play zone at a public park the combined area of the two smaller squares is the same area as the large Square. The landscaper will use Square congruent rubber tiles to cover each area without any gaps or overlays based on the information what is the area of Zone 3 Square feet. First answer will be brainlist se newton's method to approximate the indicated root of the equation correct to six decimal places.the positive root of 5 sin x = x2 1- The time delays of the six-segment pipeline are as follows: t1 = 25 ns, t2 = 30, t3 = 35 ns, t4 = 65, 15 = 13ns. T6 = 40ns i- Find the clock cycle in nano seconds and the total time in nano seconds to add 2000 pairs of numbers in the pipeline; Cycle time in Total time in ns ns ii-Combine t1 , t2 and t3 in one segment and repeat part i. Cycle time in Total time in ns ns your final proofreading step in report writing should be for spelling, punctuation, grammar, and other mechanical errors. group of answer choices false true Mitch stated that the fraction form of 6 11 is 1. Ishe correct or incorrect? Which of the following was a result of the laws passed to disenfranchise blacks across the South in the 1890s and early 1900s? Segregation laws barring blacks from public and private places such as hotels, parks, and public drinking fountains were passed. Use any result in page 36 of the cheat sheet (except Theorem 10, which is what we are trying to prove) to complete the following proof: a, b Proof: 1. (-a) -((a+b) (a-(ab))) 2. b-a-b) 3. a-a Axiom 6 Axiom 1 Theorem 1 Use any result in page 36 of the cheat sheet (except Theorem 11, which is what we are trying to prove) to complete the following proof avb, -a-b Proof 1. b-b Theorem 1 4. Tortillas and poetry. They go hand in hand. Books nourish the spirit, bread nourishes our bodies. Our distinctcultures nourish each one of us, and as we know more and more about the art and literature of the differentcultures, we become freer and freer....I don't know anyone who doesn't like to sample different ethnic foods, the breads of many many groups; justas many of us enjoy sampling books from different areas of the world. I travel to foreign countries, and I knowmore about myself as I learn more about my fellow human beings. Censorship imposes itself in my path ofknowledge, and that activity can be justified by no one.Which of these changes would make this excerpt more argumentative?O using words that affect the audience's sense of trustO using less repetition of certain words and phrasesO including words that address logic and reasonO including words that are charged with emotion .Write the formula for a complex formed between Zn2 and NH3, with a coordination number of 3.Write the formula for a complex formed between Zn2 and OH, with a coordination number of 4. The doubleVal function is supposed to be passed a pointer to an integer, and it doubles the value of the number. Which of the options below is the correct implementation of the doubleVal function?void doubleVal(int &ptr){ &ptr *= 2;void doubleVal(int *ptr){ ptr = 2; }void doubleVal(int &ptr){ ptr = 2; }void doubleVal(int *ptr){ &ptr *= 2; } what is the 40ar/40k ratio of the sample 1.65 million years after its formation? Some economists argue that private firms will not undertake the efficient amount of basic scientific research.a. Explain why this might be so. In your answer, classify basic research in one of the categories shown in Figure 1.RivalNon-RivalExcludablePrivate GoodClub GoodNon-ExcludableCommon ResourcesPublic Goodsb. What sort of policy has the United States adopted in response to this problem?c. It is often argued that this policy increases the technological capability of American producers relative to that of foreign firms. Is this argument consistent with your classification of basic research in part (a)? (Hint: Can excludability apply to some potential beneficiaries of a public good and not others?) how many times more intense was the loma prieta earthquake than an earthquake with a magnitude of ? round to the nearest whole unit. an automatic external defibrillator (aed) delivers 135 j of energy at a voltage of 725 v. what is the capacitance of this device? under private inheritance what will properties/methods visibility be in the child class?Public:Protected:private: Suppose X1, . . . , X64 are independent and identically distributed continuous uniform random variables on the interval (0,12). Recall that if X Unif (0,12), then f(x) = 1/12 for 0 < x < 12 (and otherwise), = E(X) = 6, and ^2 = Var(X) = 12 (there is no need to verify this). Approximate the probability that the sample mean X is less than 5.5. i.e. approximate P(X < 5.5). a. 0.1251 b. 0.0548 c. 0.1446d. 0.2420 Curzon is a victim of prejudice. He deals with it by remembering something that his father once told him:""a lot of white people have twisted hearts. It prevents them from seeing the world properly and turns them into tools of the Devil.""(Page 54) Who has the most twisted heart in Curzons company? How does he spread ""poison"" about Curzon? At what point does Curzon begin doubting Ebens loyalty? What does it take for Curzon and Eben to become friends again? How close did the mission get to the sun The image shows the graph of (x - 5)2 + (y + 1) = 25.1. Graph the line y = x - 5.2. At how many points does this line intersect the circle?3. Find and verify at least one point where the circle and line intersect.