Category Archives: Samples

Electrical Engineering Assignment Example

Problem 1. Find the voltage VR2 in the circuit on the Figure 1 below.

image001

Figure 1. Circuit for Problem 1

Solution

The problem 1 can be solved using the superposition method. This method is based on the elimination of all sources except one at a time, utilizing a series/parallel analysis in order to determine drops of voltage in the modified network for each source of the power. Continue reading

Grouped Frequency Distribution Table Example

Frequency is the measure of how how often an event appears. The frequency distribution table is a tool which can help in comparing the frequencies of different events occurrence. There are two type of frequency distributions which are used in statistics: grouped frequency distribution and ungrouped frequency distribution. The first one is utilized for a high quantity of data, when it is impossible to list all of them in the table (“Grouped Frequency Distributions”, 2016). Continue reading

SQL Simple Examples: Database

MS SQL TASK:

Create new MS SQL database. In this database, create a table called “library” with the following information:

Andrew Jacobson (2003 April 27) “Blue Gift”. Publisher: CRC Press
Bill Kauffmann (2005 March 6) “Willow in the Mist”. Publisher: Delirium Books
Bill Kern (2005 March 1) “Time of Silence”. Publisher: Del Sol Press
Catherine Wilde (2008 June 30) “Black Tears”. Publisher: CRC Press
John Becker (2008 May 2) “Splintered History”. Publisher: ABC Publishing
John Becker (2006 July 17) “Lost Ashes”. Publisher: Delirium Books
John Becker (2010 January 15) “Forgotten Girl”. Publisher: ABC Publishing
Michael Ernst (1954 December 4) “Tower in the Flame”. Publisher: Beyer Books
Natalie Haast (1988 February 25) “Frozen Legacy”. Publisher: Beyer Books
Samantha Steele (1999 October 8) “Doors of Danger”. Publisher: ABC Publishing
Samantha Steele (1993 February 11) “Diamond Petals”. Publisher: Beyer Books

Execute the following SQL queries and provide the results of their execution in form of screenshots: Continue reading

C# Programming Examples: Console Window Application

C# TASK:

Create a console window C# application that shows the following each time the Enter key is pressed:

      1. NUM LOCK key state (using green text on a blue background);
      2. CAPS LOCK key state (using red text on a yellow background);
      3. a request for a user to input a message (using default text and background colors) which is then set as the new titlebar text for the application.

Continue reading