INFO FINAL – Flashcards

Unlock all answers in this set

Unlock answers
question
9.What is a business-related consequence of successful software?
answer
Increased revenues, repair brand reputation, decreased liabilities and expenses
question
9.What is a business-related consequence of failing software?
answer
Decrease productivity, damage to brand reputation, increased liabilites
question
9. What are the phases in the SDLC?
answer
Plan, analysis, design, develop, test, implement, maintain
question
9.What phase of the SDLC gathers business requirements?
answer
Analysis
question
9. What is a business requirement?
answer
The specific business requests the system must meet to be successful
question
9. What is an issue related to the waterfall methodology?
answer
flaws in accurately defining and articulating the business problem, managing costs, resources, and time, and business requirements
question
9. What are primary form of agile methodology?
answer
RAD, RUP, SCRUM, and Extreme Programming
question
9. What agile methodology cannot continue on to the next phase until the first phase is complete?
answer
Extreme programming
question
9.What is the fundamental of the RAD methodology?
answer
Focus initially on creating. actively involve systems, accelerate collecting business
question
9. What are the four gates of RUP?
answer
Inception, elaboration, construction, transition
question
9. What methodology ends each day or begins with a stand-up meeting to monitor and control the development effort?
answer
SCRUM
question
9. What is the primary reason companies outsource?
answer
Tap outside sources of expertise
question
9. What is the least common reason to outsource?
answer
Better manage the costs of internal processes.
question
9. Why do projects fall behind schedule or fail?
answer
Poor planning or poor project management
question
9. What are characteristics of a successful project?
answer
Delivered on time, within budget, and meets the business' requirements
question
9. What is a project manager?
answer
An individual who is an expert in project planning and management
question
9. What are project constraints?
answer
specific factors that can limit options
question
9. An organization must identify what it wants to do. What does the "what" mean?
answer
Justification of the project, definition of the project, and expected results of the project
question
9. An organization must identify how it is going to do it. What does the "how" mean?
answer
analysis of project risks, list of dates
question
9. What is a technique for choosing strategic projects?
answer
Categorize, perform a financial analysis, focus on organizational groups
question
9. Most important part of the project plan?
answer
Communication
question
9. What is the critical path?
answer
The path from start to finish that passes through all the tasks that are critical to completing the project in the shortest amount of time
question
9. What are common reasons why change occurs?
answer
misunderstanding, shift in technology, omission in defining initial scope
question
9. What is the most remote location and indirect customer control?
answer
offshore outsourcing
question
9. What is the closest location with customer control?
answer
onshore outsourcing
question
B. What is a peer-to-peer network?
answer
Any network without a central file server and in which all computers have access to the public files located on all other workstations.
question
B. What is a client?
answer
A computer that is designed to request information from a server.
question
B. What is designed to connect a group of computers in close proximity to each other such as in an office building, a school, or a home?
answer
Local area network
question
B. What spans a large geographic area, such as a state, province, or country?
answer
Wide Area Network
question
B. Which of the following is not one of the differentiating factors of a network?
answer
Telecommunication system
question
B.What runs a network, steering information between computers and managing security and users?
answer
Network Operating System
question
B. What is a router?
answer
An intelligent connecting device that examines each packet of data it receives and then decides which way to send it onward its destination
question
B. What is network topology?
answer
Refers to the geometric arrangement of the actual physical organization of the computers and other network devices in a network
question
B. What is a client/server network?
answer
A model for applications in which the bulk of the back-end processing, such as performing a physical search of a database, takes place on a server, which the front-end processing, which involves communicating with the users
question
B. What is packet-switching?
answer
Occurs when the sending computer divides a message into a number of efficiently sized units called packets
question
B. What is interoperability?
answer
The capability of two or more computer systems to share data and resources, even though they are made by different manufacturers
question
B. What is a protocol?
answer
A standard that specifics the format of data as feel as the rules to be followed during g transmission.
question
B. What are the network topology?
answer
Bus, Ring, Star, Hybrid, and Wireless
question
B. What is the bus topology?
answer
All devices are connected to a central cable or backbone.
question
B. What is the ring topology?
answer
All devices are connected to one another in the shape of a closed loop
question
B. What allows files containing text, programs, graphics, numerical data, and so on to be downloaded off or uploaded onto a network?
answer
File transfer protocol
question
B. What allows the management of networked nodes to be managed from a single point?
answer
Simple network management protocol
question
B. What is TCP/IP's own messaging system for email?
answer
Simple mail transfer protocol
question
B. What allows Web browsers and servers to send and receive Web pages?
answer
Hypertext transfer protocol
question
B. What are the commonly used type of guided media?
answer
Twisted-pair cable, coaxial cable, fiber-optic cable
question
B. What the TCP/IP four-layer reference model?
answer
application, transport, internet, network interfaces
question
B. How many layers does the OSI model contain?
answer
7: Physical, Data Link, Network, Transport, Session, Presentation, Application
question
A1. The Access assignment starter file consists of _______ tables.
answer
Five
question
A1. The Access assignment requires the creation, running, and fully documenting of _____ queries.
answer
Ten
question
A1. The Access assignment requires the creation of _____ data entry forms.
answer
Zero
question
A1. The Access assignment requires the creations and printing of ___ reports.
answer
One
question
A1. Which of the following entries would be made on the 'Field' line of the query design grid to cause the table field name 'Name' to be displayed in query results as 'Customer'?
answer
Customer: Name
question
A1. Which of the following entries would be made on the "Field" line of the query design grid to cause the concatenation of table field names "First" and "Last" separated by a space to be displayed in query results as "Name"
answer
Name: [First] & " " & [Last]
question
A1. What would be the entry on the "Criteria" line of the query design grid for "Last Name" to cause the display the records of only those individuals with last names starting with the letter "P"?
answer
Like "P*"
question
A2. You need to create a calculated field labeled "Profit" that calculates the difference between numeric fields "Revenue" and "Expenses". What would you enter on the "Field" line of the query grid?
answer
Profit: [Revenue]-[Expenses]
question
A2. What would you enter on the "Criteria" line for the currency field "Fringe Benefits" of the query grid so that only records whose values are $10,000 or less are displayed in the query results?
answer
<= 10000
question
A2. If you must sort the query results based on the values in multiple fields, the sort order is executed ____.
answer
by use of a SortOrder criteron
question
A2. If you want each specific value of a specific field to only appear once in the query results, you would use the ____ operator on the "Total" line of the query grid.
answer
GroupBy
question
A2. Which of the following is not available as an aggregate function in Access?
answer
most occurring value (mode)
question
A2. When executing a query, all fields used in the design grid ____ be displayed in the query results.
answer
on which selection criterion are specified must
question
A2. Access reports can display data from _____.
answer
a query involving two or more related tables.
question
A3. Which of the following will be accepted by Access as valid during data entry?
answer
entering numbers in a field of data type text
question
A3. Which Access table fields are commonly defined with an input mask?
answer
Social security number, zip code
question
A3. Which Access table field properties would you use to limit data entry to five (5) characters and ensure that an entry is made?
answer
Field size and required
question
A3. Which of the following will always print on each and every page of a multi-page, grouped Access report?
answer
Detail line
question
A3. While in Access table data sheet view )records showing, a temporary sub=set of selected records can be created and viewed by defining a ___.
answer
Filter
question
A3. While in Access table design view (records not showing), fields upon which their values may have mathematical calculations performed can not be of data type____.
answer
Date/Time
question
7. What are the five elements that are needed to create a connected world or a network?
answer
Categories, providers, access technologies, protocols, and convergence
question
7. LANs, WANs, and MANs, all provide users with an accessible and reliable network infrastructure. Which of the below are the most important network differentiating dimensions?
answer
Cost and performance
question
7. What are the three levels outlined in the book from the top down include___?
answer
National service provider. regional service provider, and internet service provider
question
7. The speed of transmission of a network is determined by the speed of its smallest _____.
answer
Amount of bandwidth
question
7. How do TCP and IP differ?
answer
TCP verifies the correct delivery of data in case it is corrupted, where IP verifies the data are sent to the correct IP address.
question
7. What is a benefit of network convergence?
answer
the weaving together of voice, data, and video, multiple services offered from a single vendor, multiple devices supported by one provider
question
7. What is a feature of IPTV?
answer
uses low bandwidth, offers personalization, supports multiple devices
question
7. What is a disadvantage of networking or performing business in a connected world?
answer
Increases resources threats
question
7. Which benefits of a connected world makes all applications, equipment, and data available to anyone on the network, without regard to the physical location of the resource or the user?
answer
Sharing resoures
question
7. What is the major challenge of networking or performing business in a connected world?
answer
Security issues
question
7. What are the two main methods for encrypting network traffic on the Web?
answer
SSL and SHTTP
question
7. Which of the below statements is not accurate in reference to mobile and wireless computing?
answer
Wireless technology is any type of operation accomplished with the use of a hard-wired connection
question
7. A wireless MAN is a metropolitan area network that uses ______ to transmit and receive data.
answer
Radio signals
question
7. A wireless WAN is a wide area network that uses radio signals to transmit and receive data and can be divided into which two categories?
answer
Cellular and satellite communications systems
question
7. Which of the following is not a primary use of GIS?
answer
Ensuring safety equipment is on an airplane before a flight
question
7. What uses both GIS and GPS?
answer
Navigation, Wireless advertising, and vehicle locatoin
question
7. The potential for contracting viruses on mobile devices is increasing; what is it?
answer
Cabir
question
7. Which of the following is a measure being considered to address privacy concerns with RFIDs and LBSs?
answer
Clearly labeled RFID tags on products, kill codes, RSA blocker tags
question
8. Where would you find the customers' customer in a typically supply chain?
answer
Downstream
question
8. Where would you find the manufacturer and distributor in a typical supply chain?
answer
Upstream
question
8. What can effective and efficient supply chain management systems enable an organization to accomplish?
answer
Increase its supplier power
question
8. What is it called when distorted product-demand information ripples from one partner to the next throughout the supply chain?
answer
Bullwhip Effect
question
8. Why is CRM one of the most valuable assets a company can acquire?
answer
CRM has proven to increase customer loyalty and retention and an organization's profitability
question
8. As the business world increasingly shifts from product focus to customer focus, why are most organizations treating existing customers better than in the past?
answer
Existing customers are the best source of profitable and sustainable revenue growth
question
8. A contact center is one of the best assets a customer driven organization can have. Why?
answer
Maintaining a high level of customer support is critical to obtaining and retaining customers
question
8. What are current CRM trends?
answer
Partner relationship management, supplier relationship management, employee relationship, etc
question
8. In which industry area will CRM remain a major strategic focus for years to come?
answer
Product is difficult to differentiate
question
8. What are ways that CRM system can collect information?
answer
accounting system, order fulfillment, system, inventory system
question
8. What made-to-order views can analytical CRM tools slice-and-dice customer information into?
answer
Customer value, customer spending, customer segmentation
question
8. What can analytical CRM modeling tools discover?
answer
identify opportunities for for expanding customer relationships, identify opportunities for cross-selling, identify opportunities for up-selling
question
8. Which question below represents a CRM reporting technology example?
answer
What is the total revenue by customer?
question
8. Which question below represents a CRM analyzing technology question?
answer
Why did sales not meet forecasts?
question
8. Which question below represents a CRM predicting technology question?
answer
What customers are at risk of leaving?
question
8. What is the primary difference between contact management and opportunity management?
answer
Contact management deals with existing customers, opportunity management deals with new customers
question
8. Which of the following is where customer service representatives answer customer inquiries and respond to problems through a number of different customer touch points?
answer
contact center
question
8. Which of the following is considered a feature in a contact center?
answer
automatic call distribution, interactive voice response, predictive dialing
question
8. Which industries will want to keep using CRM as a major strategic focus in the future?
answer
Industries whose products are difficult to differentiate
question
8. Which of the following is a common sales CRM metric?
answer
Number of new customers
question
8. Which of the following is a common marketing CRM metric?
answer
Cost per interaction by marketing campaign
question
8. What is enterprise resource planning?
answer
Integrates all departments and functions throughout an organization into a single IT system so that employees can make decisions by viewing enterprise wide information on all business operations
question
8. Which of the following is a component ERP vendors offer to differentiate themselves in the marketplace?
answer
CRM
question
8. Which extended ERP component collects information used throughout an organization, organizes it, and applies analytical tools to asset managers with decisions?
answer
Business intelligence
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New