marta is skilled at web design and video editing. she knows how to use software such as adobe illustrator and camtasia. where would be a good section for marta to add this to her profile?

Answers

Answer 1

Marta should add her skills in web design and video editing to the “Skills and Expertise” section of her profile.

This section is where potential employers or clients will look for relevant technical knowledge or expertise.

Marta should list the software she is skilled in using, such as Adobe Illustrator and Camtasia, as well as any other relevant tools. She should also briefly describe her proficiency level with each tool to make sure her potential employers or clients understand the scope of her skills.

In addition, she could add any relevant certifications or qualifications she has to the same section.

Overall, by adding her skills and expertise to her profile, Marta will make it easier for employers or clients to understand her skill set, giving her the best possible chance of finding a job or project that meets her qualifications.

Learn more about professional networking and personal branding:https://brainly.com/question/30652751

#SPJ11


Related Questions

T/F: Wolfram Alpha is an example of a search tool that can help you solve factual questions to help complete your homework.

Answers

The given statement "Wolfram Alpha is an example of a search tool that can help you solve factual questions to help complete your homework." is true because Wolfram Alpha is a search engine that can help with solving factual questions and completing homework assignments.

Wolfram Alpha differs from other search engines in that it focuses on computational knowledge rather than providing a list of web pages. Wolfram Alpha can provide answers to questions in various fields, including mathematics, science, engineering, finance, and many others. Students can use it to find solutions to mathematical equations, plot graphs, get definitions of technical terms, and much more.

You can learn more about Wolfram Alpha at

https://brainly.com/question/30401224

#SPJ11

key performance indicators (kpis) are a more defined target for your team to track progress towards objectives. if your objective is to increase link clicks by 20% on linkedin, what should be the corresponding kpi?

Answers

The "Click-through Rate" (CTR) for the LinkedIn articles might be the equivalent KPI for the goal to increase link clicks by 20% on LinkedIn.

What KPI measurements are used to LinkedIn?

A LinkedIn KPI or metric is a measurement tool used in company pages and individual profiles to track and measure their effect through particular goals, be it engagement, reaching out, or creating relationships with as many people as they can in their particular field.

The KPI click-through rate is what.

The key performance indicator (KPI) known as click-through rate (or CTR for short) is used in search engine optimization and other marketing channels like email to calculate the proportion of clicks to impressions or views of a link.

To know more about LinkedIn visit:-

https://brainly.com/question/14331694

#SPJ1

a binary number is an integer made up of only 0s and 1s. for example, 110111101 is a binary number. what is the smallest binary number divisible by 225?

Answers

The smallest binary number that is divisible by 225 is 1110001000.

A binary number is an integer that is made up of only 0s and 1s. It is a numeral system based on the binary system. The decimal system, which is based on 10, is what we use every day. The binary system, on the other hand, is based on 2. Any integer in the decimal system can be converted to the binary system with ease. Decimal numbers are translated to binary numbers by converting the decimal number to a binary number system by representing it in the powers of 2. The method of repeated division by 2 is used to convert decimal numbers to binary numbers. Given 225 is a 5 × 3 × 5 × 3. So, for any number to be divisible by 225, it must be divisible by 5 × 5 × 3 × 3. For the number to be divisible by 5, the last digit of the binary number must be 0.

Learn more about binary: https://brainly.com/question/29365412

#SPJ11

what is the this keyword used to reference? the this keyword references the method that was called. the this keyword references the current class. the this keyword references the object that called the method. the this keyword references the instance variable that a local variable shadows.

Answers

Answer:

The "This Key"

Explanation:

This is how we reference it because it normally helps any confusion. (I might be wrong)

The "this" keyword in object-oriented programming refers to the current object or instance of a class. It is a reference to the object that the method was called on or the object that is currently being constructed. Therefore, the final answer is that the this keyword references the object that the method was called on.

When used within an instance method or constructor of a class, the this keyword is used to refer to the current object, i.e., the object on which the method or constructor is being invoked. This can be useful, for example, when there is a need to distinguish between an instance variable and a local variable that has the same name. Therefore, the correct answer to the question is: "The this keyword references the object that the method was called on."

