Questions
You are a relatively junior programmer working on modules thatcollect data from loan application forms...

You are a relatively junior programmer working on modules that collect data from loan application forms and convert them to formats required by the parts of the program that evaluate the applications. You find that some demographic data are missing from some forms, particularly race and age. What should your program do? What should you do? risk ,problems ,benefits and phase analyze

In: Computer Science

Describe your daily activities at your job as a Programmer Analyst and elaborate on the critical...

Describe your daily activities at your job as a Programmer Analyst and elaborate on the critical aspect of what you do? What value do you add to the IT Company? What makes you a valuable contributor to your team/organization? Give few examples.

Please answer in 350 words only and in word format only. No images please.

PLEASE ANSWER ALL THE QUESTIONS ASKED.
Thanks

In: Operations Management

A programmer plans to develop a new software system. In planning for the operating system that...

A programmer plans to develop a new software system. In planning for the operating system that he will? use, he needs to estimate the percentage of computers that use a new operating system. How many computers must be surveyed in order to be 90?% confident that his estimate is in error by no more than four percentage points? B) Assume that a recent survey suggests that about 91?% of computers use a new operating system

In: Statistics and Probability

A programmer plans to develop a new software system. In planning for the operating system that...

A programmer plans to develop a new software system. In planning for the operating system that he will​ use, he needs to estimate the percentage of computers that use a new operating system. How many computers must be surveyed in order to be 95​% confident that his estimate is in error by no more than five percentage points question marks?

Complete parts​ (a) through​ (c) below. Round to nearest integer.

Assume that nothing is known about the percentage of computers with new operating systems.

n= ?

Assume that a recent survey suggests that about 89​% of computers use a new operating system.

n = ?

Does the additional survey information from part​ (b) have much of an effect on the sample size that is​ required?

A - Yes, using the additional survey information from part​ (b) dramatically increases the sample size

B. - ​No, using the additional survey information from part​ (b) does not change the sample size.

C. - Yes, using the additional survey information from part​ (b) dramatically reduces the sample size.

D. - No, using the additional survey information from part​ (b) only slightly increases the sample size

In: Statistics and Probability

A programmer plans to develop a new software system. In planning for the operating system that...

A programmer plans to develop a new software system. In planning for the operating system that he will​ use, he needs to estimate the percentage of computers that use a new operating system. How many computers must be surveyed in order to be

9595​%

confident that his estimate is in error by no more than

fivefive

percentage

points question mark s?

Complete parts​ (a) through​ (c) below.

​a) Assume that nothing is known about the percentage of computers with new operating systems.

nequals=nothing

​(Round up to the nearest​ integer.)

​b) Assume that a recent survey suggests that about

8989​%

of computers use a new operating system.

nequals=nothing

​(Round up to the nearest​ integer.)

​c) Does the additional survey information from part​ (b) have much of an effect on the sample size that is​ required?

A.

​Yes, using the additional survey information from part​ (b) dramatically increases the sample size.

B.

​No, using the additional survey information from part​ (b) does not change the sample size.

C.

​Yes, using the additional survey information from part​ (b) dramatically reduces the sample size.

D.

​No, using the additional survey information from part​ (b) only slightly increases the sample size.

In: Statistics and Probability

A programmer plans to develop a new software system. In planning for the operating system that...

A programmer plans to develop a new software system. In planning for the operating system that he will​ use, he needs to estimate the percentage of computers that use a new operating system. How many computers must be surveyed in order to be 99​% confident that his estimate is in error by no more than three percentage points question marks?

​a) Assume that nothing is known about the percentage of computers with new operating systems.

n=___

​b) Assume that a recent survey suggests that about 85​% of computers use a new operating system.

n=____

c) Does the additional survey information from part​ (b) have much of an effect on the sample size that is​ required?

In: Statistics and Probability

A programmer plans to develop a new software system. In planning for the operating system that...

A programmer plans to develop a new software system. In planning for the operating system that he will​ use, he needs to estimate the percentage of computers that use a new operating system. How many computers must be surveyed in order to be 95​% confident that his estimate is in error by no more than five percentage points question marks? Complete parts​ (a) through​ (c) below. ​a) Assume that nothing is known about the percentage of computers with new operating systems.

In: Statistics and Probability

You recently started working in at a University in the Math department as a software programmer....

You recently started working in at a University in the Math department as a software programmer. You need to build an app that can calculate the mod of two numbers. Users need to enter num1 and num2. The app should perform the calculation and display the output as num1 mod nub2 operation.

