"Dim sum" Essays and Research Papers

Sort By:
Satisfactory Essays
Good Essays
Better Essays
Powerful Essays
Best Essays
Page 23 of 50 - About 500 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

    Visual Basic Tutorial

    • 1968 Words
    • 8 Pages

    begin the coding. Import the System.Data.OleDb namespace. Imports System.Data.OleDb right at the top! Declare a dataset at the class level‚ under Public Class Form1 Dim ds As New DataSet() In the Form’s Load event‚ fill the dataset. To do this‚ create a DataAdapter and use its Fill() method to fill up the dataset. Dim conn As New OleDbConnection()

    Premium Subroutine Object-oriented programming Table

    • 1968 Words
    • 8 Pages
    Satisfactory Essays
  • Satisfactory Essays

    ATM sample program

    • 1001 Words
    • 5 Pages

    constr If con.State = ConnectionState.Closed Then con.Open() End If End Sub Private Sub btn_login_Click(ByVal sender As System.Object‚ ByVal e As System.EventArgs) Handles btn_login.Click Dim dr As OleDbDataReader Dim cmd As New OleDbCommand cmd.Connection = con cmd.CommandText = "SELECT * FROM Account WHERE Username = ’" & txt_user.Text & "’ and Password = ’" & txt_pin.Text & "’" dr = cmd.ExecuteReader If dr

    Premium Class User Login

    • 1001 Words
    • 5 Pages
    Satisfactory Essays
  • Powerful Essays

    Attachment Report

    • 3602 Words
    • 15 Pages

    EXTERNAL ATTACHMENT REPORT INSTITUTION: KIMATHI UNIVERSITY COLLEGE. OF TECHNOLOGY. COURSE: BSC.INFORMATION TECHNOLOGY NAME: PETER LYANDA BARAZA. REG.NO: C025-0630/09. COMPANY: KARUTURI LIMITED COMPANY. NAIVASHA. DURATION: 13th FEB 2012 -14TH April 2011. SUBMISSION DATE: 8TH MAY 2012. Scope /purpose. The Industrial Attachment program fulfils part of the requirement in pursuing the degree of Bachelor of Science in Information Technology in Kimathi University

    Premium Microsoft Application software Computer software

    • 3602 Words
    • 15 Pages
    Powerful Essays
  • Powerful Essays

    SYNOPSIS The core objective of “SMS BASED STUDENT INFORMATION SYSTEM “ is to develop an application to maintain student profile which provides a interface for the staff to communicate with parent regarding student attendance‚ unit test marks and also about extra-curricular and co-curricular activities which are organized by the college‚ in the form of regular updates via SMS. This project has only one user called Class Advisor. He has all rights to enter and edit the name‚ register number of the

    Premium

    • 5707 Words
    • 23 Pages
    Powerful Essays
  • Powerful Essays

    CONCEPTS OF PROGRAMMING LANGUAGES WITH ADVANCE DATA STRUCTURES FINAL PAPER MACROS Submitted by Bustamante‚ Andrew Lorenzo‚ Erika Manarang‚ Paolo Marco Young‚ Jennifer Ms. Charibeth Cheng Faculty December 3‚ 2010 TABLE OF CONTENTS I. Introduction II. Scope and Limitation of the Research III. Macros a. Definition b. Usage c. Advantages and Disadvantages IV. Conclusion and Recommendation V. References I. Introduction Macros are

    Premium Microsoft Office Programming language Object-oriented programming

    • 3986 Words
    • 16 Pages
    Powerful Essays
  • Good Essays

    array values in a multidimensional array will store the data as table of values in rows and columns. Declaring 2-dim array: int twoArr[3][4]; twoArr is an array of integer with 3 rows and 4 columns twoArr has 12 elements (4 elements per row). the subscript of 2-dim array start with 0 for the row and 0 for the column the second subscript (column) increase most rapidly Accessing 2-dim array elements: twoArr[0][0] = 1 twoArr[0][1] = 2 twoArr[0][2] = 3 twoArr[0][3] = 4 twoArr[1][0] = 5 twoArr[1][1]

    Premium

    • 396 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    CHAPTER I – PLANNING PHASE 1. Preparing the System Proposal 1. Abstract His Way Internet Café uses a manual system for monitoring the time-in and time-out of every customer and for recording the services and the amount they purchased; therefore as the proponents‚ we would like to propose a computerized time monitoring and sales system that was developed through the studies we conducted. This system provides an efficient and effective way of monitoring the time-in and time-out

    Free Internet History of the Internet

    • 2845 Words
    • 12 Pages
    Powerful Essays
  • Good Essays

    Prg 211 Array Structure

    • 788 Words
    • 4 Pages

    Array Structure Michael Rowland PRG/211 August 20‚ 2012 Robert Whale Array Structure During the development of the Naming Scheme program for the Quality Review Measurement staff‚ additional naming schemes were discussed for future revisions to the program. The current program only allows the inputs that relate to the file names for the Conference Call notes. There are additional files not related to the conference calls that will benefit from the use of a naming scheme. For consideration

    Premium Output Input Computer programming

    • 788 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Prada Case Analysis

    • 748 Words
    • 3 Pages

    Prada Case Analysis “FINANCE” Course “PRADA: TO IPO OR NOT TO IPO: THAT IS THE QUESTION‚ AGAIN” case analysis Brief summary of the case with the emphasis on managerial problems that Prada faces. Prada currently requires a significant amount of capital both to re-finance debt that is maturing in the next six to twelve months and to finance its intended growth into the Asian (especially Chinese) markets. Since financial markets are aware of Prada’s pressing need to raise capital‚ it is important

    Premium Luxury good Debt Stock market

    • 748 Words
    • 3 Pages
    Satisfactory Essays
Page 1 20 21 22 23 24 25 26 27 50