Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
francisca alcolea

francisca a.

Divider

Questions asked

BEST MATCH

10. Manufacturer has planned his level of operation at 50% of his plant capacity of 30,000 units. His expenses are estimated as follows, if 50% of the capacity is used: Direct material Rs 8280 Direct wages Rs 11160 Variable and other expenses Rs 3960 Total fixed cost Rs 6000 The expected selling price is Rs 2 per unit. Recently he got query for bulk order, interested in purchasing 6000 units at Rs 1.45 per unit. Should the manufacturer accept the order?

View Answer
divider
BEST MATCH

Limited problem solving would probably occur in the purchase of what product? ? new home ? new car ? new computer ? new running shoes

View Answer
divider
BEST MATCH

The scientific method consist of multiple steps. Scientists does not always follow a straight path through the steps, but place the steps in the the correct order according to how a scientific experiment is typically conducted.

View Answer
divider
BEST MATCH

Which STI has the highest prevalence and incidence in the US? Group of answer choices Herpes simplex (HSV) Pediculosis pubis (Pubic lice infestation) Human immunodeficiency virus infection (HIV) Human papillomavirus infection (HPV)

View Answer
divider
BEST MATCH

Question One: Tax administration function refers to assessment of tax payable and the other is the collection of tax due, the responsible body being URA. The commissioner is required to make an assessment of the chargeable income based on the tax payers return on income and any other information available within 5 years from the date the return was furnished (S.95(I)). As a graduate of taxation, a) What is a return on income? b) Explain the two types of return on income used by Tax authority; c) Elaborate on the five circumstances where a return of income is not required as per the income tax Act CAP 240 laws of Uganda. d) As a business manager, elaborate on the five factors you must consider when planning for an investment in Uganda in terms of taxes.

View Answer
divider
BEST MATCH

23. In the system of equations $\begin{cases} x + 2y = 5 \ 4x - 6y = 9 \end{cases}$ (a) $x = 0$ (b) $x = \frac{11}{14}$ (c) $x = 2$ (d) $x = \frac{24}{7}$ (e) $x = 5$

View Answer
divider
BEST MATCH

1. Write a program in C++ to tokenize (split) a cstring into multiple tokens using pointers. The string is to be tokenized based on a delimiter (a special character; could be space, dot, or any other character). Your program to take two inputs from the user: the string to be tokenized, and the delimiter. void CStringTokenizer(char * str, char delim, vector<string> & result); //prototype Char Array Welcome to C++ World Function CStringTokenizer delim is a space Array of Strings Welcome To C++ World Test Data #1: Input the string: Welcome to C++ World Input the delimiter: //space Expected Output for Test Data #1: Your tokens are: 1.Welcome 2.to 3.C++ 4.World Test Data #2: Input the string: EvCC_was_founded_in_1941_and_educates_more_than_19,000_students_every_year Input the delimiter: Expected Output for Test Data #1: Your tokens are: 1.EvCC 2.was 3.founded 4.in 5.1941 6.and 7.educates 8.more 9.than 10.19,000 11.students 12.every 13.year

View Answer
divider
BEST MATCH

Question 3 (2 point) Write a program that accepts a sentence from the keyboard, calculate and print out each unique character and its corresponding number of occurrence. Don't count spaces. For example, if the input sentence is: the world is beautiful!, then the output should be the following: Hint: 1) use len() to get the # of characters in a string, and use an index counter to access each character 2) create an empty dictionary and use a for loop to store each character (as key) and its corresponding values (# of occurrence) a 1 , 1 b 1 e 2 d 1 f 1 i 2 h 1 l 2 o 1 s 1 r 1 t 2 u 2 w 1

View Answer
divider
BEST MATCH

A source emits HELLO WORLD. • Determine the information rate (i.e., the entropy) of the source. • Perform Huffman coding and determine the resulting codewords. • What compression factor has been achieved?

View Answer
divider
BEST MATCH

Suppose public officials are concerned about the $4 trillion gap in the economy and the resulting higher-than-expected aggregate demand. The government has decided to follow a passive approach to policymaking. On the following graph, shift the AD curve, the SRAS curve, or both to show the intended effect of this approach. Tool tip: Click and drag one or both of the curves. Curves will snap into position, so if you try to move the curve and it snaps back to its original position, just try again and drag it a little farther. PRICE LEVEL 360 300 240 180 120 60 0 0 4 8 12 16 REAL GDP (Trillions of dollars) AD 20 24 SRAS AD SRAS ? Which of the following policies would advocates of an active approach choose to close the gap found on the initial graph? Check all that apply. A decrease in the money supply An increase in taxes A decrease in the reserve requirement set by the Federal Reserve A decrease in government spending

View Answer
divider