Olga Andreeva
Olga Andreeva
  • Видео 206
  • Просмотров 519 256
AP Computer Science Principles Multiple Choice Practice (Part 4)
Problems taken from apcspths.pbworks.com/w/file/fetch/121964706/Sample%2520Exam%2520Questions.pdf
Intro: 00:00
Problem 1: 00:09
Solving problem 1: 00:36
Solution to problem 1: 02:03
Problem 2: 03:03
Solving problem 2: 04:04
Solution to problem 2: 07:19
Problem 3: 08:04
Solving problem 3: 08:49
Solution to problem 3: 14:13
1) A certain social media Web site allows users to post messages and to comment on other messages that have been posted. When a user posts a message, the message itself is considered data. In addition to the data, the site stores the following metadata.
* The time the message was posted
* The name of the user who posted the message
* The names of any users who comment on the message a...
Просмотров: 193

Видео

AP Computer Science Principles Multiple Choice Practice (Part 3)
Просмотров 1478 месяцев назад
Problems taken from apcspths.pbworks.com/w/file/fetch/121964706/Sample%20Exam%20Questions.pdf Intro: 00:00 Problem 1: 00:10 Solving problem 1: 00:53 Solution to problem 1: 03:00 Problem 2: 03:24 Solving problem 2: 04:30 Solution to problem 2: 08:10 Problem 3: 08:14Solving problem 3: 09:21 Solution to problem 3: 15:08 1. The following question uses a robot in a grid of squares. The robot is repr...
AP Computer Science Principles Multiple Choice Practice (Part 2)
Просмотров 1208 месяцев назад
Problems taken from apcspths.pbworks.com/w/file/fetch/121964706/Sample%20Exam%20Questions.pdf Problem 1: 00:00 Solving problem 1: 00:52 Four grids: 01:41 Solution to problem 1: 06:06 Problem 2: 07:20 Solving problem 2: 07:50 Solution to problem 2: 09:47 Problem 3: 10:38Solving problem 3: 11:16 Solution to problem 3: 13:14 1) The program segment below is intended to move a robot in a grid to a g...
AP Computer Science Principles Multiple Choice Practice (Part 1)
Просмотров 1418 месяцев назад
Problems taken from apcspths.pbworks.com/w/file/fetch/121964706/Sample%20Exam%20Questions.pdf Problem 1: 00:00 Solving Problem 1: 00:39 Problem 1 solution: 04:40 Problem 2: 05:25 Solving Problem 2: 05:36 Problem 2 solution: 07:28 Problem 3: 08:17 Solving Problem 3: 08:57 Problem 3 solution: 12:30 1) A programmer completes the user manual for a video game she has developed and realizes she has r...
2023 AP Computer Science A FRQ #4B
Просмотров 301Год назад
Write the removeNextByFlavor method, which attempts to remove and return one piece of candy from the box. The piece of candy to be removed is the first piece of candy with a flavor equal to the parameter flavor that is encountered while traversing the candy box in the following order: the last row of the box is traversed from left to right, then the next-to-last row of the box is traversed from...
2023 AP Computer Science A FRQ #4A
Просмотров 274Год назад
Write the moveCandyToFirstRow method, which attempts to ensure that the box element at row 0 and column col contains a piece of candy, using the following steps. • If the element at row 0 and column col already contains a piece of candy, then box is unchanged and the method returns true. • If the element at row 0 and column col does not contain a piece of candy, then the method searches the rem...
2023 AP Computer Science A FRQ #3B
Просмотров 327Год назад
Write the longestHeatWave method, which returns the length of the longest heat wave found in the temperatures instance variable. A heat wave is a sequence of two or more consecutive days with a daily high temperature greater than the parameter threshold. The temperatures instance variable is guaranteed to contain at least one heat wave based on the threshold parameter. For example, consider the...
2023 AP Computer Science A FRQ #3A
Просмотров 255Год назад
Write the cleanData method, which modifies the temperatures instance variable by removing all values that are less than the lower parameter and all values that are greater than the upper parameter. The order of the remaining values in temperatures must be maintained. For example, consider a WeatherData object for which temperatures contains the following. The three shaded values shown would be ...
2023 AP Computer Science A FRQ #2
Просмотров 439Год назад
This question involves methods that distribute text across lines of an electronic sign. The electronic sign and the text to be displayed on it are represented by the Sign class. You will write the complete Sign class, which contains a constructor and two methods. The Sign class constructor has two parameters. The first parameter is a String that contains the message to be displayed on the sign....
2023 AP Computer Science A FRQ #1B
Просмотров 203Год назад
Write the makeAppointment method, which searches the periods from startPeriod to endPeriod, inclusive, for the earliest block of duration available minutes in the lowest-numbered period. If such a block is found, the makeAppointment method calls the helper method reserveBlock to mark the minutes in the block as unavailable and returns true. If no such block is found, the makeAppointment method ...
2023 AP Computer Science A FRQ #1A
Просмотров 424Год назад
Write the findFreeBlock method, which searches period for the first block of free minutes that is duration minutes long. If such a block is found, findFreeBlock returns the first minute in the block. Otherwise, findFreeBlock returns -1. The findFreeBlock method uses the helper method isMinuteFree, which returns true if a particular minute is available to be included in a new appointment and ret...
2023 AP Calculus AB FRQ #6
Просмотров 1,6 тыс.Год назад
Consider the curve given by the equation 6xy = 2 y^3. (a) Show that dy/dx = 2y / y^2 − 2x. (b) Find the coordinates of a point on the curve at which the line tangent to the curve is horizontal, or explain why no such point exists. (c) Find the coordinates of a point on the curve at which the line tangent to the curve is vertical, or explain why no such point exists. (d) A particle is moving alo...
2023 AP Calculus AB FRQ #5
Просмотров 1,5 тыс.Год назад
The functions f and g are twice differentiable. The table shown gives values of the functions and their first derivatives at selected values of x. (a) Let h be the function defined by h(x) = f(g(x)). Find h’(7). Show the work that leads to your answer. (b) Let k be a differentiable function such that k’(x) = (f(x))^2 · g(x). Is the graph of k concave up or concave down at the point where x = 4 ...
2023 AP Calculus AB FRQ #4
Просмотров 2,9 тыс.Год назад
The function f is defined on the closed interval [−2, 8] and satisfies f(2) = 1. The graph of f’, the derivative of f, consists of two line segments and a semicircle, as shown in the figure. (a) Does f have a relative minimum, a relative maximum, or neither at x = 6 ? Give a reason for your answer. (b) On what open intervals, if any, is the graph of f concave down? Give a reason for your answer...
2023 AP Calculus AB FRQ #3
Просмотров 1,5 тыс.Год назад
A bottle of milk is taken out of a refrigerator and placed in a pan of hot water to be warmed. The increasing function M models the temperature of the milk at time t, where M(t) is measured in degrees Celsius (°C) and t is the number of minutes since the bottle was placed in the pan. M satisfies the differential equation dM/dt = 1/4 * (40 − M). At time t = 0, the temperature of the milk is 5°C....
2023 AP Calculus AB FRQ #2
Просмотров 755Год назад
2023 AP Calculus AB FRQ #2
2023 AP Calculus AB FRQ #1
Просмотров 1,3 тыс.Год назад
2023 AP Calculus AB FRQ #1
AP Computer Science A MC Practice (Part 3)
Просмотров 64Год назад
AP Computer Science A MC Practice (Part 3)
AP Computer Science A MC Practice (Part 2)
Просмотров 126Год назад
AP Computer Science A MC Practice (Part 2)
AP Computer Science A MC Practice (Part 1)
Просмотров 80Год назад
AP Computer Science A MC Practice (Part 1)
2019 AP Calculus AB FRQ #6
Просмотров 260Год назад
2019 AP Calculus AB FRQ #6
2019 AP Calculus AB FRQ #5
Просмотров 1,2 тыс.Год назад
2019 AP Calculus AB FRQ #5
2019 AP Calculus AB FRQ #4
Просмотров 564Год назад
2019 AP Calculus AB FRQ #4
2019 AP Calculus AB FRQ #3
Просмотров 1,4 тыс.Год назад
2019 AP Calculus AB FRQ #3
2019 AP Calculus AB FRQ #2
Просмотров 466Год назад
2019 AP Calculus AB FRQ #2
2019 AP Calculus AB FRQ #1
Просмотров 663Год назад
2019 AP Calculus AB FRQ #1
2021 AP Calculus AB FRQ #6
Просмотров 488Год назад
2021 AP Calculus AB FRQ #6
2021 AP Calculus AB FRQ #5
Просмотров 520Год назад
2021 AP Calculus AB FRQ #5
2021 AP Calculus AB FRQ #4
Просмотров 1,2 тыс.Год назад
2021 AP Calculus AB FRQ #4
2021 AP Calculus AB FRQ #3
Просмотров 529Год назад
2021 AP Calculus AB FRQ #3