Learn more about Programming: brainly.com/question/23275071

#SPJ11

which of the following best defines inconsistent retrievals? a. a concurrency control problem that arises when a transaction is occurring while other transactions are updating the same retrieved data. b. a concurrency control problem that arises when two transactions are occurring on the same retrieved data, resulting in inconsistent database requests. c. a concurrency control problem that arises when a transaction calculating summary functions over a set of data while other transactions are updating the same retrieved data. d. a concurrency control problem that arises when a database request is occurring while the same transaction is updating the retrieved data.

Answers

Inconsistent retrievals can be best defined as C. a concurrency control problem that arises when a transaction calculating summary functions over a set of data while other transactions are updating the same retrieved data.

Concurrency control is a crucial aspect of database management systems, as it ensures the consistency, isolation, and integrity of data when multiple transactions are executed simultaneously. Inconsistent retrievals occur when one transaction is trying to perform calculations or summary functions (such as aggregation) on a specific set of data, while other transactions are simultaneously updating the same data. This may lead to incorrect or inconsistent results, as the data being accessed by the first transaction may have been modified by the second transaction.

To avoid inconsistent retrievals, various concurrency control techniques can be employed. These techniques help manage simultaneous transactions by enforcing specific rules and protocols that maintain data consistency and prevent conflicts. Some popular concurrency control methods include locking, timestamp ordering, and optimistic concurrency control. By implementing these methods, database systems can effectively handle multiple transactions while maintaining the accuracy and consistency of the retrieved data. Therefore, the correct option is C.

Know more about Inconsistent retrievals here:

https://brainly.com/question/14209825

#SPJ11

which of the following hides the existence of information? a. decryption b. steganography c. ciphering d. encryption

Answers

Among the options, the practice that hides the existence of information is   steganography (option b)

Steganography is the practice of concealing a message or information within another file, such as an image, video, or audio file. The goal of steganography is to hide the presence of the message, so that an observer does not even know that there is a message hidden within the file.

Encryption, on the other hand, transforms a message into a code that is unreadable without a specific key or algorithm.

Decryption reverses this process, translating the code back into the original message.

Ciphering is another term for encryption.

Learn more about Steganography here:

https://brainly.com/question/13084167

#SPJ11

which command would create a zip file containing the files holiday.tif and desc.txt and compress it as much as possible?

Answers

To create a zip file containing the files holiday.tif and desc.txt and compress it as much as possible, you can use the following command: zip -9 archive.zip holiday.tif desc.txt

Here, the command is "zip" and the options used with the command are "-9" and "-r". The "-9" option compresses the files as much as possible, and the "-r" option compresses the files recursively.

You can also use the following command to create a zip file containing the files holiday.tif and desc.txt and compress it as much as possible: zip -9 archive.zip holiday.tif desc.txtHere, the command is "zip" and the option used with the command is "-9", which compresses the files as much as possible.

The "archive.zip" is the name of the zip file that you want to create, and "holiday.tif" and "desc.txt" are the names of the files that you want to include in the zip file.

To know more about the Zip file: https://brainly.com/question/7148812

#SPJ11

what is the time complexity of ukkonen's method for suffix tree construction, in terms of the size of text (n), having a constant-size alphabet ?

Answers

Ukkonen's method for suffix tree construction has an average time complexity of O(n) and a worst-case time complexity of O(n log n), where n is the size of the text and the alphabet is a constant-size.

What is Ukkonen's algorithm?

Ukkonen's algorithm is a linear time algorithm for constructing suffix trees that are compressed. The algorithm is named after its creator, Esko Ukkonen, who presented it in his paper "On-line construction of suffix trees" in 1995.To construct the suffix tree of a string, Ukkonen's algorithm uses only O(n) time, making it linear. Suffix trees are a key data structure in string matching algorithms. When you use the suffix tree, you can get an O(m + log n) solution to the Longest Common Substring problem, where m is the length of the query string.Ukkonen's algorithm has a time complexity of O(n) since it is linear in terms of the size of the text (n) and has a constant-size alphabet. As a result, it's a useful method for creating suffix trees in situations where performance is essential.

