CYBER SECURITY

In this assignment, analyze OpenSAMM as an assessment tool. Identify the pros and cons of OpenSAMM as compared to another assessment tool such as BSIMM.

Deliverables:

For this assignment, you are to:

Develop a report that should be 4-5 pages, not including the title and reference pages, and formatted to Saudi Electronic University academic writing standards and APA style guidelines, citing references as appropriate.

4) What are some of the ways politicians can control or manage the news? How can citizens get some control over the political narrative?

Writing instructions DON’T USE TURNITIN

3–5-page essay on the power of media in American politics. use 3 or more of the questions below — based on chapter 9 in AmGov textbook– as the focus of your paper. (“AmGov” by Christine Barbour.) Find at least 2 articles or websites that relate to the topic and make direct references to them in addition to the book.

question option:

1) Being a mediated citizen (as textbook author describes it) has both drawbacks and benefits. Discuss how we get our information and what it means to be a mediated citizen in today’s America. (Sections 9.1 & 9.2 from the book)

2) What do journalists do, how important are those things and can we trust them? (Section 9.4 from the book)

3) How do people working in the media help shape the political narrative? What are some of the powers of the media to ‘spin’ or create a story? (section 9.5)

4) What are some of the ways politicians can control or manage the news? How can citizens get some control over the political narrative? (Sections 9.6 & 9.7)

complete citations for articles and textbook.

Data Science and Statistical Modelling Assignment

MTHM502 Introduction to Data Science and Statistical Modelling Assignment

  1. The offspring of an animal can be split into three distinct types: type BB, type Bb and type bb. If the offspring is of type bb it has brown fur, otherwise it has black fur. Suppose that the initial proportion of type BB offspring is 1/8, the initial proportion of type bb offspring is 1/4, and the rest of the offspring are of type Bb. Suppose that any offspring of type BB, type Bb and type bb will independently survive to maturity with probability 1/4, 1/8 and 3/4 respectively. (a) [5 marks] Find the probability that a randomly chosen offspring survives to maturity. (b) [7 marks] Given that an offspring has survived to maturity, find the probability that it has black fur. 2. We toss a coin which shows a head with probability p. If the coin shows a head, we toss it again, but if it shows a tail we stop (so the coin is tossed either once or twice). (a) [4 marks] Find the probability that we get a head at the end of this experiment. (b) [5 marks] Now we toss 10 coins, where each coin shows a head with probability p, independently of each other. Each coin which shows a head is tossed again. What is the probability mass function of the number of heads we have after the second round of tosses? (c) [4 marks] Find the expected number of heads after the first round of tosses in Q2(b). How does this number change after the second round of tosses? (d) [6 marks] R: Use simulation to find the probability that we have no heads at the end of the experiment in Q2(b) when p =0.3. 3. The following data are the observed frequencies of the number of strikes y in a ship building company in the UK during 1948-1961: No. of Strikes 0 1 2 3 4 Frequency 137 33 10 1 1 Thus n =182 andP182 i=1 yi =60. Assume a Poisson model for these data with parameter λ. (a) [7 marks] Suggest a point estimator for the Poisson parameter λ, and obtain a standard error for this estimator. Next, use the provided data to calculate an approximate 95% confidence interval for λ. Does the confidence interval support the hypothesis at the 5%-level that λ =1? (b) [8 marks] Suppose only those periods during which there was at least one strike are of interest (note that in this case the zero entries in the dataset are not considered!). An appropriate model here has the following probability mass function f(y;λ)= e−λλy (1−e−λ)y!, y =1,2,3,… and λ > 0. Obtain the log-likelihood function for this case and show that the equation for the maximum likelihood estimator ˆ λ reduces to solving: ˆ λ 1−e−ˆ λ = 4 3.
    1
    That is, the maximum likelihood estimate is the root of the function
    f(λ)=
    ˆ λ 1−e−ˆ λ −
    4 3. (1) Note that you’re not expected to solve the above equation manually. (c) [5 marks] R: Plot the derivative of the loglikelihood function from Q3(b) and identify an interval of length one that contains the root of this function. (d) [6 marks] R: Use the optimise function to determine the maximum likelihood estimate ˆ λ to three decimal places. (Looking at the help page of optimise reveals that optimise needs a function to minimise, furthermore it has a lower and upper argument that specifies the two endpoints of the interval to be searched). The function that needs to be minimised in order to obtain the maximum likelihood estimate is the absolute value of the function (1) from Q3(b) (you need to define this function), while a suitable interval can be the one identified in Q3(c). 4. The random variable Y has a Binom(n,p) distribution where n is known and p ∈[0,1] is to be estimated. (a) [3 marks] Show that the method of moments estimate of p on observing Y = y is ˆ p = y n. From now on we shall write the method of moments estimator of p as T = T(Y)= Y n. (b) [6 marks] Find the mean and variance of T. What are the bias and mean square error of T as an estimator of p? (c) [4 marks] An investigator is interested in the parameter θ = p2 and proposes to use T2 = Y 2 n2 to estimate θ. Show that T2 is a biased estimator of θ. (d) [5 marks] Final an expression of the form aT2 +bT which gives an unbiased estimator of θ. 5. Planktonarekeyorganismsinmanyaquaticsystems. Assuch, itisessentialtounderstandhowdifferent abiotic quantities affect plankton levels. Part of an investigation into the factors affecting the productivity of plankton in the River Thames at Reading consisted of taking measurements at 30 monthly intervals of the production of oxygen (in milligrams per cubic metre per day) and potentially useful explanatory variables in predicting its level. The aim of this assingment is to investigate the relationship between the explanatory variables and the production of oxygen. The data file (oxygenfull.csv) contains one line of data per month as follows: • OXY – Production of oxygen (in milligrams per cubic metre per day) • CHLOR – The amount of chlorophyll (in micrograms per cubic metre per day) • LIGHT -The amount of light (in calories per square centimetre per day) • TEMP -The temperature of the water (in degrees C) • SPEED -The speed of the river flow (in metres per second) • SUN – The amount of sun light per day (hours) • ALT – The altitude above sea level (in metres) (a) [6 marks] Read in and check the data. Carry out exploratory data analysis, and comment on your findings. (b) [10 marks] Build a regression model during which you will have to decide which of the possible explanatory variables should be included in the model. Explain the key steps of your analysis (in particular why you decided to include certain explanatory variables, but not others). (c) [9 marks] Comment on the fit and interpretation of the final model, explaining what conclusions you can draw from your chosen model. Include suitable residual plots, commenting as appropriate.
    2
    Total for paper = 100 marks. The submitted work should be your own work! The questions apart from Q2(d), Q3(c), Q3(d) and Q5 are theoretical exercises, and should be solved using results we covered in lectures. Make sure you justify each step of the theoretical reasoning by clearly stating the theorem/property you are using (marks will be awarded for these). Also make sure that you add comments to each section of your R code, explaining what you’re doing. A pdf document with your R code and the solutions to the theoretical exercises should be submitted through EBART by Noon (12pm), 22nd November. Note that late submissions will be penalised.
