Discussion

Computerized Operating Systems (OS) are almost everywhere. We encounter them when we use our laptop or desktop computer. We use them when we use our phones or tablet. Find peer-reviewed articles that discuss the advantages and disadvantages of at least two different Robotic Operating Systems (ROS).

250 words, APA format with references

personal data

Question :

 share your perspective on personal data as a product to sell, who owns the data you produce, and the ethics around data collection 

Words:400

Citations:  You do not need to use in-text citations but please share at least three links to articles or videos that you used to research your perspective. 

homework4-620

Please answer all the questions completely and no plagrism . for the last question please review the following chapter 12 attached and review the link in this section 

https://github.com/OWASP/samm/blob/master/Supporting%20Resources/v2.0/OWASP-SAMM-v2.0.pdf

computer – lab work on python 2

 

Do the following assignment. please check the attach document.

Temperature-Conversion ProgramDevelop a Python program to

  • Ask the user whether to convert from celsius to fahrenheit or from fahrenheit to  celsius 
  • If the user enters  celsius to fahrenheit, then
    • Ask the user to enter a value for  celsius
    • Use the following formula to convert from  celsius to fahrenheit:
      • Fahrenheit = 9.0 / 5.0 x Celsius +  32
    • Display the entered value for  celsius and the calculated value for fahrenheit, along with appropriate messages
      • See the attached sample program run output to see how data is displayed
  • If the user enters  fahrenheit  to celsius , then
    • Ask the user to enter a value for  fahrenheit
    • Use the following formula to convert from   fahrenheit  to celsius:
      • Celsius = (Fahrenheit − 32) x  5.0 / 9.0
    • Display the entered value for fahrenheit  and the calculated value for celsius, along with appropriate messages.
      • See the attached sample program run output to see how data is displayed.
  • If neither fahrenheit to celsius  nor  celsius  to  fahrenheit  is entered, then
    • Display an error message, such as “Illegal input data was entered.”

NOTE: When setting up the above formulas, ensure to use the right Python operators! 

 You need to set up a  Python solution that is  complete and  workable.  

For your solution to be  complete, you must

  • Prompt the user for the specific input data asked for within the problem statement
  • Set up a correct formula to process the input data, arriving at the output data
  • Provide the output data asked for within the problem statement to the user

For your solution to be  workable,

  • Your solution should be free of any type of errors (syntax, run-time, logic)
  • You may want to develop an algorithm first, using pseudocode or flowchart
  • You do NOT need to turn in any algorithm

================================================================================Grading rubric:

  • You’ll receive full credit, if 
    • your program
      • compiles and runs with no problems 
      • produces the expected output
  • You’ll receive partial credit, if 
    • your program
      • compiles and runs with no problems 
      • produces partial output (that is, incomplete output)
  • You’ll receive 25% of the points, if your program will not compile
  • You’ll receive 30% of the points, if your program compiles but has a run-time problem
  • You’ll receive 40% of the points, if your program produces logic error(s)
  •  

Access main post

As per our textbook, Access, a relational database application, is the most widely used PC-based database management system (DBMS) software for both personal and business users. Like other database systems, the structure of the database file is of the utmost importance. For this exercise, you must demonstrate your understanding of the Access database system by describing how you would begin to create a database file with one of its tables (No templates). Your example may be a personal or business database. In addition, what are the advantages of managing database information in Access versus using an Excel spreadsheet? 100 words minimum