Browse L
Alphabetical listing with fast deep pagination.
15677 items • Page 27 / 314
Lab (95 points) ! The objective of Lab 6 is to create a new variation of the Spi
Lab (95 points)! The objective of Lab 6 is to create a new variation of the Spinner game you created in Lab 5 as an object-oriented solution. To aid your learning, you will be ask…
Lab + Homework 09 - Piggy Bank ATM Although Mr. Pigglesworth Bank has been your
Lab + Homework 09 - Piggy Bank ATM Although Mr. Pigglesworth Bank has been your trusted piggy bank since age 5, you have had enough of the establishment's antiquated style of serv…
Lab + Homework 09 - Piggy Bank ATM Although Mr. Pigglesworth Bank has been your
Lab + Homework 09 - Piggy Bank ATM Although Mr. Pigglesworth Bank has been your trusted piggy bank since age 5, you have had enough of the establishment's antiquated style of serv…
Lab 00 Mine Counter! Objective: Write a program that creates a 10x10 multi-dimen
Lab 00 Mine Counter! Objective: Write a program that creates a 10x10 multi-dimensional array, places 10 mines in random locations on the board, and finally counts the number of mi…
Lab 02 A Long, Heavy Program Objective: Create a program which prompts the user
Lab 02 A Long, Heavy Program Objective: Create a program which prompts the user to enter a weight assumed in pounds, a height assumed in feet, and then it converts both into sever…
Lab 02 To Do List Objective: Implement a system that keeps tracks of tasks you h
Lab 02 To Do List Objective: Implement a system that keeps tracks of tasks you have to do! Write a class ToDoList with the following Internal class ListNode which has o Instance V…
Lab 02: Data Manipulation – Part 1 1- Copy and paste the content of the text fil
Lab 02: Data Manipulation – Part 1 1- Copy and paste the content of the text file “Lab02_Data.txt” into any SQL Editor, then execute it. This code will create the table Agents and…
Lab 02: SEQUENTIAL ACCESS FILES A toy store has 5 part-time workers who are paid
Lab 02: SEQUENTIAL ACCESS FILES A toy store has 5 part-time workers who are paid by hours. Each worker has a worker ID number. Write a program that asks for the worker ID…
Lab 02: SEQUENTIAL ACCESS FILES The toy store in program 2 has hired 3 more part
Lab 02: SEQUENTIAL ACCESS FILES The toy store in program 2 has hired 3 more part-time workers. Write a program to add data of the 3 new workers to the file "workers.txt", which al…
Lab 02: SEQUENTIAL ACCESS FILES Write a program to read data stored in \"workers
Lab 02: SEQUENTIAL ACCESS FILES Write a program to read data stored in "workers.txt", which has data of 8 workers in it. Calculate the gross pay for each worker (gross pay = hourl…
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in ea
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in each part. You do not need to write a complete program. There are 4 sections of CIS115 in a community…
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in ea
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in each part. You do not need to write a complete program. PROBLEM 2 There are four departments in the C…
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in ea
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in each part. You do not need to write a complete program. PROBLEM 3 We want to use a C++ program to cre…
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in ea
Lab 02: SEQUENTIAL ACCESS FILES Write the statement you are asked to write in each part. You do not need to write a complete program. We want to use a C++ program to create a sequ…
Lab 03 A Later Time Objective: Create a program which prompts the user to enter
Lab 03 A Later Time Objective: Create a program which prompts the user to enter a time in "Hour:Minute" format and then prompts the user to enter a value, in minutes, that wll add…
Lab 03 This lab gives you exercises with using two dimensional arrays of Java an
Lab 03 This lab gives you exercises with using two dimensional arrays of Java and practices with using methods that return arrays. What you should do is to download and complete t…
Lab 03 This lab gives you exercises with using two dimensional arrays of Java an
Lab 03 This lab gives you exercises with using two dimensional arrays of Java and practices with using methods that return arrays. What you should do is to download and complete t…
Lab 03 This lab gives you exercises with using two dimensional arrays of Java an
Lab 03 This lab gives you exercises with using two dimensional arrays of Java and practices with using methods that return arrays. What you should do is to download and complete t…
Lab 03-2Accumulate test score data In this exercise, you\'ll create a form that
Lab 03-2Accumulate test score data In this exercise, you'll create a form that accepts one or more scores from the user. Each time a score is added, the score total, score count, …
Lab 03: Data Manipulation In this Lab we assume that you already have the Agents
Lab 03: Data Manipulation In this Lab we assume that you already have the Agents table with sample data inserted into it. If you don't have that table or you are using the Oracle …
Lab 04: Tip, Tax, and Total Python code for the following programming problem. W
Lab 04: Tip, Tax, and Total Python code for the following programming problem. Write a program that will calculate a tip% and a 6% tax on a meal price. The user will enter the mea…
Lab 05 Assignment This Programming Project deals a two well-known arithmetic cal
Lab 05 Assignment This Programming Project deals a two well-known arithmetic calculations that can be implemented recursively The project will have 3 class files: FactorialClass.j…
Lab 05 This assignment must use the runnabe interface to implement threads that
Lab 05 This assignment must use the runnabe interface to implement threads that represent independent singers The singer's singing will be simulated by displaying the each line of…
Lab 05 This assignment must use the runnabk interface to implement threads that
Lab 05 This assignment must use the runnabk interface to implement threads that represent independent singers. The snger's singing wil be simulated by displaying the each lne of t…
Lab 05 Threads Runnable Interface This assignment must use the runnable interfac
Lab 05 Threads Runnable Interface This assignment must use the runnable interface to implements threads that represent singers. The singer's singing will be simulated by displayin…
Lab 05 Threads Runnable Interface This assignment must use the runnable interfac
Lab 05 Threads Runnable Interface This assignment must use the runnable interface to implements threads that represent singers. The singer's singing will be simulated by displayin…
Lab 07 Process Heap Objective: Create a couple of classes that will simulate a p
Lab 07 Process Heap Objective: Create a couple of classes that will simulate a process heap. Download the driver and follow the following instructions! Create a class called Proce…
Lab 07 Void functions Objective To practice using void functions. To begin using
Lab 07 Void functions Objective To practice using void functions. To begin using pass-by-reference parameters. Tasks In this week's lab, we have a few rules to follow: All functio…
Lab 07: SQL Data Definition Copy and paste the content of the text file “ Lab07_
Lab 07: SQL Data Definition Copy and paste the content of the text file “Lab07_Data.txt” into your SQL Editor, then execute it. This code will create the tables Departments, Emplo…
Lab 08 Program description: Part 1 . Program Description See text book page 468:
Lab 08 Program description: Part 1. Program Description See text book page 468: Programming Problems 1. Total Sales Part 1: 1.1. Plan your program UI Design: (Use the Designer Use…
Lab 08 – File I/O Objective To practice reading from and writing to files. Tasks
Lab 08 – File I/O Objective To practice reading from and writing to files. Tasks Write a program to compute numeric grades for a course. The course records are in a file that will…
Lab 09 - Recursion and Function Pointers (6 marks total) This lab will focus on
Lab 09 - Recursion and Function Pointers (6 marks total) This lab will focus on a new concept known as recursion. Recursion is simply when a function calls itself before terminati…
Lab 09 Array Sorting: Selection Sort Objective To practice working with arrays.
Lab 09 Array Sorting: Selection Sort Objective To practice working with arrays. Tasks Implement the findMin and sortArr functions in the provided code file findMin takes three arg…
Lab 09 Min Heap of Integers! Objective: Implement a minimum (min) heap of intege
Lab 09 Min Heap of Integers! Objective: Implement a minimum (min) heap of integers, and write a driver to demonstrate its functionality. Min heaps work the same way as maximum (ma…
Lab 0: Describing Motion in One Dimension 1.How can you tell from a velocity-ver
Lab 0: Describing Motion in One Dimension 1.How can you tell from a velocity-versus-time graph that the moving object has changed direction? 2. What is the velocity at the moment …
Lab 0: Describing Motion in One Dimension 1.How can you tell from a velocity-ver
Lab 0: Describing Motion in One Dimension 1.How can you tell from a velocity-versus-time graph that the moving object has changed direction? 2. What is the velocity at the moment …
Lab 1 Data Expression and Analysis GRAPHING DATA OXYGEN AND HEMOGLOBIN 17 Table
Lab 1 Data Expression and Analysis GRAPHING DATA OXYGEN AND HEMOGLOBIN 17 Table 1-6 Relationship between Oxygen Levels and Percent Saturation Partial Pressure (Concentration) of |…
Lab 1 Direction: Submit the typed source code Class Statistics csiste of the fol
Lab 1 Direction: Submit the typed source code Class Statistics csiste of the following ndices Yoa will have to complete the following eode Sert O Parameter(s):float Return data De…
Lab 1 Expected Skills Due Friday 09/24 . Be able to download and activate MATLAB
Lab 1 Expected Skills Due Friday 09/24 . Be able to download and activate MATLAB or Mathematica * Be able to use the software to regenerate the quadric surface for each equation R…
Lab 1 In class we discussed some basic ideas about how to convert (map) an Algor
Lab 1 In class we discussed some basic ideas about how to convert (map) an Algorithm into C++, develop your skills by converting the following algorithm based on an answer (see be…
Lab 1 In class we discussed some basic ideas about how to convert (map) an Algor
Lab 1 In class we discussed some basic ideas about how to convert (map) an Algorithm into C++, develop your skills by converting the following algorithm based on an answer (see be…
Lab 1 Introduction to the Debug Programming Objective: Access to the DEBUG progr
Lab 1 Introduction to the Debug Programming Objective: Access to the DEBUG program Examine and modify the contents of Registers Utilize some of DEBUG facilities Calculate the phys…
Lab 1 Lab 2 Mean 39.78333 38.4 Variance 125.1777 127.216 Observations 6 6 Pearso
Lab 1 Lab 2 Mean 39.78333 38.4 Variance 125.1777 127.216 Observations 6 6 Pearson Correlation 0.986428 Hypothesized Mean Difference 0 df 5 t Stat 1.82862 P(T<=t) one-tail 0.063…
Lab 1 UNCONFORMITIES Part 1: Erosion Not every place on Earth i rocks are being
Lab 1 UNCONFORMITIES Part 1: Erosion Not every place on Earth i rocks are being deposited. Some places are where rocks are being eroded. The rock record is the rocks tho dpoied. S…
Lab 1 Uncertainty and Error Propagation Introduction The ability to adequately r
Lab 1 Uncertainty and Error Propagation Introduction The ability to adequately represent measurements is critical in science experiments. This lab is meant to teach the process of…
Lab 1 We will be working with PC Inspector for this part of the lab. Download th
Lab 1 We will be working with PC Inspector for this part of the lab. Download the ZIP files from the Session 8 Lab section. (PC INSPECTOR File Recovery.zip) Unzip it and run the i…
Lab 1 – The digestive system and food safety Scenario/Summary One of the first t
Lab 1 – The digestive system and food safety Scenario/Summary One of the first topics that we need to explore is our digestive tract. Each step of digestion has its own function. …
Lab 1, Part a An object moving in one dimension with constant acceleration a=+5m
Lab 1, Part a An object moving in one dimension with constant acceleration a=+5m/s2 starts from rest at x=0m at time t=0s i) Fill in the empty cells in the table to the left showi…
Lab 1-16 - Programming Tools Part II: Source code management Material Covered ma
Lab 1-16 - Programming Tools Part II: Source code management Material Covered man cvs, man svnand man git Wikipedia page on CVS Wikipedia page on SVN Wikipedia page on Git Backgro…
Lab 1. Get familiar with NetBeans IDE and definitions of classes. due today 11:5
Lab 1. Get familiar with NetBeans IDE and definitions of classes. due today 11:59pm. use NetBeans to create a new project named Lab_l. When you create the project, a class called …