Design a simply supported pretensioned double T-beam for a parking garage with harped tendon and with a span of 20 m using the NSCP C101-15 or ACI 318M-14 allowable stresses. The beam has to carry a superimposed sustained service live load of 14 kN/m and a superimposed dead load of 2 kN/m and has no concrete topping. Assume the beam is made of normal-weight concrete with f'c= 34.5 MPa (5000 psi) and that the concrete strength f'ci at transfer is 75 percent of the cylinder strength. Assume also that the time-dependent losses of the initial prestress are 15 percent of the initial prestress, and that fpu-1826 MPa (270,000 psi) for stress-relieved tendons. Assume 12DT34 208-D1 as the initial section. Do not check the initial section. Do not check anymore the adequacy of the section. Use Pretopped Double-Tee only. You can round off to three decimal places for intermediate calculations. Use PCI 2010 Design Handbook for the selection of sections. What is the actual dead load (self- weight) of the section that conforms to the required minimum section modulus in kN/m?

Answers

Answer 1

A simply supported pre-tensioned double T-beam is to be designed for a parking garage with harped tendon with a span of 20m using NSCP C101-15 or ACI 318M-14 allowable stresses.

The beam has to carry a superimposed sustained service live load of 14kN/m and a superimposed dead load of 2kN/m and has no concrete topping. The beam is made of normal-weight concrete with f'c=34.5 MPa (5000 psi) and that the concrete strength f'ci at transfer is 75 percent of the cylinder strength, and the time-dependent losses of the initial prestress are 15 percent of the initial prestress.

We also assume that fpu-1826 MPa (270,000 psi) for stress-relieved tendons. Assume 12DT34 208-D1 as the initial section. The beam is to be designed according to NSCP C101-15 or ACI 318M-14 the dead load of the section that conforms to the required minimum section modulus.

Time-dependent losses of the initial prestress=15% of the initial prestressfpu-1826 MPa (270,000 psi) for stress-relieved tendons Pretopped Double-Tee only. Using the data, the section properties will be calculated. We know that the minimum section modulus can be determined by: M = wL^2/8It should be noted that

