Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Implement the java code with data structure supporting listed functionalities using object-oriented principles

.Hash Table

  • Insert
  • delete
  • contains
  • get value by key
  • size
  • iterator
  • traverse

Q1. 3 moles of an ideal gas run through a Camot cycle (A-B-C-D-A) to carry out some work. Data is shown below in the table. Determine the followings. (Given: 7-1.8) (i) Unknown parameters (?) at each state Net work done in Joule with correct sign, Carnot efficiency and actual efficiency State Pressure (Pa) 1300000 Temperature (K) Volume (m) 0.011 0.027 0.018 A B C D

Implement your own version of the linked list using java with mentioned functionalities: insert, insert at position, delete, delete at position, center, reverse, size, iterator, traverse/print.

Use of similar data structures already present in the language/framework is not allowed.


Plot prices on y axis and quantity on x axis an determine what is the slope (positive or negative)

price. 1. 2. 3. 4. 5

quantity. 12. 28. 42 52. 60


question: single entry



akshya is given a list of N integers. Each number in the list appears exactly for one number. help akshya by identifying the numbers which appeared exactly once in the list.



input:-



2 2 1



output:-



1



input:



8 9 2 8 9 2 5



output:



5



explanation:



in the example the given integers are 2 2 1 as the number 1 has appeared only once.


so the output should be 1.




One form of cystic syndrome is inherited as an autosome recessive character.


The heterozygoutes have heightened content of cystine in urine, homozygoutes - have


cystine stories in kidneys.


a) Determine the possible forms of cystic syndrome in children in the family, where one parent had cystic syndrome and another had heightened content of cystine in urine.



b) Determine the possible forms of cystic syndrom in children in the family,, where one parent had disease and another one had healthy heredity.



Using a do while loop, write a program that will accept the name of the user and display “the user name” N number of times.


2. Determine the magnitude of electric field value if a distance of 35 cm from a 0.00050 C

charge.


question:- string encoding


arya has two strings S and T consisting of lower case english letters.

since he loves encoding the strings, he dose the operation below just once on the string S


first, arya thinks of a non- negative integer K then he shifts each character of S to the right

by K


explanation:- 1) in the first example the given strings are S= abc and T= ijk.


when arya chooses K=8

"a" is shifted to the right by 8 and become "i"

"b" is shifted to the right by 8 and become "j"

"c" is shifted to the right by 8 and become "k"


2) in the second example, the given string are S=ppq and T=qqp

there is non-negative integer K that arya can choose to transform S into T so, No should be printed.


input: abc

ijk

output: Yes


input: ppq

qqp

output: No






analyze the cause and effect of genetic mutations in DNA including missense, nonsense, silent, insertion, deletion, duplication and frameshift


LATEST TUTORIALS
APPROVED BY CLIENTS