discuss how the above-solved equilibrium levels Ye, Ce, Ge and Te will change (i.e., increase or decrease) if the income tax rate (t) is going to be increased.

Linear Algebra for Economics and Finance (2021-22Sem1) –– Special Assignment (80 marks, contributing 10% to the course’s overall assessment) Submitted to TA (Miss Tina Kong at T1-301-R5-H10) or the Lecturer before 5:00pm, Tuesday, 7 December 2021
Consider the following simplified national-income model, Y = C + G + I0 (1) C =  +  (Y – T) (  > 0, 0 <  < 1) (2) G =  +  Y (  > 0, 0 <  < 1) (3) T = d + tY (d > 0, 0 < t < 1) (4) where Y, C, G and T represent the endogenous variables of national income, private consumption expenditure, government consumption expenditure, and income tax, I0 stands for the exogenous variable of investment expenditure,  ,  ,  ,  , and d are independent structural parameters, and t is the (private) income tax rate which is considered as a policy or control parameter, respectively. It is also understood that  and  , standing for private and government consumption rates, respectively, satisfy the reasonable conditions of  –  d > 0 and  +  < 1.
Denote x = [
𝑌 𝐶 𝐺 𝑇
] and write equations (1)-(4) in matrix format as:
x = Ax + b (5)
Question 1 (20 marks) (i) What is A and what is b? (5 marks) (ii) Find the column space and null space of A, each written as a subspace spanned from a set of some independent vectors as usual. What is the rank of A? (11 marks)
(iii) Determine if v1 = [
2  2𝑡 2  𝑡 ] and v2 = [
 2𝑡 2  2𝑡 ] belong to the column space of A or not. (4 marks)
