Teams A and B play in a basketball tournament. The first team to win two games in a row or a total of three games wins the tournament. What is the number of ways the tournament can occur?
14
12
8
10
How many different rearrangements are there of the letters in the word BUBBLE?
60
100
120
80
How many ways are there to arrange all the words in this tongue
twister?
CAN YOU CAN A CAN AS A CANNER CAN CAN A CAN?
12!/(6!*3!)
12!
12!/3!
12!/6!
Twelve points are located on the circumference of a circle. Lines are drawn to connect all possible pairs of points. How many lines are drawn?
66
144
132
24
In: Statistics and Probability
Question 2. Write a MARIE program that accepts an integer from the user, and if it is a prime number the program will output 1, otherwise, the program will output 0. Examples: If the user input is 17, the output would be 1 If the user input is 2, the output would be 1 If the user input is 15, the output would be 0 If the user input is -2, the output would be 0 You should write and run the program using MARIE simulator. Add enough comments to understand your code. You do not have to include the .mas file in the submission. Instead, the code should be presented as a word-processed section in the assignment, not as an image. Insert images to show you have tested the code with several possibilities.
In: Computer Science
Please answer the following questions to the best of your abilities. Write complete sentences to clearly communicate your ideas. Do not change the format of the document. Due to the school’s computer systems only Microsoft Word or PDF documents are accepted. Submit the completed assignment by uploading it to blackboard.
1. Explain the concept that muscles can enhance joint stability and at the same joint they can also create instability?
2. Which end of the muscle receives greater force when a muscle contracts? Why?
3. During which type of contraction is the greatest muscle force possible? Why?
4. Describe muscle fiber classification. Provide sample activities for each muscle fiber type.
In: Anatomy and Physiology
write an argumentative essay consisting of a solid,
clearly articulated thesis statement, reasons and evidence
supporting the thesis statement, and a logical
conclusion. Make sure to credit any external sources if consulted.
The essay must be within the word limit of
500-550 words. The rubric for the evaluation of the essay is
attached.
As technology evolves and new machines with new abilities are
being invented, human beings are
becoming used to stagnancy and a labor-free lifestyle. They rely on
these gadgets and machines more
than they rely on their own abilities and capabilities. As a
result, human talent is gradually
disappearing and machine talent is taking its place. Do you agree
or disagree with this statement?
Support your stance with logical reasons, evidence and data.
In: Computer Science
A good manager will accomplish more by spending two hours at his desk than talking for two hours with subordinates.
Do you agree? Why/Why not?
When you write, make sure your writing:
• addresses all parts of the task • presents a clear position of your argument • presents main ideas • arranges information and ideas coherently • uses cohesive devices effectively • use referencing clearly or appropriately • uses paragraphing logically • uses an adequate range of vocabulary for the task • attempts to use less common vocabulary but with some inaccuracy • avoids errors in spelling and/or word formation, • uses a mix of simple and complex sentence forms • avoid errors in grammar and punctuatio
In: Operations Management
Determine for the following code how many pages are transferred between disk and main memory. Assume each page has 1024 words, the active memory set size is 512 (i. e., at any time no more than 512 pages may be in main memory), and the replacement strategy is LRU (the Least Recently Used page is always replaced); also assume that all 2D arrays are of size (1:2048, 1:2048), with each array element occupying one word, for I := 1 to 2048 do for J :=1 to 2048 do { A[J,I]:=A[J,I]*B[I,J] } provided the arrays are mapped into the main memory space in column-major order,
In: Computer Science
Write a C program that creates and prints out a linked list of strings.
• Define your link structure so that every node can store a string of up to 255 characters.
• Implement the function insert_dictionary_order that receives a word (of type char*) and inserts is into the right position.
• Implement the print_list function that prints the list.
• In the main function, prompt the user to enter strings (strings are separated by white-spaces, such as space character, tab, or newline).
• Read and insert every string into the link list until you reach a single dot “.” or EOF.
• Print the list. Use scanf to read strings. Use strcpy() for copying strings.
Here is a sample text input:
This is a sample text. The file is terminated by a single dot: .
In: Computer Science
For c language.
I want to read a text file called input.txt for example, the file has the form.
4
hello
goodbye
hihi
goodnight
where the first number indicates the n number of words while other words are separated by newlines.
I want to store these words into a 2D array so I can further work on these.
and
there are fewer words in the word file than specified by the number in the first line of the file, then you must print an error message and return a non-zero value from main.
You must only read the first n words, you can ignore all words after n and should continue with the program as normal.
Thanks!
In: Computer Science
Purchasing A Home versus Renting A Space
Step 1: Identify a home in your area (or wherever you'd like to live).
Step 2: Based on the price of the home, determine how much it would cost you on a monthly basis to purchase that home. Your payment will consist of Principal, Interest, Taxes, and Insurance (PITI).
Note: Use current 30-year interest rates; Assume 5%-10% downpayment; The "insurance" in the PITI is not property coverage, it is insurance to protect the lender in case you default on the loan.
Step 3: Identify a comparable rented space and compare that cost to the monthly cost in Step 2.
Step 4: Give the comparison in an Excel spreadsheet or Word file.
.
In: Finance
The director has received your Memo and is interested in your choice of a health policy concept as a possible way to secure 12 million in federal funding. The director would like a Policy Brief on the subject. Since this Policy Brief might require some research time, the director has requested a Policy Outline in the interim period.
Please submit a maximum 1000-word outline regarding your health policy concept.
• What are the basic facts of this policy? • How would this policy affect cost, quality, and access? • What are the challenges or barriers regarding the implementation? • What are the execution costs of this policy? • How will the policy be evaluated?
Please support all your ideas with reputable sources if possible.
In: Operations Management