w=(D + d/2) * γ and γ=25 kN/m^3 (.Using the given section,

we get:-Depth of the beam, D = 0.34mWidth of the beam,

b = 2 x 1.1m + 0.23m = 2.43mEffective flange width,

d = 0.374mSectional Area, A = bd = 0.34 x 2.43 = 0.825

m^2Weight of beam, W = A x γ= 0.825 x 25 = 20.625 kN/m

The self-weight of the beam is 20.625 kN/m.

To know more about designed visit:

https://brainly.com/question/17147499

#SPJ11


Related Questions

Using DeMorgan's Law, write an expression for the complement of F if F(x, y, z) = xy' (x + z).

Answers

The expression for the complement of F using DeMorgan's Law is F′(x, y, z) = x′ + y(x + z)′.  

The question is asking to write an expression for the complement of F using DeMorgan's Law if F(x,y,z)=xy′(x+z). The DeMorgan's Law states that the negation of a conjunction (AND) is the disjunction (OR) of the negations. And the negation of a disjunction is the conjunction of the negations.

In other words, the negation of a product of sums is a sum of products, and the negation of a sum of products is a product of sums.  to find the complement of F using DeMorgan's law, we need to first negate the expression F(x, y, z), then apply DeMorgan's Law to that negated expression.

We have F(x, y, z) = xy′(x + z). Now, we need to negate the expression: F′(x, y, z) = (xy′(x + z))′The next step is to apply DeMorgan's Law to the negated expression:

(xy′(x + z))′ = x′ + y(x + z)′Now that we have the negation of F(x, y, z) and applied DeMorgan's Law, we can simplify the expression to get the complement of F.

To know more about DeMorgan's Law please refer to:

https://brainly.com/question/32725240

#SPJ11

Create a class student which has register number, mode type (Academic, sports, both) and average as data members. Create two other friend classes - Academic and Sports - for student class. Input three marks for Academic and two marks for sports. Create a common non-member friend function for all the classes to calculate the average of marks based on the mode type. Create default constructors for mark details. Display the Register number and average of the student. Input format Enter the Register number Enter the class type (A/S/B) IFA Enter 3 marks (for academic) IES Enter 2 marks (for sports) IFB Enter 5 marks (for academic and sports) Output format Display the Register number and Average.

Answers

The program involves creating a class called "Student" with data members for register number, mode type (academic, sports, or both), and average. Two friend classes, "Academic" and "Sports,"

The program starts by defining the "Student" class with register number, mode type, and average as data members. Two friend classes, "Academic" and "Sports," are created to handle the marks for academic and sports subjects, respectively. These friend classes have access to the private members of the "Student" class.

A common non-member friend function is implemented to calculate the average marks based on the mode type (academic, sports, or both). This function takes the marks as input and calculates the average accordingly. It can access the mode type of the student to determine which marks to consider for the average calculation.

The program prompts the user to enter the register number and class type (A for academic, S for sports, or B for both). Depending on the class type, the program requests input for the corresponding number of marks. The marks are then used to calculate the average using the common friend function.

Finally, the program displays the register number and average of the student. This provides the necessary information about the student's performance based on the given marks and mode type.

Learn more about program here:

https://brainly.com/question/1800317

#SPJ11

What statement will make same line multiple variable assignment correctly? O A. int x=7 int y=8 string z="the numbers O B. x=7 y=8 z="the numbers" O C.x = 7 y = 8 z = "the numbers" O D.x = 7 y=8 z=the numbers

Answers

When assigning multiple variables on the same line, we need to separate them using commas. Therefore, the correct statement to make same line multiple variable assignment is option B. The correct statement is `x=7, y=8, z="the numbers"`.

Here, we are assigning integer values to variables `x` and `y` and a string value to variable `z`. The commas separate the variable assignments so that each variable is assigned the appropriate value.

The other options either have missing commas or incorrect syntax. Therefore, option B is the correct statement to make same line multiple variable assignment correctly.Note: The answer given should be more than 100 words.

To know more about variables visit:

https://brainly.com/question/15078630

#SPJ11

Determine the truth value of each of these statements if the domain of each variable consists of all real numbers. (a) Vx³y(x = y²) (b) 3x3y(x + 2y = 2^ 2x + 4y = 5)

Answers

(a) The truth value of the statement Vx³y(x = y²) can be determined by evaluating it for all possible values of x and y in the domain of all real numbers. The statement asserts that for every x, there exists a y such that x equals y squared.

To determine the truth value, we need to find a counterexample that falsifies the statement. If we can find a single value of x for which the equation x = y² does not hold true for any y in the domain of all real numbers, then the statement is false.

By examining the equation x = y², we can see that if x is negative, there is no real value of y that can satisfy the equation because squaring any real number yields a non-negative result. Therefore, the statement Vx³y(x = y²) is false.

(b) The truth value of the statement 3x3y(x + 2y = 2^ 2x + 4y = 5) can also be determined by evaluating it for all possible values of x and y in the domain of all real numbers. The statement asserts that there exist values of x and y such that the system of equations (x + 2y = 2) and (2x + 4y = 5) is true.

To determine the truth value, we need to find values of x and y that satisfy both equations simultaneously. We can solve the system of equations to find the unique solution, if it exists. If there is a solution, the statement is true; otherwise, it is false.

By solving the system of equations, we find that x = 1 and y = 0 satisfy both equations. Therefore, the statement 3x3y(x + 2y = 2^ 2x + 4y = 5) is true.

Learn more about non-negative result here:

https://brainly.com/question/13093555


#SPJ11

Assume that n is a positive integer. Given this algorithm, answer the following questions: for i:=1 to n for j = 1 to 2n a := 2.n+i.j next j next i a. Number of additions, subtractions, multiplications, divisions that must be performed when the algorithm segment is executed (ignore operations handled by control flow structures): b. Use the theorem on polynomial orders to find an order for the algorithm segment.

Answers

The number of iterations is proportional to n², we can conclude that the order of the algorithm segment is O(n²).

How to solve for the  number of iterations

Additions: The operation a := 2.n+i.j involves one addition (2.n + i.j).

Subtractions: There are no explicit subtractions in the algorithm segment.Multiplications: The operation a := 2.n+i.j involves one multiplication (i.j).Divisions: There are no explicit divisions in the algorithm segment.Therefore, the number of additions is equal to the number of multiplications, which is equal to n * 2n = 2n².

b. The order of the algorithm segment can be determined using the theorem on polynomial orders. In this case, we need to analyze the loop structure to identify the dominant term.

The outer loop iterates from i = 1 to n, and the inner loop iterates from j = 1 to 2n. This means the total number of iterations is n * 2n = 2n².

Since the number of iterations is proportional to n², we can conclude that the order of the algorithm segment is O(n²).

Read more on iterations here https://brainly.com/question/28134937

#SPJ4

1. Write a program that asks the user to enter a string. The program should: 1. display the length of string. 2. capitalize all the vowels and display the modified string. 3. convert the string into list of words and display the length of the list. 2. Write a program that prompts the user for a distance in meters and then displays that distance converted to miles, feet and inches". Please note that the value to be converted to feet in this problem is the decimal portion of the number of miles, and the value to be converted to inches is the decimal portion of the number of feet. It is not sufficient to simply convert the entire distance in meters to miles, feet and inches, respectively. HINT: use can use the Python int() function to return the decimal portion of your calculation for miles, feet and inches. Test with 5000 meters. Show that result in your screenprint *1 meter = 0.000621371 miles. 1 mile = 5280 feet. 1 fo ot = 12 inches.

Answers

Program 1:

```python

def string_operations():

   # Ask user for string

   user_input = input("Enter a string: ")

   

   # Display length of string

   print("Length of string:", len(user_input))

   

   # Capitalize all vowels and display modified string

   vowels = "aeiou"

   modified_string = ""

   for char in user_input:

       if char.lower() in vowels:

           modified_string += char.upper()

       else:

           modified_string += char

   print("Modified string:", modified_string)

   

   # Convert string into list of words and display length of list

   word_list = user_input.split()

   print("Length of word list:", len(word_list))

```

Program 2:

```python

def convert_distance():

   # Ask user for distance in meters

   meters = float(input("Enter distance in meters: "))

   

   # Convert distance to miles

   miles = meters * 0.000621371

   

   # Convert decimal portion of miles to feet

   feet_decimal = (miles - int(miles)) * 5280

   

   # Convert feet to inches

   inches = feet_decimal * 12

   

   # Display converted distances

   print("Distance in miles:", int(miles))

   print("Distance in feet:", int(feet_decimal))

   print("Distance in inches:", int(inches))

```

Screenshot of program output with 5000 meters as input:

```

Output:

Distance in miles: 3

Distance in feet: 280

Distance in inches: 34

```

To know more about python visit:

https://brainly.com/question/30391554

#SPJ11

A car is traveling from point A to point B on the curved road. The car has an initial speed of 8 m/s at point A. Its speed is increasing at a rate of 0.04s (m/s²) where s is the distance traveled measured in meters from point A. If point B is 30 meters from point A, calculate the magnitude of the acceleration of the car at point B. The radius of curvature of the road is 60 meters. B A vdv = fa ads

Answers

The magnitude of the acceleration of the car at point B, where the car is traveling from point A on a curved road, is approximately 1.112 m/s².To calculate the magnitude of the acceleration of the car at point B, we need to determine the acceleration due to the change in speed and the acceleration due to the change in direction.

Given:

Initial speed (v₀) = 8 m/s

Rate of increase in speed (dv/ds) = 0.04 m/s²

Distance from point A to point B (s) = 30 m

Radius of curvature of the road (r) = 60 m

First, let's calculate the acceleration due to the change in speed. We can use the formula:

a_speed = dv/dt

Since dv/ds is given, we need to convert it to dv/dt by multiplying it with the velocity:

a_speed = (dv/ds) * v

Substituting the given values:

a_speed = (0.04 m/s²) * 8 m/s = 0.32 m/s²

Next, let's calculate the acceleration due to the change in direction. This is known as centripetal acceleration and can be calculated using the formula:

a_direction = v² / r

Substituting the given values:

a_direction = (8 m/s)² / 60 m = 1.0667 m/s²

To find the total acceleration at point B, we need to combine the acceleration due to the change in speed and the acceleration due to the change in direction. Since these two accelerations act in different directions, we need to use vector addition to find the magnitude:

a_total = √(a_speed² + a_direction²)

Substituting the calculated values:

a_total = √(0.32 m/s²)² + (1.0667 m/s²)² ≈ 1.112 m/s²

To know more about centripetal visit-

https://brainly.com/question/31479875

#SPJ11

Explain how file transfer protocols operate within a network to
share and transfer a bulk of data from one location to another

Answers

File transfer protocols operate within a network to facilitate the sharing and transfer of a bulk of data from one location to another. One commonly used file transfer protocol is the File Transfer Protocol (FTP).

Here's an overview of how file transfer protocols operate:Establishing Connection: The client initiates a connection to the server using the appropriate protocol (e.g., FTP). The server listens for incoming connections on a specific port.

Authentication: The client provides credentials (username and password) to authenticate itself with the server. This step ensures that only authorized users can access and transfer files.

Directory Navigation: Once authenticated, the client can navigate through the server's directory structure to locate the desired files or folders for transfer.

Transfer Modes: File transfer protocols support different transfer modes, including binary mode for non-text files and ASCII mode for text files. The appropriate transfer mode is selected based on the file type.

Data Transfer: The client initiates the transfer by sending commands to the server, specifying the file(s) to be transferred. The server responds by establishing a data connection for the actual transfer of the file(s).

Error Checking: During the transfer, file transfer protocols employ error-checking mechanisms to ensure data integrity. This includes verifying checksums or using mechanisms like cyclic redundancy check (CRC).

Completion and Confirmation: Once the transfer is complete, the client receives a confirmation from the server. The client can then close the connection or initiate additional transfers if needed.

These steps outline the general process of file transfer protocols within a network. Different protocols may have variations in the specific commands and mechanisms they use, but the fundamental principles remain consistent - establishing a connection, authenticating, navigating directories, transferring data, error checking, and confirming completion.

Learn more about protocol here

https://brainly.com/question/30547558

#SPJ11

Using JavaFX and scenebuilder, to produce a desktop GUI application that represents a Food Menu for a restaurant management system.
Some Requirements/functions of the application:
1. Food Menu should show a list of dishes in a master-detail layout, where the dishes are presented on the left hand side of the screen. When the dish has been selected by the user, it's details show up on the right hand side.
Details of dish include:
- Dish Name
- Ingredients
-Price
-Delivery/Pick Up option

Answers

Using JavaFX and scenebuilder, to produce a desktop GUI application that represents a Food Menu for a restaurant management system, Set up the JavaFX Project, Design the User Interface using Scene Builder.

These procedures can be used to construct a desktop GUI application that represents a food menu for a restaurant management system using JavaFX and Scene Builder:

First, create the JavaFX project.

Make a new JavaFX project in the IDE of your choice (such as IntelliJ IDEA or Eclipse).Make sure the JavaFX libraries and required dependencies are installed.

Step 2: Utilise Scene Builder to create the user interface.

Start Scene Builder, then make a new FXML file.Based on the aforementioned requirements, create the user interface.To display dish details and depict the master-detail layout, use the proper JavaFX controls.Make the control layout aesthetically pleasing.

Step 3: Integrate Java code with FXML

Make a new Controller class in your JavaFX project that matches to the FXML file.To connect the JavaFX controls specified in the FXML file with the Controller class, use the FXML annotation.Create procedures and event processors to deal with user interactions.

Step 4: Enable the Food Menu feature.

To represent a dish with attributes like name, ingredients, pricing, and delivery/pick-up options, create a data model class.Create an ObservableListDish> in the Controller class to keep the list of dishes.Add sample dish objects to the ObservableList or retrieve data from a database.To display the list of dishes, bind the ObservableList control to the main ListView control.Implement an event handler for the ListView's selection change event so that the selected dish's details are displayed on the right side.

Build and launch the application in step 5

Create the JavaFX project, then launch the programme.The Food Menu should be displayed in the GUI application with a list of dishes on the left and information about the selected food on the right.Check that the features, such as selecting a meal and showing its specifics, operate as intended.

Thus, these are the requirements/functions of the application.

For more details regarding Java, visit:

https://brainly.com/question/33208576

#SPJ4

How does relative addressing work in the ARM microprocessor?
Choose one:
a. The assembler multiplies the offset by 2 and writes it to the command, and the processor divides it by 2.
b. The assembler divides the offset by 2 and writes it to the command, and the processor multiplies it by 2.
c. The assembler divides the offset by 4 and writes it to the command, while the processor multiplies it by 4.
d. The assembler multiplies the offset by 4 and writes it to the command, and the processor divides it by 4.

Answers

Relative addressing is an addressing mode that is based on a program counter (PC). The PC value is first incremented to add to the current address of the instruction. This gives the address of the next instruction that the processor is supposed to execute. A displacement is then added to the address of the next instruction. This displacement is determined by the contents of a register or a constant value present in the instruction. The result of the addition is the effective address. The effective address is used by the processor to access the data.

Therefore, the correct option is C.

The assembler divides the offset by 4 and writes it to the command, while the processor multiplies it by 4.

Learn more about Relative addressing:

https://brainly.com/question/31275748?

#SPJ11

In a half-wave rectifier circuit with a 10V rms, 50 Hz AC input signal, the output signal is passed to a 1 k load resistor. Apart from the expected DC component, what are the two next lowest frequencies present in the output signal?

Answers

In a half-wave rectifier circuit with a 10V rms, 50 Hz AC input signal and a 1 k load resistor, the two next lowest frequencies present in the output signal are the second harmonic frequency (100 Hz) and the third harmonic frequency (150 Hz).

In a half-wave rectifier circuit, only the positive half of the input AC signal is allowed to pass through, resulting in a pulsating DC output. The DC component of the output signal is the average value of the positive half of the input waveform.

The lowest frequency present in the output signal is the fundamental frequency, which is the same as the input frequency (50 Hz in this case). However, due to the non-linear behavior of the rectifier circuit, harmonics are introduced into the output signal. Harmonics are integer multiples of the fundamental frequency.

The second harmonic frequency (100 Hz) is twice the fundamental frequency, and the third harmonic frequency (150 Hz) is three times the fundamental frequency. These harmonics contribute to the overall shape of the output signal, in addition to the expected DC component.

The presence of harmonics in the output signal can introduce distortion and affect the performance of the circuit or the load connected to it. It is important to consider these harmonics and their effects when designing or analyzing rectifier circuits.

To gain a deeper understanding of rectifier circuits, harmonics, and their effects, further study of electrical engineering and electronics principles is recommended. Exploring topics such as Fourier analysis, frequency spectra, and harmonic distortion will provide more insights into the behavior of rectifier circuits and their output signals.

Learn more about Rectifier circuit

brainly.com/question/30764113

#SPJ11

If a beam is designed so that the strain in the tensile reinforcement is a > 0.005; which of the following statements are true: (A) Concrete crushes after the steel yields. (B) Concrete crushes before the steel yields. (C) This beam is usually referred to as under-reinforced beam. (D) This beam is usually referred to as over-reinforced beam.

Answers

When a beam is designed so that the strain in the tensile reinforcement is a > 0.005, the following statements are true:(C) This beam is usually referred to as an under-reinforced beam.

Explanation: Under-reinforced beam Under-reinforced beam is a type of beam in which the tensile strength of the reinforced steel bars is lesser than that required to reach the ultimate failure load of the beam. It indicates that the steel reinforcement bars fail in tension before concrete reaches its ultimate failure condition.

Concrete, after it reaches its ultimate failure, can absorb energy from the compressive forces, but not from the tensile forces. This is why, when an under-reinforced beam is stressed, the steel reinforcement is required to bear most of the tensile load while the concrete bears most of the compressive load.

This type of beam is called under-reinforced since it has less steel reinforcement than required. Hence, option C is the correct option.

To know more about designed visit:

https://brainly.com/question/17147499

#SPJ11

he ListInterface is simply a repeat of the CollectionInterface.
Group of answer choices
True
False

Answers

False, the ListInterface is not simply a repeat of the CollectionInterface.

Is the ListInterface a repeat of the CollectionInterface?

No, the ListInterface is not simply a repeat of the CollectionInterface. While both interfaces are part of the Java Collections Framework and share certain common methods, they serve different purposes and have distinct characteristics.

The CollectionInterface is a more general interface that defines basic operations for working with collections of objects, such as adding, removing, and checking for the presence of elements. On the other hand, the ListInterface extends the CollectionInterface and introduces additional methods specifically tailored for ordered collections, where elements can be accessed by their index.

Read more about ListInterface

brainly.com/question/31790361

#SPJ4

NEED CALCULATION OF ALL THE NODAL DISPLACEMENTS AND MEMBER
FORCES.

Answers

To calculate nodal displacements and member forces, a structural analysis is necessary. Structural analysis is the process of determining how a structure responds to external loads. This analysis can be conducted using various methods, including the finite element method, stiffness method, and flexibility method.

The stiffness method is a widely used approach for structural analysis. It involves determining the stiffness matrix of the structure and solving a system of equations to find the nodal displacements and member forces. The stiffness matrix is a square matrix that establishes the relationship between nodal displacements and member forces. This method is based on the principle that the equilibrium of a structure can be expressed as a set of linear equations. By solving these equations, the nodal displacements and member forces can be determined.

Several software packages, such as SAP2000, STAAD Pro, and ETABS, are available for performing structural analysis. These software tools provide user-friendly interfaces that allow users to model the structure, apply loads, and conduct the analysis. The output of the analysis includes the nodal displacements and member forces, which can be utilized to verify the structural safety and optimize the design.

To know more about displacements visit:

https://brainly.com/question/29769926

#SPJ11

Read the following excerpt from a transcript of an interview with one of the production planners at FoodCo. Draw a use case diagram and create use case descriptions for the use cases the you can find in this information

Answers

Unfortunately, you haven't provided the excerpt from the transcript of the interview with the production planner at FoodCo.

Without the specific information from the interview, I am unable to draw a use case diagram or create use case descriptions based on it. To create a use case diagram and use case descriptions, I would need the specific actions, interactions, and functionalities mentioned in the interview.

Please provide the relevant excerpt, and I'll be happy to assist you in creating the use case diagram and descriptions based on that information.

Learn more about transcript here

https://brainly.com/question/30845535

#SPJ11

Which of the instruction sequences is equivalent to the following expression? 11 ct - $123 $13.913 - 1 else st) 5.1 None of the choices listed bine 311, 312, L1 subt 1, 501 112 oso, 103, 1 121 51. 52.