Learn more about Algorithm here:

https://brainly.com/question/24953880

#SPJ11

You want to scan a variety of family history documents and photos, many of which are very large. There are also some family history books that you need to scan.
Which of the follow scanners will MOST likely meet your scanning needs?
Flatbed scanner

Answers

The type of scanner that is most likely to meet the scanning needs of someone who wants to scan a variety of family history documents and photos, many of which are very large is a Flatbed scanner.

A flatbed scanner is a kind of scanner that uses a flat glass plate and a movable scanning head to make high-resolution digital scans of photos, documents, and other flat objects.

A flatbed scanner can scan photos, documents, books, and other flat objects with a high level of detail and resolution. It has a larger scanning area than other scanners, allowing you to scan larger documents and books.

It also has high color accuracy, allowing you to produce high-quality reproductions of your family history documents and photos. Thus, a Flatbed scanner is an ideal scanner for scanning family history books and photos.

drum scanner,

flatbed, and

handheld scanners.

Among these scanners flatbed scanner is most likely meet the scanning needs.

To know more about Flatbed scanner:https://brainly.com/question/983715

#SPJ11

write code to print the location of any alphabetic character in the 2-character string passcode. each alphabetic character detected should print a sep

Answers

Here is the code to print the location of any alphabetic character in the 2-character string passcode. Each alphabetic character detected should print a sep. To print the location of any alphabetic character in the 2-character string passcode, you can use the following code:

for (int i = 0; i < passcode.length(); i++) {
   if (Character.isAlphabetic(passcode.charAt(i))) {
       System.out.println("Alphabetic character detected at position: " + i);
   }
}

Let's discuss more below.
This code will loop through the 2-character string passcode and check each character if it is alphabetic or not. If an alphabetic character is detected, it will print its location.

Learn more about loop.

brainly.com/question/25955539

#SPJ11

which of the following are examples of output devices? (choose all that apply.) which of the following are examples of output devices? (choose all that apply.) monitor printer keyboard speakers cpu

Answers

The output device(s) among the options given in the question are Monitor, Printer, and Speakers.

An output device is a piece of hardware that receives data from a computer and converts it into a human-readable form. The data that has been processed is transmitted via an output device to a user. For instance, a printer receives data and transforms it into a hard copy that can be seen and touched. Similarly, a monitor receives data and turns it into a visual output. Speakers, on the other hand, convert digital sound data into audible sound. Here are the details of the output devices in the question.

Monitor PrinterSpeakers

Learn more about device visit:

https://brainly.com/question/2612080

#SPJ11

if the stack has room enough for 4 elements, can the program possibly handle an expression of 10 characters?

Answers

In this scenario, the stack has a maximum capacity of 4 elements, which means that it can only hold 4 values at any given time.

However, an expression with 10 characters would require more than 4 elements to be evaluated, which means that the stack would not be able to handle the expression.

In programming, a stack is a data structure that allows for the storage and retrieval of data in a specific order. A stack typically has a fixed size or maximum capacity, and it can only hold a certain number of elements at a time.

Learn more about programming:

https://brainly.com/question/26134656

#SPJ11

if the memory register for a particular computer is 32 bits wide, how much memory can this computer support?

Answers

If the memory register for a particular computer is 32 bits wide, then the maximum amount of memory that can be supported is 2^32 bits or 4 gigabytes (GB) of memory.

This is because a 32-bit register can represent 2^32 unique memory addresses, each of which can hold a single byte (8 bits) of data. So, the total amount of memory that can be addressed by a 32-bit register is 2^32 bytes, which is equivalent to 4 GB. Note that this assumes that the computer's architecture and operating system support a 32-bit memory address space.

The address conveyed to the memory unit is handled by the memory address register, and this may be done either by utilizing a bus technique (as we have done in our design) or by declaring the memory's direct input.

Learn more about memory register: https://brainly.com/question/12996770

#SPJ11

what specific windows defender policy setting will allow you to disable scanning and real-time protection for specific files or all files in specified folders?

Answers

Answer:here is the answer below

