Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications You must be signed in to change notification settings

Answer key for APCSA Edhesive 2020 - learn from example, don't plagiarize.

Jovakan/apcsa2020

Folders and files.

NameName
248 Commits

Repository files navigation

Ap computer science a 2020 (edhesive).

This repository is organized into the units and lessons inside them. You will also find the assignments but you will find no answers to any of the reviews, quizzes, or exams. Labs assigned by the College Board do NOT follow the uniform formatting and their directory is named after the actual name for ease of search outside of Edhesive users.

I will update this after my class is finished with one lesson. If you have any questions, comments, or additions, feel free to contact my Discord. Good luck!

Path format: [Unit#]/[Lesson#]/[Unit#][Lesson#][Question#].java

Unit 1: Primitive Types

Lessons 1-6

Assignment 1: Movie Ratings

Unit 2: Using Objects

Lessons 1-8

Assignment 2: Control Tower

Unit 3: Boolean Expressions and If Statements

Lessons 1-7

Assignment 3: Crack the Code!

Unit 4: Iteration

Assignment 4: String Shortener

Lab: Consumer Review

Unit 5: Writing Classes

Lessons 1-9

Assignment 5: Fraction

Unit 6: Array

Lessons 1-5

Assignment 6: Array Statistics

Unit 7: ArrayList

Assignment 7: Game Wheel

Lab: Data Lab

Unit 8: 2-D Arrays

Lessons 1-2

Assignment 8: Battleship

Lab: Steganography

Unit 9: Inheritance

Lessons 1-3

Assignment 9: Ultimate Frisbee

Lab: Celebrity

Unit 10: Recursion

Lessons 1-4

Assignment 10: Anagrams

Contributors 3

  • Java 100.0%

assignment 2 control tower answer

# Unit 2: Using Objects

# lesson 1: strings and class types, # lesson 2: escape sequences and string concatenation, # lesson 3: string methods, # lesson 4: classes and objects, # lesson 5: using constructors, # lesson 6: using methods, # lesson 7: wrapper classes, # lesson 8: math functions, # assignment 2: control tower.

  • High School

In the control tower at a regional airport, an air traffic controller monitors two aircraft as their positions change with respect to the control tower. One plane is a cargo carrier Boeing 747 and the other plane is a Douglas DC-3. The Boeing is at an altitude of 2500 m, climbing at

Babygirll3510 is waiting for your help., expert-verified answer.

  • 12.4K answers
  • 35.8M people helped

The distance between the planes is approximately 644.00 meters at the moment the air traffic controller makes a note about their positions.

For Boeing 747 it is given that:

Altitude : 2500 m

Climbing at 10° above the horizontal and moving 30° north of west.

We can break down the Boeing's motion into components:

1. Horizontal component (x-coordinate):

\[x_{\text{Boeing}} = 2500 \tan(10^\circ) \cos(30^\circ)\]

2. Vertical component (y-coordinate):

\[y_{\text{Boeing}} = 2500 \tan(10^\circ) \sin(30^\circ)\]

3. Westward motion (z- coordinate ):

\[z_{\text{Boeing}} = -2500 \tan(10^\circ)\]

So, the position vector of the Boeing 747 relative to the control tower is:

\[\vec{r}_{\text{Boeing}} = (x_{\text{Boeing}}, y_{\text{Boeing}}, z_{\text{Boeing}})\]

Now let's calculate the values :

\[x_{\text{Boeing}} = 2500 \tan(10^\circ) \cos(30^\circ)\n\n \approx 405.51 \, \text{m}\]

For Douglas DC -3:

Altitude: 3000 m

Climbing at 5° above the horizontal and moving directly west.

\[x_{\text{DC-3}} = -3000 \tan(5^\circ)\]

The westward motion does not affect the y-coordinate.

So, the position vector of the Douglas DC-3 relative to the control tower is:

\[\vec{r}_{\text{DC-3}} = (x_{\text{DC-3}}, y_{\text{DC-3}}, 0)\]

Calculating the values:

\[x_{\text{DC-3}} = -3000 \tan(5^\circ)\n\n \approx -261.80 \, \text{m}\]

Now, let's calculate the distance between the two planes using the Euclidean distance formula:

\[d = \sqrt{(x_{\text{Boeing}} - x_{\text{DC-3}})^2 + (y_{\text{Boeing}} - y_{\text{DC-3}})^2 + (z_{\text{Boeing}} - 0)^2}\]

Substituting the values and calculating:

\[d \approx \sqrt{(405.51 \, \text{m} - (-261.80 \, \text{m}))^2 + (72.17 \, \text{m} - 267.95 \, \text{m})^2 + (-454.66 \, \text{m})^2}\]

Thus, rounding the result to two decimal places: The distance between the planes is approximately 644.00 meters.

For more details regarding distance , visit:

brainly.com/question/34779919

Your question seems incomplete, the probable complete question is:

In the control tower at a regional airport, an air traffic controller monitors two aircraft as their positions change with respect to the control tower. One plane is a cargo carrier Boeing 747 and the other plane is a Douglas DC-3. The Boeing is at an altitude of 2500 m, climbing at 10°above the horizontal, and moving 30° north of west. The DC-3 is at an altitude of 3000 m, climbing at 5° above thehorizontal, and cruising directly west. (a) Find the position vectors of the planes relative to the control tower. (b) What is the distance between the planes at the moment the air traffic controller makes a note about their positions?

Still have questions?

Get more answers for free, you might be interested in, new questions in physics.

Get the Reddit app

Need answers for a code practice? We got you! If you need answer for a test, assignment, quiz or other, you've come to the right place.

Assignment 2: Control Tower

IMAGES

  1. Solved Assignment 2: Control Tower Due No Due Date Points 10

    assignment 2 control tower answer

  2. Solved Assignment 2: Control Tower Due No Due Date Points 10

    assignment 2 control tower answer

  3. [Solved] Assignment 2: Control Tower In this assignment, will be

    assignment 2 control tower answer

  4. Solved Files STATUS O NOT SUBMITTED SAVE SUBMIT Assignment

    assignment 2 control tower answer

  5. Assignment 2

    assignment 2 control tower answer

  6. Solved Assignment 2: Control Tower edhesive BY 2020 20 Home

    assignment 2 control tower answer

VIDEO

  1. CONTROL TOWER VIEW

  2. CONTROL WALKTHROUGH Part 7

  3. How to SOLO COMPLETE ACT 2 of the HALLOWEEN EVENT & GET FREE UGC in TOWER DEFENSE SIMULATOR

  4. Construct 2

  5. Conquer The Tower 2

  6. Beautiful air traffic control tower in Asia [atc for you]

COMMENTS

  1. Assignment 2: Control Tower : r/EdhesiveHelp

    If you need answer for a test, assignment, quiz or other, you've come to the right place. Members Online • Ok_Performer9034. ADMIN MOD Assignment 2: Control Tower . Java Can someone please help me Share Add a Comment. Sort by: Best. Open comment sort options. Best. Top ...

  2. AP-CSA-Portfolio/Assignment 2: Control Tower at main

    Assignment 2: Control Tower. Cannot retrieve latest commit at this time. /* Assignment 2 - Control Tower */ /* Class name - must be "Assignment2" in order to run */ import java.util.Scanner; import assignment2.Airplane; import java.lang.Math.*; public class Assignment2 { public static void main (String [] args) { Scanner scan = new Scanner ...

  3. Assignment 2: Control Tower : r/EdhesiveHelp

    If you need answer for a test, assignment, quiz or other, you've come to the right place. ... Assignment 2: Control Tower . Java I know that someone had previously posted the answer on this forum but the answer was deleted I was wondering if someone could give me the code answer Share Add a Comment. Sort by: ...

  4. Jovakan/apcsa2020: Answer key for APCSA Edhesive 2020

    Answer key for APCSA Edhesive 2020 - learn from example, don't plagiarize. - Jovakan/apcsa2020 ... Assignment 1: Movie Ratings. Unit 2: Using Objects. Lessons 1-8. Assignment 2: Control Tower. Unit 3: Boolean Expressions and If Statements. Lessons 1-7. Assignment 3: Crack the Code! Unit 4: Iteration.

  5. Solved Assignment 2: Control Tower Due No Due Date Points 10

    Question: Assignment 2: Control Tower Due No Due Date Points 10 Submitting an extemal tool Instructions In this assignment, you will be simulating an Air Traffic Control tower. This program uses data of the Airplane class type. This is a custom class that you will use for this activity. Each Airplane object represents an actual airplane that is ...

  6. Assignment 2: Control Tower help plz : r/EdhesiveHelp

    If you need answer for a test, assignment, quiz or other, you've come to the right place. Members Online • [deleted] ADMIN MOD Assignment 2: Control Tower help plz Java Locked post. New comments cannot be posted. Share Sort by: Best. Open comment sort options. Best. Top. New. Controversial. Old. Q&A ...

  7. AP CS A1 Assignments Flashcards

    Assignment 2: Control Tower Enter the details of the second airplane (call-sign, distance, bearing and altitude): ual256 12.8 200 22000 Initial Positions:"Airplane 1": AAA01 - 1.0 miles away at bearing 000°, altitude 0 feet "Airplane 2": UAL256 - 12.8 miles away at bearing 200°, altitude 22000 feet The distance between the planes is 13.74 miles.The difference in height between the planes is ...

  8. [Solved] Assignment 2: Control Tower In this assignment, will be

    Assignment 2: Control Tower. In this assignment, will be simulating an Air Traffic Control tower. This program uses data of the Airplane class type. This is a custom class that will use for this activity. Each Airplane object represents an actual airplane that is detected by the tower at a particular instance in time.

  9. . AP Computer Science A 1 X S Assignment 2: Control

    Answer to . AP Computer Science A 1 X S Assignment 2: Control... Answer to . ... AP Computer Science A 1 X S Assignment 2: Control... AI Homework Help. Expert Help. Study Resources. ... Q Assignment 2: Control Tower In this assignment, will be simulating an Air Traffic Control tower. This program uses data

  10. Assignment 2

    View _Assignment_2_-_Control_Tower_ from MATH Basic Alge at Woodland Regional High School. /* Assignment 2 - Control Tower */ /* Class name - must be "Assignment2" in order to run */ import. AI Homework Help. Expert Help. Study Resources. ... need answer for this by please send help :(. 6 9 C 0 fl coursesprojectstemprg/courses ...

  11. Solved 11.2 Program 2-2: Control Tower This program is a

    Computer Science questions and answers. 11.2 Program 2-2: Control Tower This program is a graded assignment. It is meant to be an individual effort. Please add comments to your program to indicate what you are doing You have been tasked with writing an application for a local airport that only has one runway Planes can take off on the runway ...

  12. I need help with edhesive assignment number 2 where we code a control

    Find an answer to your question I need help with edhesive assignment number 2 where we code a control tower program that outputs ... I try to submit the code. The code outputs perfectly but Im not too sure whats wrong. I will paste my code below:/* Assignment 2 - Control Tower *//* Class name - must be "Assignment2" in order to run */import ...

  13. Assignment 2: Control Tower : r/EdhesiveHelp

    If you need answer for a test, assignment, quiz or other, you've come to the right place. Members Online • Impressive-Ball9623. ADMIN MOD Assignment 2: Control Tower . I need help/answers for the Assignment 2: Control Tower. Can anyone help? Thanks Share Sort by: Best. Open comment sort options. Best. Top. New. Controversial. Old. Q&A ...

  14. Assignment 2 Control Tower.docx

    View Assignment 2_ Control Tower.docx from COMPUTER 101 at Prince George's Community College, Largo. /* Assignment 2 - Control Tower */ /* Class name - must be "Assignment2" in order to run */ import ... need answer for this and look exactly the sample run :(. G Google (1) I need some hel.. Instructions Finish writing the Oven class that ...

  15. Unit 2: Using Objects

    /* Lesson 1 Coding Activity Question 1 */ import java.util.Scanner; public class U2_L1_Activity_One { public static void main(String[] args) { // Initialize Scanner ...

  16. I need help with edhesive assignment number 2 where we code a control

    Click here 👆 to get an answer to your question ️ I need help with edhesive assignment number 2 where we code a control tower program that outputs multiple de ... I will paste my code below: /* Assignment 2 - Control Tower */ /* Class name - must be "Assignment2" in order to run */ import java.util.Scanner; import edhesive.assignment2 ...

  17. Project Stem Assignment 2 Control Tower : r/EdhesiveHelp

    If you need answer for a test, assignment, quiz or other, you've come to the right place. Members Online • gfdsa64569. ADMIN MOD Project Stem Assignment 2 Control Tower . Java I completed it for the first two planes but I have difficulty doing the third one can someone please drop the answer? Share ...

  18. Module 2 Assignment

    Study with Quizlet and memorize flashcards containing terms like Revised, reprinted, or new pages in FAA Orders JO 7110.10, JO 7110.65, and JO 7210.3 are indicated by bold, black _____., A NOTAM that consists of information that is regulatory in nature pertaining to flight, such as changes to IFR charts, is classified as a/an:, The purpose of an LOA is to supplement established operational ...

  19. In the control tower at a regional airport, an air traffic controller

    Find an answer to your question In the control tower at a regional airport, ... In the control tower at a regional airport, an air traffic controller monitors two aircraft as their positions change with respect to the control tower. One plane is a cargo carrier Boeing 747 and the other plane is a Douglas DC-3. The Boeing is at an altitude of ...

  20. In this assignment, you will be simulating an Air Traffic Control

    Question. In this assignment, you will be simulating an Air Traffic Control tower. This program uses data of the Airplane class type. This is a custom class that you will use for this activity. Each Airplane object represents an actual airplane that is detected by the tower at a particular instance in time. The Airplane object has a number of ...

  21. Assignment 2 Control Tower : r/EdhesiveHelp

    If you need answer for a test, assignment, quiz or other, you've come to the right place. Members Online • Itchy_Stick_8862 . Assignment 2 Control Tower Java Can someone help? Trying to catch up on comp sci but this assignment is holding me back. Every post I find about it is outdated Locked post. ...

  22. US announces major bust as efforts to crack down on Chinese money

    More than 74,000 people died after using synthetic opioids such as fentanyl in 2023, compared to about 5,500 in 2014, according to the Centers for Disease Control and Prevention.

  23. Assignment 2

    View Assignment 2 - Control Tower.png from CS 318 at Carlsbad High, Carlsbad. # assignment-2-control-tower * Assignment 2 - Control Tower */ import java . util. Scanner ; import assignment2. ... need answer for this and look exactly the sample run :(. G Google (1) I need some hel.. Instructions Finish writing the Oven class that represents an oven.

  24. Assignment 2: Control Tower : r/EdhesiveHelp

    Assignment 2: Control Tower . Can anyone help me with this one? All of the posts I can find about it are out of date. comments sorted by Best Top New Controversial Q&A Add a Comment. More posts you may like. r/MyLittleUniverse • Issue in Dragonora. r/OculusQuest • Quest 2 Assistance. r/immersivelabs • IR: Ep.2 - Prior Attack. r ...