Browse O
Alphabetical listing with fast deep pagination.
21210 items • Page 43 / 425
Objective: This homework gives practice in MIPS file I/O and insight into parity
Objective: This homework gives practice in MIPS file I/O and insight into parity. Parity is a means of checking if stored data has been corrupted. Keep in mind that parity checkin…
Objective: This program assignment is given to the Operating Systems course to a
Objective: This program assignment is given to the Operating Systems course to allow the students to figure out how a single process (parent process) creates a child process and h…
Objective: This program assignment is provided to let the students understand ho
Objective: This program assignment is provided to let the students understand how to the Operating Systems schedule all the processes on a multiprocessor or multicore environment.…
Objective: To analyze a datasets using R Procedures: 1. Individual project 2. Se
Objective: To analyze a datasets using R Procedures: 1. Individual project 2. Select a datasets on your own. 3. Identify your plan on how to use this datasets. 4. Write R codes to…
Objective: To analyze the financial statements of a publicly traded company Obta
Objective: To analyze the financial statements of a publicly traded company Obtain an annual report from a publicly traded corporation that is interesting to you. Be sure the comp…
Objective: To create Foreign market entry for taking an American Consumer produc
Objective: To create Foreign market entry for taking an American Consumer product into a Foreign market using 8 outlines: 1. Size of market 2. Sociocultural acceptance of product.…
Objective: To demonstrate working knowledge of derivation and parsing. Required:
Objective: To demonstrate working knowledge of derivation and parsing. Required: Write a program that tokenizes and parses an expression, generates the derivation, and the Parse T…
Objective: To demonstrate working knowledge of derivation and parsing. Required:
Objective: To demonstrate working knowledge of derivation and parsing. Required: Write a program that tokenizes and parses an expression, generates the derivation, and the Parse T…
Objective: To develop a Cultural Competence Training session for Healthcare Faci
Objective: To develop a Cultural Competence Training session for Healthcare Facility Staff Many of your department employees have not experience any type of cultural competence tr…
Objective: To develop a web server to help reduce phone call time for Doctors, N
Objective: To develop a web server to help reduce phone call time for Doctors, Nurses and Administrative Personnel and to increase patient satisfaction by providing easier access …
Objective: To gain experience in designing and implementing a program using Stac
Objective: To gain experience in designing and implementing a program using Stack and Queue ADTs and their operations using linked lists.(Java programming) Requirements specificat…
Objective: To gain insight into how subtle changes in how code implemented can h
Objective: To gain insight into how subtle changes in how code implemented can have significant impacton the execution time. The specific assignment is to compare the execution ti…
Objective: To gain insight into how the software design can significantly impact
Objective: To gain insight into how the software design can significantly impact execution time because of how the hardware and operating system actually implement the program. Be…
Objective: To gain insight into the performance differences when a series of if-
Objective: To gain insight into the performance differences when a series of if-then-else tests are converted into a switch - case configuration. The specific assignment is to com…
Objective: To gain insight into the performance differences when a series of if-
Objective: To gain insight into the performance differences when a series of if-then-else tests are converted into a switch - case configuration. The specific assignment is to com…
Objective: To gain insight into the performance differences when a series of if-
Objective: To gain insight into the performance differences when a series of if-then-else tests are converted into a switch - case configuration. The specific assignment is to com…
Objective: To gain insight into the performance differences when a series of if-
Objective: To gain insight into the performance differences when a series of if-then-else tests are converted into a switch - case configuration. The specific assignment is to com…
Objective: To get practice in designing recursive functions and to gain experien
Objective: To get practice in designing recursive functions and to gain experience in algorithm time efficiency. Project DescriptionConsider a network of streets laid out in a rec…
Objective: To have an opportunity to practice class template hash_map/unordered_
Objective: To have an opportunity to practice class template hash_map/unordered_map. Additionally, to have a better understanding of string operations and class template. c++ Desc…
Objective: To implement Thread scheduling on the OSP2 simulator using a version
Objective: To implement Thread scheduling on the OSP2 simulator using a version of the Linux constant time strategy. You will implement the module ThreadCB.java to further your un…
Objective: To implement functions in the C++ programing language and to decompos
Objective: To implement functions in the C++ programing language and to decompose a program into logica function blocks. To further our understanding of loops, their logic and the…
Objective: To implement functions in the C++ programing language and to decompos
Objective: To implement functions in the C++ programing language and to decompose a program into logica function blocks. To further our understanding of loops, their logic and the…
Objective: To implement functions in the C++ programing language and to decompos
Objective: To implement functions in the C++ programing language and to decompose a program into logica function blocks. To further our understanding of loops, their logic and the…
Objective: To implement page-replacement algorithms used by the operating system
Objective: To implement page-replacement algorithms used by the operating system. Background: If total memory requirements exceed the physical (main) memory, then it is necessary …
Objective: To input a sentence and count its words and find the longest word. Wr
Objective: To input a sentence and count its words and find the longest word. Write a program that has the user type a sentence, and stores the entire sentence in one cstring or o…
Objective: To introduce functions through the system built-in function randO whi
Objective: To introduce functions through the system built-in function randO which generates a random number between 1 and the system value RAND MAX, srand0 which sets the startin…
Objective: To learn how to write subroutines, to represent variables/arguments i
Objective: To learn how to write subroutines, to represent variables/arguments in the stack, to load and store data from and into the stack and the main memory, to read and write …
Objective: To learnhow touse loops, if-statement, to representvariables and arra
Objective: To learnhow touse loops, if-statement, to representvariables and array in the stack, to load and store data from and into the stack and to use gdb. Requirements: 1.Tran…
Objective: To output a parallelogram of the specified size and makeup. >>>>>USE
Objective: To output a parallelogram of the specified size and makeup. >>>>>USE C++<<<<<< Write a program (using C++) that draws parallelograms wi…
Objective: To review value-returning functions and void functions, reference par
Objective: To review value-returning functions and void functions, reference parameters and value parameters. Tasks: Part 1: In this lab, we will use functions to input and valida…
Objective: To show our understanding of functions and specifically how arguments
Objective: To show our understanding of functions and specifically how arguments are passed to functions (i.e. pass by value, pass by reference.) To further our understanding of l…
Objective: To study the behavior of a circuitcontaining a resistor and a charged
Objective: To study the behavior of a circuitcontaining a resistor and a charged capacitor when the capcaitorbegins to discharge. The electrons on the negative plate of thecapacit…
Objective: To understand how to take safety into account in control valve select
Objective: To understand how to take safety into account in control valve selection A process instrumentation diagram of a flash drum is shown below. Steam is condensed in a steam…
Objective: To use two loops in a program to calculate population growth. This pr
Objective: To use two loops in a program to calculate population growth. This program is about an imaginary animal called a jackalope. Each generation, the jackalope population in…
Objective: To walk through the process of defining software architecture of a sy
Objective: To walk through the process of defining software architecture of a system using UML diagrams Description: Let us define a CD sales system that displays the record of sa…
Objective: Tole earn how to write subroutines, to present variables/arguments in
Objective: Tole earn how to write subroutines, to present variables/arguments inthe stack, to load and store data from and the stack and the main memory, to read and write data fr…
Objective: Trasfer the follwing C++ code to C. So I have this code that is C++,
Objective: Trasfer the follwing C++ code to C. So I have this code that is C++, but I need it in C. A lot of it is just making "cout" to "printf", but some of it I do not know how…
Objective: Two operations often performed on text files are a simple \'find\' op
Objective: Two operations often performed on text files are a simple 'find' operation and a 'find/replace'. Description: Create a class Sed (simple editor) that first asks the use…
Objective: Understand Inheritance First, download the test class TestFootballPla
Objective: Understand Inheritance First, download the test class TestFootballPlayer Write a class FootballPlayer. This class should have the following (private) instance variables…
Objective: Understand Inheritance First, download the test class TestFootballPla
Objective: Understand Inheritance First, download the test class TestFootballPlayer Write a class FootballPlayer. This class should have the following (private) instance variables…
Objective: Use Java 7 or 8 (JDK 1.7 or 1.8) and arrays to take an input file, re
Objective: Use Java 7 or 8 (JDK 1.7 or 1.8) and arrays to take an input file, read and process the data in a specific way (outlined in the prompt) and put results in an output fil…
Objective: Use While loop to allow program to cycle. For Loop to examine vectors
Objective: Use While loop to allow program to cycle. For Loop to examine vectors and arrays (Matrices). Need to find Sum and average as well as Max and Min values. See requireme…
Objective: Use advanced file I/O techniques to manipulate files directly. Proble
Objective: Use advanced file I/O techniques to manipulate files directly. Problem: Mario Paint was a great innovation in its time allowing people with a home console to create art…
Objective: Use the square root function, a constant and output format control. T
Objective: Use the square root function, a constant and output format control. The distance to the horizon can be calculated, in metric units, using the formula: d = square root o…
Objective: Using Java, create a graphical game of minesweeper. The board should
Objective: Using Java, create a graphical game of minesweeper. The board should consist of 10x10 buttons. Of the 100 spaces there should be at least 20 randomly placed mines. If t…
Objective: Using Java, write a generic class that creates an instance of a stack
Objective: Using Java, write a generic class that creates an instance of a stack data structure using a linked list (NOT an array). This is a last in first out (LIFO) data structu…
Objective: Using Stack to evaluate expressions Traditionally, arithmetic express
Objective: Using Stack to evaluate expressions Traditionally, arithmetic expressions are written in infix notation, meaning that operator is placed between its operands in the for…
Objective: Using java Write a program that manages a Movie database. Requirement
Objective: Using java Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes: Name Year Rating (1 to 5 stars) Director Box Off…
Objective: We have learnt about Information Security in lecture 29. Theobjective
Objective: We have learnt about Information Security in lecture 29. Theobjective of this assignment is to learn about the InformationSecurity of any organization. Assignment: …
Objective: While eating-disordered individuals have shown high levels of comorbi
Objective: While eating-disordered individuals have shown high levels of comorbid psychopathol- ogy, there has not been an assessment of these symptoms across groups exhibiting di…