Explanation: The specific Windows Defender policy setting that allows you to disable scanning and real-time protection for specific files or all files in specified folders is called "Exclude files and folders from scanning" policy. This policy setting can be found in the Windows Defender Antivirus policy, which is located in the Group Policy Editor under Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus > Scan.

When you enable this policy and specify the files or folders to exclude, Windows Defender Antivirus will not scan those files or folders for threats and will not provide real-time protection for them. This can be useful in situations where you have files or folders that are known to be safe and you don't want them to be scanned unnecessarily, or if you have a particular application that requires exclusion from scanning to function properly.

which one of the following wireless transmission types requires a clear los to function? a. bluetooth b. nfc c. wi-fi d. ir

Answers

The correct option is d. The wireless transmission type that requires a clear line of sight to function is Infrared (IR).

IR is a type of wireless transmission that uses electromagnetic radiation in the visible spectrum, which is only visible when the two devices are in direct line of sight. This means that obstacles such as walls, furniture, and other objects can block the signal.

In order to transmit data using IR, the two devices must be able to "see" each other. This is achieved by both devices having an IR transmitter and an IR receiver. The transmitter sends out an infrared light signal which is picked up by the receiver. When the receiver picks up the signal, the two devices are connected and can exchange data.

Bluetooth, NFC, and Wi-Fi are all types of wireless transmissions that do not require a clear line of sight to function. Bluetooth and NFC both use short-range radio waves to connect two devices. Wi-Fi uses radio waves to connect two or more devices to the same network. These types of wireless transmission do not require the two devices to be able to "see" each other, meaning they are not affected by obstacles such as walls, furniture, and other objects.

In conclusion, the wireless transmission type that requires a clear line of sight to function is Infrared (IR). Bluetooth, NFC, and Wi-Fi are all types of wireless transmissions that do not require a clear line of sight to function. So, the correct answer is option d. IR.

You can learn more about wireless transmission at: brainly.com/question/25881547

#SPJ11

15 POINTS
Which statement best describes what hardware is?

the electronic and mechanical parts of a computer device

the components that receive data from a computer

the electronic circuitry that executes instructions

the components that transform data into human-readable form

Answers

Answer:

A

Explanation:

The first statement "the electronic and mechanical parts of a computer device" best describes what hardware is.

Hardware refers to the physical components of a computer system, such as the motherboard, CPU, RAM, hard drive, and peripherals like the keyboard and mouse. These components are made up of electronic and mechanical parts that work together to receive, process, store, and output data.

leave a comment

What is the biggest limitation of a Peer To Peer network?

Answers

A P2P network's scalability is one of its main drawbacks. Each node (or peer) in a P2P network can function as both a client and a server and can connect directly to other nodes in the network without the aid of a centralised server.

This decentralized structure makes P2P networks highly resistant to failures and downtime, as there is no single point of failure.

However, as the number of nodes in a P2P network increases, it becomes increasingly difficult to manage and maintain the network. Each node must maintain a list of other nodes in the network, and as the network grows, this list can become quite large, which can lead to performance and stability issues. In addition, P2P networks are often limited in their ability to handle large-scale data transfer, as the bandwidth of individual nodes may not be sufficient to handle the load.

Another limitation of P2P networks is the potential for security risks, such as the spread of malware or the unauthorized sharing of copyrighted content. These risks can be mitigated through the use of encryption and other security measures, but they still present a challenge for P2P networks.

To learn more about Peer To Peer network visit;

https://brainly.com/question/10571780

#SPJ4

All Java applications must have a method __________.A. public static Main(String[] args)B. public static Main(String args[])C. public static void main(String[] args)D. public void main(String[] args)E. public static main(String[] args)

Answers

All Java applications must have a method C: "public static void main(String[] args)".

This is the method where the execution of a Java program begins. It must be declared as public, static, void, and named "main" with a single parameter of type String array. The parameter "args" can be used to pass command-line arguments to the program if needed.

Options A, B, D, and E are not valid main method signatures and will result in a compilation error.

Therefore, the correct option is C.

You can learn more about Java Method at

https://brainly.com/question/29603082

#SPJ11

