Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1169 / 1333
Write an Assembly program with Pep/8 that reads an integer and then stores all F
Write an Assembly program with Pep/8 that reads an integer and then stores all Fibonacci numbers from 0 to the integer entered (including that) into an array of integers of maximu…
Write an Assembly x86 code inside the block: ******The function parameter is \"c
Write an Assembly x86 code inside the block: ******The function parameter is "char *string" ******** *****Task: Change Letter Case****** You are given a string (null-terminated ar…
Write an AutoLISP program that will generate the bolt circle (centerline linetyp
Write an AutoLISP program that will generate the bolt circle (centerline linetype), center mark or center line, and the holes of a bolt circle. The program should prompt the user …
Write an C language function named computeMagicNumber which will accept a string
Write an C language function named computeMagicNumber which will accept a string (name of an individual) as input and compute a magic number from this argument using the following…
Write an C# application that helps landowners determine what their property tax
Write an C# application that helps landowners determine what their property tax will be for the current year. Taxes are base on the property assessed value and the annual millage …
Write an EOFloop . Be sure to use all controlling logic AND thereminders to open
Write an EOFloop. Be sure to use all controlling logic AND thereminders to open and close the file. What, if any,additional variables will you need? (NOTE: do you needto perform t…
Write an EXE program that accepts a string from the keyboard, counts the number
Write an EXE program that accepts a string from the keyboard, counts the number of capital and small alphabets, digits, and other symbols excluding spaces and tabs , and echoes th…
Write an Electronic Telephone Directory application in Java, using a Binary Sear
Write an Electronic Telephone Directory application in Java, using a Binary Search Tree (BST) as an internal data structure. (All work is to be done in Unix/Ubuntu Terminal) Your …
Write an Email to a Potential Customer. See Unit 2, Module 8, Activity 8.10, p.
Write an Email to a Potential Customer. See Unit 2, Module 8, Activity 8.10, p. 121 Imagine it is ten years in the future, and you are now working in your field. Assume for this a…
Write an Employee class that keeps data attributes for the following pieces of i
Write an Employee class that keeps data attributes for the following pieces of information: Employee Name Employee Number Next, write a class named ProductionWorker that is a…
Write an Exception class called InvalidMenuOption 1.Use a loop that asks for the
Write an Exception class called InvalidMenuOption 1.Use a loop that asks for the user if they want to enter a set of end points or quit 2.If they choice the first option- A. ask t…
Write an Exception class called InvalidMenuOption 1.Use a loop that asks for the
Write an Exception class called InvalidMenuOption 1.Use a loop that asks for the user if they want to enter a set of end points or quit 2.If they choice the first option- A. ask t…
Write an F# function countshuffles n that counts how many calls to shuffle on a
Write an F# function countshuffles n that counts how many calls to shuffle on a deck of n distinct "cards" it takes to put the deck back into its original order: > countshuffle…
Write an F# function cut xs that cuts a list into two equal parts: Assume that t
Write an F# function cut xs that cuts a list into two equal parts: Assume that the list has even length. To implement cut, first define an auxiliary function gencut(n, xs) that cu…
Write an F# function interleave l1 l2 (defined below with examples) that interle
Write an F# function interleave l1 l2 (defined below with examples) that interleaves two lists of arbitrary size: > interleave [1..3] [4..6];; val it : int list = [1; 4; 2; 5; …
Write an F# function shuffle xs that takes an even-length list, cuts it into two
Write an F# function shuffle xs that takes an even-length list, cuts it into two equal-sized pieces, and then interleaves the pieces (On a deck of cards, this is called a perfect …
Write an F# program to evaluate arithmetic expressions written in the language g
Write an F# program to evaluate arithmetic expressions written in the language given by the following context-free grammar: E -> n | -E | E + E | E - E | E * E | E / E | (E) In…
Write an F# program to evaluate arithmetic expressions written in the language g
Write an F# program to evaluate arithmetic expressions written in the language given by the following context-free grammar: E rightarrow n | -E | E + E | E - E | E * E | E/E | (E)…
Write an GUI application that display a menu system. The menu system should allo
Write an GUI application that display a menu system. The menu system should allow the user to select one package, one phone, and any of the options desired. As the user selects it…
Write an GUI application that display a menu system. The menu system should allo
Write an GUI application that display a menu system. The menu system should allow the user to select one package, one phone, and any of the options desired. As the user selects it…
Write an HCS12 assembly language program for a system with an 8-bit switch and 1
Write an HCS12 assembly language program for a system with an 8-bit switch and 10 LEDs. The switches are connected to PORTB and eight of the LEDs are connected to PORTA and 2 to P…
Write an HLA Assembly Program using the ROL instruction to perform multiplicatio
Write an HLA Assembly Program using the ROL instruction to perform multiplication, write a program to produce a double table. This table should be built from a single int8 value p…
Write an HLA Assembly language program that implements a function which correctl
Write an HLA Assembly language program that implements a function which correctly identifies when three passed parameters are in increasing order and returns a boolean value in AL…
Write an HLA Assembly language program that implements a function which correctl
Write an HLA Assembly language program that implements a function which correctly identifies when three passed parameters are in increasing order and returns a boolean value in AL…
Write an HLA Assembly language program that implements a function which correctl
Write an HLA Assembly language program that implements a function which correctly prints out which of the three passed parameters is in the middle (that is, not the biggest and no…
Write an HLA Assembly language program that implements a function which correctl
Write an HLA Assembly language program that implements a function which correctly identifies which of three parameters is neither the largest nor the smallest and returns a boolea…
Write an HLA Assembly language program that implements a function which correctl
Write an HLA Assembly language program that implements a function which correctly identifies which of three parameters is neither the largest nor the smallest and returns a boolea…
Write an HLA Assembly language program that implements the following function: p
Write an HLA Assembly language program that implements the following function: procedure strlen( baseStringAddress: dword ); @nodisplay; @noframe; This function should return in A…
Write an HLA Assembly language program that prompts for a specific int8 value na
Write an HLA Assembly language program that prompts for a specific int8 value named n and then displays a repeated digit pattern starting with that number. The repeated digit patt…
Write an HTML document that uses Javascript to produce an interactive Web page.
Write an HTML document that uses Javascript to produce an interactive Web page. The Web page will first use text to express a holiday greeting at the top of the page. It will also…
Write an HTML document that uses Javascript to produce an interactive Web page.
Write an HTML document that uses Javascript to produce an interactive Web page. The Web page will first use text to express a holiday greeting at the top of the page. It will also…
Write an HTML document that uses Javascript to produce an interactive Web page.
Write an HTML document that uses Javascript to produce an interactive Web page. The Web page will first use text to express a holiday greeting at the top of the page. It will also…
Write an HTML document that usesframesets as follows. There are three frames, ca
Write an HTML document that usesframesets as follows. There are three frames, call them frame1,frame2, and frame3 (but you make up your own names), that partitionthe browser scree…
Write an HTML document to create a form with the following capabilities: a. A te
Write an HTML document to create a form with the following capabilities: a. A text box to collect the user’s name b. Four checkboxes, one each for the following items: i. Four 25-…
Write an HTML document to create a web page that contains an unordered list, an
Write an HTML document to create a web page that contains an unordered list, an ordered list, headings, and comments. Your document can be about any topic you would like to write …
Write an HTML file with one button. The value of the button should be your name.
Write an HTML file with one button. The value of the button should be your name. Name the file YourFirstNameYourLastName.html Write a separate JavaScript file called YourFirstName…
Write an IAS program to compute the results of the following equation: Y = 1 + 3
Write an IAS program to compute the results of the following equation: Y = 1 + 3 + 5 + 7 + 9. We have loaded the numbers into memory for you, and the value of Y into location 5. E…
Write an IOM to the CEO concerning your analysis of the following case stating s
Write an IOM to the CEO concerning your analysis of the following case stating strengths and weaknesses giving testing tools and recommendation for controls. A Ocean View Spa Comp…
Write an IUPAC name for the following compound: 3,5-dibromo-3methylpentane The l
Write an IUPAC name for the following compound: 3,5-dibromo-3methylpentane The longest linear chain here is live carbons. Start by writing name of the corresponding hydrocarbon. B…
Write an If ... hen statement that tests whether the value in the variable decGP
Write an If ... hen statement that tests whether the value in the variable decGPA is between 3.5 and 4.0. If the number is in that range, set the ext property for the 1blHonor Lab…
Write an If... Then... Else statement that displays the string \"Columbia\" in t
Write an If... Then... Else statement that displays the string "Columbia" in the lblCapital control when the txtState control contains the string "SC" (in any case). Write an if..…
Write an If...Then...Else statement that displays the string \"Columbia\" in the
Write an If...Then...Else statement that displays the string "Columbia" in the lblCapital control when the txt State control contains the string "SC" (in any case). 2. Write an lf…
Write an Insertion Sort algorithm for integer key values. However, there is a ca
Write an Insertion Sort algorithm for integer key values. However, there is a catch. The input is a stack (not an array), and the only variables that your algorithm may use are a …
Write an Insertion Sort implementation for integer key values. However, the inpu
Write an Insertion Sort implementation for integer key values. However, the input is a stack (not an array), and the only variables that your algorithm may use are a fixed number …
Write an Interpolation Search method Interpolation search is similar to binary s
Write an Interpolation Search method Interpolation search is similar to binary search, except it tries to begin the search nearer to the location of the item. Instead of the using…
Write an Introduction and Summary of the above case (HRM Subject) plants. For ex
Write an Introduction and Summary of the above case (HRM Subject) plants. For example, posners have 1o a employees of their right so be told o what hatandous chemicals they are an…
Write an Iterative (loop) function that reverses a vector of elements in type st
Write an Iterative (loop) function that reverses a vector of elements in type string, by swapping corresponding elements in the vector. Your cannot use additional vectors in your …
Write an JAVA Method. Write a method called numRemainderMatches which retruns an
Write an JAVA Method. Write a method called numRemainderMatches which retruns an int, takes an array of integers as its first parameter and a single positive digit (int) as its se…
Write an Java application which includes and algorithm that takes an array of an
Write an Java application which includes and algorithm that takes an array of any size, selects the high and low integer from the array of integers with each pass and builds a new…
Write an LC-3 assembly language program that converts a value represented in ASC
Write an LC-3 assembly language program that converts a value represented in ASCII into its appropriate binary value. Your program should output a few appropriate words to prompt …