Web development and programming
191828 questions • Page 170 / 3837
1) Write a script using for statement(s) to printout the following? ****** *****
1) Write a script using for statement(s) to printout the following? ****** ***** **** *** ** * ** *** **** ***** ****** 2) Write Script called maxmin to find out the biggest and t…
1) Write a select statement that returns three columns: VendorName, InvoiceCount
1) Write a select statement that returns three columns: VendorName, InvoiceCount, and InvoiceSum. InvoiceCount is the count of the number of invoices, and InvoiceSum is the sum of…
1) Write a shell script called addtwo.sh to read in two numbers from the keyboar
1) Write a shell script called addtwo.sh to read in two numbers from the keyboard and print their sum. The output should consist of a line showing the equation used to calculate t…
1) Write a short paragraph explaining The results(just 3 lines) 2)Answer the fol
1) Write a short paragraph explaining The results(just 3 lines) 2)Answer the following questions very briefly(just 2 lines per answer) a) How many ports are there on a computer? b…
1) Write a shortsnippetofcodethatcreates a J Panel objectcalled p1, and creates
1) Write a shortsnippetofcodethatcreates a J Panel objectcalled p1, and creates a border around it containing the title "this is a JPanel." 2) Write a keyPressed method that behav…
1) Write a single line UNIX command to list all sh files matching the multiple c
1) Write a single line UNIX command to list all sh files matching the multiple conditions below: • at directory "/home/test" • filename containing "exam" 2) Write a single line UN…
1) Write a solution for the bounded-Buffer producer consumer problem, Considerin
1) Write a solution for the bounded-Buffer producer consumer problem, Considering: one producer, one consumer and one buffer. You must declare the number of semaphores used in you…
1) Write a statement that sets the text of a TextField object nameField to \"Mar
1) Write a statement that sets the text of a TextField object nameField to "Mary". 3) Given a Pane object appPane and a TextField object nameField, write a statement that adds nam…
1) Write a static method called Scores that prompts the user for two students\'
1) Write a static method called Scores that prompts the user for two students' overall scores and that computes their letter grades based on those scores. Assume that scores are …
1) Write a template function sort in C++ that can be used to sort the elements o
1) Write a template function sort in C++ that can be used to sort the elements of an array, as long as comparison function > is defined on those elements. Test it in main by so…
1) Write an algorithm that describes the second part of the process of making ch
1) Write an algorithm that describes the second part of the process of making change (counting out the coins and bills). 2) Write an algorithm that describes a common task, such a…
1) Write an application that will declare and instantiate an array of 10 integer
1) Write an application that will declare and instantiate an array of 10 integers. You may use the following: int [] intArr = {99, 89, 34, 93, 47, 30, 55, 93, 20, 67}; 1. Display …
1) Write and run a C++ program that takes a file (grades.txt) containing the dif
1) Write and run a C++ program that takes a file (grades.txt) containing the different grades of the students and prints out the following information: 1) the student’s …
1) Write and test a program that consists of the following functions: Initialize
1) Write and test a program that consists of the following functions: Initialize two one-dimension arrays as global variables int main( ): in main function print out the two origi…
1) Write code that creates an ArrayList object that is restricted to holding onl
1) Write code that creates an ArrayList object that is restricted to holding only String objects. Add the names of three cars to the ArrayList , and then display the contents of t…
1) Write functions. a) Fibonacci number generation function b) GCD function 2. I
1) Write functions. a) Fibonacci number generation function b) GCD function 2. In main () a) Read from input file(test1.txt)twonumber at a time this two number in…
1) Write functions. a) Fibonacci number generation function b) GCD function 2. I
1) Write functions. a) Fibonacci number generation function b) GCD function 2. In main () a) Read from input file(test1.txt)twonumber at a time this two number in…
1) Write in pseudocode an algorithm that receives as input the root of a tree an
1) Write in pseudocode an algorithm that receives as input the root of a tree and it returns true if the tree is a proper binary tree (i.e. each internal node has 2 children) and …
1) Write out the algorithm (pseudocode) to find K in the ordered array by the me
1) Write out the algorithm (pseudocode) to find K in the ordered array by the method that compares K to every fourth entry until K itself or an entry larger than K is found, and t…
1) Write the MATLAB code to generate a random number between 1 and 3 using the r
1) Write the MATLAB code to generate a random number between 1 and 3 using the randi function. You can find more information about randi at http://www.mathworks.com/help/matlab/re…
1) Write the MATLAB code to generate a random number between 1 and 3 using the r
1) Write the MATLAB code to generate a random number between 1 and 3 using the randi function. You can find more information about randi at http://www.mathworks.com/help/matlab/re…
1) Write the assembly code to implement the expression A=(B-C)*D on 3, 2, 1, and
1) Write the assembly code to implement the expression A=(B-C)*D on 3, 2, 1, and 0 address machine. Do not rearrangethe expression. In accordance with programming language practic…
1) Write the code for the \'Update\' button . When the user clicks on a ROW in t
1) Write the code for the 'Update' button. When the user clicks on a ROW in the JTable where the data is displayed, the data from that row should be displayed in the Text boxes on…
1) Write the following function: int count_occurrences(struct node *list, int n)
1) Write the following function: int count_occurrences(struct node *list, int n); The list parameter points to a linked list. The functionshould return the number of timesthat n a…
1) Write the following function: struct node *find_last(struct node *list, int n
1) Write the following function: struct node *find_last(struct node *list, int n); The list parameter points to a linked list. The functionshould return a pointer to the last node…
1) Write the output of the following segment of code. typedef char* string; char
1) Write the output of the following segment of code. typedef char* string; char msg1[]= {"There will be no quiz next week. Hooray!"}; char msg2[]= {"…
1) Write three very simple, non-looping programs that use shared binary semaphor
1) Write three very simple, non-looping programs that use shared binary semaphores, such that deadlock among all three could occur if nothing was done to prevent it. Give a scenar…
1) Write two C++ functions, printArray that print the int array and smallestInde
1) Write two C++ functions, printArray that print the int array and smallestIndex that takes as parameters an int array and its size and returns the index of the first occurrence …
1) Write two functions a. main function i. Declares a two dimensional array of i
1) Write two functions a. main function i. Declares a two dimensional array of ints 4 * 4 ii. Ask the user to enter initialization value for each of the elements of the array iii.…
1) Write two functions: a. main function (This is the stuff that makes up the ma
1) Write two functions: a. main function (This is the stuff that makes up the main function) i) Should ask the user for a numerator and a denominator ii) Call a function that take…
1) You are designing a table for employee data of a company. You have a requirem
1) You are designing a table for employee data of a company. You have a requirement to identify if an employee is a United States citizen or not. You have designed a table called …
1) You are editing an existing file in vi. The cursor is at the beginning of the
1) You are editing an existing file in vi. The cursor is at the beginning of the first line, in Command mode. You want to skip to the end of the second line, add the word "frostwo…
1) You are implementing a Relational Database for a company t that sells its pro
1) You are implementing a Relational Database for a company t that sells its products on internet. The Database maintains the Customer information in a table called “CUSTOMERS”. T…
1) You are implementing a Relational Database for a company t that sells its pro
1) You are implementing a Relational Database for a company t that sells its products on internet. The Database maintains the Customer information in a table called “CUSTOMERS”. T…
1) You are implementing a Relational Database for a company t that sells its pro
1) You are implementing a Relational Database for a company t that sells its products on internet. The Database maintains the Customer information in a table called “CUSTOMERS”. T…
1) You are implementing a Relational Database for a company t that sells its pro
1) You are implementing a Relational Database for a company t that sells its products on internet. The Database maintains the Customer information in a table called “CUSTOMERS”. T…
1) You are implementing a Relational Database for a companytthat sells its produ
1) You are implementing a Relational Database for a companytthat sells its products on internet The Database maintains the Customer information in a table called "CUSTOMERS The pr…
1) You are implementing a Relational Database for a companytthat sells its produ
1) You are implementing a Relational Database for a companytthat sells its products on internet The Database maintains the Customer information in a table called "CUSTOMERS The pr…
1) You are part of a team working on a large C++ program. The source code for th
1) You are part of a team working on a large C++ program. The source code for this program is kept in the directory ~cs252/Assignments/commandsAsst/project. After a certain amount…
1) You are part of a team working on a large program. The source code for this p
1) You are part of a team working on a large program. The source code for this program is kept in the directory ~cs252/Assignments/commandsAsst/project. After a certain amount of …
1) You are starting a small bike messenger company. Given your type of services
1) You are starting a small bike messenger company. Given your type of services (hand-delivering packages within a small geographical area), could your firm be a digital firm? If …
1) You are writing a simple GUI application using a class called MyGuiClass. You
1) You are writing a simple GUI application using a class called MyGuiClass. Your GUI will have a JCheckBox which your program will need to respond to when it is clicked. Describe…
1) You can use Microsoft Office programs to save your files in the ____ format s
1) You can use Microsoft Office programs to save your files in the ____ format so you can share your files with others who might not have the Office programs. a)pptx b)xlxx c)pdf …
1) You have a summer job in the University ecology lab. Your supervisor asks you
1) You have a summer job in the University ecology lab. Your supervisor asks you to duplicate an electromagnet that she has borrowed. She tells you that this electromagnet is made…
1) You have a summer job in the University ecology lab. Your supervisor asks you
1) You have a summer job in the University ecology lab. Your supervisor asks you to duplicate an electromagnet that she has borrowed. She tells you that this electromagnet is made…
1) You have been assigned to create a video on the importance of project plannin
1) You have been assigned to create a video on the importance of project planning. Based on what you have learned, you decide to employ good project planning practices. Which of t…
1) You have computed a stress value for a large building in VBA and want to disp
1) You have computed a stress value for a large building in VBA and want to display it on the worksheet "sheet 10" in cell "B10" with the number of 18390.7 and units of "in-lbs pe…
1) You may have observed that the add(E e) and remove(int index) methods are mar
1) You may have observed that the add(E e) and remove(int index) methods are marked as optional operations. Briefly discuss the benefits vs. pitfalls of this design decision. 2) C…
1) You will develop a library module of C functions which operate on floating po
1) You will develop a library module of C functions which operate on floating point values using only integer operations. The library module will include the functions listed belo…
1) You will use a stack and a queue to implement a scrambled version of the rota
1) You will use a stack and a queue to implement a scrambled version of the rotational hashing function in Java. Before applying the rotational hash to the string, you will implem…
Subject
Web development and programming
Use Browse or pick another subject.