Web development and programming
191828 questions • Page 289 / 3837
1.Turn it into a function declaration that takes v and theta as inputs and retur
1.Turn it into a function declaration that takes v and theta as inputs and return distance, distance = DTask1_f(v, theta). The inital height is 1.5m 2. Make time go for 10 seconds…
1.Two speculators may choose to make an even swap of two properties. Write a met
1.Two speculators may choose to make an even swap of two properties. Write a method called swap that is passed either two lists of properties (if you are writing a static method) …
1.Two types of notation - UML and \"boxes-and-lines\" - Are commonly used for wh
1.Two types of notation - UML and "boxes-and-lines" - Are commonly used for which one of the following models? a. contingency b. context c. leadership d. path 2. Which one of the …
1.Use CCSv7 to implement the code in Listings 8.4 in C. Use the CCSv7 debugger f
1.Use CCSv7 to implement the code in Listings 8.4 in C. Use the CCSv7 debugger functions that you know about in order to examine what the code does when it executes. Comment each …
1.Use the Design Recipe to write a function called countEvensNxN that consumes a
1.Use the Design Recipe to write a function called countEvensNxN that consumes a nested list representing a matrix of size N x N. The function returns the number of even numbers i…
1.Use the Design Recipe to write a function countW , which takes in a string as
1.Use the Design Recipe to write a function countW, which takes in a string as an argument that counts the number of occurrence of the character "W" in the given string. 2.Use the…
1.Use the program Test7Assignment.c and explain all the errorsagged of by splint
1.Use the program Test7Assignment.c and explain all the errorsagged of by splint. #include #include #include #include"mstring.h" /*@+showconstraintparens -modifies =showfunc@*/ //…
1.Using Java Write a program to input a person’s age and rest heart rate, then o
1.Using Java Write a program to input a person’s age and rest heart rate, then output the person’s maximal heart rate and aerobic target zone. In the main method, a loop is need t…
1.Using a view, create a new table that has all the information for ND. **Using
1.Using a view, create a new table that has all the information for ND. **Using the ECCS database structure, write the SQL code to provide the result set requested. tblCompanies C…
1.Using a view, create a new table that has all the information for North Dakota
1.Using a view, create a new table that has all the information for North Dakota the view can be created with the command CREATE VIEW testView AS SELECT * FROM tblCompanies a, tb…
1.Using c++ Write a function that has two linked-list head pointers as parameter
1.Using c++ Write a function that has two linked-list head pointers as parameters. Assume that the linked list’s items are ordered by the < operator. On each list, every item i…
1.Using the polynomials code we have developed in class, write a Lisp function t
1.Using the polynomials code we have developed in class, write a Lisp function that multiplies a polynomial by a term. Example: (multiply-poly-term ‘((1 1) (5 0)) ‘(5 1)) returns …
1.We decide to ask user to key in the length of the table and the data that need
1.We decide to ask user to key in the length of the table and the data that needs to go into the table. One may think they can do something like this: int n; std::cout << " …
1.What C loop type is described as pre-test conditional? 2.Define the term inter
1.What C loop type is described as pre-test conditional? 2.Define the term interation. 3.What does a finction prototype tell the complier? 4.Does a function prototype come before …
1.What C loop type is described as pre-test conditional? 2.Define the term inter
1.What C loop type is described as pre-test conditional? 2.Define the term interation. 3.What does a finction prototype tell the complier? 4.Does a function prototype come before …
1.What are the components of any information system? 2. Describe the different t
1.What are the components of any information system? 2. Describe the different types of data. 3. Identify at least six characteristics of valuable information. 4. What is a comput…
1.What are the differences between automata and Markov models? How are they simi
1.What are the differences between automata and Markov models? How are they similar? 2.Are Turing machines still useful in their original form? What are some domains in which they…
1.What are the major differences between mobile and desktop when visiting websit
1.What are the major differences between mobile and desktop when visiting websites? What are the major user behavior changes when viewing web on the smart mobile devices? 2.What a…
1.What are the most wanted (recommended) sun certification in the IT industry? 2
1.What are the most wanted (recommended) sun certification in the IT industry? 2.Are they really valuable for a person's career path? 3.Can somebody survive with only doing sun ce…
1.What are the three main internetworking protocols used in the TCP/IP Architect
1.What are the three main internetworking protocols used in the TCP/IP Architecture and their respective layer names. 2. What Address used by TCP to connect sending and receiving …
1.What are the three principal data storage options in Android? Provide brief de
1.What are the three principal data storage options in Android? Provide brief description for each option. 2. In the simple list: A.why it is necessary to use android:id attribute…
1.What are the three principal data storage options in Android? Provide brief de
1.What are the three principal data storage options in Android? Provide brief description for each option. 2. In the simple list: A.why it is necessary to use android:id attribute…
1.What are the two most important factors in determining the strength of a crypt
1.What are the two most important factors in determining the strength of a cryptographic key? (Note: The question asks about the key, not the cryptosystem as a whole.) 2.Name the …
1.What are the two most important factors in determining the strength of a crypt
1.What are the two most important factors in determining the strength of a cryptographic key? (Note: The question asks about the key, not the cryptosystem as a whole.) 2.Name the …
1.What best describes the steps in the resize function for a class that is holdi
1.What best describes the steps in the resize function for a class that is holding a dynamic array? A. declare a temporary pointer, allocate a larger array, copy data from the ori…
1.What command would you use to read about the terminal driver, tty ( not the tt
1.What command would you use to read about the terminal driver, tty ( not the tty command)? How would you read a local tty man page that was kept in / usr/ local/ share/ man? 2. W…
1.What data structure does the kernel use to hold the state of the CPU and of th
1.What data structure does the kernel use to hold the state of the CPU and of the process? How many of this structure are there? Name three elements in the structure. 2. Describe …
1.What does it mean for a newer processor to be binary compatible with an older
1.What does it mean for a newer processor to be binary compatible with an older processor? lang="en-us" style="mso-bidi-font-size:11.5pt;line-height:200%;color:windowtext"> la…
1.What does it mean to have execution permission on a directory? 2.What is the c
1.What does it mean to have execution permission on a directory? 2.What is the chmod command for changing the file a.out’s permissions so that the owner can read, write, and execu…
1.What does it mean to have execution permission on a directory? 2.What is the c
1.What does it mean to have execution permission on a directory? 2.What is the chmod command for changing the file a.out’s permissions so that the owner can read, write, and execu…
1.What does it mean to have execution permission on a directory? 2.What is the c
1.What does it mean to have execution permission on a directory? 2.What is the chmod command for changing the file a.out’s permissions so that the owner can read, write, and execu…
1.What does the following statement do? Scanner scanner =Scanner(new File(%u201C
1.What does the following statement do? Scanner scanner =Scanner(new File(%u201Ctest.txt%u201D)); A. Opens a binary file for input B. Opens a binary file for output C. …
1.What happens when you give the following commands if the file named done alrea
1.What happens when you give the following commands if the file named done already exists? $ cp to_do done $ mv to_do done 2.Which command can you use to look at the first few lin…
1.What important part of the process switch operation is not shown in Figure 3.4
1.What important part of the process switch operation is not shown in Figure 3.4? 2.What might be the value of interprocess communication (IPC)? 3.Is sharing a resource such as a …
1.What is a function? 2.A function prototype tells the compiler four things. Wha
1.What is a function? 2.A function prototype tells the compiler four things. What are they? 3.There are three methods data is passed to functions, what are they? 4. Name three typ…
1.What is a thin client? Can you find any web application that would make your c
1.What is a thin client? Can you find any web application that would make your computer work like a thin client? (Hint: products from Microsoft and Google) 2.Consider sending a pa…
1.What is an abstract class and how does it differ from a regular class? 2. Why
1.What is an abstract class and how does it differ from a regular class? 2. Why are abstract class constructors defined as protected? 3. ClassX defines method1() as abstract. Clas…
1.What is happening in the computer and/or OS during a context switch? 2.What mi
1.What is happening in the computer and/or OS during a context switch? 2.What might be the value of interprocess communication (IPC)? 3.Is sharing a resource such as a common set …
1.What is mutual exclusion property? In your opinion, which mutual exclusion sub
1.What is mutual exclusion property? In your opinion, which mutual exclusion sub-property (i.e. ME1, ME2, and ME3) is most appropriate for an IaaS cloud structure? EXPLAIN your an…
1.What is output by the following code? public static void stuff(int w) { w -= 2
1.What is output by the following code? public static void stuff(int w) { w -= 2; } public static void main(String a[]) { int n = 2; stuff(n); System.out.print(n);…
1.What is output by the following code? public static void stuff(int w) { w -= 2
1.What is output by the following code? public static void stuff(int w) { w -= 2; } public static void main(String a[]) { int n = 2; stuff(n); System.out.print(n);…
1.What is the average memory access time for the processor described below? The
1.What is the average memory access time for the processor described below? The memory system has a cache access time (including hit detection) of 1 clock cycle The clock rate is …
1.What is the average shipping cost on a sale? (Name the column AverageShipping)
1.What is the average shipping cost on a sale? (Name the column AverageShipping). Also use the Round function to two decimal places for currency, i.e. round ( .. , 2) . 2.What is …
1.What is the command to enable BGP routing on a Cisco router for AS 6500? route
1.What is the command to enable BGP routing on a Cisco router for AS 6500? router(config)#router bgp 65000 router(config)#ip bgp protocol router(config-if)#router bgp 6500 router(…
1.What is the command to enable BGP routing on a Cisco router for AS 6500? route
1.What is the command to enable BGP routing on a Cisco router for AS 6500? router(config)#router bgp 65000 router(config)#ip bgp protocol router(config-if)#router bgp 6500 router(…
1.What is the difference between parallel & sequential programming? -Pros/Cons 2
1.What is the difference between parallel & sequential programming? -Pros/Cons 2.Which is better(performance)? 3.How can we test which is better? 4. What would parallel progra…
1.What is the frequency of a microwave in free space whose wavelength is 1.80 c
1.What is the frequency of a microwave in free space whose wavelength is 1.80cm ? Express your answer to three significant figures and include the appropriate units. 2.Suppose you…
1.What is the goal of implementation planning? Can a software development projec
1.What is the goal of implementation planning? Can a software development project achieve success without such a plan? Why or why not? 2.At numerous points within the software imp…
1.What is the main reason that data and computer programs stored on disk or thum
1.What is the main reason that data and computer programs stored on disk or thumb drive, rather than in main memory where they can be accessed faster? A. Disks and thumb drives ar…
1.What is the name of the language that’s designed to insert, update, or delete
1.What is the name of the language that’s designed to insert, update, or delete nodes from an XML document? QUERYX QUERY X-TREME XQUERY XML DML 2. You can code one or more _______…
Subject
Web development and programming
Use Browse or pick another subject.