abigail needs to move out of state to take care of her mother. she will need secure remote access to continue working as a cloud engineer. what type of connection does abigail need to securely access the computing resources at her company?

Answers

Abigail will need a Virtual Private Network (VPN) connection to securely access the computing resources at her company.

A VPN connection allows remote users to securely access a private network over the public internet. With a VPN connection, Abigail can connect to her company's network from her remote location as if she were physically present in the office.

The VPN connection creates a secure and encrypted tunnel between Abigail's computer and the company's network, protecting her communications and data from unauthorized access. This ensures that Abigail can securely access the company's computing resources, such as servers, applications, and databases, without exposing them to potential security risks on the public internet.

Overall, a VPN connection is a secure and reliable way for remote workers to access corporate resources from a remote location.

Learn more about VPN here brainly.com/question/29432190

#SPJ4

Which of the following attacks targets the external software component that is a repository of both code and data?
Application program interface (API) attack
Device driver manipulation attack
Dynamic-link library (DLL) injection attack
OS REG attack

Answers

The attack that targets the external software component that is a repository of both code and data is the C: Dynamic-link library (DLL) injection attack.

A Dynamic-link library (DLL) injection attack is a type of cyber attack that targets external software components known as DLLs, which are repositories of code and data that are shared among different programs. The attack involves injecting malicious code into the DLLs, which can then be executed whenever the DLL is loaded into memory. This type of attack can be used to take control of a system or steal sensitive information.

DLL injection attacks are particularly effective because they can bypass traditional security measures, such as firewalls and antivirus software. To prevent these attacks, it is essential to implement security measures that detect and block unauthorized DLL injections.

You can learn more about Dynamic-link library (DLL) injection attack at

https://brainly.com/question/15223070

#SPJ11

if you define one or more constructors for a class, you must also explicitly define the , or it will be undefined for that class. a. visibility b. no-parameter constructor c. data type d. escape sequence

Answers

If you define one or more constructors for a class, you must also explicitly define the no-parameter constructor, or it will be undefined for that class. Therefore the correct option is option B.

It has no parameters and no implementation in it. The no-argument constructor is the default constructor that is created when a class is defined if no constructor is defined in the class.

No-argument constructors, also known as default constructors, are constructors that are called when an object is created with no arguments. They are mainly used to establish the initial values of instance variables. If you define one or more constructors for a class, you must also explicitly define the no-parameter constructor or it will be undefined for that class.

It's important to note that the no-parameter constructor is always available in the object-oriented programming language Java. Therefore the correct option is option B.

For such more question on constructors:

https://brainly.com/question/30399337

#SPJ11

4. Which format of data is easiest for analysis?
a. Tabular data
b. Text data in a PDF
c. Data in an image
d. Speech data

Answers

Answer:

A. Tabular data

Explanation:

Tabular data is the easiest format of data for analysis. Tabular data is organized into columns and rows

What is the resistance of a circuit with 20V and 2A?

Answers

The resistance of the circuit is 10 ohms.The resistance of a circuit can be calculated using Ohm's law, which states that resistance is equal to the ratio of voltage to current.

Therefore, if the circuit has a voltage of 20 volts and a current of 2 amperes, the resistance can be calculated as:

Resistance = Voltage / Current

Resistance = 20V / 2A

Resistance = 10 ohms

Therefore, the resistance of the circuit is 10 ohms. It is important to note that resistance is a measure of the opposition to the flow of electric current in a circuit and is typically measured in ohms (Ω). Knowing the resistance of a circuit is crucial in designing and analyzing electrical circuits, as well as in troubleshooting circuit problems.

Find out more about resistance

brainly.com/question/24076294

#SPJ4

write an if/else statement that compares age with 18, adds 1 to adults if age is greater than or equal to 18 , and adds 1 to minors otherwise.

Answers

Here is an example if/else statement in Python that compares age with 18, adds 1 to the variable "adults" if age is greater than or equal to 18, and adds 1 to the variable "minors" otherwise:

