Web development and programming
191828 questions • Page 260 / 3837
1. Which of these initialization parameters in used for Oracle Managed Files (OM
1. Which of these initialization parameters in used for Oracle Managed Files (OMF)? (Choose all correct answers.) A. DB_CREATE_FILE_DEST B. DB_CREATE_ONLINE_FILE_DEST C. DB_CREATE…
1. Which of these is not a stage in the software development life cycle? Analyze
1. Which of these is not a stage in the software development life cycle? Analyze the problem Design the interface Create a repository Complete the documentation 1 points QUESTI…
1. Which of these statements about binary search is true? a. Searching a sorted
1. Which of these statements about binary search is true? a. Searching a sorted array is O( logn). b. Searching an unsorted array is O( log n) c. Searching a sorted linked list is…
1. Which of these statements about binary search is true? a. Searching a sorted
1. Which of these statements about binary search is true? a. Searching a sorted array is O( logn). b. Searching an unsorted array is OC log n). c. Searching a sorted linked list i…
1. Which one of the following memory areas is not part of the SGA? A. Database B
1. Which one of the following memory areas is not part of the SGA? A. Database Buffer Cache B. PGA C. Redo Log Buffer …
1. Which one of the following performs actulal processing of data in a computer?
1. Which one of the following performs actulal processing of data in a computer? a. RAM b. Hard Drive c. CPU d. Cache 2. Which one of the following …
1. Which one of these is not an operating system? a. Linux b. Java c. Windows d.
1. Which one of these is not an operating system? a. Linux b. Java c. Windows d. Unix 2. Which one of these is not an application? A. Word B…
1. Which operator signifies exponentiation? # * / ^ 2. In the query above, the c
1. Which operator signifies exponentiation? # * / ^ 2. In the query above, the criteria in the TourStartDate column would be considered OR criteria. True False 3. In the figure ab…
1. Which part of the URL \"WWW.SCU.EDU.AU\" represents a third level domain? 2.
1. Which part of the URL "WWW.SCU.EDU.AU" represents a third level domain? 2. All of the information contained in the edges of a network is known as the ___? 3. True or False? Mos…
1. Which popular programming language is well-known for executing its target pro
1. Which popular programming language is well-known for executing its target programs on a virtual machine? Java? 2. Translate the following decimal numbers to binary: a. 33 b. 16…
1. Which publishers haven\'t published a cook book? 2. Which publisher has the h
1. Which publishers haven't published a cook book? 2. Which publisher has the highest priced book? 3. Which titles have more than one author (show the title)? 4. Which titles don'…
1. Which statement below would produce student names, the course titles, and sec
1. Which statement below would produce student names, the course titles, and section IDs for all enrolled students? SELECT Student_name, Course_title, Section_ID FROM Courses,Enro…
1. Which statement displays the address of the variable num1? a) cout
1. Which statement displays the address of the variable num1? a) cout << num1; b) cout << *num1; c) cin >> &num1; d) cout <<&num1; e) none of these…
1. Which statement displays the address of the variable num1? a) cout
1. Which statement displays the address of the variable num1? a) cout << num1; b) cout << *num1; c) cin >> &num1; d) cout <<&num1; e) none of these…
1. Which statement displays the address of the variable num1? a) cout
1. Which statement displays the address of the variable num1? a) cout << num1; b) cout << *num1; c) cin >> &num1; d) cout <<&num1; e) none of these…
1. Which statement is false about block size? A. It can be set at the tablespace
1. Which statement is false about block size? A. It can be set at the tablespace level B. It can be set at the database level C. Settings at the database level take precedence ove…
1. Which statement opens a file in such a way that information will only be writ
1. Which statement opens a file in such a way that information will only be written to its end? a. dataFile(open.append("info.dat")); b. dataFile.open("info.dat", ios::out | ios…
1. Which subnet does host 172.31.199.202/28 belong to? 2. What is the last valid
1. Which subnet does host 172.31.199.202/28 belong to? 2. What is the last valid host on the subnetwork 172.19.64.0 255.255.240.0? 3. What is the last valid host on the subnetwork…
1. While many of us already use wireless networking at home or at Internet cafes
1. While many of us already use wireless networking at home or at Internet cafes and hotspots, there is a growing interest in using wireless technology to access company networks.…
1. While you are installing an Internet Web server on a client%u2019s network, t
1. While you are installing an Internet Web server on a client%u2019s network, the owner of the company tells you that she also wants to build a Web server for internal use by…
1. Why TCP uses a 3-way connection establishment process rather than simple conn
1. Why TCP uses a 3-way connection establishment process rather than simple connection request and response (2-way protocols)? 2. Assume TCP congestion control based on Reno/Tahoe…
1. Why TCP uses a 3-way connection establishment process rather than simple conn
1. Why TCP uses a 3-way connection establishment process rather than simple connection request and response (2-way protocols)? 2. Assume TCP congestion control based on Reno/Tahoe…
1. Why can\'t we use random search - a zero order method of optimization - to fi
1. Why can't we use random search - a zero order method of optimization - to find the optimal weights of a deep learning model? 2. Why is the Least Squares cost rarely used in lin…
1. Why do students need to study information technology? A. Information technolo
1. Why do students need to study information technology? A. Information technology is everywhere in business. B. Information technology is rarely discussed in business. C. Informa…
1. Why do we set a hostname for our system? What would happen if two machines ha
1. Why do we set a hostname for our system? What would happen if two machines had the same hostname? 2. Use the ipconfig command at the command prompt to find out your MAC address…
1. Why does a different version of stat(), lstat(), exist that treats symbolic l
1. Why does a different version of stat(), lstat(), exist that treats symbolic links differently? Why isn't a different version needed for hard links? 2. How can you modify 3000pc…
1. Why does a process need to have a port number for Internet communication? 2.
1. Why does a process need to have a port number for Internet communication? 2. Compare the client-server with P2P architecture. What are the pros/cons of each architecture? 3. Le…
1. Why does local sourcing reduce economies of scale compared to using OnDemand
1. Why does local sourcing reduce economies of scale compared to using OnDemand to manage the sourcing process? 2. Why was it important that the SAP Sourcing OnDemand comfortably …
1. Why does local sourcing reduce economies of scale compared to using OnDemand
1. Why does local sourcing reduce economies of scale compared to using OnDemand to manage the sourcing process? 2. Why was it important that the SAP Sourcing OnDemand comfortably …
1. Why does software pricing for mainframes seem so complex? 2. Why does IBM hav
1. Why does software pricing for mainframes seem so complex? 2. Why does IBM have so many models (or capacity settings) in recent mainframe machines? 3. What z/VSE application cha…
1. Why is Insertion sort’s runtime O(n) if the list is sorted? Why is Bubble sor
1. Why is Insertion sort’s runtime O(n) if the list is sorted? Why is Bubble sort’s runtime O(n2) regardless of the sorted condition of the list? 2. Specify which operations run b…
1. Why is administrative management so important when it comes to security opera
1. Why is administrative management so important when it comes to security operations? 2. What is collusion? How can we prevent or place preventative controls to help stop or miti…
1. Why is good judgment required in order to use the Software Engineering Code o
1. Why is good judgment required in order to use the Software Engineering Code of Ethics effectively? 2. What is virtue ethics? How does virtue ethics relate to the Software Engin…
1. Why is it important that all fans in the world have the same experience? 2. W
1. Why is it important that all fans in the world have the same experience? 2. Why is it important that individual franchise owners can build, manage, anddistribute on the NBA pla…
1. Why is it important to prioritize your IT infrastructure risks, threats, and
1. Why is it important to prioritize your IT infrastructure risks, threats, and vulnerabilities? 2. Based on your executive summary produced in the Performing a Qualitative Risk A…
1. Why is time almost always a dimension in a data warehouse? 2. Describe the ma
1. Why is time almost always a dimension in a data warehouse? 2. Describe the major components of a data warehouse architecture. 3. The following table shows data as of 4/2/1018 P…
1. Why should a company network its computers instead of using stand-alone compu
1. Why should a company network its computers instead of using stand-alone computers? 2. Name and describe two fundamental network types. 3. Name and describe the types of network…
1. Why should a company network its computers instead of using stand-alone compu
1. Why should a company network its computers instead of using stand-alone computers? 2. Name and describe two fundamental network types. 3. Name and describe the types of network…
1. Why should a company network its computers instead of using stand-alone compu
1. Why should a company network its computers instead of using stand-alone computers? 2. Name and describe two fundamental network types. 3. Name and describe the types of network…
1. Why should you create a stakeholder analysis if it is not a part of the forma
1. Why should you create a stakeholder analysis if it is not a part of the formal project plan? How would you create one? 2. Many information technology project managers come from…
1. Why sometimes we need to pass an array to a method? Use an JAVA code to show
1. Why sometimes we need to pass an array to a method? Use an JAVA code to show how to pass an array to a method. 2. What are the differences between array and arraylist in JAVA. …
1. Why the code showing error? 4 //File1- mystring.h #define -CRT-SECURE-NO-WARN
1. Why the code showing error? 4 //File1- mystring.h #define -CRT-SECURE-NO-WARNINGS 5 6 #include #include«iostream» 'mystring.h' file not found 8 #include 9 using namespace std; …
1. Why was it important that the SAP sourcing OnDemand comfortably integrate wit
1. Why was it important that the SAP sourcing OnDemand comfortably integrate with Kerry group's ERP System? 2. What are the advantages of using a cloud computing concept for Kerry…
1. Why would I most likely not use the terminology IS/IT-Computer Profession to
1. Why would I most likely not use the terminology IS/IT-Computer Profession to describe an individual working in the ICT industry? I want detailed writing, not just one sentence.…
1. Why would an entity trademark an item as opposed to forming a corporation for
1. Why would an entity trademark an item as opposed to forming a corporation for the item? 2. Your Professor does not have a facebook account, nor does he have a current linkedin …
1. Why would moving the first few KB’s of data for a file into the inode (as is
1. Why would moving the first few KB’s of data for a file into the inode (as is possible for many modern filesystems) help small file performance? 2. Why are increasing hard drive…
1. Will the following code compile, and if not, which line or lines will cause a
1. Will the following code compile, and if not, which line or lines will cause a compile error? Line 1: public void myMethod() { Line 2: int sum = 0; Line 3: whil…
1. Will the following string literal fit in the space allocated for name? Why or
1. Will the following string literal fit in the space allocated for name? Why or why not? 2. If a program contains the definition string name; indicate whether each of the followi…
1. Windows 7 all version support the Aero interface. If you are using one of the
1. Windows 7 all version support the Aero interface. If you are using one of the editions, find out how to Aero interface off and on. Describe the difference in the appreance of W…
1. Wireless ad-hoc mode A) allows network nodes to organize themselves without t
1. Wireless ad-hoc mode A) allows network nodes to organize themselves without the need for a base station B) requires the base station to communicate C) uses ad-hoc security prot…
Subject
Web development and programming
Use Browse or pick another subject.