Question 2 (20 marks) Just for this Question 2 only, assume  = t 2 [i.e., government consumption rate equals to (private) income tax rate squared]. (i) Find all eigenvalues of A. (10 marks) (ii) Discuss A is diagonalizable or not. (10 marks)
Question 3 (40 marks) (i) Solve for Y, C, G and T from equations (1)-(4) [or from equation (5)] in terms of the exogenous variable (I0) and parameters (  ,  ,  ,  , d and t), formally called their equilibrium values which are denoted as Ye, Ce, Ge and Te, respectively. Indicate the conditions or restrictions (if any) needed in order to find the equilibrium values. (20 marks) (ii) Discuss how the above-solved equilibrium levels Ye, Ce, Ge and Te will change (i.e., increase or decrease) if the income tax rate (t) is going to be increased. (20 marks)
—- End of Special Assignment —-

Calculate the capital required under Basel II if the Standardized Approach is used and show whether the bank has sufficient capital to meet the Basel requirements.

A bank has the following balance sheet (in millions):
Cash 24 Retail Deposits 620 OECD Bank Deposits (BBB) 120 Wholesale Deposits 300 Corporate Bonds (BBB) 90 Common Equity 50 Mortgage Loans 130 Subordinated Debt (>5 years) 4 Small Business Loans 300 Consumer Loans 320 Reserve for Loan Losses (10) Total 974 Total 974
The bank has the following transactions with a BBB+ rated company:
• A two-year forward contract on a foreign currency, currently worth £3 million, to buy foreign currency worth £140 million. • A six-month forward contract on the FTSE100. The principal is £20 million and the current value is £2.5 million. • A two-year swap involving oil. The principal is £6 0 million and the current value of the swap is -£7 million.
Note:
Basel I credit conversion factors are 0% to cash and government bonds; 20% to claims on OECD banks; 50% to residential mortgages; 100% to corporate loans, corporate bonds, and consumer loans.
Rating AAA to AA-
A+ to A- BBB+ to BBB-
BB+ to BB-
B+ to B- Below B- Unrated
Country 0% 20% 50% 100% 100% 150% 100% Banks 20% 50% 50% 100% 100% 150% 50% Corporates 20% 50% 100% 100% 150% 150% 100%
Retail lending (secured) 35% Retail lending (unsecured) 75% 1- to 5-year foreign exchange contracts 5% 1- to 5-year interest rate swaps 0.5% 5- to 10-year interest rate swaps 1.5%
Add-on factors
Remaining Maturity (yr)
Interest Rate
Exchange Rate and Gold
Equity Other Precious Metals
Other Commodities < 1 0.0 1.0 6.0 7.0 10.0 1 to 5 0.5 5.0 8.0 7.0 12.0 > 5 1.5 7.5 10.0 8.0 15.0
Required:
(a) Estimate the capital required under Basel I (assume no netting for the off-balance sheet items) and discuss whether the bank has sufficient capital to meet the Basel requirements. (b) Calculate the capital required under Basel II if the Standardized Approach is used and show whether the bank has sufficient capital to meet the Basel requirements. If not, calculate the total capital the bank needs to meet the requirement.
(c) Calculate the leverage ratio. Briefly discuss the difference between the leverage ratio and the capital adequacy ratio.

AUDITORS OBJECTIVES

.Which of the following is not one of the auditor’s objectives regarding inventory?

1. Verifying that inventory counted is owned by the client.

2. Verifying that the client has used proper accounting for inventory.

3. Verifying the proper valuation of inventory.

4. Verifying that all inventory owned by the client is at the warehouse at the time of the count.

This exercise asks you to convert business statements into dependencies.

ICS 324 – HW 3

Due November 27, 2021

Solve the following normalization questions.

  1. [4 pts] Consider the relation R = {A, B, C, D, E, F, G, H, I, J} and functional dependencies
  • {A,B} à {C}
  • {A} à {D,E}
  • {B} à {F} 
  • {F} à {G,H}  
  • {D} à {I,J}

What is the key for R? Decompose R into 2NF and then 3NF relations.

  • [4 pts] Consider a relation R = {A, B, C, D, E} with the following dependencies.
  • {A, B} à {C}
  • {C, D} à {E}
  • {D, E} à {B}

