Questions
In a Fermentation lab report using fruit juice, Briefly summarize the methods of this experiment. Remember...

In a Fermentation lab report using fruit juice, Briefly summarize the methods of this experiment. Remember the methods need to include important information so that another person can replicate the experiment.

In: Biology

1) Describe the experiment that tests the adaptive advantage of light vs. dark fur color in...

1) Describe the experiment that tests the adaptive advantage of light vs. dark fur color in Peromyscus polionotus. State the hypothesis correctly, describe the experiment, explain the results, and state the conclusion.

In: Biology

**a**s*****d**f***CEMENT EXPERIMENTS QUESTION 1: The strength class of the cement is determined by which experiment, how...

**a**s*****d**f***CEMENT EXPERIMENTS

QUESTION 1: The strength class of the cement is determined by which experiment, how is it
calculated ?
(Materials, experiment instruments, preparation and procedure, experiments and calculations)

In: Civil Engineering

1.In computing terminology, the method of opening an application program and then creating a document is...

1.In computing terminology, the method of opening an application program and then creating a document is known as the ____-centric approach.

a.data

b.application

c.document

d.user

2.When you save a WordPad document, it is stored in the main memory (____) of the computer.

a.RAM

b.REM

c.RIM

d.ROM

3.The method of first creating a blank document directly in the Documents library and then use the WordPad program to enter data into the document is called the ____- centric approach.

a.data

b.application

c.document

d.user

4.The default file name of a text document created in the Documents library is ____.

a.New Blank Document

b.Text Document

c.New Document

d.New Text Document

5.With all of the views in the Documents library, the default arrangement for the icons is to be ____.

a.chronological by last date saved

b.alphabetical by author name

c.alphabetical by file name

d.chronological by date created

6. The ____ bar appears at the top of the Documents library window and displays your current location as a series of links separated by arrows.

a.Location

b.Address

c.Text

d.Search

7. When you select a document, the Preview pane displays a live view of the document ____ the list of files in the folder window.

a.to the right of

b.to the left of

c.underneath

d.on top of

8. A shortcut can be a link to a ____.   

a.program

b.printer

c.Web page

d.all of the above

9. If multiple documents are open in WordPad, the icon changes to appear as a ____ button to indicate there is more than one document open.

a.scroll bar

b.cascaded

c.stacked

d.3D

10. To print adjacent items, you select the first item, then while holding down the ____ key, you can select the other items.

a.SHIFT

b.TAB

c.ALT

d.F6

Chapter 2 – True/False (3 points each question)

Select T if the statement is true or F if the statement is false.

T

F

1.   A program is a set of computer instructions that carries out a task on the computer.

T

F

2.   A file name can contain up to 300 characters, including spaces.

T

F

3.To associate a file with a program, Windows 7 assigns an extension to the file name, consisting of a period followed by two or more characters.

T

F

4.Using the Rich Text Format will allow you to use all of WordPad’s features, including formatting options.

T

F

5.Windows 7 creates a unique Documents library for each computer user.

T

F

6.When Small, Medium, or Large icon views are selected, Windows 7 provides a live preview option.

T

F

7.You can group the files by any of the options on the Group by submenu, except Type, and Size.

T

F

8.When you right-drag, a shortcut menu opens and lists the available options.

T

F

9.A shortcut icon is the actual document or program.

T

F

10.In addition to placing a folder shortcut on the Start menu, you also can place a shortcut to other objects.

In: Computer Science

According to an airline, flights on a certain route are on time 75% of the time

According to an airline, flights on a certain route are on time 75% of the time. Suppose 24 flights are randomly selected and the number of on-time flights is recorded. 

(a) Explain why this is a binomial experiment

(b) Find and interpret the probability that exactly 15 lights are on time 

(c) Find and interpret the probability that fewer than 15 flights are on time 

(d) Find and interpret the probability that at least 15 fights are on time. 

(e) Find and interpret the probability that between 13 and 15 flights, inclusive, are on time. 


