"Pt1420" Essays and Research Papers

Sort By:
Satisfactory Essays
Good Essays
Better Essays
Powerful Essays
Best Essays
Page 10 of 11 - About 108 Essays
  • Satisfactory Essays

    Lab 2: Input‚ Processing‚ and Output This lab accompanies Chapter 2 (pp.29-55) of Starting Out with Programming Logic & Design. Name: Javier Herrera Lab 2.1 – Pseudocode This lab requires you to focus on variable assignment and calculations. Read the following program prior to completing the lab. Write a program that will calculate the cost of installing fiber optic cable at a cost of .87 per ft for a company. Your program should display the company name and the total cost. Step 1: Examine

    Free Algorithm Flowchart Programming language

    • 777 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    5. Let us now assume that the values of n‚ m‚ and p stay the same (n = 100‚ m = 1000‚ and p = 100). However‚ the time needed to execute compute_something_expensive_and_non_parallelizable(i‚ j) varies at random between 1 second and 20 hours. How would you now map the tasks to processors to make the computations efficient? Solution: The above problem refers to problem of load balancing where time of execution of each task varies at random. Dynamic mapping technique can be used for solving the above

    Premium Costs Cost Variable cost

    • 496 Words
    • 2 Pages
    Good Essays
  • Powerful Essays

    Statement Purpose: The purpose of this Lab. is to familiarize student how to solve practical problems programmatically; they will practice on elementary programming using primitive data types‚ variables‚ constants‚ operators‚ expressions‚ and input and output. Also‚ they will learn how to diagnose errors that may occur when a program is compiled or executed. There are some exercises‚ through which they will understand the concept learn in this chapter. Activity Outcomes: Student will learn how

    Premium Computer program Computer software Computer

    • 2338 Words
    • 10 Pages
    Powerful Essays
  • Good Essays

    Test plan To fully test my program‚ test data needs to be created that can fully push the program to its boundaries or even further by causing a crash or error during execution. This will ensure that all errors and bugs are discovered so they can then be corrected.. The whole program will be played several times to make sure it works from the start to the end without any errors or bugs being encountered and to ensure it gives the correct outputs. User login No. Activity Data input What I expected

    Premium Software testing Management Project management

    • 1040 Words
    • 5 Pages
    Good Essays
  • Satisfactory Essays

    Homework Unit 3

    • 354 Words
    • 2 Pages

    PT1420 Unit 3 Homework Pg. 71 5. Module inputName () Declare string name Display"Enter Name:" End Module 6. In passing argument by value- any changes made to the parameter value won’t affect argument outside module. In passing argument by reference- Changes will affect actual argument passed to module. Algorithm 3. Header- Module myModule (Integer a‚ integer b‚ integer c) Call statement - Call myModule (3‚2‚1) A contains 3‚ B contains 2‚ and C contains 1 4. Display "Here

    Premium Ring Group Real number

    • 354 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    PT1420week5exdkinney

    • 404 Words
    • 2 Pages

    PT1420 week 5 exercise Derek Kinney ITT Built in functions are valuable and convenient because they can cut down the time and energy it takes into writing the entire program repeatedly. The built-in functions work like mini programs that perform simple tasks so that you can concentrate your efforts elsewhere. As with all functions‚ the built-in functions return values and‚ optionally‚ accept arguments that you pass to the functions when you call the functions. This essay will list different

    Premium Mathematics Visual Basic Programming language

    • 404 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Code for an Infinite Loop

    • 457 Words
    • 4 Pages

    Pt1420 Unit 8 Assignment 1: Homework Short Answer Review Questions: 6. What is an infinite loop? Write the code for an infinite loop. An infinite loop is a sequence of instructions in a computer program which loops endlessly. Example of an infinite loop: Set k = 1 While k < = 5 Display k End While 7. A FOR loop looks like what other loop in a flowchart? A For loop looks like a count-controlled loop. 8. Why is it critical that accumulator variables are properly initialized? An accumulator

    Premium Natural number Real number Integer

    • 457 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    PT1420 - Unit 2 Homework and Lab Assignment Unit 2 Assignment 1: Homework (material from Chapter 2of your text book) 1.) What is pseudocode? A.) Pseudocode is when you pre write a program in your own type of language to lay it out 2.) Computer programs typically perform what 3 steps. A.)Input‚ Process‚ Output. 3.) What 2 things must you normally specify in a variable declaration. A.)Type‚ Identifier. 4.) Write assignment statements that perform the following operations with the variables

    Premium Imperial units Computer programming Output

    • 453 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    UNIT 2

    • 470 Words
    • 3 Pages

    PT1420 - Unit 2 Homework and Lab Assignment Unit 2 Assignment 1: Homework (material from Chapter 2of your text book) 1.) What is pseudocode? An informal language used to develop a programs design 2.) Computer programs typically perform what 3 steps. Input‚ Processing‚ and Output 3.) What 2 things must you normally specify in a variable declaration. Variable name and data type 4.) Write assignment statements that perform the following operations with the variables a‚ b‚ and c: a. Adds 2 to a and

    Premium Computer programming Real number Algorithm

    • 470 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    PT1420 – Week 1 Assignments - Homework and Labs Unit 1 Assignment 1: Homework True or False 1. Today‚ CPUs are huge devices made of electrical and mechanical components such as vacuum tubes and switches. False 2. Main memory is also known as RAM. True 3. Any piece of data that is stored in a computer’s memory must be stored as a binary number. True 4. Images‚ like the ones you make with your digital camera‚ cannot be stored as binary numbers. False

    Premium Computer Programming language Assembly language

    • 435 Words
    • 5 Pages
    Satisfactory Essays
Page 1 3 4 5 6 7 8 9 10 11