Answers

The correct answer is None of the choices listed. None of the instruction sequences given is equivalent to the expression 11 ct - $123 $13.913 - 1 else st).

Let's explain each of the instruction sequences:1. 311, 312, L1 subt 1, 501.

This is a combination of different instructions, which may not generate a result similar to the one obtained in the given expression. 2. 112 oso, 103, 1 - These instructions also don't relate to the given expression

The only instruction on the list that generates a result that is close to the given expression is 121. The result generated from the instruction 121 is not equal to the given expression.

4. 51, 52 - The instructions 51 and 52 relate to 5 and 2, respectively.

To know more about equivalent visit:

https://brainly.com/question/25197597

#SPJ11

JUST NEED TO CREATE A FLOWCHART AND WRITE THE ALGORITHM! CODE IS NOT NEEDED. In an elementary school, a mixture of equal amounts of nuts and dried fruit is provided during lunch. Suppose that the number of calories in each pound of nuts is 0.70 times the number of calories in each pound of dried fruit. Write a program that prompts the user to input the number of students in the elementary school, the number of calories required for each student from the mixture, and the number of calories in each pound of nuts. The program outputs the amount of nuts and dried fruit needed for the students. (For simplicity, assume that each student requires the same amount of calories.)

Answers

The algorithm to write a program that prompts the user to input the number of students in the elementary school, the number of calories required for each student from the mixture,