if age >= 18:    adults += 1else:    minors += 1In computer programming, an if/else statement is a control structure that allows the program to make a decision based on a condition. The condition is evaluated as either True or False and depending on the result, the program executes one of two code blocks: the if block or the else block.In this code snippet, the variable "age" represents the age of the person being checked, while the variables "adults" and "minors" represent the number of adults and minors, respectively. The "+=" operator is used to increment the value of these variables by 1.

Learn more about  the if/else statement:https://brainly.com/question/18736215

#SPJ11

Write a while loop that multiplies userValue by 2 while all of the following conditions are true: userValue is not 10 userValue is less than 25 Your Solution function userValue = AdjustValue(userValue) % Write a while loop that multiplies userValue by 2 % while userValue is not 10 and while userValue is less than 25 userValue = 0; end Run Your Solution Code to call your function when you click Run AdjustValue(2)

Answers

When the function is called with the argument AdjustValue(2), it will first initialize userValue as 2. The while loop will then execute as long as the condition userValue ~= 10 && userValue < 25 is true.

Following is the required solution: function userValue = AdjustValue(userValue)

% Write a while loop that multiplies userValue by 2

% while userValue is not 10 and while userValue is less than 25

while userValue ~= 10 && userValue < 25

  userValue = userValue*2; end end

When the function is called with the argument AdjustValue(2), it will first initialize userValue as 2. The while loop will then execute as long as the condition userValue ~= 10 && userValue < 25 is true.

Inside the loop, userValue is multiplied by 2. This process will continue until user value becomes greater than or equal to 25 or equal to 10. If userValue becomes 10 or greater than 25, the loop will terminate and the value of userValue will be returned.

To know more about while loop:https://brainly.com/question/19344465

#SPJ11

Which type of IP address is used within a private network (LAN)? (5 points)

Network
Private
Public IP
VPN

Answers

Explanation:

A private IP address is used within a private network to connect securely to other devices within that same network

if you want to create a click-to-call feature in your mobile site for smartphone users, which protocol should you use to create a phone link

Answers

The protocol you should use to create a click-to-call feature for smartphone users on a mobile site is called tel.

The tel protocol is used to create a link on a web page that will trigger a phone call when tapped or clicked on by a user. When a user clicks on the tel: link, their phone will prompt them to dial a specific phone number. To create a tel: link, you need to include the phone number in the link, like this: 555-123-4567. This link will create a click-to-call feature that will initiate a phone call to the number when clicked. By using the tel: protocol, you can make it easy for mobile users to contact you with a simple tap of the screen.

You can learn more about protocol at: brainly.com/question/27581708

#SPJ11

all changes in a table structure are made using the table command, followed by a keyword that produces the specific changes a user wants to make. a. alter b. rollback c. update d. commit

Answers

All changes in a table structure are made using the `ALTER` command, followed by a keyword that produces the specific changes a user wants to make.

The `ALTER` command is a DDL (Data Definition Language) SQL command. This command is used to modify the structure of a table by renaming, deleting, or adding columns to an existing table. In a database, the `ALTER` command is frequently used to modify the structure of a table, rename a table, or add/remove columns to/from a table. It is often utilized with the CREATE TABLE or DROP TABLE commands. ALTER command is typically used to perform the following operations on a table in a database: Add or drop columns from an existing table. Rename the table. Rename a column. Change the data type of a column. Modify or remove constraints in a table. Change column order in a table. Change table storage options. Using ALTER TABLE statement, it is possible to modify a table's definition or structure without removing and recreating it. `ALTER` is used to change existing columns, add new ones, or remove existing ones.

To learn more about ALTER Command :

https://brainly.com/question/30391230

#SPJ11

what new feature in server 2016 provides a light-weight server geared toward use on virtual machines?

Answers

The new feature in Server 2016 that provides a light-weight server geared toward use on virtual machines is called "Nano Server".

Nano Server is a minimalistic version of Windows Server 2016 that is designed specifically for running cloud-based applications and optimized for use in virtualized and containerized environments. It is a lightweight and low-maintenance option that can be used to run Hyper-V clusters, scale-out file servers, and other cloud-based workloads.

Nano Server has a smaller footprint than other versions of Windows Server 2016, with no GUI or local logon capability. This makes it more secure and easier to manage remotely. Nano Server is also designed to be updated and managed using remote management tools like PowerShell, Windows Management Instrumentation (WMI), and Desired State Configuration (DSC).

