Web development and programming
191828 questions • Page 299 / 3837
11. Inventory Program Write a program that uses a structure to store the followi
11. Inventory Program Write a program that uses a structure to store the following inventory data in a file: Item description Quantity on hand Wholesale cost Retail cost Date adde…
11. List four WAN technologies that are carried over the PSTN. 12. When copper c
11. List four WAN technologies that are carried over the PSTN. 12. When copper cabling is used to carry T-1 traffic, what kind of connector is used? 13. What two types of virtual …
11. Lo Shu Magic Square The Lo Shu Magic is a grid with 3 rows and 3 columns, sh
11. Lo Shu Magic Square The Lo Shu Magic is a grid with 3 rows and 3 columns, shown in Figure 7-8. The Shu Magic Square has the following properties: The grid contains the numbers…
11. NEED TO COMPLETE WHAT HAS ALREADY BEEN WRITTEN Use a direct proof to show th
11. NEED TO COMPLETE WHAT HAS ALREADY BEEN WRITTEN Use a direct proof to show that the following argument is valid. Need to add the lines to finish the proof. The first box should…
11. Predicates P and Q are defined below. The domain of discourse is the set of
11. Predicates P and Q are defined below. The domain of discourse is the set of all positive integers. P(x): x is prime Q(x): x is a perfect square Are the following logical expre…
11. Programs that handle the input, manage the processing logic, and provide the
11. Programs that handle the input, manage the processing logic, and provide the required output for an information system are referred to as ________ . a. wikis b. distributed …
11. Random Number Guessing Game Create an application that generates a in the ra
11. Random Number Guessing Game Create an application that generates a in the range random number of 1 through 100 and asks the user to guess what user's guess is higher than the …
11. Setters are void return type methods O True O False 12. To make fields direc
11. Setters are void return type methods O True O False 12. To make fields directly accessible to other classes, the class fields must be marked public. O True O False 13. Static …
11. Setters are void return type methods. True O False 12. To make fields direct
11. Setters are void return type methods. True O False 12. To make fields directly accessible to other classes, the class fields must be marked public. True O False 13. Static var…
11. Show what is written by the following segment of code, given that item1, ite
11. Show what is written by the following segment of code, given that item1, item2, and item3 are integer variables, and queue is an object that fits our abstract description of a…
11. Study the algorithm shown in Figure 1-14 and then answer the questions. repe
11. Study the algorithm shown in Figure 1-14 and then answer the questions. repeat 5 times: get the salesperson's name and sales amount calculate the bonus amount by multiplying t…
11. Study the algorithm shown in Figure 1-14 and then answer the questions. repe
11. Study the algorithm shown in Figure 1-14 and then answer the questions. repeat 5 times: get the salesperson's name and sales amount calculate the bonus amount by multiplying t…
11. Suppose we want to copy the value of the Carry flag into bit 7 of AL, and sh
11. Suppose we want to copy the value of the Carry flag into bit 7 of AL, and shift all existing bits in AL one position to the right. Which of the following instructions will wor…
11. The MovieTicket relation keeps data about the movie tickets bought by custom
11. The MovieTicket relation keeps data about the movie tickets bought by customers. MovieTicket MovielD MovieTitle ShowlD ShowDay ShowTime CustomerID CustomerName TicketNo BuyDat…
11. The MovieTicket relation keeps data about the movie tickets bought by custom
11. The MovieTicket relation keeps data about the movie tickets bought by customers. MovieTicket MovielD MovieTitle ShowlD ShowDay ShowTime CustomerID CustomerName TicketNo BuyDat…
11. The __________ indicates where text appears as you type. a. Selection pointe
11. The __________ indicates where text appears as you type. a. Selection pointer b. ScreenTip c. I-beam pointer d. Insertion point 12. What is an interactive ob…
11. The pointer in a node points to Select one: a. the data part of a node. b. t
11. The pointer in a node points to Select one: a. the data part of a node. b. the count part of a node. c. the pointer part of the node. d. the whole node. 12. Removing data from…
11. The primary cause of a radiation inversion is a) infrared radiation absorbed
11. The primary cause of a radiation inversion is a) infrared radiation absorbed by the Earth's surface b) infrared radiation absorbed by the atmosphere and clouds c) infrared rad…
11. To use the functions peek and putback in a program, which header file(s) mus
11. To use the functions peek and putback in a program, which header file(s) must be included in the program? 12. Suppose that num is an int variable and discard is a char variabl…
11. True or False? C++ does not have any built-in exceptions. a) True b) False 1
11. True or False? C++ does not have any built-in exceptions. a) True b) False 12. True or False? Polymorphism as the ability to determine which function to call for a particular …
11. Union together the two dcode columns. Display tcode, row count, minimum sala
11. Union together the two dcode columns. Display tcode, row count, minimum salary, maximum salary, average salary, and total salary for each unique tcode value. Use just the Empl…
11. Using the code on te llwing page, race the progrom when the main method is e
11. Using the code on te llwing page, race the progrom when the main method is executed. Output Before changing the volues 1 12 After changing the values: 1 12 Affer calling chang…
11. What does the Transport-layer do with data it receives from the Internetwork
11. What does the Transport-layer do with data it receives from the Internetwork protocol? 12. In reference to TCP/IP’s Layered Architecture, what layer does the NIC operate at? 1…
11. What does the bang operator (! ) indicate when used as a suffix in a method
11. What does the bang operator (! ) indicate when used as a suffix in a method call in Ruby? a. Modifies the object the method is called on b. Creates a copy of the object the me…
11. What does the following statement sequence print? final String str = \"Java\
11. What does the following statement sequence print? final String str = "Java"; str += " is powerful"; System.out.println(str); Select one: a. Java is powerful b. Java + is power…
11. What gets printed? nums set([3,1,5,4,4,6,6,5,7,91) print(len(nums)) A. 6 D.
11. What gets printed? nums set([3,1,5,4,4,6,6,5,7,91) print(len(nums)) A. 6 D. 9 E. 10 12. Which of the following statements about sequences in python is INCORRECT? A. A sequence…
11. What is a domain name? n memonic names OE uetwor le 12. What are the 2 com p
11. What is a domain name? n memonic names OE uetwor le 12. What are the 2 com ponents of a complete Internet address (IP address) ? 13. If a machine's IP address is 211.07.75.22,…
11. What is the network ID with CIDR notation for the IP address 172.16.32.108 w
11. What is the network ID with CIDR notation for the IP address 172.16.32.108 with thesubnet mask 255.255.255.0? 12. Suppose you have leased two Class C licenses, 115.100.10.0 an…
11. What is the output of the following program fragment: void find(int a, int&
11. What is the output of the following program fragment: void find(int a, int& b, int& c) { int temp; c = a + b; temp = a; a = b; b = 2 * temp; } int main() { int x, y, z…
11. What is the output of the following statements? Select one: a. Cal, Bob, Ann
11. What is the output of the following statements? Select one: a. Cal, Bob, Ann b. Ann, Bob c. Ann, Tony d. Cal, Bob, Tony 12. What is the output of the following statements? Sel…
11. What is the problem of the Silly Window Syndrome? a) b) c) d) Lost packets I
11. What is the problem of the Silly Window Syndrome? a) b) c) d) Lost packets Ineffective use of network bandwidth (resource) Out of sequence delivery Unreliable data transfer 12…
11. What is the value of withholding given the following function, initializatio
11. What is the value of withholding given the following function, initializations, and function call? double withholding, grosspay = 390.00; int d…
11. What will be the 8-bit binary value of AL (include any leading zeroes) after
11. What will be the 8-bit binary value of AL (include any leading zeroes) after the following code fragment has executed? mov al,4Bh and al,6Ch 12. What will be the 8-bit binar…
11. When importing a comma-separated text file, what does Access create each tim
11. When importing a comma-separated text file, what does Access create each time it encounters a comma? Select one: a. a new table b. a new record c. a new related table d. a new…
11. When importing a comma-separated text file, what does Access create each tim
11. When importing a comma-separated text file, what does Access create each time it encounters a comma? Select one: a. a new table b. a new record c. a new related table d. a new…
11. When you type in credit card numbers on a website, Eor security, you should
11. When you type in credit card numbers on a website, Eor security, you should be sure that the website exhibits: a, the website name of the company you are meaning to buy from b…
11. Which HCS12 register is used to store the status based on the results of ari
11. Which HCS12 register is used to store the status based on the results of arithmetic operations? a. A b. CCR c. D d. B 12. The HCS12 B register can store what range of values? …
11. Which ara the screon densitios in Android? B) medium densty D) all af the ab
11. Which ara the screon densitios in Android? B) medium densty D) all af the above OA) ow density C) axtra high dansity ?points 12. Parant class of Activity? O A) object C) activ…
11. Which library procedure initializes the random number generator? 12. Which r
11. Which library procedure initializes the random number generator? 12. Which register contains an integer before calling WriteDec? 13. What will be the value of EAX when the …
11. Which loop computes the sum of 1/2+2/3+3/4 +4/5...+99/100? (A) For n As Inte
11. Which loop computes the sum of 1/2+2/3+3/4 +4/5...+99/100? (A) For n As Integer 1 To 99 (B) For q As Integer 100 To 1 (c) For d As Integer 2 To 99 (D) For x As Integer 1 To 10…
11. Which of the following cognitive processes are used in interacting with comp
11. Which of the following cognitive processes are used in interacting with computers? a. Perception b. Attention c. Memory d. All of the above e. None of the above 12. Our workin…
11. Which of the following three statements are true about breakpoint? (Choose a
11. Which of the following three statements are true about breakpoint? (Choose all correct answers) They insert break statements. They help with debugging. They can be used to che…
11. Which register has the value 0000H when the 8051 is powered on (upon reset)?
11. Which register has the value 0000H when the 8051 is powered on (upon reset)? gister c. Accumulato 3 of 6 Pointer d. Program Counter 12. Which register bank is set aside for RA…
11. Write a GUI program that does temperature conversions between Kelvin, Fahren
11. Write a GUI program that does temperature conversions between Kelvin, Fahrenheit, and Celcius. Your GUI application must inherit from the JFrame class. The GUI and event handl…
11. Write a code excerpt that performs the following actions: • Declare an empty
11. Write a code excerpt that performs the following actions: • Declare an empty ArrayList named courses that can hold String values. • Add the courses "ITP 120", "ITE 115", and "…
11. Write a function that will merge the contents of two sorted (ascending order
11. Write a function that will merge the contents of two sorted (ascending order) arrays of type double values, storing the result in an array output parameter (still in ascending…
11. Write a program that counts the numbers of the given consonants (B, b, W, w,
11. Write a program that counts the numbers of the given consonants (B, b, W, w, X, x, Z, z) in a sentence: Hint: Use getchar to read the characters you enter and count the number…
11. Write a program that uses a function called Factorial which takes only one i
11. Write a program that uses a function called Factorial which takes only one inputN (an integer) and computes and returns the answer as a double. The factorial is computed as 1 …
11. Write code for toString and toStandardTime. Note: Output has to be identical
11. Write code for toString and toStandardTime. Note: Output has to be identical and include the leading Os. (20 pts) public static void nain(Stringtl ares) s ) , 08, "hours"); //…
11. Write code for toString and toStandardTime. Note: Output has to be identical
11. Write code for toString and toStandardTime. Note: Output has to be identical and include the leading Os. (20 pts) public static void nain(Stringtl ares) s ) , 08, "hours"); //…
Subject
Web development and programming
Use Browse or pick another subject.