Questions asked
computer program decisions are made by evaluating boolean expressions. You can use if then else or if then structures to choose between two possible outcomes. true false
Q1.1 Analyse the following assembly code and give the content of (2) register A in hex format:MOV A,#234 MOV B,#21 DIV ABQ1.2 From Question 1.1, analyse the assembly code and give the (1) content of register B in hex
At what point in time did the cumulative extinction rate of “other vertebrates” diverge from the estimated background extinction rate? Group of answer choices 1900-2010 1800-1900 1500-1600 1700-1800 1600-1700
In comparing DNA replication with RNA transcription in the same eukaryotic cell, only DNA replication ________. ? incorporates the entire template molecule in the product ? occurs in the nucleus of the cell ? uses RNA polymerase ? makes a new molecule from its 5' end to its 3' end
Question 2 (20 points) Listen Calculate the coefficient of friction for an experiment where the combined mass of the hanger and weights that causes impending motion is 244 grams and the mass of the tray+ weights is 592 grams when they are on an inclined surface at an angle of 18 degrees. The hanger and weights pull the tray up the slope. Your Answer:
b) If the first member of the family rolls the two dice and the dice land on 2 and 3, what is the probability that the next family member will roll a combined number larger than the first family member? Will the probability be the same for the rest of the two family members? Why or why not?
0 Q4 In late 2007 and early 2008, the Indian government pursued expansionary monetary policy. Which of the following will occur as a result of this monetary policy action? +1
Since 1949, what have been the two main parties in Germany?
Water in a piston/cylinder arrangement as shown in fig. of Ex. 3.6 (Textbook, p. 109) is at 300 kPa and 300°C. There are two stops, a lower one at which $V_{min} = 1 m^3$ (second set) and an upper one at $V_{max} = 3m^3$ (first set). Determine: (a) The state of water if the piston rests on the first set of stops. (b) The state of water when heat is removed from water and the pressure drops at 175 kPa while the piston is still on the first set of stops (c) The state of water when additional heat is removed and the piston reaches the second set of stops. (d) The state of water as more heat is removed from the system while the piston rests on the second set of stops and the pressure drops at 75 kPa. (e) The total amount of heat exchanged between the system and the environment in kJ. (f) The entropy of water at each state of water [(a), (b), (c) and (d)] in kJ/kgK. (g) The work done between the system and the environment in kJ. Is this useful work? (h) If the environment is kept at a temperature of 20°C, which is the change of entropy of the environment during the whole process?
Given the following array, what is the value of each item referenced below? If an item would generate an error, please enter "error" as your answer: int[] t = {12, 3, 44, 2, 7} t[2] a) b) t[2 + 1] c) t[2] + 1 d) t[t[1]] e) t[5]