Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 179 / 3837

1- write a program in C language that will prompt the user to enter 10 integers
1- write a program in C language that will prompt the user to enter 10 integers and then will print out the integers in 2 lists: a list of odd numbers and a list of even numvbers.…
1- you must ask 3 digit number 2. Your output must look like the output with the
1- you must ask 3 digit number 2. Your output must look like the output with the correct corresponding Roman Numeral. 3 -please please write the program in the notepad in the PC, …
1- “All users must have passwords” is an example of a ____. a- rule b- policy c-
1- “All users must have passwords” is an example of a ____. a-   rule b-   policy c-   procedure d-   standard An algorithm for finding large itemsets is called fast find algorith…
1- “All users must have passwords” is an example of a ____. a- rule b- policy c-
1- “All users must have passwords” is an example of a ____. a- rule b- policy c- procedure d- standard ______________________ 2- _______ are executed when a specified condition oc…
1- “All users must have passwords” is an example of a ____. a- rule b- policy c-
1- “All users must have passwords” is an example of a ____. a-   rule b-   policy c-   procedure d-   standard An algorithm for finding large itemsets is called fast find algorith…
1- “All users must have passwords” is an example of a ____. a- rule b- policy c-
1- “All users must have passwords” is an example of a ____. a- rule b- policy c- procedure d- standard ______________________ 2- _______ are executed when a specified condition oc…
1-(a)- Write a function named powfun() thatraises an integer number passed to it
1-(a)- Write a function named powfun() thatraises an integer number passed to it to a positive integer powerand displays the result. The positive integer should be the secondvalue…
1-) The program below uses conditional statements to control the robot\'s action
1-) The program below uses conditional statements to control the robot's actions shown. Match the best descriptions for the actions of the robot given the sensor inputs shown. voi…
1-) The program below uses conditional statements to control the robot\'s action
1-) The program below uses conditional statements to control the robot's actions shown. Match the best descriptions for the actions of the robot given the sensor inputs shown. voi…
1-) The program below uses conditional statements to control the robot\'s action
1-) The program below uses conditional statements to control the robot's actions shown. Match the best descriptions for the actions of the robot given the sensor inputs shown. voi…
1-) Write a program in assembly to copy the value of 0x95 into memory location 0
1-) Write a program in assembly to copy the value of 0x95 into memory location 0x0190 through 0x0197 using: a-) direct addressing mode b-) register indirect addressing mode withou…
1-) Write a program in assembly to copy the value of 0x95 into memory location 0
1-) Write a program in assembly to copy the value of 0x95 into memory location 0x0190 through 0x0197 using: a-) direct addressing mode b-) register indirect addressing mode withou…
1-) Write an algorithm and draw a flowchart to prompt the user for a score and p
1-) Write an algorithm and draw a flowchart to prompt the user for a score and print if he PASSED or FAILED. Assume that the passing score is 60. 2-)  Sort the list of numbers: 35…
1-)You are working as an excavator operator. The excavator will dig a hole which
1-)You are working as an excavator operator. The excavator will dig a hole which is maximum depth is 50 m then when it takes the soil out of the hole, in each 5 m, 5% of the soil …
1-- A function that returns an integer value grater than 0 is called a boolean f
1-- A function that returns an integer value grater than 0 is called a boolean function. Select one: True False 2-- Encapsulation is the process of wrapping a piece of code in a f…
1-. Write a program to find the average of a given set of numbers. 2- Write a pr
1-. Write a program to find the average of a given set of numbers. 2- Write a program to find the smallest and the largest number from a given set of numbers. 3- Write a program t…
1-1 Describe the major challenges societies face. 1-2 Define the term knowledge
1-1 Describe the major challenges societies face. 1-2 Define the term knowledge worker. Who coined term? 1-3 Name your favorite mobile devices. For each device, discuss how it has…
1-1 arrayti)1-arraylL-1): ; iarray.length; ++) 4. (40 points) Write a class foll
1-1 arrayti)1-arraylL-1): ; iarray.length; ++) 4. (40 points) Write a class following methods: hamed Statistics The class will contain a main and should have the . Create a [3][13…
1-1-11 Heading 11nNormal!!NoSpaci Heading 2 Title Font Paragraph Styles 2) Consi
1-1-11 Heading 11nNormal!!NoSpaci Heading 2 Title Font Paragraph Styles 2) Considerthe following relations for a database that keepstrack of customers, products invoices, and line…
1-1-2 need help with these questions in java: answwer the following questions: 2
1-1-2 need help with these questions in java: answwer the following questions: 23. true or false?: Remote objects cannot be inserted into a HashSet because any method call on a re…
1-1. Define the term Networks. What is the difference between a communication ne
1-1.     Define the term Networks. What is the difference between a communication network and a computer network? What is a LAN? 2.2-     What is the significance of today%u2019s …
1-1. Write a function that returns the sum of all elements in an int array. The
1-1. Write a function that returns the sum of all elements in an int array. The parameters of the function are the array and the number of elements in the array. The function shou…
1-2 page paper that discusses how policies and procedures are used to implement
1-2 page paper that discusses how policies and procedures are used to implement a security plan. Describe the following: •Topics that should be covered by security policies •Role …
1-3 Please do all three parts. Short code tasks in c++ and follow the given inst
1-3 Please do all three parts. Short code tasks in c++ and follow the given instructions.thanks! Required Classes and Methods NOT functions. To receive full credit, programmers mu…
1-4 1. List the bitwise operators available in C and provide a brief description
1-4 1. List the bitwise operators available in C and provide a brief description. Jim has declared an integer in his program called "motor_speed". Explain what is meant by "&m…
1-4. Design detailed algorithms for the following problems. Your algorithm must
1-4. Design detailed algorithms for the following problems. Your algorithm must have at least 4 to 5 steps and be clear. Please refer to chapter 1 examples and write only algorith…
1-4. Design detailed algorithms for the following problems. Your algorithm must
1-4. Design detailed algorithms for the following problems. Your algorithm must have at least 4 to 5 steps and be clear. Please refer to chapter 1 examples and write only algorith…
1-5. Systems thinking. a. Define systems thinking, and explain why it is an impo
1-5. Systems thinking. a. Define systems thinking, and explain why it is an important skill for business professionals. b.Explain how you would use systems thinking to explain why…
1-9 True/False 1. A pointer can be used as a function argument, giving the funct
1-9 True/False 1. A pointer can be used as a function argument, giving the function access to the original argument. 2. With pointer variables you can access, but you cannot modif…
1-A U.S. social security number consists of a string of 9 digits, such as \"4444
1-A U.S. social security number consists of a string of 9 digits, such as "444422333". Declare a char array named ssn suitable for storing a social security number as a C-string, …
1-A data type is simple if variables of that type can hold only one value at a t
1-A data type is simple if variables of that type can hold only one value at a time. True or False 2-An array is a structured data type with a fixed number of components. Every co…
1-A query can be thought of as a set of instructions to:? 2-A database is a bett
1-A query can be thought of as a set of instructions to:? 2-A database is a better choice for data collection and analysis when we:? 3-Apple is using FedEx to deliver all of their…
1-An ___________________a set of numbers distinguishing computers and a value th
1-An ___________________a set of numbers distinguishing computers and a value that identifies a server 2-A ____________________ is an address indicating the location of a resource…
1-Assign to maxSum the max of (numA, numB) PLUS the max of (numY, numZ). Use jus
1-Assign to maxSum the max of (numA, numB) PLUS the max of (numY, numZ). Use just one statement. Hint: Call FindMax() twice in an expression. Sample program: 2-Define a function P…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Complete the constructor method that convert a given String that represents an
1-Complete the constructor method that convert a given String that represents an expression into a Binary Tree that is the parse tree for that expression public CSC205_Project2_Bi…
1-Consider the car-caravan analogy from Section 4 in Chapter 1. In this problem,
1-Consider the car-caravan analogy from Section 4 in Chapter 1. In this problem, assume a propagation speed of 60 km/hr and that each toll booth takes 12 seconds to service a car.…
1-Consider the following statements: Stack stk; Queue que; int x; stk.push(0); q
1-Consider the following statements: Stack stk;                     Queue que;                 int x; stk.push(0); que.addQueue(0); cin >> x; while (x != -999) {            …
1-Consider the following statements: Stack stk; Queue que; int x; stk.push(0); q
1-Consider the following statements: Stack stk;                     Queue que;                 int x; stk.push(0); que.addQueue(0); cin >> x; while (x != -999) {            …
1-Create 3 classes, Vehicle, Car, and Boat. Make one of them the super class, an
1-Create 3 classes, Vehicle, Car, and Boat. Make one of them the super class, and make the other two classes extend from this super class. Choose appropriately. 2-Create an interf…
1-Create a one-dimensional array of 99 double values. Then, use a for loop to ad
1-Create a one-dimensional array of 99 double values. Then, use a for loop to add a random number from 0 to 100 to each element in the array. To do that, use the random method of …
1-Create an application that will allow a loan amount, interest rate, and number
1-Create an application that will allow a loan amount, interest rate, and number of finance years to be entered for a given loan. Determine the monthly payment amount. Calculate h…