Questions asked
What is the probability that a random grocery store customer spends between $65 and $85?
When preparing financial statements using IFRS, A. It requires the same format as the balance sheet prepared using GAAP. B. The balance sheet is required to be titled statement of position. C. The title balance sheet is recommended but not required. D. The title statement of financial position is recommended, but not required.
Problem 2: Schematic: +10V $R_C = 10 k\Omega$ $10 k\Omega$ $I_B$ $V_C$ $I_2$ $I_2$ $R_E = 1 k\Omega$ Assumptions: $\bullet \beta = 100$ $\bullet$ Silicon diodes Determine: $I_C$, $I_E$, $I_B$, $I_1$, $I_2$, $V_C$, $V_E$, $V_B$ & mode of transistor
Photosynthetic eukaryotic cells contain chloroplasts that have cristae stroma chlorophyll thylakoids all of these choices except cristae
corresponding loudness in dB? How much higher is the intensity level of a jet plane at 30 m (100 dB) than that of a whisper (20 dB)? The intensity is measured to be 98 dB. What is the intensity
6. A university advertises to fill 2 positions for Statistics teachers. 23 people apply. In how many ways can the positions be filled ?
Which one is correct for the ego? unconsciously strives to satisfy basic drives to survive. seeks immediate pleasure. operates on the pleasure principle. seeks long-term pleasure.
Question 5 [8 Marks] Use the Mannich reaction to propose a structure for the product and provide a mechanism (curved arrow formalism) for the following biochemical reaction: [8] Tryptamine NH2 CHO + H3CO H Oglucose 0 0 Secologanin
5 The output of the following code is (1.5 Points) String strl = new String("data"); String str2 = new String("data"); if (strl == str2) { System.out.println("MATCH"); } if (strl.equals(str2)) { System.out.println("EXACT"); } nothing is displayed MATCH EXACT MATCH EXACT
11. Using the correct variable naming convention, identify the problem in the variable names in the table below and suggest a correct one in place. Incorrect Variable Name Name of student Date-of-birth Phone* Thecurrentlevelofthestudent 1stSemester Problem Corrected Variable Name 12. Using the corrected variable name you provided in question 11 suggest a suitable data type for the variable Corrected Variable Name Data Type 13. Functions are small sets of instructions that perform specific tasks and return values. Provide the correct functions for the following scenarios. Scenario You want to mathematically generate the random number between 0 and 1 Appropriate Function You want to know the number of characters in a given string You have been provided with a list of ages in your class and you want to know the oldest You want to know the total of a list of numbers provided You have been provided with a phone number (0301231245) and you want to work with it as string value and not numeric