Search
Questions in Grade High-school
[Done] What is the output of the following code? ```python my_list = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'] i = 0 while i < len(my_list): print(my_list[i]) i += 3 ``` Choose the option that best answers the question. A. adg B. No output as the while loop does not execute C. abcd D. abcdefgh
[Done] What value of $x$ is in the solution set of $2x-3>11-5x$?
[Done] Calculate the percent change in overhead from Quarter 1 to Quarter 2 from the following income statement information: \begin{tabular}{lcc} & Q1 (x1000) & Q2 (x1000) \\ Net Sales & 115 & 125 \\ COGS & 30 & 31 \\ Gross Profit & 85 & 94 \\ Overhead & 32 & 41 \\ Net Income & 53 & 53 \end{tabular} Percent Change = [?] % Enter your answer as a percent rounded to the nearest tenth.
[Done] What is the collude of [tex]$x$[/tex], where [tex]$x=1 \frac{1}{7} \times 2$[/tex]?
[Done] (BONUS Extra Credit) a. Write the [tex]$\beta+$[/tex] decay equation for [tex]${ }_6^{11} C$[/tex]. b. Calculate the energy released in the decay. The masses of [tex]${ }_6^{11} C$[/tex] is 11.011433 amu and [tex]${ }_5^{11} B$[/tex] 11.009305 amu. ([tex]$1 amu =1.66 \times 10^{-27} kg, E = mc ^2$[/tex] where [tex]$E =$[/tex] energy, [tex]$m =$[/tex] mass, and [tex]$c =$[/tex] speed of light [tex]$=3.0 \times 10^8 m / s$[/tex] )
[Done] The height, [tex]$h$[/tex], of a falling object [tex]$t$[/tex] seconds after it is dropped from a platform 300 feet above the ground is modeled by the function [tex]$h = 300 - 16t^2$[/tex]. Which expression could be used to determine the average rate at which the object falls during the first 3 seconds of its fall? A. [tex]$h(3)-h(0)$[/tex] B. [tex]$4\left(\frac{3}{3}\right)-4\left(\frac{0}{3}\right)$[/tex] C. [tex]$\frac{h(3)}{3}$[/tex] D. [tex]$\frac{h(3)-h(0)}{3}$[/tex]
[Done] Triangles LOA and LAM share side LA. Angles OLA and ALM are congruent. What additional information is needed to prove that the triangles are congruent using the AAS congruence theorem? A) LO ≅ LM B) OA ≅ MA C) Angle LOA ≅ Angle LMA D) Angle LAO ≅ Angle LAM
[Done] Complete the sentences with suitable adjectives. 9. The ______ sight of ice cream tempted Katy. 10. Five ______ chicks played around the hen and the rooster. 11. ______ grandfather was a professor at the university. 12. On each side of the swimming pool, there were ______ tables. 13. Meghna fell down while trying to tie her ______ shoelaces. 14. ______ principal shared some very interesting stories with us. 15. It was a ______ day, and people were carrying umbrellas.
[Done] Which code fragment can be used to meet the requirements? while (option != 0) { menu(); option = // code that reads the option goes here /* code that print the option go here */ } ○ do { menu(); option = // code that reads the option goes here /* code that print the option go here */ } while (option != 0); ○ while (option >= 0) { menu(); option = // code that reads the option goes here /* code that print the option go here */ } ○ for (option = 0; option != 0; option = //code that reads the option goes here) { /* code that print the option go here */ }
[Done] B. Enumerate the correct answers as required in each item. Write your answers clearly. 1-3. Common tools and equipment in Computer Systems Servicing 4-6. Hardware used in telecommunication 7-9. Common languages used in programming 10. ICT content areas
« Prev
1
...
213
214
215
216
217
...
3094
Next »