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

13 Problem: Construct and run a C program to develop a metric conversion chart t
13 Problem: Construct and run a C program to develop a metric conversion chart that will do the following conversions Given a quantity in: 1. Inches 2. Ounces 3. Pints 4. Fahrenhe…
13 This PowerPoint feature, referred to as what to say when a particular slide a
13 This PowerPoint feature, referred to as what to say when a particular slide appears The view displays the outline of the entire presentation in the Outline pane. This option wi…
13 points] In the spaces below, indicate how the 16 address bits are allocated t
13 points] In the spaces below, indicate how the 16 address bits are allocated to the offiet, index, and tag parts of the address used to reference the cache: tag bits index bits.…
13 questions, please answer fast. hat is y after the following switch statement?
13 questions, please answer fast. hat is y after the following switch statement? int x = 0; int y = 0; switch (x + 1) { case 0: y = 0; case 1: y = 1; default: y = -1 } Select one:…
13% . 9:09 PM à myclasses.artinstitutes.ed UnIt 1: Week I -Case stuaies Concepts
13% . 9:09 PM à myclasses.artinstitutes.ed UnIt 1: Week I -Case stuaies Concepts and Theories of Culinary Techniques Case Study: Due Week 2 before class starts As an Executive Che…
13) Of the following types, which one cannot store a numeric value? A) int B) by
13) Of the following types, which one cannot store a numeric value? A) int B) byte C) float D) char E) all of these can store numeric values 14) What value will z have if we execu…
13) Suppose array a is int [] {1, 2, 4);, what is a [1] -a(2)? a= A. 1 C. 2 E. N
13) Suppose array a is int [] {1, 2, 4);, what is a [1] -a(2)? a= A. 1 C. 2 E. None of the above 14) What is y after the following switch statement? int x0 int y0 switch (x1) case…
13) TRUE/ FALSE If a function containing a loop is called from inside another lo
13) TRUE/ FALSE If a function containing a loop is called from inside another loop, the function's loop can be con- sidered virtually nested inside the calling loop. TRUE FALSE Wh…
13) helps determine what supplies are required for the value chain, what quantit
13) helps determine what supplies are required for the value chain, what quantities are needed to meet customer demand, how the supplies should be processed (manufactured) into fi…
13)The process of applying good design rules such as organizing data so that the
13)The process of applying good design rules such as organizing data so that the same information is not stored in multiple locations ad forcing users to enter data in consistent …
13, which file is actually burned onto the ROM portion of the 8051? a. list file
13, which file is actually burned onto the ROM portion of the 8051? a. list file c. hex object file d. a51 source file b. asm source file 14. What to numeric intervals does an uns…
13- An analysis of items frequently co-occurring in transactions is known as a.
13- An analysis of items frequently co-occurring in transactions is known as a. cluster analysis. b. market basket analysis. c. market segmentation. d. regression analysis. 13- An…
13- Given the following numbers show the pivot and mark the two arrays that will
13- Given the following numbers show the pivot and mark the two arrays that will result after the partition. For each new array show the pivot and the new partitions that will res…
13-5 Determine the number of bits in error for a BER of 10-6 and a message that
13-5 Determine the number of bits in error for a BER of 10-6 and a message that is 23 million bits long. 13-19 Determine the Hamming bits for the ASCII character C (use odd parity…
13. (10 points) Using either LOAD DATA INFILE or INSERT INTO, add the following
13. (10 points) Using either LOAD DATA INFILE or INSERT INTO, add the following records to the students table: (also found in the MoreStudents.txt file in Week 3-Moode) alderr 198…
13. (5 marks) Rewrite or fix the Trio class to make proper use of Java Generics.
13. (5 marks) Rewrite or fix the Trio class to make proper use of Java Generics. In your solution it should be possible for the data fields to be different types. public class Tri…
13. (5 points) Virtual address 01000001100100 refers to what physical address? A
13. (5 points) Virtual address 01000001100100 refers to what physical address? A. 04196 B. 34668 C. 28772 D. 34916 E. 34868 14. (5 points) Which virtual address represents approxi…
13. (8 pts) Given the following Stack class template, write the function templat
13. (8 pts) Given the following Stack class template, write the function template for the pop () function. Note: the stack is constructed by using an array allocated on the heap. …
13. A top down parser Produces a parse that is in the order of a left-most deriv
13. A top down parser Produces a parse that is in the order of a left-most derivation. It examines the input from left-to- right. Produces a parse that is in the order of a right-…
13. According to a thread\'s state diagram (i.e., Fig. 26.1, pg. 1048), a thread
13. According to a thread's state diagram (i.e., Fig. 26.1, pg. 1048), a thread can transition directly from "waiting" to "terminated". A) True B) False 14. Which of the following…
13. Answer the following for a given MARIE system a· (2 Pts) During the fetch in
13. Answer the following for a given MARIE system a· (2 Pts) During the fetch instructio n processing, the address of the instruction to be and placed in the executed is obtained …
13. Assume that the following makefile has been created: progl: progl.o util.o g
13. Assume that the following makefile has been created: progl: progl.o util.o gcc -o progl progl.o util.o gcc-c progl.c gcc -c util.c prog1.o: progl.c util.h util.o: util.c uti1.…
13. Carpet Calculator (C++, must work in Visual studios 2017, and must show outp
13. Carpet Calculator (C++, must work in Visual studios 2017, and must show output of program) The Westfield Carpet Company has asked you to write an application that calculates t…
13. Consider C++ class. Which one of the following choices is NOT correct? A. He
13. Consider C++ class. Which one of the following choices is NOT correct? A. Heap dynamic class instances are created with the new operator. B. Heap dynamic class instances are d…
13. Consider the error message below. What might generate it? Exception in threa
13. Consider the error message below. What might generate it? Exception in thread "main" java.util.InputMismatchException at java.util.Scanner.throwFor (Scanner.java:819) at java.…
13. Count from 1 to 20,o in the following bases: a. 8, b. 5 14. Convert the foll
13. Count from 1 to 20,o in the following bases: a. 8, b. 5 14. Convert the following binary numbers to their decimal equivalent: a. 11100.011 b. 110011.10011 15. Convert the foll…
13. Given a graph G as below (a) Write out the DFS and BFS sequences, respective
13. Given a graph G as below (a) Write out the DFS and BFS sequences, respectively. (starting from node A and assume neighbor node are visited in alphabetic order, e.g., B is visi…
13. Given a relation R(A, B, c, D) with the functional dependencies F-(ABC-D, D-
13. Given a relation R(A, B, c, D) with the functional dependencies F-(ABC-D, D--C], what is the highest normal form the relation is in? a) INF b) 2NF c) 3NF d) BCNF 14. Given a r…
13. Given that we follow the order of the Most Constrained Variable heuristic, w
13. Given that we follow the order of the Most Constrained Variable heuristic, which state is colored first? a) WA B) NT c) SA d) NSW Consider the map of Australia. Using the colo…
13. Given the deelantion _ publie class My-Class private int x publie vold print
13. Given the deelantion _ publie class My-Class private int x publie vold printo MyClass aa-new MyClesso The following statement is legal. aa-printO 14. The built-in operation th…
13. Here are some class definitions with questions that follow. interface MyInte
13. Here are some class definitions with questions that follow. interface MyInterface { // Methods of MyInterface } public SomeClass implements MyInterface { // All methods of Som…
13. How much memory is reserved for the following variables in MS Visual C++? do
13. How much memory is reserved for the following variables          in MS Visual C++?              double x;              int k, *k_ptr;              double *x_ptr;       A. 10  …
13. If a base class pointer, p , points to a derived class instance, and both ba
13. If a base class pointer, p, points to a derived class instance, and both base and derived classes have a method void doIt() which takes no parameters, then p->doIt() will i…
13. If a base class pointer, p , points to a derived class instance, and both ba
13. If a base class pointer, p, points to a derived class instance, and both base and derived classes have a method void doIt() which takes no parameters, then p->doIt() will i…
13. In this problem, the domain of discourse is the set of all integers. Which a
13. In this problem, the domain of discourse is the set of all integers. Which an existential statement is true, give an example. counterexample. statements are true? If a univers…
13. It is quicker and cheaper to get primary data compared to secondary data. a.
13. It is quicker and cheaper to get primary data compared to secondary data. a. true b. false a. true b. false
13. List the SSN, first name, and last name of all policy holders who have not h
13. List the SSN, first name, and last name of all policy holders who have not had an accident. 17. List each driver’s first name and last name, along with the policy(ies) that th…
13. Making tServiceProvided and tTechCost available to a new query and inserting
13. Making tServiceProvided and tTechCost available to a new query and inserting the fields TechLevel, MachineID, and Minutes results in a query with the following number of tows:…
13. Pure Abstract Base Class Project Define a pure abstract base class called Ba
13. Pure Abstract Base Class Project Define a pure abstract base class called BasicShape. The BasicShape class should have the following members: Private Member Variable: area, a …
13. Suppose that a Sequence ADT has the following interface. public interface Se
13. Suppose that a Sequence ADT has the following interface. public interface Sequence [ public int sizeO; // Return number of elements in sequence. public void addFirst(int e); /…
13. Suppose that stack is an object of type linkedStackType. What is the di
13. Suppose that stack is an object of type linkedStackType<int>. What is the difference between the statements stack.top(); and stack.pop();? 14. Write the definition of th…
13. The SPECint 2006 benchmark suit contains 12 different benchmark programs to
13. The SPECint 2006 benchmark suit contains 12 different benchmark programs to measure a computing system's integer operation performance, including that of the processor, memory…
13. The following expressions are given in MSP430 assembly language. All registe
13. The following expressions are given in MSP430 assembly language. All registers are 16-bit wide and memory addresses point to 16-bit word data. Before each expression, it is as…
13. This type of communication results in the sending and receiving of informati
13. This type of communication results in the sending and receiving of information at different times. a. synchronous b. asynchronous c. one- to-many d. DNS 14. Every device conne…
13. What is a command given to a computer to perfoillap 14. An ISA uses 5 bits f
13. What is a command given to a computer to perfoillap 14. An ISA uses 5 bits for its opcode - how many unique operations can it perform? 15. Of the three stages in the fetch-dec…
13. What is the output of the following program?(1 point) int sum = 0, k, val =
13. What is the output of the following program?(1 point) int sum = 0, k, val = 1; for (k = 0; k <=4; k++) {         sum += val;         val++; } System.out.println(sum); Quest…
13. Which of the following is untrue about DFA? A. Each state emits one labeled
13. Which of the following is untrue about DFA? A. Each state emits one labeled edge for each letter of alphabet A B. There may not be any final states C. There must be at least a…
13. Which registert\'s) can be used with register indirect (MOV OR, A) addressin
13. Which registert's) can be used with register indirect (MOV OR, A) addressing mode? A RO and R1 B R7 only C. RO only D. R6 and R7 14. What is the final result in the accumulato…
13. Why does the overloaded assignment operator need to check for assignment to
13. Why does the overloaded assignment operator need to check for     assignment to self (especially in a class that holds pointers     to dynamic resources)? --------------------…
13. Write a C program that implements the following flowchart Start Start add) G
13. Write a C program that implements the following flowchart Start Start add) Get Tow Numbers: a, b Start displnfo() Input: a, b Display The following: Press 1 to perform Add Pre…