+1(316)4441378

+44-141-628-6690

Archive for the ‘Undergraduate’ Category

Assignment

I have an assignment available on June 11th at 4pm PST. I need you to be online so you can answer any questions I may have in reference to the assignment.

Use this timezone tool (link below) to see what time you'll need to be online. Select the city of Los Angeles and put 4 PM and then select your city. it will automatically give you the time.
https://www.thetimezoneconverter.com/

Assignment

I have an assignment available on June 11th at 4pm PST. I need you to be online so you can answer any questions I may have in reference to the assignment.

Use this timezone tool (link below) to see what time you'll need to be online. Select the city of Los Angeles and put 4 PM and then select your city. it will automatically give you the time.
https://www.thetimezoneconverter.com/

Assignment

I have an assignment available on June 11th at 4pm PST. I need you to be online so you can answer any questions I may have in reference to the assignment.

Use this timezone tool (link below) to see what time you'll need to be online. Select the city of Los Angeles and put 4 PM and then select your city. it will automatically give you the time.
https://www.thetimezoneconverter.com/

In-Class Assessment Assignment

I have an in-class assessment assignment on June 11th, 2020 @4pm Pacific Standard Time. I need you to be online as I will be sending you the questions through the chat and I will need you to answer them immediately. The assignment consists of about 25 multiple-choice questions.

Please use this Time Zone tool (link is below). Select "4 PM" & "Los Angeles" as the city. Then select your city and it will automatically provide you the time.
https://www.thetimezoneconverter.com/

In-Class Assessment Assignment

I have an in-class assessment assignment on June 11th, 2020 @4pm Pacific Standard Time. I need you to be online as I will be sending you the questions through the chat and I will need you to answer them immediately. The assignment consists of about 25 multiple-choice questions.

Please use this Time Zone tool (link is below). Select "4 PM" & "Los Angeles" as the city. Then select your city and it will automatically provide you the time.
https://www.thetimezoneconverter.com/

ENTD261 Week 8 Assignment

Assignment Instructions

Create a PowerPoint presentation with following  (Save as w8_firstname_lastname.PPTX).

We did not cover PowerShell in this course; you are tasked to use PowerShell as your scripting language.

Create at least 9 Slides to cover the following:-

1) The role of scripting in system administration

2)  How to apply security measures in scripting

3)  What is PowerShell

4)  Can PowerShell run in other platforms

5)  How to Assign variables

6)  How to use if-then

7)  How to use loops

8)  How do I apply security on PowerShell scripts

9)  How do I use PowerShell Scripting in everyday tasks?

Note: Please explain the above 9 requirements in your own words. Go into detail on each slide so it is clear that the concepts you are stating are explained and understood by you. For example, a list of security protocols will not be sufficient for full cr

1D motion, kinematic equations

1. A beetle moves with a speed of 5.0 mm/s along the perimeter of a circular petri dish with diameter
d = 16.6 cm. How long does it take the beetle to go around the dish once? [4 points]
Note: A complete solution includes: a diagram (visualization) with all information identified and labeled;  units clearly indicated for all quantities, and explicitly stated in all equations; all relevant algebraic steps and calculations shown; and a concluding statement clearing indicating the answer(s). Failure to include sufficient detail will result in a reduced grade.

2. Consider the points (A,B,C,D,E,F) on the following position versus time graph. [2points]
P.S : THE DIAGRAM IS ATTACHED BELOW

(a) At which point or points, is the velocity in the +x direction?        A B C D E F
(b) At which point or points, is the speed the greatest?            A B C D E F
(c) At which point or points, is the speed the smallest?&n

CAFETERIA ORDERING SYSTEM

the assignment requires to make an ordering system for a cafeteria on VisualBasic which have to be linked to a database and the system as to be tested, and documentation also has to be written to report all the work and test that have done. It also requires a storyboard for how the system will look but I have done it. All other details will be provided in the assignment brief file.

Visual BasicHomework Assignment – Game Shop

Introductory C# course mini assignment using Windows Forms App (.NET Framework) on Visual Studio 2019. Dont think it would take an expert no more than 30mins to do.

The instructions are on the .pdf file and the other file is the data necessary for the assignment (games.txt)

Assignment 2

I have provided a zip file with the assignment instructions and files necessary to complete the assignment. I have also included the instructions below.

In chapter 9 of your Deitel & Deitel text, you studied an inheritance hierarchy in which class BasePlusCommissionEmployee inherited from class CommissionEmployee. However, not all types of employees are CommissionEmployees.

In this exercise, youll create a more general Employee superclass that factors out the attributes and behaviors in class CommissionEmployee that are common to all Employees. The common attributes and behaviors for all Employees are firstName, lastName, socialSecurityNumber, getFirstName, getLastName, getSocialSecurityNumber and a portion of method toString.

Create a new superclass Employee that contains these instance variables and methods and a constructor.

Next, rewrite class CommissionEmployee from Section 9.4.5 as a subclass of Employee. Class CommissionEmployee should contain o