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 173 / 3837

1)/* autorep Show all employees and, if he/she has completed any repair orders,
1)/* autorep Show all employees and, if he/she has completed any repair orders, show how many. Show the person ID, employee ID, first name, last name and repair order count. Sort …
1)A certain Cs professor gives 100-point exams that the are graded on the scale
1)A certain Cs professor gives 100-point exams that the are graded on the scale 90-100:A, 80-89:B,70-79:C, 60-69:D,<60:F. Write a program that accepts an exam score as input an…
1)A complex number type is a primitive type in a very small set of programming l
1)A complex number type is a primitive type in a very small set of programming languages. What reasons would a language designers choose not to include a complex number type? 2) i…
1)A drawback of linked lists is that they must be processed___________? 2)The be
1)A drawback of linked lists is that they must be processed___________? 2)The best-case search time for a perfect hash mapping algorithm is_________? 3) The worst-case search time…
1)A primitive yoyo is constructed of a string wound around the edge of a solid c
1)A primitive yoyo is constructed of a string wound around the edge of a solid cylinder (M) and a small mass (m) attached to the free end of the string. The cylinder is free to ro…
1)A reason for passing a pointer to a function is ________ 2) In the statement:
1)A reason for passing a pointer to a function is ________ 2) In the statement: int &&ptr; the address of the address of ptr is an int (true or false) 3) Dynamically alloc…
1)A solution to the critical-section problem must satisfy: _____________ A.Mutua
1)A solution to the critical-section problem must satisfy: _____________ A.Mutual exclusion must be enforced: Only one process at a time is allowed into its critical section B.A p…
1)An educational psychologist wants to use association analysis to analyze test
1)An educational psychologist wants to use association analysis to analyze test results. The test consists of 100 questions with four possible answers each. (a)How would you conve…
1)An invoice contains a collection of purchased items. Should that collection be
1)An invoice contains a collection of purchased items. Should that collection be implemented as a list or set? Explain your answer. 2)Consider a program that manages an appointmen…
1)Any memory allocation performed with new will succeed. (true or false) 2) When
1)Any memory allocation performed with new will succeed. (true or false) 2) When a variable is passed to a function as a constant reference ________ 3) When a class contains a poi…
1)Both SMF optical cores are either step-index or graded-index. As such, SMF is
1)Both SMF optical cores are either step-index or graded-index. As such, SMF is susceptible to modal dispersion. True False 2)Select the correct statement(s) regarding fiber optic…
1)Classify the following attributes as binary, discrete, or continuous. Also cla
1)Classify the following attributes as binary, discrete, or continuous. Also classify them as qualitative (nominal or ordinal) or quantitative (interval or ratio). Some cases may …
1)Compare the IDAM in amazon vs. Microsoft? 2) What is IDAM for google ? 3) what
1)Compare the IDAM in amazon vs. Microsoft? 2) What is IDAM for google ? 3) what are the differences between amazon elastic beanstalk and amazon cloud formation deployment managem…
1)Consider the following E-R model for the ‘Beta University’ problem given in Ho
1)Consider the following E-R model for the ‘Beta University’ problem given in Homework1. Examine the E-R model and write the complete relational database schema by following the r…
1)Consider two hosts attached to an Ethernet Host A has IP address IPA and Ether
1)Consider two hosts attached to an Ethernet Host A has IP address IPA and Ethernet address EA and Host B has IP address IPB and Ethernet address EB If Host A wants to send an IP …
1)DOS commands common syntax. PATH and Switches in command. Solution The file ne
1)DOS commands common syntax. PATH and Switches in command.
1)Define a function template for a function cast() that given one element of a g
1)Define a function template for a function cast() that given one element of a given type (type1) cast it to another type(type2) in c++? 2)How do you instantiate the functions for…
1)Define “Static Binding” and “Dynamic Binding” in programming languages. 2)When
1)Define “Static Binding” and “Dynamic Binding” in programming languages. 2)When does functional side effects (side effect of a function) occur? Give an example. 3)How can you cre…
1)Describe JAD (Joint application development). 2) Name and describe the phases
1)Describe JAD (Joint application development). 2) Name and describe the phases in the system development life cycle 3)Name the activities in the project planning /startup phase 1…
1)Drinkers who frequent only one bar 3) Bars which serve no beer(s) which Joe li
1)Drinkers who frequent only one bar 3) Bars which serve no beer(s) which Joe likes (you can use one of the outer joins if you want) 4) Bars which every drinker frequents 5)Drinke…
1)Encrypt the below message using the Caesar RTO3 Cipher ->this is our first sem
1)Encrypt the below message using the Caesar RTO3 Cipher ->this is our first semester at cumberlands University 2)Decrypt the Below message using the Caesar RTO3 cipher -> W…
1)Expiry: Digital signatures, like all technological products, are highly depend
1)Expiry: Digital signatures, like all technological products, are highly dependent on the technology it is based on. In this era of fast technological advancements, many of these…
1)Explain how two-dimensional arrays are passed to functions. In your explanatio
1)Explain how two-dimensional arrays are passed to functions. In your explanation, include a two-dimensional array declaration and initialization, a function prototype that receiv…
1)Explain technical, operational, schedule, political and economic feasibilities
1)Explain technical, operational, schedule, political and economic feasibilities. 2) Explain the advantages and disadvantages of interviewing 3) Explain the advantages and disadva…
1)Explain what is meant by the term conditionally executed. 2)You need to test a
1)Explain what is meant by the term conditionally executed. 2)You need to test a condition and then execute one set of statements if the condition is true. If the condition is fal…
1)First use pass by value functions. The prototype of one of the two needed func
1)First use pass by value functions. The prototype of one of the two needed functions looks like the following: double convertMilestoK(double miles); 2)In addition, please change …
1)For drawing and positioning with GUI, the coordinates (0,0) refer to: a)The ce
1)For drawing and positioning with GUI, the coordinates (0,0) refer to: a)The center of the GUI box b)The bottom left corner of the GUI box c)The top left corner of the GUI box d)…
1)Formulate the functional requirements for the calendar management system descr
1)Formulate the functional requirements for the calendar management system described below. Limit the length of the SRS to no more than two pages. This calendar management softwar…
1)Give a Boolean Formula on five variables that has exactly one satisfying assig
1)Give a Boolean Formula on five  variables that has exactly one satisfying assignment. Give the satisfying assignment. 2) A couple is a DINK (double income, no kids) if they are …
1)Given a Stack implemented with a Linked List, and an O(1) implementation of pu
1)Given a Stack implemented with a Linked List, and an O(1) implementation of push and pop,show the Linked List after the following commands are executed: Stack myStack = new Stac…
1)Given the two segments of code below, indicate the order of magnitude for the
1)Given the two segments of code below, indicate the order of magnitude for the code. Assume that all variables have been declared properly. a)sum = 0; for (i1 = 0; i1 < n; i1+…
1)Grades with input validation (C++). Modify grade programs with arrays and func
1)Grades with input validation (C++). Modify grade programs with arrays and functions. (the program should minimally have functions for average, min, max, # above average, etc. to…
1)HTML5 videos depends on the browser and will differently in each browser. Wher
1)HTML5 videos depends on the browser and will differently in each browser. Whereas Flash video will play the same in browsers. True False 2)The following allows formatting of tex…
1)How many bits are there in the routing prefix of a Class C IPv4 subnet 2) What
1)How many bits are there in the routing prefix of a Class C IPv4 subnet 2) What is the 10-bit “Link-Local” prefix in IPv6? The following were IPCONFIG settings for my office PC. …
1)How many integration methods were explained in class? A)4 2 1 3 2)Which numeri
1)How many integration methods were explained in class? A)4 2 1 3 2)Which numerical method was implemented in class? Trapezoidal rule Secant Regula falsi Simpson rule 3)What is re…
1)How many shift pulses would be required to serially shift the contents of one
1)How many shift pulses would be required to serially shift the contents of one seven-stage register to another? 5, 6, 7, or 8?? 2)The symbol for a flip flop has a small triangle …
1)How many shift pulses would be required to serially shift the contents of one
1)How many shift pulses would be required to serially shift the contents of one seven-stage register to another? 5, 6, 7, or 8?? 2)The symbol for a flip flop has a small triangle …
1)IN C Write a function called recursively_reverse_string() that accepts a point
1)IN C Write a function called recursively_reverse_string() that accepts a pointer to a string as a parameter, and any other parameters you see fit, recursively reverses the strin…
1)Identify the method and the feature of the methods that that encapsulate a str
1)Identify the method and the feature of the methods that that encapsulate a structure. __________________________________________________________________ 2)Of the three array-bas…
1)If the characters sent are being typed on the computer\'s keyboard, what is th
1)If the characters sent are being typed on the computer's keyboard, what is the average number of characters that the computer can display on the remote machine in one second? Yo…
1)In Set Theory the difference of two sets, A and B is defined as: A 1)In Set Th
1)In Set Theory the difference of two sets, A and B is defined as: A 1)In Set Theory the difference of two sets, A and B is defined as: A ?? B = { s | s belongs to A and s does no…
1)In class, we studied the concept of an Internet Service Provider (ISP). Explai
1)In class, we studied the concept of an Internet Service Provider (ISP). Explain in your own words the basic functionality of an ISP. (3 points) 2)In our home networks, as well a…
1)In contrast to conductive guided medium, smaller diameter fiber optic cores me
1)In contrast to conductive guided medium, smaller diameter fiber optic cores means greater attenuation and decreased transmission distances when compared to larger fiber optic co…
1)In the demonstration where a magnet is brought near a loop, which is true abou
1)In the demonstration where a magnet is brought near a loop, which is true about the induced current if we move the magnet faster? A)It is smaller and in the same direction as be…
1)Matching Game Maker Unity 3D Room a) Project View Events/Actions b) Scene Pain
 1)Matching Game Maker Unity 3D Room a) Project View Events/Actions b) Scene Paint c) Fixed Update () Resources d) Update () Step e) Start () Create f) Scripts Function for Rigid …
1)Modify the program Amortize by inserting a function FindPayment( ) that will c
1)Modify the program Amortize by inserting a function FindPayment( ) that will compute the monthly payment. The modified program should appear as follows: #include <iostream&gt…
1)Name and describe the purpose of five steps in the process of installing an Or
1)Name and describe the purpose of five steps in the process of installing an Oracle DBMS? 2)Define a flat file. Give an example of a flat file? 3)When is a flat file apporopriate…
1)Please explain the Gramm-Leach Bliley Act. You must explain the background and
1)Please explain the Gramm-Leach Bliley Act. You must explain the background and history of the Act. 2)Research and discuss a case outside of the book and lecture notes in regard …
1)Please write queries based on the following requirements using the tables and
1)Please write queries based on the following requirements using the tables and data in the class16setup.sql file. a. List unique item classes stored in your database. b. List the…
1)Prove each of the following statements using a direct proof, a proof by contra
1)Prove each of the following statements using a direct proof, a proof by contrapositive, a proof by contradiction, or a proof by cases. Indicate which proof method you used, as w…