Is AB a candidate key of R?  What about ABD? Explain your answer.

  • [4 pts] Consider the relation R, which has attributes that hold schedules of courses and sections at a university;

R = {Course_no, Sec_no, Offering_dept, Credit_hours, Course_level, Instructor_ssn, Semester, Year, Days_hours, Room_no, No_of_students}.

Suppose that the following functional dependencies hold on R:

  • {Course_no} → {Offering_dept, Credit_hours, Course_level}
  • {Course_no, Sec_no, Semester, Year} → {Days_hours, Room_no, No_of_students, Instructor_ssn}
  • {Room_no, Days_hours, Semester, Year} → {Instructor_ssn, Course_no, Sec_no}

Try to determine which sets of attributes form keys of R. How would you normalize this relation?

  • [4 pts] This exercise asks you to convert business statements into dependencies.

Consider the relation DISK_DRIVE (Serial_number, Manufacturer, Model, Batch, Capacity, Retailer). Each tuple in the relation DISK_DRIVE contains information about a disk drive with a unique Serial_number, made by a manufacturer, with a particular model number, released in a certain batch, which has a certain storage capacity and is sold by a certain retailer. For example, the tuple Disk_drive (‘1978619’, ‘WesternDigital’, ‘A2235X’, ‘765234’, 500, ‘CompUSA’) specifies that WesternDigital made a disk drive with serial number 1978619 and model number A2235X, released in batch 765234; it is 500GB and sold by CompUSA. Write each of the following dependencies as an FD:

  1. The manufacturer and serial number uniquely identifies the drive.
  2. A model number is registered by a manufacturer and therefore can’t be used by another manufacturer.
  3. All disk drives in a particular batch are the same model.
  4. All disk drives of a certain model of a particular manufacturer have exactly the same capacity.
  • [4 pts] Consider the following relation:

CAR_SALE (Car_id, Option_type, Option_listprice, Sale_date, Option_discountedprice)

This relation refers to options installed in cars (e.g., cruise control) that were sold at a dealership, and the list and discounted prices of the options. If

  • CarID → Sale_date
  • Option_type → Option_listprice
  • CarID, Option_type → Option_discountedprice

Argue using the generalized definition of the 3NF that this relation is not in 3NF. Then argue from your knowledge of 2NF, why it is not even in 2NF.

  • [4 pts] Consider relation R = {A, B, C, D, E} with the following dependencies.
  • {A} → {C}
  • {B, D} → {A}
  • {D} → {E}

Decompose R into BCNF. In each step, explain which functional dependency you used to
decompose and explain why further decomposition is needed. And also make sure you indicate the keys for each relation.

Ethical and legal issues

Assessment Description

Write a short scenario that gives a fictional example of an ethical or legal issue you could encounter when working with an aging or vulnerable adult client. Describe what you could do to protect yourself in a situation similar to the scenario you describe.

Identify and discuss 4 personality concepts as they apply to your current self.

For this assignment, you will reflect on what you know about your current self in terms of personality and you will also write about your future self. First, you will identify and discuss 4 personality concepts as they apply to your current self. Then, end the paper with a reflection about aging and your future self. In this second part, focus on application of developmental psychology and the changes you may expect for your future. Incorporate specific details and terminology of what you have learned in this class. I recognize that elements of this paper may be personal in nature. You are welcome to share as much or as little as you are comfortable sharing when it comes to personal details. There are many concepts from this course that you can potentially draw on, so you should choose topics that you are comfortable discussing. The goal here is to think deeply and apply concepts, so I am open to however you would like to demonstrate that. I will not be grading/judging your personal journey in any way. I will be grading based on your clear application of concepts, examples, and quality of writing (see rubric below). Additionally: You must select concepts covered in your textbook or the readings provided on Canvas. The concepts should be empirically validated ideas discussed in this course, NOT based on pseudoscience, an internet blog, or “pop psychology.” You will not need to spend time defining each concept in detail; but rather, demonstrate your knowledge of each concept by connecting it to observations of yourself and providing specific examples. Aim for 3 pages on current personality concepts and 1 page on aging/future self. Practice conciseness and only include the most relevant and important examples to meet the requirements of the assignment.

Joy of Boredom

Write an organized multi paragraph (at least five). essay that states and defend your point of view on the Joy of Boredom The Joy of Boredom article will be provided

Requirements: 1 page  

× How can I help you?