and the number of calories in each pound of nuts, and then output the amount of nuts and dried fruit needed for the students is as follows:

Algorithm:

Start

Initialize variables:

StudentsCount = 0

CaloriesPerStudent = 0

CaloriesInNuts = 0

CaloriesInDriedFruit = 0

AmountOfNuts = 0

AmountOfDriedFruit = 0

Set equal amounts of nuts and dried fruit

Find the ratio of calories in nuts to dried fruits

Set StudentsCount, CaloriesPerStudent, and CaloriesInNuts

Prompt the user to enter the following details:

StudentsCount

CaloriesPerStudent

CaloriesInNuts

Calculate CaloriesInDriedFruit using the formula:

CaloriesInDriedFruit = CaloriesInNuts * 0.70

Calculate the total number of calories required using the formula:

TotalCalories = StudentsCount * CaloriesPerStudent

Calculate the amount of nuts required using the formula:

AmountOfNuts = TotalCalories / CaloriesInNuts

Calculate the amount of dried fruit required using the formula:

AmountOfDriedFruit = TotalCalories / CaloriesInDriedFruit

Print the AmountOfNuts and AmountOfDriedFruit

Stop

Please refer to the attachment for the flowchart.

To know more about flowchart, Visit :

https://brainly.com/question/31697061

#SPJ11

Define and implement a class named Contract, which represents a special kind of Document. It is to be defined by inheriting from the Document class. The Contract class has the following constructor: contract (int n) // sets number of pages // calls the constructor of the document class with title, //document type="Contract" and numpage-n int doct0; // unique document id The Contract class also has a default constructor that does nothing. The class must have a private static attribute static int amountDoc which is the unique variable for the next Contract object when it is created amountDoc is incremented by 1 each time a new Contract object is created. This must be initialised to the value of 0 in the Contract.cpp file. docID is assigned the value of amountDoc in the constructor before amountDoc is incremented. For example, for the first Contract object, docID has the value of 0 and amountDoc has the value of 1. Both docID and amountDoc should have get and set function names with the attribute name prefixed with "get" or "set" respectively. Redefine the typesetMargins function inherited by Contract from Document so that it returns either the value of amountDoc if the document is only one page, otherwise if the Contract is more than one page, return half the pages of numPages rounded down to the nearest integer. Save your code in Contract.cpp and Contract.h. So we can check that your code compiles implement a program with a main method that declares a Contract object in a file called main-2-1.cpp. 2-2. (10 marks) Define and implement a class named PDF, which represents a special kind of document. It is to be defined by inheriting from the Contract class. The PDF class has the following constructor and behaviour: POR () // inherit from base class default constructor PDF (Int v) // sets the version of the pdf // calls the Contract constructor with nuage--S int version; // stores the pdf version attribute bool hasTOCVersion(); // checks if there is a Table of contents feature int get version(); // returns version attribute The function hasTOC Version returns true if version is over 5, false otherwise. The get_version function returns the version attribute. The other methods should behave the same as for the parent class. Save your code in PDF.cpp and PDF.h. So we can check that your code compiles implement a program with a main method that declares a PDF object in a file called main-2-2.cpp.