For example, 25 mod 5=0

24 mod 5 = 4

Once you implement the mod operations, then you need to add following buttons.

  • Addition
  • Subtraction
  • Division
  • Power

Follow these steps to complete the lab.

  1. Create the android studio project
  2. Use Android studio layout editor
  3. Add textboxes and labels according to the UI
  4. Add Button in the UI
  5. Review the XML code of the design
  6. Declare the variable before the oncreate function
  7. Read the value from textboxes and assign it to the variable
  8. Add the click event for the button
  9. Display the output
  10. Declare the variable before the oncreate function

In: Computer Science

Arrays provide the programmer the ability to store a group of related variables in a list...

Arrays provide the programmer the ability to store a group of related variables in a list that can be accessed via an index. This is often very useful as most programs perform the same series of calculations on every element in the array. To create an array of 10 integers (with predefined values) the following code segment can be utilised:

int valueList[10] = {4,7,1,36,23,67,61,887,12,53};

To step through the array the index '[n]' need to be updated. One method of stepping through the array is via a 'for' loop. Based on the array ‘valueList’ create a small C++ application utilising a 'for' loop that steps through the array and determines the largest number in the list and prints out the index and value. Hint: Consider creating an integer that stores the current largest integer and then compares it with the next indexed value.

In: Computer Science

SHORT ANSWER __________ refers to those attributes of a system visible to a programmer. 2. _________...

SHORT ANSWER

  1. __________ refers to those attributes of a system visible to a programmer.

2. _________ refers to the operational units and their interconnections that realize the architectural specifications.

3. Control signals, interfaces between the computer and peripherals, and the memory technology used are all examples of _________ attributes.

4. The instruction set, the number of bits used to represent various data types, I/O mechanisms and techniques for addressing memory are all examples of _________ attributes.

  1. The __________ architecture is the architecture of IBM’s mainframe product line.
  2. _________ is the way in which the components are interrelated.
  3. _________ is the operation of each individual component as part of the structure.
  4. The basic functions that a computer can perform are: data processing, data movement, control, and _________.
  5. When data are received from or delivered to a device that is directly connected to the computer, the process is known as __________.
  6. The four main structural components of the computer are: main memory, I/O, system interconnection, and __________.
  7. Often referred to as processor the ________ controls the operation of the computer and performs its data processing functions.
  8. A common example of system interconnection is by means of a ________, consisting of a number of conducting wires to which all the other components attach.
  9. The major structural components of the CPU are: control unit, register, CPU interconnection, and __________.
  10. A __________ control unit operates by executing microinstructions that define the functionality of the control unit.
  11. The _________ controls the operation of the CPU and hence the computer.

Problems:

  1. A program consists of 100,000 instructions as follows:

Instruction Type

Instruction Count

Cycles per Instruction

Integer arithmetic

45,000

4

Data transfer

32,000

6

Floating point arithmetic

15,000

10

Control transfer

8,000

3

1) Determine

  1. the program execution time,
  2. the effective CPI for the machine,
  3. MIPS rate for the following processors.

*Please show work for each answer placed in the Table.

Processor

Execution Time

CPI

MIPS rate

M1 - 350 MHz

M2 - 800 MHz

M3 - 1 GHz

2) What is the speed up of M2 from M1?

3) what is the speed up of M3 from M1?

4) What is the speed up of M3 from M2?

  1. Consider two different machines with two different instruction sets, both of which have a clock rate of 400 MHz. The following measurements are recorded on the two machines running a given set of benchmark programs.

Instruction Type

Instruction Count (millions)

Cycles per

Instruction

Machine A

Arithmetic and logic

Load and store

Branch

Others

8

4

2

4

1

3

4

3

Machine B

Arithmetic and logic

Load and store

Branch

Others

10

8

2

4

1

2

3

4

  1. Determine
    1. the program execution time,
    2. the effective CPI for the machine,
    3. MIPS rate for each machine.

*Please show work for each answer in the Table.

Processor

Execution Time

CPI

MIPS rate

Machine A

Machine B

2) Comment on the result.

  1. We have two types of machine as follows:

Processor

Clock Rate (MHz)

MIPS rate

CPU time (sec)

Machine A

5

1

12 x

Machine B

25

18

x

Mache A requires 12 times longer than Machine B measured in CPU time. For example, a program takes 1 second in Machine B will take 12 seconds.

1) What is the relative size of the instruction count for the program running on the two machines?

2) What is the effective CPI for the two machines?

In: Computer Science