Pt1420

Page 3 of 18 - About 176 Essays
  • Free Essay

    Programming Final Pt1420

    1. What is the term used for the memory address of the location of the statement immediately after the module called? Return Point 2. What tool would a programmer use to visualize the relationship between modules? Hierarchy charts 3. What is the term used for the variable that received an argument that passed into a module? Parameter 4. What is the term used that means only a copy of the argument’s value is passed into the parameter? “passing an argument by Value” 5. What’s the name

    Words: 500 - Pages: 2

  • Premium Essay

    Pt1420 Unit 10

    Timothy Knox 8/21/2015 Dr. North Unit 10 10.1.1 TCP can connect two hosts with the capability to retransmit dropped packets, maintain ordering, and check for errors. A TCP connection is established with a three-way handshake in which a connection is established and acknowledged. What are the three messages that form this handshake sequence? Why is this important for establishing the connection? Use your textbook and Internet research to compose your answer. The messages that are used to

    Words: 530 - Pages: 3

  • Free Essay

    Pt1420 Unit 2

    Short Answers 1. What does a professional programmer usually do first to gain an understanding of a problem? The first thing a professional programmer will usually do to gain the understanding of a problem is to work directly with, and interview the customer. 2. What is pseudocode? Pseudocode is an informal language that has no syntax rules, and is not meant to be compiled or executed. 3. Computer programs typically perform what three steps? 1) Input is received. 2) Some process is performed on

    Words: 676 - Pages: 3

  • Premium Essay

    Pt1420 Final Exam

    Final: Algorithms Spring 2016 I _(your name)____________ did not collaborate with any person on this exam. I understand that doing so will result in a 0 for the Final Exam. • You can use online references, but write answers in your own words! Cite any references used. Answer the question in your own words, no credit will be given for answers copied from any source. • No collaborating with other people; a 0 will be given if any collaboration evidence is found. Ask me for a hint if

    Words: 1249 - Pages: 5

  • Premium Essay

    Pt1420 Unit 4

    1. Which of the following statements are incorrect regarding C language? Records can be defined in C by using structures Members of a structure are of the same/different data types A pointer to a structure can be used to pass a structure to a function Memory is allocated when we define a structure 2. Given the following array: int a[9] = {1,2,3,4,5,6,7,8,0}; what will be the output of the printf("%d",a[5]); ? Answers: 3 4 5 6 3. Which of the following function will convert a string

    Words: 759 - Pages: 4

  • Premium Essay

    Pt1420 Unit 5.2

    5.2 Food Processing unit The crops harvested will be processed into finished products. The food processing unit shall be equipped with all the necessary machinery. Most of the crops will be grains like wheat and rice, or fruits and vegetables that do not require extensive processing. Bakery will be kept separate for baking bread. Cattle and sheep that will be reared in the agricultural segment will be used for getting milk that will be pasteurisd in the food processing unit and then supplied to the

    Words: 1185 - Pages: 5

  • Premium Essay

    Pt1420 Unit 9

    1) Which of the four fundamental forces results in tidally coupled celestial objects? Gravitational force results in tidally coupled celestial objects. 2) As viewed from Earth, how many times does the Moon rotate during one orbit? As viewed from outside the Earth-Moon system, how many times does the Moon rotate in one orbit? How do you know? Viewing from Earth, one would not see any rotation of the Moon at all, because the Moon is tidally coupled to Earth and a moon. In turn, the rotation is locked

    Words: 592 - Pages: 3

  • Premium Essay

    Pt1420 Unit 4

    1. A common food is found to contain .00125% iron. The serving size is 87.0 grams. How many milligrams of iron is in one serving? (Note the change from grams to milligrams!) To solve this problem, the first thing I did was to read through it several times to determine what it is asking. My interpretation was that I needed to find the grams of iron in this food and then convert it to milligrams. To do this, the first thing I did was to convert 0.00125% of iron to a decimal by moving the decimal

    Words: 2153 - Pages: 9

  • Premium Essay

    Pt1420 Lab 8

    Lab 8.1 Step 2: The hour is 1 continue loop till the hour is 24 then stop. Step 3: Constant Integer Max_Minutes = 60 Declare Integer minutes For minutes = 1 to Max_Minutes Display “The minute is “, minutes End For Step 4: Constant Integer Max_Seconds = 60 Declare Integer seconds For seconds = 1 to Max_Seconds Display “The second is “, seconds End For Step 6: The number is 2 The number is 4 The number is 6 The number is 8 The number is 10 Step 7: Constant Integer Max_VALUE

    Words: 324 - Pages: 2

  • Premium Essay

    Pt1420 Lab 5.5

    1.  Sub Main() 2.         Dim testScore As Integer = 0 3.         Dim category As String = " " 4.         Dim interview As String = " " 5.   6.         getScore(testScore) 7.         employCat(testScore, category) 8.         interviewPoss(testScore, interview) 9.         displayInfo(testScore, category, interview) 10.   11.         Console.WriteLine("Please hit enter to exit...") 12.         Console.ReadLine() 13.           'Daniel Merritt (17486170)

    Words: 255 - Pages: 2

Page   1 2 3 4 5 6 7 8 9 18