Learn more about Nano Server

https://brainly.com/question/28282755

#SPJ11

_________ is to implement one method in the structure chart at a time from the top to the bottom.A. Bottom-up approachB. Top-down approachC. Bottom-up and top-down approachD. Stepwise refinement

Answers

Top-down approach is to implement one method in the structure chart at a time from the top to the bottom. Thus, the correct option is B. Top-down approach.

Top-Down Approach is a programming methodology that breaks down a complicated system into manageable subcomponents or functional modules that have been designed to work together. It is a form of software design in which a framework is built that solves the primary issues, with the aim of breaking the software down into smaller pieces.

Therefore, the correct option is B. Top-down approach.

You can learn more about programming methodology at

https://brainly.com/question/15138259

#SPJ11

Other Questions
eurodollar quotes for contracts maturing in 240, 331 and 422 days are 96.95, 96.6 and 96.46, respectively. the 240-day libor zero rate is 4.4% (with continuous compounding). for the purpose of this problem, no adjustment is necessary for the difference between forward and futures rates. attempt 3/4 for 8 pts. part 1 what is the 331-day libor zero rate (with continuous compounding)? Which water is distributed on Earth from the greatest to the least When comparing the given value to 12, which is a TRUE statement? describe the methods used to deny civil rights and liberties to black americans. use specific examples from reconstruction and the early 1900s. a subset of the integers 1, 2, . . . , 100 has the property that none of its members is 5 times another. what is the largest number of members such a subset can have? (a) 72 (b) 77 (c) 84 (d) 85 (e) 86 Which of the following is not an important factor to consider when selecting media to be used in a network?a. prestige value of the type of mediab. type of networkc. costd. transmission distancee. security when isolated chloroplasts are illuminated, there is a 103-fold ph gradient across the thylakoid membrane. what happens when the lights are turned off? group of answer choices a double-slit with slit a width of 0.15 mm is placed 2.3 m from a viewing screen. how far is the first dark fringe from the middle screen when a light of wavelength 450 nm falls on the double-slit? suppose vi pays its phone reps $12 per hour. how many phone reps should it employ if it wants to maximize profit? Need help badly, please answer! 18) write a query that produces the first name, last name, address, city, postal code of every customer who made a payment between $10 and $12. each customer should be listed only once. ________ of household pets in the U.S. has increased in the last 5 years. the worship of a god who is omniscient, omnipotent, and omnipresent is called? question 5 options: polytheism a sacred myth monotheism a pagan myth one number is four more than a second number. two times the first number is 2 more than four times the second number. what are the two numbers? Based on the learner a, b and c ,choose one of the certificate and identify two courses you would follow with such a certificate The Simpsons are buying the Martin's house for $415,000, and closing is set for March 15. The Martins have a loan balance of $230,000 at a rate of 4.7% and have prepaid property taxes ($2,506) and insurance ($1,400), and they also have mortgage interest to consider. Using a 365-day proration method, calculate the prorated amount the Simpsons will owe the Martins at closing. Assume February has 28 days this year. The sellers own the day of closing.Calculate daily rates for taxes to be prorated: $2,506 365 = $6.87. The Martins pay the first 74 days (January 1 through March 15): 74 x $6.87 = $508.38. $2,506 - $508.38 = $1,997.62 owed by the Simpsons. Homeowner's insurance isn't prorated between the buyer and seller. A homeowner's insurance policy is an agreement between the insurance company and the policyholder, so any refund due to the seller/homeowner will be handled between those two parties. which is more 7,000 milliliters or 7 liters? What is the percent of O inCa(2H302)2?(Ca = 40.08 g/mol, C = 12.01 g/mol,H= 1.01 g/mol, O = 16.00 g/mol) for each of the number lines, write an absolute value equation in the form |x-c|=d, where c and d are some numbers, to satisfy the given solution set.PLEASE HELP!!!!!!!!! ASAP!!!!!! what is the probability i put at least 7 pieces of bread into my cheap toaster before it destroys itself?