Комментарии

  • @karmaisreal6284
    @karmaisreal6284 11 дней назад

    Oh my god I've been agonizing over this since our professor went over it in class (I don't know why I keep getting stuck and mixing these things up when it should be a relatively simple concept, right?) but you just made everything make sense in only four minutes. Thank you!!

  • @user-tq7sp3jh7q
    @user-tq7sp3jh7q 15 дней назад

    Yghuhhgt🎉😢😮😮😅😅😊

  • @jackkonrad7759
    @jackkonrad7759 19 дней назад

    Great vid🔥🔥

  • @NataliaBerger-sm6br
    @NataliaBerger-sm6br Месяц назад

    Line 4 TEMPO 1212/1214 is before the TAF was issued. Thank you for your videos. ❤

  • @SnakeSneakyGuy
    @SnakeSneakyGuy Месяц назад

    3:24 to 3:43 very scary and eerie silence

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos Месяц назад

      Feel free to use it as some time to reflect on what you've learned 🤪

  • @mikeoxlong6137
    @mikeoxlong6137 Месяц назад

    You probably won't see this since the video is old now but I would like to thank you for your videos. I currently don't have the base knowledge to do most my classes since I moved countries and at home we have a way different curriculum. This video in particular really helped me grasp a concept none of my teachers were willing to teach me. Thank you so much, truly.

  • @Anmol25463
    @Anmol25463 Месяц назад

    Thanks a lot. That really helped

  • @ENOSKASHIMBA
    @ENOSKASHIMBA Месяц назад

    Superb!!

  • @marchpotato5614
    @marchpotato5614 2 месяца назад

    ur r too good thnak uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu

  • @oyss9809
    @oyss9809 2 месяца назад

    howd you get B(10) = 34.183?

  • @neetivardhan01
    @neetivardhan01 2 месяца назад

    Thq now i understand ❤

  • @mimicray
    @mimicray 2 месяца назад

    thank you! :D

  • @zirakguzder3764
    @zirakguzder3764 2 месяца назад

    W video

  • @rickyd410
    @rickyd410 2 месяца назад

    Thank you for the videos! I watched them all and got a lot out of them. I'm going to pass along your page to my 16 year old for your math tutorials. All the best!

  • @rickyd410
    @rickyd410 2 месяца назад

    Hi Olga, your videos have been very helpful in my prep for the Part 107. I've been going through each one and making notes. I'm wondering... for METAR questions, do they give you any kind of key for a question like this?

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 2 месяца назад

      Hello! Happy to hear the videos have been helpful! I don't believe you get any kind of key :(

  • @rickyd410
    @rickyd410 2 месяца назад

    Thanks! You're videos have been super helpful.

  • @jamesabbott3052
    @jamesabbott3052 2 месяца назад

    Nice job on talking about the clouds

  • @crunchykitkat7957
    @crunchykitkat7957 2 месяца назад

    thank you so much

  • @Berrybooo
    @Berrybooo 2 месяца назад

    why are we adding them Im so confusedddd

  • @gavinwatson5759
    @gavinwatson5759 2 месяца назад

    Olga, I teach AP Computer Science A, and I'm impressed by your approach to solving FRQs in your videos - excellent work! As a seasoned programmer, I've gained valuable insights into teaching FRQs to students through watching your content. I just wanted to express my gratitude. Thank you!

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 2 месяца назад

      Wow, thank you for this comment! It means a lot to me- happy to help out! :)

  • @user-kp2rt9ok6n
    @user-kp2rt9ok6n 2 месяца назад

    Thank you ✨️✨️✨️

  • @user-bg8go6dk5t
    @user-bg8go6dk5t 3 месяца назад

    why I got -12.0227 instead of 3.604?

    • @theteatho1600
      @theteatho1600 2 месяца назад

      you would have to in put it as (ln(x+3)-(x^4+2x^3). Make sure you put x^4+2x^3 in parenthese but each function in its own parenthese

  • @toybuns775
    @toybuns775 3 месяца назад

    ASMR

  • @rabbit-istudios5444
    @rabbit-istudios5444 3 месяца назад

    Dude for the last question looking at the graph you can see that x = 2 is the only x coordinate where it is a candidate for a absolute minimum value. Thus it will be the only absolute minimum value in the graph. Therefore the absolute minimum value is f(2) = 1. (f(2) = 1 is given in the question itself).

  • @Proweegloverdasdy
    @Proweegloverdasdy 3 месяца назад

    Hi gang

  • @misaelgarcia4621
    @misaelgarcia4621 3 месяца назад

    Thank you so much, I was struggling to understand how to read sectional charts until I came across this video.

  • @rexiser9994
    @rexiser9994 3 месяца назад

    Thank you so much for this video! I was struggling to understand how to read sectional charts until I came across this video. Thanks to you once I finally understood how to go about it because of this video and today I passed my test on the first try, 88%! Thank you!!

  • @user-bz3nk2lv1m
    @user-bz3nk2lv1m 4 месяца назад

    Thanks

  • @jorgemartinez7137
    @jorgemartinez7137 4 месяца назад

    How did you input x into your calculator/expressions? (For part D did you manually enter -.5 for x?)

  • @luxurycommerciale
    @luxurycommerciale 4 месяца назад

    👍👍👍👍

  • @AJHodgeman
    @AJHodgeman 4 месяца назад

    WOW. This helped me understand so much better! Thank you for this.

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 4 месяца назад

      Happy to hear! Best of luck with your studying :)

  • @froggie1234567891
    @froggie1234567891 4 месяца назад

    great job i watch them all, thanks!!

  • @neilhines4790
    @neilhines4790 4 месяца назад

    the language is confusing where it reads" short final" and then in a( base ) makes you think of the base not final approach. I guess the direction in relationship to the runway is still west.

  • @kyleward6627
    @kyleward6627 4 месяца назад

    This video has really simplified things!! Thank you!!

  • @Gaza_49
    @Gaza_49 5 месяцев назад

    Thank you, I have a Midterm exam tomorrow

  • @aguila413
    @aguila413 5 месяцев назад

    Thanks!

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 5 месяцев назад

      Thank you! Good luck with the rest of your studying :)

  • @aguila413
    @aguila413 5 месяцев назад

    . I have learned a lot. Ty

  • @Justin_McElhannon
    @Justin_McElhannon 5 месяцев назад

    I’ve been studying for this test and your videos are an absolute game changer! Thank you!

  • @victorcohen6746
    @victorcohen6746 6 месяцев назад

    These are tremendously helpful videos, thank you for posting them. Do you have any plans for creating IFR training videos?

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 5 месяцев назад

      Cheers! Unfortunately at this moment, I don't have any plans to create IFR training videos :(

  • @sethenglish3657
    @sethenglish3657 6 месяцев назад

    This is by far the most helpful video on the subject. Thank you so much.

  • @taylorwilliams8280
    @taylorwilliams8280 6 месяцев назад

    Hello, Thank you for the video. The video is very helpful. At 1:34 you bring up a box to use as a ruler. I'm not familiar with that procedure. How are you doing that? I also am using a Ipad but don't know how to do that.

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 6 месяцев назад

      Great question! At the bottom of these sectional chart maps, there's typically a ruler that displays distances in nautical miles, statute miles, and kilometers: aviation.stackexchange.com/questions/55679/where-is-v15-and-how-do-i-find-it Since the entire section chart image for this problem didn't fit on the screen, I took a screenshot of the bottom half of it and cropped it such that just the ruler remained. I'm using an app called Notability, which allows you to draw on top of photos and drag around the drawings. I used the pen tool to draw a line that was 4 nautical miles long, and then used the 'lasso' feature within Notability to move the line on top of the sectional chart. Let me know if you have any other questions :)

    • @taylorwilliams8280
      @taylorwilliams8280 6 месяцев назад

      I downloaded notability and was able to measure just as shown in your video. What a great tool to have. Thanks for your informative video and response to my question. I appreciate your help. Happy holidays to you.@@OlgaAndreevaVideos

    • @OlgaAndreevaVideos
      @OlgaAndreevaVideos 6 месяцев назад

      Glad to hear! Happy holidays to you as well :)

  • @awdsvx
    @awdsvx 6 месяцев назад

    Thank you for clarifying these examples, especially the 2nd scenario. The 2nd scenario was in my book, but explanation was not very clear.

  • @Lookin4Things
    @Lookin4Things 6 месяцев назад

    Maybe Im seeing 40 minutes from 47 and you kept saying 20? And then crossed at 20 rather than 40 like the question says???? Mercer was my answer

    • @luxurycommerciale
      @luxurycommerciale 4 месяца назад

      I think the same

    • @Lookin4Things
      @Lookin4Things 4 месяца назад

      @luxurycommerciale mercer it was. Sill confusing. I passed with 89. You must study because there were several trick questions. Use up the entire 2 hours and the faster you answer the questions AI will make the questions more difficult.

    • @Feat_Forward_Jake
      @Feat_Forward_Jake 3 месяца назад

      Nope - you guys confused the heck out of me for a second. YES, She's saying 20' SOUTH of 48⁰. Since 48⁰ is essentially 47⁰60'..(I know, it doesn't exist, just trying to oversimplify).... to get to 47⁰40' you need to SUBTRACT 20' from 48⁰ or, (for point of explanation) SUBTRACT 20' from 47⁰60' What do you get? 46⁰40' She kept saying 20 minutes and crossed at 20 minutes because that was the SUBTRACTION amount FROM 48⁰ Again, giving you 47⁰40' I don't know what you saw in your test... if it was the exact question. If you received a checklist of wrong and correct answers from your test, but either you or the test was wrong. In this SPECIFIC example. She is 100% correct.

    • @Lookin4Things
      @Lookin4Things 3 месяца назад

      @@Feat_Forward_Jake yes she had the correct answer that was on the same on test

    • @Feat_Forward_Jake
      @Feat_Forward_Jake 3 месяца назад

      See, now I'm REALLY confused... Your comment says "mercer it was"... However she said.. ' Garrison' ... Which would be the correct answer... 🤔

  • @VinaySharma-yh6qx
    @VinaySharma-yh6qx 6 месяцев назад

    You need to discuss about two sets of genome in a diploid cell. This cell has one complete set of genome after telophase in somatic cells during mitosis. This is because of the separation of sister chromatids to poles during anaphase. It is only after S phase of interphase that genome or Complete set of DNA gets copied and the colored bodies after staining in metaphase looks like an X.

  • @NickiNicker
    @NickiNicker 7 месяцев назад

    omg thank you so much olga I'm your second biggest fan!!!

  • @fatherofall7036
    @fatherofall7036 7 месяцев назад

    I'm your biggest fan

  • @shinedownracing425
    @shinedownracing425 7 месяцев назад

    Thanks! I couldn’t figure out what I was supposed to do with dr/dt

  • @RxzerKBM
    @RxzerKBM 7 месяцев назад

    Great video made me understand in-depth of how these forces each work

  • @user-bm7ds4mi7k
    @user-bm7ds4mi7k 7 месяцев назад

    problem d is wrong LOL

  • @BrittWotovich
    @BrittWotovich 7 месяцев назад

    Isn't it .size instead of .length when referring to an ArrayList?