Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse T

Alphabetical listing with fast deep pagination.
125787 items • Page 97 / 2516

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Task 1 This task is to implement the prime number detector from the Vivado Walkt
Task 1 This task is to implement the prime number detector from the Vivado Walkthrough Handout. On page 11 of this handout, please don’t consider 9 as a prime number. Similar to t…
Task 1 We want to define our Superclass ‘Shape’, which requires two instance var
Task 1 We want to define our Superclass ‘Shape’, which requires two instance variables x and y. We want to define setter and getter methods for both instance variables. Task 2 We …
Task 1 We want to define our Superclass ‘Shape’, which requires two instance var
Task 1 We want to define our Superclass ‘Shape’, which requires two instance variables x and y. We want to define setter and getter methods for both instance variables. Task 2 We …
Task 1 What is the output for the following pseudocode? Given a set of data, sho
Task 1 What is the output for the following pseudocode? Given a set of data, show your steps that lead you to the end result. Here’s an example:    Given. d = 1 e = 2f = 5 while d…
Task 1 Write a function, quadEquation() which takes five arguments, each of type
Task 1 Write a function, quadEquation() which takes five arguments, each of type double. The first three parameters: a, b, and c, represent the coefficients in the equation ax2 + …
Task 1 Write a method that takes as input parameters a pair of Cartesian coordin
Task 1 Write a method that takes as input parameters a pair of Cartesian coordinates and which sets as output parameters a pair of polar coordinates corresponding to the same poin…
Task 1 Y ou have steel what use for tool production Steel grade C120. From that
Task 1 Y ou have steel what use for tool production Steel grade C120. From that material was made drill ø22. After manufacturing that drill was hardened. Y our task is suggesting …
Task 1 Y ou have steel what use for tool production Steel grade C120. From that
Task 1 Y ou have steel what use for tool production Steel grade C120. From that material was made drill ø22. After manufacturing that drill was hardened. Y our task is suggesting …
Task 1 You have been asked to review the performance of the group’s hotel in Sco
Task 1 You have been asked to review the performance of the group’s hotel in Scotland. You have in front of you the results for this year (based on some actual results and some fo…
Task 1 You have been provided with Travel.zip file in which you have two files t
Task 1 You have been provided with Travel.zip file in which you have two files to modify: a page that will eventually contain thumbnails for a variety of travel images (travel.php…
Task 1 You have been provided with Travel.zip file in which you have two files t
Task 1 You have been provided with Travel.zip file in which you have two files to modify: a page that will eventually contain thumbnails for a variety of travel images (travel.php…
Task 1 You have been recently appointed as the financial consultant of Tesco Plc
Task 1 You have been recently appointed as the financial consultant of Tesco Plc a UK incorporated retail company that is facing rapid growth. Tesco Plc has opened a new branch in…
Task 1 You have been recently appointed as the financial consultant of Tesco Plc
Task 1 You have been recently appointed as the financial consultant of Tesco Plc a UK incorporated retail company that is facing rapid growth. Tesco Plc has opened a new branch in…
Task 1 Your company is going to build a block of units on the site costing up to
Task 1 Your company is going to build a block of units on the site costing up to $3 million. Local government has zoned the site for maximum of 10 units. Each2 bedrooms unit can b…
Task 1 [6 marks] Oktomook Book Store Database A SQL script is a set of SQL comma
Task 1 [6 marks] Oktomook Book Store Database A SQL script is a set of SQL commands saved as a SQL file. If you are already running MySQL, you can execute a SQL script file using …
Task 1 [6 marks] Warehouse Database A SQL script is a set of SQL commands saved
Task 1 [6 marks] Warehouse Database A SQL script is a set of SQL commands saved as a SQL file. If you are already running MySQL, you can execute a SQL script file using the source…
Task 1 ext Why is that person in the car in front of us driving so erratically?
Task 1 ext Why is that person in the car in front of us driving so erratically? Is the driver drunk? No, the driver is talking or texting on their mobile phone. Traffic safety exp…
Task 1(100 points) There are many variations of the exec system call that can be
Task 1(100 points) There are many variations of the exec system call that can be used to execute an executable file (program) Calling exec does not create a new process, it replac…
Task 1(a) Deadlock - 6 marks This task does not have a Fitchfork component. You
Task 1(a) Deadlock - 6 marks This task does not have a Fitchfork component. You only have to submit this task as part of your nal submission. In this task, you are required to imp…
Task 1*(100 points) Implement a program that wil communicate the value of an int
Task 1*(100 points) Implement a program that wil communicate the value of an integer x, bet ween processes. You can do this using a file to store the value of x, or you can use sh…
Task 1- Create a computer program that will calculate the range for 3 different
Task 1-   Create a computer program that will calculate the range for 3 different vehicles. The program should create a “programmer created” class, where 3 int objects are created…
Task 1- Stars.java Write a Java program called Stars.java that, firstly, prompts
Task 1- Stars.java Write a Java program called Stars.java that, firstly, prompts (asks) the user to enter an input file name. This is the name of a text file that can contain any …
Task 1- Write a program that allows the user to enter a String and then uses a f
Task 1- Write a program that allows the user to enter a String and then uses a for loop to check whether the String is a palindrome, which means that if you reverse the order of t…
Task 1- Write a program that computes a single filer’s income tax burden. TAX RA
Task 1-   Write a program that computes a single filer’s income tax burden. TAX RATE Single Filers Income 10% Up to $6000 15% $6,001 - $27,950 27% $27,951 - $67,700 30% $67,701 - …
Task 1. Create the following tables using the SQL CREATE commands. Be sure to in
Task 1. Create the following tables using the SQL CREATE commands. Be sure to include in the CREATE statement not only the definitions of the columns (giving each a name, and spec…
Task 1. Defining a class, BSTNode Start this task by designing the BSTNode class
Task 1. Defining a class, BSTNode Start this task by designing the BSTNode class for the BST. For the initial development you should just build the node to hold a std::string as i…
Task 1. Solve the following questions: Q1: The distribution of heights of adult
Task 1. Solve the following questions: Q1: The distribution of heights of adult American men is approximately Normal with mean 69 inches and standard deviation 2.5 inches. What pe…
Task 1. The clock frequency of the CPU is 100 MHz. A keyboard is connected to th
Task 1. The clock frequency of the CPU is 100 MHz. A keyboard is connected to the computer. In average, 10 keys are pressed in a second. Theoretically, two key presses can follow …
Task 1.2: Simple Threads Programming with Proper Synchronization Modify your pro
Task 1.2: Simple Threads Programming with Proper Synchronization Modify your program by introducing pthread mutex variables, so that accesses to the shared variable are properly s…
Task 1.2: Simple Threads Programming with Proper Synchronization- Modify your pr
Task 1.2: Simple Threads Programming with Proper Synchronization- Modify your program by introducing pthread mutex variables, so that accesses to the shared variable are properly …
Task 1.3: Queue Scheduling Multi-Threaded Programming - Weight: 30% You are to w
Task 1.3: Queue Scheduling Multi-Threaded Programming - Weight: 30% You are to write code to help synchronize a professor and his/her students during office hours. The professor, …
Task 1.3: Queue Scheduling Multi-Threaded Programming You are to write code to h
Task 1.3: Queue Scheduling Multi-Threaded Programming You are to write code to help synchronize a professor and his/her students during office hours. The professor, of course, wan…
Task 10 (25 points) Binary image: similar to the blue-screening technique on TV
Task 10 (25 points) Binary image: similar to the blue-screening technique on TV and in movies function [ out!mg ] = binaryMask( 1n1mg ) Create one binary image out Img (also known…
Task 10E: If the user selects ‘Add’, the application must be modified to prompt
Task 10E: If the user selects ‘Add’, the application must be modified to prompt the user for appropriate employee information and set the specific information using the mutator me…
Task 11 (35 points) Mean Filter: also known as smoothing, averaging or box filte
Task 11 (35 points) Mean Filter: also known as smoothing, averaging or box filter function [ outImg ]-meanFilter( ín1mg ) Mean filtering is a method of smoothing images, i.e. redu…
Task 1: ( 500-600 words ) 3 Marks 1.1 Introduction of your selected company 1 1.
Task 1: (500-600 words)                                                                                                       3 Marks 1.1 Introduction of your selected company    …
Task 1: A central difference for Numeric differentiation Routine (8 pts) Use MAT
Task 1: A central difference for Numeric differentiation Routine (8 pts) Use MATLAB to write a function called centraldiff.m that takes sample locations and function samplings at …
Task 1: Add a \"tags\" table and a \"recipe_tags\" bridge to map recipes to tags
Task 1: Add a "tags" table and a "recipe_tags" bridge to map recipes to tags (and vice versa) Recipelngredient Ingredient Recipe PK RepRecipelD RopName PK RecingRecipelngredient l…
Task 1: Add a \"tags\" table and a \"recipe_tags\" bridge to map recipes to tags
Task 1: Add a "tags" table and a "recipe_tags" bridge to map recipes to tags (and vice versa) Write script to CREATE tables for tagging. Each tag should be able to be used on any …
Task 1: Add a \"tags\" table and a \"recipe_tags\" bridge to map recipes to tags
Task 1: Add a "tags" table and a "recipe_tags" bridge to map recipes to tags (and vice versa) Write script to CREATE tables for tagging. Each tag should be able to be used on any …
Task 1: Applying Creative Style to Products of Design and Invention In this essa
Task 1: Applying Creative Style to Products of Design and Invention In this essay, I would like for you to explore the ‘creative style’ and ‘creative level’ of a contemporary prod…
Task 1: Assessing loan options for AirJet Best Parts, Inc. The company needs to
Task 1: Assessing loan options for AirJet Best Parts, Inc. The company needs to finance $9,000,000 for a new factory in Mexico. The funds will be obtained through a commercial loa…
Task 1: Classes and fields (for background purposes) Read the following system d
Task 1: Classes and fields (for background purposes) Read the following system description and identify the Task 1: Classes and fields (for background purposes) Read the following…
Task 1: Classes and fields Create the following classes (written in italics) and
Task 1: Classes and fields Create the following classes (written in italics) and "fields" / "private data members" (enclosed in double quotes): Each Gun has a "position", "power" …
Task 1: Consider the following list of goods. For each good, explain the followi
Task 1: Consider the following list of goods. For each good, explain the following points. Are there any externalities associated with this good? Explain whether the private marke…
Task 1: Create an Array that holds a 20 random integers between 1-50. Create an
Task 1: Create an Array that holds a 20 random integers between 1-50. Create an iterator that will return the memory address and value for each integer present in the Array. Task …
Task 1: Create an employee Class that encapsulates the concept of an employee. T
Task 1: Create an employee Class that encapsulates the concept of an employee. The attributes of an employee are: - id o a random integer in the range 0 to 99999999 (i.e. like a s…
Task 1: Define a class Bubble with data member’s static int objCount and 2D inte
Task 1: Define a class Bubble with data member’s static int objCount and 2D integer array mat [10] [10] and 2 integer members rows and cols. Define a default constructor which wil…
Task 1: Define an exception class called MessageTooLongException. The class shou
Task 1: Define an exception class called MessageTooLongException. The class should have a default constructor. If an exception is thrown using this zero-argument constructor, getM…
Task 1: Design Class (.h file) - Create a new project - Design a class to allow
Task 1: Design Class (.h file) - Create a new project - Design a class to allow calculations on vector number (numbers with an x and y component) - Declare a default constructor a…