(a) Identity the statements that explain why this is a binomial experiment Select all that apply. 

A. Each trial depends on the previous trial 

B. The experiment is performed a foved number of times 

C. The experiment is performed until a desired number of successes is reached 

D. There are two mutually exclusive outcomes, success or failure. 

E. The trials are independent 

F. The probability of success is the same for each trial of the experiment 

G. There are three mutually exclusive possibly outcomes, arriving on-time, arriving early, and arriving late 


(b) The probability that exactly 15 flights are on time is _______ (Round to four decimal places as needed)

 Interpret the probability 

in 100 trials of this experiment, it is expected about _______  to exactly than 15 fights being on time


(c) The probability that fewer than 15 flights are on time is _______ (Round to four decimal places as needed.) 

Interpret the probability 

in 100 trials of this experiment, it is expected about _______ to result in fewer than 15 fights being on time 


(d) The probability that at least 15 fights are on time is _______ (Round to four decimal places as needed) 

Interpret the probability 

in 100 trials of this experiment, it is expected about _______ to result in at least 15 nights being on time

In: Math

A survey of US women with Ph.D.'s was conducted. Of the 102 respondents in marriages or...

A survey of US women with Ph.D.'s was conducted. Of the 102 respondents in marriages or long-term partnerships with men, 57% reported that their spouse/partner also held a doctorate degree.

Construct a theoretical 90% confidence interval. The interval is:

Select one:

a. (49.0%, 64.7%)

b. (48.9%, 65.1%)

c. (47.1%, 66.7%)

d. (47.4%, 66.6%)

e. (44.4%, 69.6%)

Based on the interval in the previous question, what group(s) can we make a conclusion about?

Select one:

a. All US women

b. All US women with Ph.D.'s

c. All US women with Ph.D.'s who are married

d. All US women with Ph.D.'s who are married or in long-term partnerships

e. All of the above

f. None of the above

The sociologists reporting on this study stated that: "There is strong evidence (p<0.001) that women in opposite-sex partnerships are more likely than women in same-sex partnerships to have a partner with the equivalent level of education." What type of error might the sociologists have committed?

Select one:

a. Type I

b. Type II

c. Neither error is possible

d. Both errors are possible

In: Statistics and Probability

Can you please write a pseudocode for the following: #include <stdio.h> int main(){    printf("Welcome to...

Can you please write a pseudocode for the following:

#include <stdio.h>
int main(){
   printf("Welcome to my Command-Line Calculator (CLC)\n");
   printf("Developer: Your name will come here\n");
   printf("Version: 1\n");
   printf("Date: Development data Will come here\n");
   printf("----------------------------------------------------------\n\n");
   //choice stores users input
   char choice;
   //to store numbers
   int val1,val2;
   //to store operator
   char operation;
   //flag which leths the loop iterate
   //the loop will break once the flag is set to 0
   int flag=1;
   printf("Select one of the following items: \n");
   printf("B) - Binary Mathematical Operations, such as addition and subtraction.\n");
   printf("U) - Unary Mathematical operations, such as square root, and log.\n");
   printf("A) - Advances Mathematical Operations, using variables, arrays.\n");
   printf("V) - Define variables and assign them values.\n");
   printf("E) - Exit\n");
   //taking user input for choice
   scanf(" %c",&choice);
   //do while loop
   do{
       //switch case
   switch(choice){
       case 'B':
           printf("Please enter the first number:\n");
           scanf("%d",&val1);
           printf("Please enter the operation (+ , - , * , / ):\n");
           scanf(" %c",&operation);
           printf("Please enter the second number:\n");
           scanf("%d",&val2);
           switch (operation){
               case '+':
                   printf("The result is %d \n",(val1+val2));
                   break;
               case '-':
                   printf("The result is %d \n",(val1-val2));
                   break;
               case '*':
                   printf("The result is %d \n",(val1*val2));
                   break;
               case '/':
                   printf("The result is %d \n",(val1/val2));
                   break;
               //if any other input is entered
               default:
                   printf("Invalid operator\n");
               }
           //asking the user for input as the operation ended
           printf("Please select your option ( B , U , A , E , V)\n");
           scanf(" %c",&choice);
           break;

       case 'U':
           printf("Sorry, at this time I don't have enough knowledge to serve you in this category\n");
           //asking the user for input as the operation ended
           printf("Please select your option ( B , U , A , E , V)\n");
           scanf(" %c",&choice);
           break;
       case 'A':
           printf("Sorry, at this time I don't have enough knowledge to serve you in this category\n");
           //asking the user for input as the operation ended
           printf("Please select your option ( B , U , A , E , V)\n");
           scanf(" %c",&choice);
           break;
       case 'V':
           printf("Sorry, at this time I don't have enough knowledge to serve you in this category\n");
           //asking the user for input as the operation ended
           printf("Please select your option ( B , U , A , E , V)\n");
           scanf(" %c",&choice);
           break;
       case 'E':
           //if user enters E flag is set to 0, so that the loop will break
           flag=0;
           printf("Thanks for using my Simple Calculator. Hope o see you soon again, Goodbye!\n");
           break;
       default:
           printf("Invalid input");
           printf("Please select your option ( B , U , A , E , V)\n");
           scanf(" %c",&choice);
           }
      
   }while(flag);
  
  
}

