Files that are read by the computer are called ____ files.
| a. |
report |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| b. |
serial |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| c. |
input |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| d. |
storage The database for a pet supply company includes the following
table, named tblCollar, that contains product data for pet collars.
The ItemDesc and Color fields contain text. The ItemNum, Price, and
Quantity fields contain numbers.
Which of the following statements would select the ItemDesc and Price fields from tblCollar for all records whose ItemDesc field begins with the word “leather” followed by zero or more characters?
|
In: Computer Science
As an effective speaker the key element we are taught is to "Know (analyze) your audience". After reviewing this chapter what have you learned are other important elements that you must do (know) when planning a presentation? How many main points should a speaker include in their presentation/speech? Open a dialogue to discuss the effectiveness and ineffectiveness of a speaker's use of humor in presentations/speeches (Respond in agreement or disagreement to other virtual classmates post(s).
Types of Delivery
The word presentation may conjure up images of a speaker standing behind a lectern delivering information to a passive audience. While some business and professional presentations certainly follow this model, many of them are far more interactive.
There are three presentation styles: monologues, guided discussions, and interactive presentations.1
Monologues are speeches delivered without interruption or audience involvement. An example might be when the presenter of an award introduces the winner to the audience by sharing some kind remarks about that person’s achievements. Monologues are most appropriate in large settings and on formal occasions. In smaller groups, they can feel artificial and create the impression the speaker does not care much about the audience.
Guided discussions are more interactive. In this type of presentation, a speaker provides information and has a preset idea of which material will be covered, but listeners are encouraged to speak up with questions and comments. Managing a guided discussion is more challenging, but the potential for more audience buy-in can be worth the effort.
Interactive presentations, as their name implies, involve the audience even more. Although the speaker still controls the program, an interactive presentation feels more like a conversation than a speech. Interactive presentations are common in sales settings, where customer interest drives the communication.
Speakers have four options when delivering presentations: manuscript, memorized, extemporaneous, 325and impromptu. However, two of them—extemporaneous and impromptu—will serve you best in most situations.
In: Operations Management
In: Economics
In: Nursing
Once you have the dataset, please use knowledge gained in other business and/or economics classes to realize what topic and theory the data could relate and a research question that it could allow you to answer. More specifically, please put together an analysis by making sure your project report includes the following:
7.1. Specify the level of significance (Type I error associated with the null hypothesis),
7.2. Determine the test statistic (the appropriate statistical test as mentioned under point 5 above),
7.3. Determine the critical values (and region(s) if applicable),
| ID | Nr. of units produced before new compensation system | Nr. of units produced after new compensation system |
| 1 | 20 | 23 |
| 2 | 6 | 8 |
| 3 | 12 | 11 |
| 4 | 34 | 35 |
| 5 | 55 | 57 |
| 6 | 43 | 76 |
| 7 | 54 | 54 |
| 8 | 24 | 26 |
| 9 | 33 | 35 |
| 10 | 21 | 26 |
| 11 | 34 | 29 |
| 12 | 33 | 31 |
| 13 | 54 | 56 |
| 14 | 23 | 22 |
| 15 | 33 | 35 |
| 16 | 44 | 41 |
| 17 | 65 | 56 |
| 18 | 43 | 34 |
| 19 | 53 | 51 |
| 20 | 22 | 21 |
| 21 | 34 | 31 |
| 22 | 32 | 33 |
| 23 | 44 | 38 |
| 24 | 17 | 15 |
| 25 | 28 | 27 |
| 26 | 47 | 50 |
| 27 | 35 | 78 |
| 28 | 29 | 29 |
| 29 | 36 | 44 |
| 30 | 25 | 23 |
In: Statistics and Probability
"Introduction to CSS" (ICSS 2)
by Carrie Dils
(Part 2 of 2)
Select File > Make a Copy of this Google document within your Google Drive.
Login to your https://linkedin.com/learning/ account
Search for the LinkedIn Learning course name listed above
Search for each of the highlighted video names listed below and click the bookmark flag of each
Watch your now bookmarked videos and answer the associated questions listed below
When done, select File > Download As > Microsoft Word (.docx) and save it to your computer
Return to https://canvas.seattlecentral.edu to this assignment > upload/submit your answers via a Word doc
Common CSS Concepts
1) [True or False] By default, backgrounds extend all the way to the inside edge of the element’s border.
2) [True or False] By default, backgrounds are transparent.
3) [Critical Thinking] Why does the author choose to hide the text of his heading tags from visible view while showing an image instead?
4) The CSS color property is used to define the color for the content of the element. In the case of a p tag (paragraph) what will this property effect?
5) [True or False] Absolute values are good for devices in which the exact size is already known, for example a printer.
6) [True or False] An advantage to using the relative value em is that the starting size of the text is up to the device itself. As the user changes the resolution, the relationship of the sizes based on ems will stay exactly the same.
7) [True or False] Pixels are calculated relative to the parent element.
8) [True or False] According to our author normal document flow can and should handle the majority of our layout needs.
9) Which value of the position property removes an element from normal document flow and repositions the element based on top, right, left or bottom offset values?
10) [True or False] To determine its position, an absolutely positioned element looks to the nearest parent element that has positioning. If no elements are positioned above it, it looks to the body tag for positioning.
11) [True or False] Fixed positioning is similar to absolute, but the position is always relative to the active viewport, not the parent element.
12) Which CSS property controls allow positioned elements to stack (appear on top of) other elements?
13) [True or False] When we float an element, it moves as far over as it can, either to the right or to the left, and the elements below it move up to take up the space the floated element used to occupy.
14) [True or False] When we float an element, we essentially remove it from normal document flow.
15) [Critical Thinking] If we wish the text in a paragraph tag to wrap to the left on a floated image, what value do we set to the float property of the image?
16) Which flexbox child property places child elements one on top of each other? (vertically)
17) While the grid layout is a powerful tool, it may not be fully supported by all browsers at this time. The author mentioned a couple of tactics to use grids with browsers that don’t fully support grids at this time. Name 1.
18) According to the author, what is an advantage of using lots of comments in our CSS?
19) [Critical Thinking] What is an advantage of grouping related styles in the same place?
20) According to the author, why should we consider splitting our CSS into multiple files?
21) What does the author do to inspect an element on a page?
22) What does a code linter do?
Introduction to responsive web design - 2:40
23) [Critical Thinking] In the video the author flexes the screen to approximate what the page would look like on a mobile phone. Would this be sufficient to determine how a the page would work for a phone? If not, why not?
24) [Critical Thinking] Write the exact syntax of a media query that allows you to write styles for all screens smaller than 600 pixels.
25) What does the author mean by mobile first?
CSS frameworks and grids - 1:23
26) [Critical Thinking] When should we consider using a CSS framework instead of creating our own CSS?
27) According to the author, what is the biggest reason to use CSS pre-processors?
In: Computer Science
Scenario
Frank has only had a brief introduction to statistics when he was in high school 12 years ago, and that did not cover inferential statistics. He is not confident in his ability to answer some of the problems posed in the course.
As Frank's tutor, you need to provide Frank with guidance and instruction on a worksheet he has partially filled out. Your job is to help him understand and comprehend the material. You should not simply be providing him with an answer as this will not help when it comes time to take the test. Instead, you will be providing a step-by-step breakdown of the problems including an explanation on why you did each step and using proper terminology.
What to Submit
To complete this assignment, you must first download the word document, and then complete it by including the following items on the worksheet:
Incorrect Answers
Correct any wrong answers. You must also explain the error performed in the problem in your own words.
Partially Finished Work
Complete any partially completed work. Make sure to provide step-by-step instructions including explanations.
Blank Questions
Show how to complete any blank questions by providing step-by-step instructions including explanations.
Your step-by-step breakdown of the problems, including explanations, should be present within the word document provided. You must also include an Excel workbook which shows all your calculations performed.
WORKSHEET:
Deliverable 02 – Worksheet
Instructions: The following worksheet is shown to you by a student who is asking for help. Your job is to help the student walk through the problems by showing the student how to solve each problem in detail. You are expected to explain all of the steps in your own words.
Key:
<i> - This problem is an incorrect. Your job is to find the errors, correct the errors, and explain what they did wrong.
<p> - This problem is partially finished. You must complete the problem by showing all steps while explaining yourself.
<b> - This problem is blank. You must start from scratch and explain how you will approach the problem, how you solve it, and explain why you took each step.
<p> Assume that a randomly selected subject is given a bone density test. Those tests follow a standard normal distribution. Find the probability that the bone density score for this subject is between -1.53 and 1.98
Student’s answer: We first need to find the probability for each of these z-scores using Excel.
For -1.53 the probability from the left is 0.0630, and for 1.98 the probability from the left is 0.9761.
Continue the solution:
|
Finish the problem giving step-by-step instructions and explanations. |
<b> The U.S. Airforce requires that pilots have a height between 64 in. and 77 in. If women’s heights are normally distributed with a mean of 65 in. and a standard deviation of 3.5 in, find the percentage of women that meet the height requirement.
Answer and Explanation:
|
Enter your step-by-step answer and explanations here. |
<i> Women’s pulse rates are normally distributed with a mean of 69.4 beats per minute and a standard deviation of 11.3 beats per minute. What is the z-score for a woman having a pulse rate of 66 beats per minute?
Student’s answer:
Let
Corrections:
|
Enter your corrections and explanations here. |
<b> What is the cumulative area from the left under the curve for a z-score of -0.875? What is the area on the right of that z-score?
Answer and Explanation:
|
Enter your step-by-step answer and explanations here. |
<i> If the area under the standard normal distribution curve is 0.6573 from the right, what is the corresponding z-score?
Student’s answer: We plug in “=NORM.INV(0.6573, 0, 1)” into Excel and get a z-score of 0.41.
Corrections:
|
Enter your corrections and explanations here. |
<p> Manhole covers must be a minimum of 22 in. in diameter, but can be as much as 60 in. Men have shoulder widths that are normally distributed with a mean of 18.2 and a standard deviation of 2.09 in. Assume that a manhole cover is constructed with a diameter of 22.5 in. What percentage of men will fit into a manhole with this diameter?
Student’s answer: We need to find the probability that men will fit into the manhole. The first step is to find the probability that the men’s shoulder is less than 22.5 inches.
Continue the solution:
|
Enter your step-by-step answer and explanations here. |
In: Statistics and Probability
Deliverables
There is one deliverable for this assignment
Make sure the script obeys all the rules in the Script Requirements page.
Specification
The script must have 3 functions:
get_args
This function must have the following header:
def get_args(arg_number):
This function takes as its parameter an integer.
The function should look at the number of command line arguments that the script gets when it is run.
If the number of command line arguments is less than the parameter, it should print a usage message in the form specified in the Class Notes and the function should cause the script to quit.
If it gets the right number of command line arguments it should return those arguments.
Remember that the length of sys.argv is always one more than the number of command line arguments.
The test code will use the first command line argument as the argument to create_python_file and the second command line argument as the argument to print_directory.
create_python_file
This function must have the following header:
def create_python_file(filename):
This function takes as it's parameter a name of a Python script without the .py extension.
The first thing the function should do is check that there is no . (dot) in the filename.
If there is, the function should print an error message and the script should quit.
This error message must contain the word "ERROR".
Otherwise the function should add ".py" to the filename.
It should then use the Unix command touch to create a file with that filename.
touch when run with an argument creates a file of that name.
Then the function should give this file 755 permissions using the Unix chmod command.
print_directory
This function must have the following header:
def print_directory(path):
This function takes as it's parameter a path.
The first thing that the function should do is check to make sure the path is a directory that exits.
If the directory does not exist the function should print an error message and quit.
This error message must contain the word "ERROR".
Otherwise, the function should print the entries in the directory specified by the path parameter.
Script for this assignment
Open an a text editor and create the file hw6.py.
You can use the editor built into IDLE or a program like Sublime.
Test Code
Your hw6.py file must contain the following test code at the bottom of the file:
filename, path = get_args(2) print(filename, path) create_python_file(filename) print_directory(path)
Suggestions
Write this program in a step-by-step fashion using the technique of incremental development.
In other words, write a bit of code, test it, make whatever changes you need to get it working, and go on to the next step.
Usage: hw6.py FILENAME PATHFix any error you find.
In: Computer Science
The Protek Company is a large manufacturer and distributor of electronic components. Because of some successful new products marketed to manufacturers of personal computers, the firm has recently undergone a period of explosive growth, more than doubling its revenues during the last two years. However, the growth has been accompanied by a marked decline in profitability and a precipitous drop in the company’s stock price.
You are a financial consultant who has been retained to analyze the company’s performance and find out what’s going wrong. Your investigative plan involves a series of in-depth interviews with management and doing some independent research on the industry. However, before starting, you want to focus your thinking to be sure you can ask the right questions. You’ll begin by analyzing the firm’s financials over the last three years, which are presented in the supplemental datasheet. Assume the company sold no property, plant, or equipment during the time periods presented. Also assume the company did not repay any long-term debt. The company’s normal credit terms extended to its customers is net 30.
Complete the following using Microsoft Excel and Word. All quantitative analysis should be done in Excel, while all qualitative analysis should be completed in Word. Construct horizontal analysis (year-over-year growth) on the financial statements for 2019 and 2020. Analyze the trend in each line; what does the trend analysis reveal? What are strengths, and areas for concern? Construct common size balance sheets for 2018 - 2020, respectively, and common size income statements for 2018 - 2020, respectively. Analyze the trend in each line. What appears to be happening? What are your significant findings? Construct Statements of Cash Flows for 2019 and 2020 using the indirect method. Also compute Free Cash Flow for each year. Where is the company’s cash going to and coming from? What are strengths, and areas for concern? Calculate all the financial ratios discussed in chapter 15 (use exhibit 15-6 as a guide) for 2019 and 2020. Analyze trends in each ratio. What can you infer from this information? Make specific statements about liquidity, asset management, debt management, profitability, and market performance. Do not simply say that ratios are higher or lower (or that they are going up or down); instead, think about what might be going on in the company and propose reasons why the ratios are acting as they are. Finally, based on all of your analysis, what two (or more) specific actionable items should the company do to improve its situation? Be specific in your response and discuss the implication of your recommendation.
| EXHIBITS: SUPPLEMENTAL DATA (for Protek Company) | |||
| All values, except stock price, are in millions ($000,000) | |||
| Table 1 Balance Sheets | 2018 | 2019 | 2020 |
| Assets | |||
| Cash | $30 | $40 | $62 |
| Accounts receivable | 175 | 351 | 590 |
| Inventory | 90 | 151 | 300 |
| Gross Property, Plant, & Equipment | 1,565 | 2,373 | 2,718 |
| Accumulated depreciation | -610 | -860 | -1,135 |
| Total assets | $1,250 | $2,055 | $2,535 |
| Liabilities and equity | |||
| Accounts payable | $56 | $81 | $134 |
| Accruals | 15 | 20 | 30 |
| Long-term debt | 630 | 1,260 | 1,600 |
| Total equity | 549 | 694 | 771 |
| Total liabilities and equity | $1,250 | $2,055 | $2,535 |
| Table 2 Income Statements | 2018 | 2019 | 2020 |
| Sales | $1,578 | $2,106 | $3,265 |
| Cost of goods sold | 631 | 906 | 1,502 |
| Operating expenses: | |||
| Depreciation | 200 | 250 | 275 |
| Administration | 126 | 179 | 294 |
| Research & Development | 158 | 211 | 327 |
| Sales and Marketing | 116 | 245 | 607 |
| Operating Income | 347 | 315 | 260 |
| Interest expense | 63 | 95 | 143 |
| Pre-tax Profit | $284 | $220 | $117 |
| Income Tax Expense (34% tax rate) | 97 | 75 | 40 |
| Net Income | $187 | $145 | $77 |
| Table 3 Other Information | 2018 | 2019 | 2020 |
| Dividends Paid | $0 | $0 | $0 |
| Stock Issuance | $0 | $0 | $0 |
| Stock price | $39.27 | $26.10 | $11.55 |
| Avg. Shares outstanding | 100 | 100 | 100 |
| Avg. Interest Rate on Long-term debt | 10.00% | 10.00% | 10.00% |
In: Accounting
Complete the following using Python on a single text file and submit your code and your output as separate documents. For each problem create the necessary list objects and write code to perform the following examples:
In: Computer Science