Mark

Mark

MBA5013W4Quiz Solutions

1.___________ is a control and communication theory that examines both machine and animal.  Cybernetics 2.__________ refers to there being more than one meaning or interpretation in an environment. Equivocality 3.The products that are released to the public from an organization…

IS5403-1W4 podcast Quiz Solutions

Drag the words into the correct boxes 1. According to Prof Nop the Security Footprint of Databases is large 2. This is because of misconfiguration like installing a bunch of things that you don’t need.  3. That increases your security…

IS-5203 Network Management [2024 Jan Syllabus]

1. What is the bit size of SOF? One octet 2. What is the maximum transmission distance of 1000BaseT? 100 meters (328 feet) 3. What is the maximum transmission distance of 10GBaseLR? 6 miles 4. Which device cannot be used…

IS5213 Data Science and Big Data Solutions

WEEK- 2 code install.packages(“dplyr”) library(dplyr) Rajeshdf = read.csv(‘c:\\Insurance.csv’) str(Rajeshdf)                        str(Rajeshdf) summary(Rajeshdf) agg_tbl <- Rajeshdf %>% group_by(Rajeshdf$JOB) %>%    summarise(total_count=n(),             .groups = ‘drop’) agg_tbl…

ACC5003 Quiz Solutions

1.Why do auditors generally use a sampling approach to evidence gathering Auditors must balance the cost of the audit with the need for precision. 2.Which of the following statements best describes a relationship between sample size and other elements of…

ECO5033 Quizzes

Week 3 Quiz [100% Score] 1.The government taxes consumers in order to _________All of the these. 2.Horizontal equity is most closely aligned with ______________ taxes.proportional 3.If the market for loanable funds is at equilibrium and the interest rate rises, what…

BAN5023 2023 Quizzes

Excel creating a basic dashboard Chapter 1 1) You want to create a PivotTable of your own. What is the next step after selecting any cell inside the table you are using? Select PivotTable on the Insert tab This is the action you would take to begin creating your own type of PivotTable. 2) Lee_jin created a conditional format based on a formula. What is the advantage of using a formula-based conditional format? Lee_Jin can update the rule by changing values in cells the formula references When using a formula_based value and the target is edited, the conditional format updated automatically 3)   Miguel wants to modify his PivotTable to include currency. Which action allows him to do this in the PivotTable? Change the format applied to the data field This action enables Miguel to change all appropriate cells to the currency format 4)   Which visual summary tool would you most likely use when you want to work flexibly with a large data set? PivotChart This type of chart will enable you to easily create a chart, and then make modifications with the fields you want to include. 5) You can use a  filter to display just the highest or lowest values in a data set.…

IS5213-3W1QuiZ

1. To answer this question, please refer to the CRAN Packages web page referred to in the course material.Which of these packages are used for Optical Character Recognition? abbyyR 2.Using the iris data set in R, generate a box plot…

BA6933 Week-7 (17,18)

1.Consider the following gasoline sales time series data. Click on the datafile logo to reference the data. Week Sales (1000s of gallons) 1 17 2 21 3 19 4 23 5 18 6 16 7 20 8 18 9 22…