
307322

Incorrect Question 12 0/5 pts Express the hexadecimal number in decimal: 4B07A Just put your final...
Incorrect Question 2 0/1 pts From your text, Chapter 20, question 4: If the risk free rate equals 7 percent and and the risk premium for Thistle Corp. is 5 percent, what is the opportunity cost of capital for Thistle? For this question, enter a numeric value. Enter only a number, as full percentages. Do not include any alphabetic or special characters, such as "%" For example, if your answer is "3.25%" enter exactly as 3.25 and not as 3.25%...
1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal number 236.7510 to binary,octal, and hexadecimal numbers. 3. Add the following two binary numbers: 100111102 and 011110112. Remember to show any carries that are generated along the way. 4. Repeat the previous question, but this time subtract the second binary number from the first. Remember to show any borrows that are required along the way. 5. Determine the encoding of the decimal number 28610...
Question (15 pts.) Convert the decimal numbers from 0 to 32 to BCD, Hexadecimal, Octal, and Binary, using the minimum number of bits or digits, and without using calculators Fill your results in the table below. BCD Hex Oct |
In this question, you are provided with a decimal floating-point number. You are asked to encode this value into its IEEE-754 floating-point representation in the form of 8 hexadecimal digits. If rounding is needed, use rounding to the nearest floating-point number. Do NOT add any spaces or commas to your answer. Represent, i.e., encode, 262160.515625 into a 32-bit single-precision IEEE-754 FP value. If rounding is needed, use rounding to the nearest FP number. Your answer MUST BE JUST 8 hexadecimal...
Problem 1. (20 pts) Convert the following number to hexadecimal a. (5 pts)) Convert 4.2 to binary form using six digits for the fractional part b. (5 pts) Convert the result you obtained in the previous item back to decimal, with at least five digits in the fractional part. What is the absolute error that you get when the result is compared to the original number. c. (5 pts) Convert directly, without using the result in item a 4.2 to...
decimal. I variable. Find P(X<0). Express your answer as a 0.5 Question 2 1 pts Let X be a standard normal random variable. Find PIX <-2.27). Express your answer as a decimal. Question 3 1 pts Let X be a standard normal random variable. Find PX 2.82), Express your answer as a
D | Question 12 5 pts Liberty Services is now at the end of the final year of a project. The equipment originally cost $125,500, of which 75% has been depreciated. The firm can sell the used equipment today for $52,000, and its tax rate is 30%, what is the equipment's after- tax salvage value for use in capital budgeting analysis? Enter your answer rounded to two decimal places. Do not enter $or comma in the answer box. For example,...
Question 1 0/12 pts Incorrect 100 80 100V 6ov 60V 120 9.189 la FIG AA 8.514 lb la la + Answer 1: (You left this blank) Answer 2: (You left this blank) Answer 3: Type here to search He9 Fit 0/12 pts 18Ω 150 ー-100V 100V 20Ω R1 120 612 la FIG BB 6 716 lb la - la + lb - Answer 1: (You left this blank) Answer 2: Type here to search Incorrect Question 4 0/36 pts 75V...
3.8) Convert the hexadecimal number 0x15 to a decimal number. 3.9) Convert the hexadecimal number 0x19 to a decimal number. 3.10) Convert the decimal number -35 to an 8-bit two’s complement binary number. 3.11) Convert the decimal number -32 to an 8-bit two’s complement binary number. 3.12) Assuming the use of the two’s complement number system find the equivalent decimal values for the following 8-bit binary numbers: a)10000001 b)11111111 c)01010000 d)11100000 e)10000011 3.13) Convert the base 8 number 204 to...
Incorrect Question 12 0/4 pts What of the following are true for the following piece of code? int main() int a[ ] = { 2, 4, 6, 8, 10 } int i; change ( a, 5); for (i = 0; i <= 4; i++) printf("\n%d", a[i]); return 0; void change ( int *b, int n) int i; for (i - @;i<n; i++) this line void change(int *b, int n) has an error. We must have to use int b[] as...