Computer Science

Define the term process and describe the relationship between processes and process control blocks also specify the steps performed by an OS to create a new process.

ASSIGNMENT QUESTION 1: Define the term process and describe the relationship between processes and process control blocks also specify the steps performed by an OS to create a new process. QUESTION 2: This question is to better understand the Management of Application Execution by using the analogy between restaurant and computer. CPU is expecting to […]

Write a program that declares a variable to hold the number of teaspoons in a tablespoon (1 tablespoon = 3 teaspoons).

Assignment Write a program that declares a variable to hold the number of teaspoons in a tablespoon (1 tablespoon = 3 teaspoons). Also declare a variable to represent the number of teaspoons needed for a recipe —for example, 16. Compute the number of tablespoons and remaining teaspoons needed. Then display explanatory text with the values […]

How did you choose which data types should be used with this program? What advice or code can you provide to help other students with this activity?

Discussion Complete Chapter 2, Section 2.4 "Programming Activity 2: Temperature Conversion" from the textbook. Once you have completed it, answer the following questions: 1) What makes a Java program well structured? 2) Were you able to successfully get the application to compile and run? 3) How did you choose which data types should be used […]

Create a PHP file to read the data from the HTML form mentioned in question no. 2 and display the username and password values on the new webpage.

Assignment Q1. Define the following. (1 Mark) a) HTTP b) TCP/IP c) DNS d) HTML Q2. Write the HTML code to generate the following output. (1 Mark) Q3. Write the HTML code to generate the following output. (1 Mark) Q4. Write an Inline CSS code to change the color as blue and size as 20px […]

Write a program that will display the top 3 items of your life bucket list (ex. life ambitions). Save the class as LifeBucketList.java.

Programming Assignment Write a program that will display the top 3 items of your life bucket list (ex. life ambitions). Save the class as LifeBucketList.java. The output should have one line for each item and look something like this: Ride a rocket to space. See all 50 states in the USA. Travel to Fiji and […]

Why is Java such a popular language? Were you able to successfully get the application to compile and run?

Programming Activity 1: Writing a First Java Application In order for us to get a feel for what it means to be a programmer, we need to write our first program. Complete Chapter 1, Section 1.5.4 “Programming Activity 1: Writing a First Java Application” from the textbook. Once you have completed it, please answer the […]

What other publications do you see on the list that can benefit a security administrator or manager?

Assignment Using a web browser, go to http://csrc.nist.gov. Click the SP800 Series (Special Publications) on the left-hand side. Find SP 800-100. Review the local download. What critical information could a security administrator or manager gain from this document? What other publications do you see on the list that can benefit a security administrator or manager? […]

What are the key components of data visualization? What techniques do you hope to learn from A05 Analyzing & Visualizing Data?

Operational Excellence Resistance to change is a normal everyday aspect in the workplace. Note what happens to the organizational climate when this resistance occurs and any tactics to reduce negative connotations when dealing with change. DATA VISUALIZATION What is your definition of data visualization? What are the key components of data visualization? What techniques do […]

Create an array of floating point numbers called gpas and insert the following values: 3.2, 4.0, 1.6, 2.7, and 3.0. Also create a 500 x 500 pixel drawing canvas with a white background.

ASSIGNMENT For each question, submit a .pde (Processing) file. The name of the file should be yourname_finalexam_x.pde, where x indicates the number of the question. For example, if your instructor were to submit a result for question 1, the file would be named: caseyblamires_finalexam_1.pde Question 15 points Convert the following “for” loop into a “while” […]

Scroll to top