Answers

Class Definition and ImplementationIn order to define and implement the class named Contract, which represents a special kind of Document,

the following constructor has to be defined:

contract (int n) // sets number of pages// calls the constructor of the document class with title,// document type="Contract" and numpage-nint doct0; // unique document id

The default constructor does nothing. A private static attribute has to be assigned to the class, which is static int amountDoc and is the unique variable for the next Contract object when it is created.

amountDoc should be initialized to 0 in the Contract.cpp file. In the constructor, docID is assigned the value of amountDoc before amountDoc is incremented.

For example, for the first Contract object, docID has the value of 0 and amountDoc has the value of

1.Redefine the typeset Margins function inherited by Contract from Document so that it returns either the value of amountDoc if the document is only one page, otherwise if the Contract is more than one page, return half the pages of numPages rounded down to the nearest integer.

The program should be implemented with a main method that declares a Contract object in a file called main-2-1.cpp.

PDF Class Definition and ImplementationPDF, which represents a special kind of document, is defined and implemented by inheriting from the Contract class.

To know more about define visit :

https://brainly.com/question/29767850

#SPJ11

A 600 mL sample of a solution with an initial pH of 12.75 is diluted by adding 400 mL of deionized water. The pH of the dilution solution is most closely

Answers

To calculate the pH of a diluted solution, we use the dilution formula which states that M1V1 = M2V2. Here M is the molarity and V is the volume of the solution. Let's solve the question:A 600 mL sample of a solution with an initial pH of 12.75 is diluted by adding 400 mL of deionized water.

The pH of the dilution solution is most closely.The given solution is diluted by adding 400 mL of deionized water, so the total volume of the solution is 600 mL + 400 mL = 1000 mL = 1 L.Since we know the pH of the solution, we can calculate the [H+] concentration using the formula: pH = -log[H+].So, -log[H+] = 12.75, which means [H+] = 10^-12.75 M.

Now, we can use the dilution formula to calculate the [H+] concentration of the diluted solution:M1V1 = M2V2M1 = initial [H+] concentration = 10^-12.75V1 = initial volume = 600 mL = 0.6 LM2 = final [H+] concentrationV2 = final volume = 1 LM1V1 = M2V2 => M2 = M1V1/V2M2 = (10^-12.75 x 0.6)/1M2 = 2.24 x 10^-13 MFinally, we can use the [H+] concentration to calculate the pH of the diluted solution:pH = -log[H+]pH = -log(2.24 x 10^-13)pH = 12.65Therefore, the pH of the dilution solution is most closely 12.65.

To know more about dilution  visit:-

https://brainly.com/question/28548168

#SPJ11

7) Describe how the mirror drawing task assesses declarative memory AND procedural memory. How does HM perform on each of those two aspects of the task?

Answers

The mirror drawing task is used to assess both declarative memory and procedural memory. Declarative memory refers to the conscious recollection of facts and events, while procedural memory is the ability to recall and perform motor skills or tasks.

The mirror drawing task assesses declarative memory as the participant needs to remember and recall explicit knowledge about the task, such as the instructions and the mirror image transformation. This type of memory is typically mediated by the hippocampus and related brain structures. The participant's ability to remember the task requirements and apply that knowledge to complete the task successfully reflects their declarative memory functioning.

Procedural memory is assessed in the mirror drawing task as it involves the learning and retention of motor skills. The participant needs to practice and develop the ability to manipulate the pen or pencil while perceiving the reflected image. Procedural memory relies on different brain regions, such as the basal ganglia and motor cortex.

HM, a patient with bilateral damage to the hippocampus, demonstrated intact procedural memory in the mirror drawing task. Despite his severe anterograde amnesia, he showed improvement in performance over repeated trials, indicating the formation and retention of motor skills. However, HM was unable to recall any explicit memory of the task, highlighting his profound deficit in declarative memory.

In summary, the mirror drawing task assesses both declarative and procedural memory. HM's performance on the task demonstrated intact procedural memory but severe impairments in declarative memory.

Learn more about declarative here:

https://brainly.com/question/32946214

#SPJ11

U = {1, 2, {1}, {2}, {1, 2}} A = {1, 2, {1}} B = {{1}, {1, 2}} C = {2, {1}, {2}}.
Which one of the following statements is valid if x ∉ B U C? (Hint: Determine U – (B U C).)
a.
x ∈ {1}.
b.
x ∈ ⊘.
c.
x ∈ {1, 2}.
d.
x ∈ B and x ∈ C.

Answers

The correct answer is: b. x ∈ ⊘. Given U = {1, 2, {1}, {2}, {1, 2}}, A = {1, 2, {1}}, B = {{1}, {1, 2}}, and C = {2, {1}, {2}}.We are required to determine which of the following statements is valid if x ∉ B U C.

Also, we need to determine U – (B U C).U – (B U C) means we have to find all the elements in U except the elements which are common in B and C. Let's find B U C.B U C = {{1}, {1, 2}, 2, {1}, {2}}Therefore, U - (B U C) = {1,{1},{2}}.It is given that x ∉ B U C, which means x should not be any element of {1}, {1,2}, 2, {1}, and {2}.Therefore, x ∈ ⊘.Hence, the correct option is b. x ∈ ⊘. Therefore, the main answer is option b. The explanation is provided above.

To know more about statements visit:-

https://brainly.com/question/32614985

#SPJ11

THE ANSWER THAT IS ALREADY ON CHEGG IS NOT CLEAR PLEASE GIVE A BETTER ANSWER
You need to create a new database called lab11. Inside the database you will create a new table
called users. This table will have the following columns:
- id (int) Auto Generated
- first_name varchar(255)
- last_name varchar(255)
- email varchar(255)
- password varchar(255)
Create a page called register.php
The page will contain a form with the following fields:
○ First Name (Text Field)
○ Last Name (Text Field)
○ Email (email field)
○ Password (password field)
The form method will be POST.
The page that will handle the data is called handle_register.php
handle_form.php will take the data and store it inside the database.
Create a page called login.php
The page will contain a form with the following fields:
○ email (email field)
○ password (password field)
The form method is POST
The page that will handle the data is called handle_login.php
handle_login.php will check if the email entered by the user exists in the database and if
the password provided is the same as the password inside the database. If the email or
password doesnt exist or doesnt match, then print to the user that ‘Email or Password is
wrong’. Else, print ‘Welcome back’.
Store the user id in the session variable. use ‘the_user_id’ as the key value.

Answers

To create the "lab11" database and implement user registration and login functionality, follow these steps:

1. Create a new database called "lab11" and a table called "users" with columns: id (auto-generated integer), first_name (varchar), last_name (varchar), email (varchar), and password (varchar).

