CONTRUCTION -9

 

Read chapter 10.
1. Write a Visual Logic program that opens an input file and writes the file data in an array. 

2. Calculate the average from the data and display the average.

3. Think about a file exception error. Handle the exception in your program.

Variables, IF/THEN/ELSE, Loops

Instructions:

You will complete this assignment in Python 3.x. Make sure you have downloaded the software and it is installed correctly. You will download it from this site

You will code the following and submit it in one file. Use the information in the Content area for this week to assist you. Save it as a python file (.py), and upload it into the Assignments area.

1. Include comment block on line1 of your code with the following information:

“”

“””

Your Name

Course Name, Section (example: ENTD200 B002 Spr18)

Instructor name

Week #

Date completed

“””

2. Create 2 Python programs based on week 5 Assignment flowcharts and requirements. You must use loops, do not use function calls.

 

Here is a SAMPLE run for a simple calculator to add to numbers (this is for reference only)

Simple Calculator

What is your name –> Supa

Enter first number –> 7

Enter second number –> 5

Supa, The total of 7.0 + 5.0 = 12.0

Do you want another calculation ? (y/n) y

What is your name –> Lupa

Enter first number –> 21

Enter second number –> 11

Lupa, The total of 21.0 + 11.0 = 32.0

Do you want another calculation ? (y/n) n

Thanks for using my calculator

                                     Assessment Rubric:

A.Create a comment block with the following information:

Your Name

Course Name, Section (example: ENTD200 B002 Spr19)

Instructor name

Week #

Date completed

B.  Write a program that will calculate the problem using a loop and stop after the condition has been met. 

C.  Print (print function with label). 

Routers in Digital Forensics

 It is sometimes said that information extracted from a router or switch does not necessarily provide specific evidence of a particular crime. What is meant by that?  If true, what then is the most useful information collected from these devices in an investigation? 

Registers

 Registers
 

A small computer has two registers, R1 and R2, and the following instructions: LOAD, SUBTRACT, MULTIPLY, BNZ, PRINT and STOP. The format of the instructions is the following:
 

Operation Code First Operand Second Operand
 

The LOAD instruction loads data from memory to a register. The LOAD, SUBTRACT, and MULTIPLY instructions expect a register in the first operand. They expect a data location or a direct value in the second operand. The data location in the second operand can be a Register or a Memory Address. A direct value (denoted by =) is the actual data value (as opposed to the data location). The LOAD, SUBTRACT, and MULTIPLY use the second operand to operate on the data in the first operand. They leave the result in the first operand.
 

For example, if the value stored in register R1 is 10 and the instruction MULTIPLY R1, = 4 were executed, the new value stored in register R1 will be 40.
 

As another example, assume the value stored in register R1 is 10 and the value stored in data location 500 is 35. If instruction MULTIPLY R1, 500 were executed, the new value stored in register R1 will be 350.
 

BNZ tests the first operand and branches to the address specified in the second operand.
PRINT has one operand. It prints the content of the first operand on the screen.
STOP does not have any operand. It halts the program.
 

Address
 

Instruction
 

0 LOAD R1, = 5
 

1 LOAD R2, = 1
2 MULTIPLY R2, R1
3 SUBTRACT R1, = 1
4 BNZ R1, 2
5 PRINT R2
6 STOP
 

What does the program compute and what is the printed result?

 

BIG DATA

NEED AN ANSWER FOR PROJECT 2!

***YOU NEED TO KNOW HOW TO USE R PACKAGE*** 

Popular (Most Frequently Used) R Packages 

IT214: Computer Science and Engineering

 

Define Garbage collection – in Computer Programming. Discuss the advantages and pitfalls of “Garbage collection.” 

Your first post must be between 300 and 400 words.

Your second post must be between 50 and 75 words.

Post by Thursday noon – this gives your classmates time to respond to your posts.

Peer response 100 words

Peer respones 100 words based on peers answer respond to the answer to keep the conversation going. . As a mother of four with a blended family, it is crucial that I keep close track of each of our family member’s happenings. I must keep a running ledger of sports, due dates, birthday parties, reading logs, parental time sharing, etc. An Excel spreadsheet could help me manage the various activities and important dates and times. My typical organization tactics included random sheets of paper, sticky notes, and a wall calendar. I am not certain how I would organize my spreadsheet being that I am unfamiliar with the program. I would assume I would use the rows for the specific activities with the columns being for the details of each activity (date, location, time, contact person for each event.) I have not used Excel much before this point, but I am excited to see how it could positively impact our daily life. 

Discussion

For whichever U.S. state you are currently residing in(state – Kansas), research its breach notification law. Note that some states do not label it as such, but all 50 states have some form of legislation that mandates an organization’s responsibilities when a data breach affects the state’s citizen’s private, protected information.

What types of organizations or individuals does it apply to? 

Is it limited to only those organizations or individuals who reside or exist in that state, or might it affect external interests? 

How does the law define or describe the information that it protects, by both name and description? 

What exemptions, if any, exist? 

What are the penalties for violating the law? 

In your opinion, is it effective? Good law? Needing updating? What other critiques or opinions do you have about it? 

Assignment

 This is a required assignment, worth 45 points, and must be submitted by the due date.
Review the Grading Rubric before completing this assignment.Research a scholarly paper or professional video on “Databases, Warehouses and Advanced Data Management Systems” and reflect on one of the following topics:

  • “DM Types”: What determines which type of Data Management System is being used? 
  • “Importance”: How important is the Data Management system in conducting SAD? 
  • “SA”: What is the role of the Systems Analyst to propose new Data Management solutions?

NOTE:
You must copy and paste the topic (“DM Types” or “Importance” or “SA”) at the start of your paper to provide a context for your answer.
This paper must be between 250-300 words on what caught your eye and reflect on what you read. 
Do not add extraneous text that does not address the question – do not add an introduction or conclusion.
Do not copy and paste text from the referenced resource.You must provide at least one APA reference for your resource and corresponding in-text citations..
You must provide the referenced resource URL/DOI in the APA reference.
Do not use the Textbook as a referenced resource.