Web development and programming
191828 questions • Page 255 / 3837
1. What is this? (pg 205) public static int max (int num1, int num2) Method head
1. What is this? (pg 205) public static int max (int num1, int num2) Method header 2. What is this? (pg 205) int z = max (x, y) Method call 3. What is this? (pg 205) public static…
1. What is wrong in the below code??? A. public class Test extends Application {
1. What is wrong in the below code??? A. public class Test extends Application { public void start(Stage stage) { Button btOK = new Button("OK"); } private class Handler implement…
1. What is wrong with the following code? float scores[10], total; a. The code c
1. What is wrong with the following code? float scores[10], total; a. The code cannot declare regular and array variables together. b. The arrays must be integers. c. …
1. What is/are the name(s) of the class file in this entire project? 2. Where is
1. What is/are the name(s) of the class file in this entire project? 2. Where is the main method located? 3. Which of the classes is considered the driver program? 4. This line of…
1. What items should a communications management plan address? How can a stakeho
1. What items should a communications management plan address? How can a stakeholder analysis assist in preparing and implementing parts of this plan? 2. What are some of the ways…
1. What keys on the keyboard would I use to scroll back and forth through the co
1. What keys on the keyboard would I use to scroll back and forth through the commands I've previously issued from the terminal? (5 points) 2. If I typed "cd ~/Vi" at the command …
1. What keyword do I use to have a derived class call methods of its base class?
1. What keyword do I use to have a derived class call methods of its base class? 2. What is the purpose of keyword extends? 3. What is the purpose of keyword final? 4. Using Java …
1. What leadership and personality traits does Bill Gates possess? 2. How have t
1. What leadership and personality traits does Bill Gates possess? 2. How have they enabled him to be successful? 3. How would you describe his leadership style? What role does ch…
1. What lengths (in bits) can by used by encoded SPARC instructions? 2. Given an
1. What lengths (in bits) can by used by encoded SPARC instructions? 2. Given an encoded instruction, how can you determine which format it’s in? 3. How many bits are in the call …
1. What major wends are occurring in software? What capabilities do you expect t
1. What major wends are occurring in software? What capabilities do you expect to see in future software packages? 2. How do the different roles of system software and application…
1. What number system was used in the ENIAC machine? A. Binary B. Decimal C. Oct
1. What number system was used in the ENIAC machine? A. Binary B. Decimal C. Octal D. Hexadecimal 2. The Memory Address register stores the address of the word stored in which par…
1. What object do you use to repreent a file in C? A. FILE* B. fopen printf D. F
1. What object do you use to repreent a file in C? A. FILE* B. fopen printf D. Fprintf 2. Before vou can read or write to a file in C, what do you need to do? A. Call fopen on the…
1. What on earth is an object in C++? 2. Why Accessors and Mutators required? 3.
1. What on earth is an object in C++? 2. Why Accessors and Mutators required? 3. What is the difference between a pointer to a duck and a duck? 4. What would b…
1. What operation is supported in constant time by the doubly linked list, but n
1. What operation is supported in constant time by the doubly linked list, but not by the singly linked list? 1. advance 2. search for a node 3. first 4. retreat to previous node …
1. What operator has the lowest precedence? A) + B) / C) * D) = 2. The true bene
1. What operator has the lowest precedence? A) + B) / C) * D) = 2. The true benefit of using an array lies in your ability to use a variable as a subscript to the array instead of…
1. What output will be produced by the following code? public class Question1 pu
1. What output will be produced by the following code? public class Question1 public static void main Stringl args) methodA(3): public static void methodAint n) If (n 1) System.ou…
1. What package does the graphics class belong to? A. Graphics B. Java.awt C. Sw
1. What package does the graphics class belong to? A. Graphics B. Java.awt C. Swing D. Applet 5. Look at the following code: Color c = Color .Blue; What is Blue? A. A static field…
1. What physical topology change would occur if you upgraded a LAN from 10BASE2
1. What physical topology change would occur if you upgraded a LAN from 10BASE2 to 10BASE-T? a. Change from tree to star. b. Change from star to bus. c. Change from bus to star. d…
1. What physical topology would you use to create a peer-to-peer network where a
1. What physical topology would you use to create a peer-to-peer network where all the workstations are connected to a single hub? bus mesh tree star 2. Which of the following com…
1. What problem were device trees invented to solve? (2 points) 2. What register
1. What problem were device trees invented to solve? (2 points) 2. What registers are used in load Linux when device trees are used? (2 points) 3. List the advantages of using a d…
1. What projects in the PROJECT table have not been completed? 2. What is the to
1. What projects in the PROJECT table have not been completed? 2. What is the total MaxHours of projects being run by the Marketing Department? Be sure to assign an appropriate co…
1. What prompted the development of the Minitel? Were the end results of the Min
1. What prompted the development of the Minitel? Were the end results of the Minitel distribution (the activity on the network at its peak in 1996) in-line with the original goal …
1. What properties must a hash function have to be used for message authenticati
1. What properties must a hash function have to be used for message authentication? 2. Suppose in a chat room, there is n number of people. Every person wants to communicate with …
1. What rule(s) classify a person who runs marathons? a. (GENDER = Male AND NBR_
1. What rule(s) classify a person who runs marathons? a. (GENDER = Male AND NBR_OF_CHILDREN = 0 AND AGE < 30) OR (GENDER = Female AND AGE < 25) b. (GENDER = Male OR NBR_OF_C…
1. What should be the name of the following method? public T whatIsMyname() thro
1. What should be the name of the following method? public T whatIsMyname() throws EmptyCollectionException { if(isEmpty()) throw new EmptyCollectionException("Stack"); return sta…
1. What should you list in the precondition of a template function? a. what happ
1. What should you list in the precondition of a template function? a. what happens after the function is executed. b. any functionality that the instantia…
1. What string function is best for initializing an area in memory to the same v
1. What string function is best for initializing an area in memory to the same value? Be sure to omit the B,W,D, or Q from the opcode. 2. Which opcode is used to compare two strin…
1. What templates are and how to use them as a client (e.g. create a vector of s
1. What templates are and how to use them as a client (e.g. create a vector of strings and use it). Very basic information. You will NOT be asked to use a queue, set, or map but y…
1. What troubles did Kaiser run into when it first tried to implement the EHR Sy
1.What troubles did Kaiser run into when it first tried to implement the EHR System?What troubles did Kaiser run into when it first tried to implement the EHR System? 2.Researcher…
1. What type of Cloud Computing Service Model(s) requires limited to no maintena
1. What type of Cloud Computing Service Model(s) requires limited to no maintenance? Hint: The organization can just use the application service in the cloud. Infrastructure as a …
1. What type of network is the Networking Lab (P2P? Client/Server?) Explain how
1. What type of network is the Networking Lab (P2P? Client/Server?) Explain how you know this and what benefit this type of network provides. 2. Perform a Windows/Microsoft update…
1. What type of startup rmware best supports Windows 10 with regard to device op
1. What type of startup rmware best supports Windows 10 with regard to device operation and management? a. BIOS b. GPT c. UEFI d. MBR 2. A VHD has been created using the Disk Mana…
1. What value is output with label Output #1? a. 0 b. 20 c. 30 d. 75 e. None of
1. What value is output with label Output #1? a. 0 b. 20 c. 30 d. 75 e. None of the above 2. What value is output with label Output #2? a. 0 b. 20 c. 30 d. 69 e. None of the above…
1. What value will be output first? a. 1.0 b. 2.0 c. 3.0 d. 4.0 e. none of the a
1. What value will be output first? a. 1.0 b. 2.0 c. 3.0 d. 4.0 e. none of the above 2. What value will be output next? a. 1.0 b. 2.0 c. 3.0 d. 4.0 e. none of the above 3. What va…
1. What value will be the result of evaluating the following expressions is x is
1. What value will be the result of evaluating the following expressions is x is 5, y is 6, and z is 8: 2. Write either IF statements or SWITCH statements for the following (NOTE:…
1. What values are displayed when you print the myList array beforeit has been i
1. What values are displayed when you print the myList array beforeit has been initialized? Why is this the case? 2. What happens in your program when you attempt to access an arr…
1. What values are stored in r0, r1, r4, and r6 after the followinginstructions
1. What values are stored in r0, r1, r4, and r6 after the followinginstructions have executed? Assume that r0, r1, r4, and r6 contain 0x00000027, 0x00000006,0x00000010 and 0xFFFFF…
1. What was one of the goals of IMT-Advanced? a. support both circuit-switched a
1. What was one of the goals of IMT-Advanced? a. support both circuit-switched and packet-switched concepts b. adopt CDMA technology c. adopt IP packet switched technology d. ensu…
1. What will be displayed if code corresponding to the following pseudocode is e
1. What will be displayed if code corresponding to the following pseudocode is executed? Set Number = 4 Repeat Write 2 * Number Set Number = Number + 2 Until Number = 8 a. 8 b. 4 …
1. What will be printed in the second line? Why? a. -32769, because y will be pr
1. What will be printed in the second line? Why? a. -32769, because y will be pre-decremented before printing b. -32768, because -32768 is the s…
1. What will be the output from each of the following lines of code? a) int x =
1. What will be the output from each of the following lines of code? a) int x = 12; while ( x > 8 ) { printf( "%d ", x ); } b) for ( int …
1. What will be the result of this code? Assume that setName and getName work pr
1. What will be the result of this code? Assume that setName and getName work properly. 2. Assuming the following code: If every person in a given array of people were the same ag…
1. What will be the value in EAX after the following lines execute? mov eax, 100
1. What will be the value in EAX after the following lines execute? mov eax, 1002FFFFh inc ax 2. What will be the value in EAX after the following lines execute? mov eax, 1002FFFF…
1. What will be the value in EAX after the following lines execute? mov eax, 100
1. What will be the value in EAX after the following lines execute? mov eax, 1002FFFFh inc ax 2. What will be the value in EAX after the following lines execute? mov eax, 1002FFFF…
1. What will be the value of the TOP field in the x87 FPU Status Word after two
1. What will be the value of the TOP field in the x87 FPU Status Word after two FLD instructions have been issued? 2. If the variable B contained a double value of 80386.0, and it…
1. What will be the value of the TOP field in the x87 FPU Status Word after two
1. What will be the value of the TOP field in the x87 FPU Status Word after two FLD instructions have been issued? 2. If the variable B contained a double value of 80386.0, and it…
1. What will be the value of the TOP field in the x87 FPU Status Word after two
1. What will be the value of the TOP field in the x87 FPU Status Word after two FLD instructions have been issued? _____ 2. If the variable B contained a double value of 80386.0, …
1. What will happen if in a C program you assign a value to an array element who
1. What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array? A. The element will be set to 0. B. The compiler would repo…
1. What will happen when you attempt to run the following code? import java.io.*
1. What will happen when you attempt to run the following code? import java.io.*; public class Test { public static void main(String[] args) throws IOException { ObjectOu…
1. What will the following code display? values = [2, 4, 6, 8, 10] print(values[
1. What will the following code display? values = [2, 4, 6, 8, 10] print(values[1:3]) [4,6] [2,4,6] [4,6,8] [2,4] 2. Suppose that myList is [3, 4, 5, 20, 5, 25, 1, 3], what is myL…
Subject
Web development and programming
Use Browse or pick another subject.