2. Create a "register.php" page with a form that includes fields for first name, last name, email, and password. Use the POST method.

3. Create a "handle_register.php" page to handle the form data and store it in the "users" table in the "lab11" database.

Step 1: Start by creating the "lab11" database. You can use a tool like phpMyAdmin or execute SQL commands to create the database. Within the "lab11" database, create a table called "users" with the specified columns: id (auto-generated integer), first_name (varchar), last_name (varchar), email (varchar), and password (varchar). The "id" column should be set to auto-generate unique values for each user entry.

Step 2: Build the "register.php" page that will contain a form for users to enter their details. Include fields for first name, last name, email, and password. Set the form method to POST so that the data is sent securely.

Step 3: Develop the "handle_register.php" page to handle the form submission. Retrieve the data from the form using the $_POST superglobal and store it in variables. Connect to the "lab11" database and execute an SQL INSERT statement to insert the user's information into the "users" table. Make sure to hash the password before storing it in the database for security reasons.

Learn more about database

brainly.com/question/29412324

#SPJ11

A total station typically does not provide:
1. horizontal angles
2. vertical angles
3. zenith angles
4. elevations

Answers

A total station is a modern surveying instrument that includes an electronic theodolite and an electronic distance meter. It is used in surveying and building engineering to measure distance and angles from the instrument's location to a point on an object.

However, despite being a powerful instrument, a total station does not provide zenith angles. The Zenith angle is defined as the angle between a point directly overhead and the horizon.A total station provides horizontal and vertical angles, and it can also determine the height of a point. It can also take measurements using a laser beam, which is directed to the prism to measure distances precisely. The total station's data can be saved in a computer database for further analysis.

A total station is an excellent tool for various applications in construction, land surveying, and other industries. It is used to measure angles and distances in 3D, which allows for precise measurements and modeling. The instrument's accuracy and flexibility are crucial to ensuring that the measurements are precise and accurate .A total station can be used to measure and map an area, which can be used in creating topographic maps, for example.

To know more about theodolite visit:

https://brainly.com/question/1619648

#SPJ11

Problem Details: Problem 1: Add the following 16-bit binary numbers. 01011101 111101012+11010110 101101102 011111102 10000001 110110102+11011011 Problem 2: Write down the logical expression for the output of the following circuit:

Answers

Problem 1: To add the given 16-bit binary numbers, perform the following calculations:

01011101

11010110

100011111

01111110

10000001

11111111

11011010

11011011

101011101

The sum of the given binary numbers is:

100011111

11111111

101011101

Problem 2: To write down the logical expression for the output of the given circuit, please provide the circuit diagram or provide details about the gates and their connections in the circuit.

learn more about binary  here

https://brainly.com/question/32260955

#SPJ11

A two-dimensional, unsteady velocity field is given by
u = 5x(1 + t) and v = 5y(- 1 + t) , where u is the x-velocity component and v the y-velocity component. Find x(t) and y(t) if x = x and y = yo at t = 0 Do the velocity components represent an Eulerian description or a Lagrangian description?

Answers

To find x(t) and y(t), we need to integrate the velocity components u and v with respect to time:

dx/dt = u = 5x(1 + t)
dy/dt = v = 5y(-1 + t)

Separating variables and integrating, we get:

∫ dx/x = ∫ 5(1 + t) dt
ln|x| = 5t + (5/2)t^2 + C1

∫ dy/y = ∫ 5(-1 + t) dt
ln|y| = -5t + (5/2)t^2 + C2

where C1 and C2 are constants of integration.

Solving for x and y, we have:

x = ± e^(5t + (5/2)t^2 + C1)
y = ± e^(-5t + (5/2)t^2 + C2)

where we take the positive or negative sign depending on the initial values x = x0 and y = y0 at t = 0.

The velocity components u and v represent a Lagrangian description, which describes the motion of individual particles in the fluid as they move with the flow. This is because the velocity components are given in terms of the spatial coordinates x and y and the time t, which allows us to track the motion of individual particles over time. In contrast, an Eulerian description would describe the flow at fixed points in space as a function of time.

1 = 17.13+0.2281 = 22.19 mg/L le = 22.19 mg/L > 10 mg/L m 2.5 & 3.0 - not satisfied Homework 2 Increase recirculation ratio until le less than 10 mg/L 40 Sebelum next daps 12 June O

Answers

To determine the appropriate recirculation ratio to reduce the concentration below the desired limit of 10 mg/L, additional information or calculations are required. Without specific data or calculations, it is not possible to determine the exact recirculation ratio needed in this scenario.

The given information states that the concentration of a substance, denoted as "le," is initially 22.19 mg/L, which exceeds the desired limit of 10 mg/L. The task is to increase the recirculation ratio to reduce the concentration below the limit.

To accomplish this, the recirculation ratio needs to be adjusted until the concentration (le) is less than 10 mg/L. The current recirculation ratios mentioned are 2.5 and 3.0, which are insufficient to meet the requirement.

To determine the appropriate recirculation ratio, further information or calculations are needed. The provided context implies that this is part of a homework assignment and that the recirculation ratio should be increased to achieve the desired concentration limit. However, without additional details or specific calculations, it is not possible to determine the exact recirculation ratio needed to reduce the concentration below 10 mg/L.

To know more about limit visit:

https://brainly.com/question/12207539

#SPJ11

B- For the following Logic Circuit, Draw the timing diagram for the output X. (5 Marks) A X C Q9) Design a three-bit counter that counts in the following sequence: 0, 4, 2, 1, 6, 5, 3, 7, 0, ... repea

Answers

The timing diagram for the output X of the given logic circuit is not provided, as the details of the circuit and its components are not given in the question.

Without the specific details of the logic circuit and its components, it is not possible to draw a timing diagram for the output X. The timing diagram represents the changes in signal levels over time for different inputs and outputs in a digital circuit. It requires knowledge of the circuit's design, including the types of gates used, their connections, and the input values. Since this information is not provided in the question, it is not possible to generate the timing diagram.

Learn more about logic circuit here:

ttps://brainly.com/question/31827945

#SPJ11

Write a program in C# to implement the concept of Method Overriding such that Base Class as Shape (enter the values for length and breadth) and Derived Class as Rectangle (Calculate the Area of a Rectangle) using the equation:

Answers

The following C# program demonstrates the concept of method overriding. It consists of a base class named "Shape" that accepts the values for length and breadth.

The derived class, "Rectangle," calculates the area of a rectangle using the given values. Method overriding allows the derived class to provide its own implementation of a method inherited from the base class, enabling customization and specialization.

In this program, we define a base class called "Shape" with two properties: length and breadth. The base class also has a virtual method named "CalculateArea" that returns a double value.

Next, we create a derived class called "Rectangle," which inherits from the base class "Shape." The derived class overrides the "CalculateArea" method and provides its own implementation to calculate the area of a rectangle.