In: Computer Science

Exercise 17-27 On August 15, 2016, Splish Co. invested idle cash by purchasing a call option...

Exercise 17-27

On August 15, 2016, Splish Co. invested idle cash by purchasing a call option on Counting Crows Inc. common shares for $504. The notional value of the call option is 560 shares, and the option price is $56. The option expires on January 31, 2017. The following data are available with respect to the call option.


Date
Market Price of Counting
Crows Shares
Time Value of Call
Option
September 30, 2016 $67 per share $252
December 31, 2016 $64 per share 91
January 15, 2017 $66 per share 42


Prepare the journal entries for Splish for the following dates.

(a) Investment in call option on Counting Crows shares on August 15, 2016.
(b) September 30, 2016—Splish prepares financial statements.
(c) December 31, 2016—Splish prepares financial statements.
(d) January 15, 2017—Splish settles the call option on the Counting Crows shares.


(Credit account titles are automatically indented when amount is entered. Do not indent manually. If no entry is required, select "No Entry" for the account titles and enter 0 for the amounts.)

No.
Date
Account Titles and Explanation
Debit
Credit
(a)

Aug. 15, 2016
Sep. 30, 2016
Dec. 31, 2016
Jan. 15, 2017
(b)

Aug. 15, 2016
Sep. 30, 2016
Dec. 31, 2016
Jan. 15, 2017
(To record the change in intrinsic value.)
(To record the time value change.)
(c)

Aug. 15, 2016
Sep. 30, 2016
Dec. 31, 2016
Jan. 15, 2017
(To record the change in intrinsic value.)
(To record the time value change.)
(d)

Aug. 15, 2016
Sep. 30, 2016
Dec. 31, 2016
Jan. 15, 2017
(To record the time value change.)
(To record settlement of call option.)

In: Accounting

( X, τ ) is normal if and only if for each closed subset C of...

( X, τ ) is normal if and only if for each closed subset C of X and each open
set U such that C ⊆ U, there exists an open set V satisfies C ⊆ V ⊆clu( V) ⊆ U

In: Advanced Math

Simon spends his income, $100, on food (f) and video games (v) with prices pf= 7...

Simon spends his income, $100, on food (f) and video games (v) with prices pf= 7 and pv = 1. Assume that f ≥ 0, v ≥ 0. His preferences are given by u(f, v) = f^0.7 *v^0.3 . Paul’s Marshallian demand is . (a) (11, 23) (b) (5, 65) (c) (10, 30) (d) (10, 25)

In: Economics