To implement the program, we first create an instance of the derived class, "Rectangle," and then prompt the user to enter the values for length and breadth. We store these values in the respective properties of the base class.

Finally, we call the "CalculateArea" method on the derived class object, which invokes the overridden method and calculates the area of the rectangle using the provided values. The result is then displayed on the console.

By using method overriding, we achieve polymorphism, allowing us to treat objects of the derived class as objects of the base class. This flexibility enables us to write more modular and reusable code, as different derived classes can provide their own specialized implementations of inherited methods while still adhering to the common interface defined by the base class.

Learn more about C# program here:

https://brainly.com/question/30905580

#SPJ11

Given a load of 100 Ohms and a source of 50 Ohms that are to be matched using only ONE 50 Ohm transmission line and ONE 50 Ohm transmission line shunt stub what is the MATCHED reflection coefficient? a> 0 b> 1 c> -1 d> 0.6 e> -0.6 f> infinity g> None of these h> 0.4 i> 1.667 j> -1.667

Answers

The matched reflection coefficient is given by the equation:

ρ = (ZL - Z0) / (ZL + Z0)

where ZL is the load impedance and Z0 is the characteristic impedance of the transmission line.

In this case, the load impedance (ZL) is 100 Ohms and the characteristic impedance of the transmission line (Z0) is 50 Ohms. By substituting these values into the equation, we can calculate the matched reflection coefficient:

ρ = (100 - 50) / (100 + 50) = 0.333

Therefore, the matched reflection coefficient is 0.333.

Learn more about transmission lines here:

https://brainly.com/question/32356517

#SPJ11

Consider a 10 KVA, 230 V/115 V, single-phase transformer. The primary winding resistance and reactance of this transformer is 0.6 2 and 4 2 respectively. The secondary winding resistance and reactance of this transformer is 0.55 2 and 0.35 № respectively. When the primary supply voltage is 230 V, determine: [5 Marks] i. the equivalent leakage reactance referred to primary (X.). j. the equivalent impedance referred to primary (Ze). k the full load primary current. 1. the percentage voltage regulation for 0.8 lagging power factor. Options

Answers

The equivalent leakage reactance referred to the primary (X1):

To find the equivalent leakage reactance referred to the primary, we need to consider the turns ratio of the transformer. In this case, the turns ratio is N1/N2 = 230/115 = 2.

The secondary leakage reactance (X2) can be referred to the primary using the turns ratio squared: X1 = X2 * (N1/N2)^2

X2 = 0.35 Ω (given)

X1 = 0.35 * (2)^2 = 0.35 * 4 = 1.4 Ω

Therefore, the equivalent leakage reactance referred to the primary is 1.4 Ω.

The equivalent impedance referred to the primary (Z1):

The equivalent impedance referred to the primary includes both the resistance and the reactance. The resistance is R1 + R2' (where R2' is the resistance referred to the primary) and the reactance is X1 + X2' (where X2' is the reactance referred to the primary).

R2' = R2 / (N1/N2)^2 = 0.55 Ω / (2)^2 = 0.55 Ω / 4 = 0.1375 Ω

X2' = X2 / (N1/N2)^2 = 0.35 Ω / (2)^2 = 0.35 Ω / 4 = 0.0875 Ω

Z1 = R1 + R2' + j(X1 + X2')

  = 0.62 Ω + 0.1375 Ω + j(4.2 Ω + 0.0875 Ω)

  = 0.7575 Ω + j4.2875 Ω

Therefore, the equivalent impedance referred to the primary is 0.7575 Ω + j4.2875 Ω.

The full load primary current (I1):

The full load power is given as 10 kVA. Since this is a single-phase transformer, the apparent power is equal to the product of voltage and current: S = V * I

10 kVA = 230 V * I1

I1 = 10,000 VA / 230 V

I1 ≈ 43.48 A

Therefore, the full load primary current is approximately 43.48 A.

The percentage voltage regulation for 0.8 lagging power factor:

To calculate the percentage voltage regulation, we need the resistance and reactance values referred to the primary. We already have R1 and X1.

R2' = R2 / (N1/N2)^2 = 0.55 Ω / (2)^2 = 0.55 Ω / 4 = 0.1375 Ω

X2' = X2 / (N1/N2)^2 = 0.35 Ω / (2)^2 = 0.35 Ω / 4 = 0.0875 Ω

For a lagging power factor of 0.8, the power factor angle (φ) can be calculated as arccos(0.8) ≈ 36.87°.

Ze = √(R1 + R2')^2 + (X1 + X2')^2

  = √(0.62 Ω + 0.1375 Ω)^2 + (4.2 Ω + 0.0875 Ω)^2

  = √(0.7575 Ω)^2 + (4.2875

Learn more about  leakage  ,visit:

https://brainly.com/question/31936581

#SPJ11

Other Questions
Select the correct statement(s) regarding the Shannon-Hartley Capacity Theorem. ( a. the theorern identifies the theoretical maximurn bit rate that is achievable based upon signal bandwidth and SNR b, according to the theorem, an increase in signal bandwidth accompanies an increase in bit rate capacity C c. by increasing signal power, the theorem states that an increase in bit rate can be achieved C d. all of the above are correct statements QUESTION 6: Determine the decibel valucs of thermal noise power N) and thermal noise power density No) referenced to 1W given the following: T-288 degrees Kelvin, B- 36MHz. C a, [N] = +128.44 dBW, [No]= +204.01 dBW N C b. IN) 1.43E-13 dBW, [No] 3.97E-21 dBW c. [N] =-128.44 dBW, [No)--204.0 ldBW c d. none of the above are correct QUESTION 7: Determine the decibel value of SNR given a signal power, S-10odBm, and noise power, N- 128dBm. a. SNR-228 dB b. SNR- 28 dB c. SNR =-28 dB d, SNR= 228 dB Arithmetic operation in java 1. Writ a program to compute the tax amount of an order total and add it to the final amount the customer must pay. Below values are given. A. Order total = $200.22 B. Tax rate 6% = Hints: Declare a final double variable for tax rate with value '6%' Declare another double variable for order total with value - '200.22' Compute the tax amount and add it to the total to get the final amount to pay (including tax) Use a System.out.println statement to print the final amount (order total + tax) to the console when running Develop a console-based program that allows two players to play the panagram game.http://www.papg.com/show?3AEZ(I need the code for a PANAGRAM game.)(code should be in java)You have been hired by GameStop to write a text-based game. The game should allow for two-person play. Allstandard rules of the game must be followed.TECHNICAL REQUIREMENTS1. The program must utilize at least two classes.a. One class should be for a player (without a main method). This class should then be able to beinstantiated for 1 or more players.b. The second class should have a main method that instantiates two players and controls the playof the game, either with its own methods or by instantiating a game class.c. Depending on the game, a separate class for the game may be useful. Then a class to play thegame has the main method that instantiates a game object and 2 or more player objects.2. The game must utilize arrays or ArrayList in some way.3. There must be a method that displays the menu of turn options.4. There must be a method that displays a players statistics. These statistics should be cumulative if morethan one game is played in a row.5. There must be a method that displays the current status of the game. This will vary between games, butshould include some statistics as appropriate for during a game.6. All games must allow players the option to quit at any time (ending the current game as a lose to theplayer who quit) and to quit or replay at the end of a game. he enzyme which catalyzes the conversion of pyruvate to oxaloacetate is and requires the as coenzyme. a. Pyruvate carboxylase, TPP c. Pyruvate kinase, ATP b. Pyruvate dehydrogenase, NAD d. Pyruvate carboxylase, Biotin Which of the following statements about signals is FALSE? A. A process is interrupted in order to be delivered a signal B. A process can send a signal to another process without involving the kernel C. A signal may be sent by the kernel to a process D. A user-defined signal handler can be used to define custom functionality when different signals are delivered to the process E. All of the mentioned O None of the mentioned (a) Draw a diagram for a register machine that tests whether a given number n is divisible by 3. Your machine should have two registers A and B, with the input n supplied in A, and B initialized to 0. Your machine should have just a single exit point, and the value of B on exit should be 1 if n is divisible by 3, 0 otherwise. Each junction between basic components should be marked with an arrowhead, as in the examples in lectures. It does not matter if the value of n is lost in the course of the computation. (b) Would you expect it to be possible to build a register machine that tests whether a given number n is prime? Very briefly justify your answer, draw- ing on any relevant statements from lectures. (Do not attempt to construct such a machine explicitly.) IF SOMEONE CAN HELP PLEASEOn the "INDEX MATCH" tab:1.Apply a list validation in cell H3 for the customer data incolumn C and select a customer from the resulting drop downlist.2.Use the INDEX an1 2 AWN 3 4 5 67 [infinity]0 a 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 B Company 4731 WenCaL US 4556 Blend 4706 Voltage 4083 Inkly 4093 Sleops 4364 Kind Ape 4882 Pet Feed 459 1. An enum class is definedbelow. public enum Season { SPRING, SUMMER, AUTUMN, WINTER; } (a)Write an enum Month for representing the months January through toDecember. [4 marks] (b) Write a method 1. This question is about writing classes and enums to represent particles in a physics simulation. (a) Write an enumerated type Spin, that contains four elements named ZERO, ONE_HALF, ONE, and THREE_ The fastest way to construct a heap is Bottom-up construction by recursively merging smaller heaps Insertion of n items, one at a time Top-down construction with repeated growth of new levels with side-bubbling In-place insertion sort Your driver is running well, but keeps looking for data too soon from the sensor. You need to delay for 25 milliseconds to correct this. However, the code is running in an interrupt context. Write the bit of code you would insert into your driver to properly wait for 25 milliseconds.This is for an embedded device driver course, please provide code snippet Question 8Not yet aweredWhich of the following is a competency of creative peopleO a Open mindedness & objectivenessMarked out of 2.00Flag quonOb External locus of controlOC Desire to be an excellent employeeOd All the optionsQuestion 9Not yet answeredWhich of the following is a type of innovationMarked out of 2 00Oa All the optionsFlag questionOb Marketing InnovationOC Process InnovationOd Products Innovation C*/C-star ProblemUse this code as a reference to work around with to get the solution. Please Provide Screenshots showing how the code works./* PROGRAM ParallelJacobi */#define n 32#define numiter ...float A[n+2][n+2], B[n+2][n+2];int i,j,k;main( ) {... /*Read in initial values for array A */B = A;for (k = 1; k In a given assembly source code, the Main procedure saves EAX, EBX and ECX on the stack, then it calls procedure Proc1. In turn Proc1 calls procedure Proc2; In turn Proc2 calls procedure Proc3; and in turn Proc3 calls procedure Proc4. At the start of its execution, each of Proc1, Proc2, Proc3 and Proc4 creates a stack frame that allocates or reserves no space for local variables, but saves the EDX register. Write assembly code fragments to enable the access and retrieval of the EAX, EBX, ECX values saved on the stack by the Main procedure in each of the procedures Proc1, Proc2, Proc3, Proc4. In each case, during each retrieval, the stack is not disturbed. A company database needs to store information about employees (identified by IDno, with salary and phone as details), departments (identified by dno, with dname and budget as details), and children of employees (with name and age as details). Employees work in departments; each department is managed by an employee; a child must be identified uniquely by name when the parent (who is an employee; assume that only one parent works for the company) is known. We are not interested in information about a child once the parent leaves the company. Draw an ER model that captures this information. The answer should also show clear entities, attributes, relationships, and possible cardinality The reversible isomerization AB is to be carried out in a membrane reactor. Owing to the configuration of species B, it is able to diffuse out the walls of the membrane, while A cannot. The reaction is carried out in the isothermal and isobaric conditions. Pure A is fed in the reactor. Plot the species molar flow rates down the length of the reactor (volume from 0 to 500 dm). Additional information: specific reaction rate = 0.05 s, transport coefficient kc = 0.03s, equilibrium constant Kc = 0.5, entering volumetric flow rate vo=10 dm/s, CAO = 0.2 mol/dm. For a two-dimensional potential flow, the potential is given by 1 r (x, y) = x (1 + arctan x + (1+ y), 2T where the parameter A is a real number. 1+y x Hint: d arctan(x) dx 1 x +1 (1) Determine the expression of the velocity components ux and uy. (2) Determine the value of I such that the point (x, y) = (0,0) is a stagnation point. (3) Assuming for the far field, the pressure and constant density are P. and p, respectively, determine the pressure at the point (0, -2). (4) The flow field corresponds to a flow around a cylinder. (Hint: Stream function is needed.) (a) Determine the centre and radius of the cylinder. (b) Determine the magnitude and direction of the resulting forcing acting on the cylind What do you think Plato is trying to illustrate with his Allegory of the cave what point is he trying to make with this myth? How does the cave relate to his two worlds? To his tripartite division of the soul/the state? To "Know Thyself"? To his conception of justice? Is it possible for everyone to be happy on his account? Why? What do you think do you agree or disagree and why? Given The Direction Cosines (Cos Ox, Cos Oy, Cos 02), The Unit Vector , In Terms Of Unit Vectors Of Coordinate Axes (, , K) Is: Compare botulism and tetanus using a comparison table in termsof toxin production, bacterium and site of toxin action. a) Differentiate between Band-stop Filter and Band-pass Filter? b) State two 2 conditions for the oscillator to remain in the state of oscillation? (2 Marks) Question 5 a) Name two (2) types of voltage regulators? b) Briefly Describe the regulating action of a series regulators? (5 Marks) c) State two (2) examples of Analog to digital converter circuit? d) State the difference between Analog to digital converter and Digital to Analog circuit?