Posts

Showing posts from January, 2022

Multiple Choice Questions & Answers on CASE tools

Multiple Choice Questions & Answers on CASE tools  1. The purpose of CASE tools is ____. a) To developing high-quality software b) Defect-free software c) Software maintenance d) All of the mentioned above Answer: All of the mentioned above 2. CASE tools are generally inspired by ___ tools used for designing hardware products. a) Rapid Application Development b) System Development Life Cycle c) Computer-Aided Design d) None of the mentioned above Answer: Computer-Aided Design 3. Computer-Aided Software Engineering (CASE) is the domain of ___ critically used to design and implement applications. a) Software tools b) Hardware tools c) System tools d) None of the mentioned above Answer: Software tools 4. CASE stands for a) Cost Aided Software Engineering b) Computer Aided Software Engineering c) Control Aided Software Engineering d) None of the mentioned Answer: Computer Aided Software Engineering 5. Which of the following is not a type of CASE tool? a) Lower b) Classic c) Real d) Mid

Multiple Choice Questions & Answers on Validation Testing

Multiple Choice Questions & Answers on Validation Testing 1. ___________ refers to a different set of tasks ensures that the software that has been built is traceable to Customer Requirements. a) Verification b) Requirement engineering c) Validation d) None of the above Answer: Validation 2. The ___________ of a computer program is an important element of its overall quality. a) Verification b) Validation c) Reliability d) None of these Answer: Reliability 3. ___________ refers to the set of tasks that ensure that software correctly implements a specific function. a) Verification b) Validation c) Array d) All of the mentioned above Answer: Validation 4. Verification and validation includes a ___________ of SQA activities. a) Wide array b) Small array c) Both a and b d) None of these Answer: Wide array 5. ___________ refers to a different set of tasks that ensure that the software that has been built is traceable to customer requirements. a) Verification b) Validation c) Array

Multiple Choice Questions & Answers on Integration testing

Multiple Choice Questions & Answers on Integration testing 1. Integration testing is Called ________ a) integration and testing b) abbreviated I&T c) Specialist integration tester d) both a and b Answer: both a and b 2. What is Integration Testing? a) SDLC Model b) Test Type c) Test Design Technique d) Test Level Answer: Test Level 3. What is the objective of integration testing? a) To verify that system is functioning according to specified requirements b) To verify that system meets user expectation and needs c) To verify that system separately testable modules are functioning properly d) To verify that interfaces between different parts of system Answer: To verify that interfaces between different parts of system 4. Who is responsible for integration testing? a) Developer b) Software Tester c) Specialist integration tester d) both a and c Answer: both a and c 5. Which of the following statement are correct? 1. Stubs are used in bottom-up approach. 2. Stubs are used in Top-do

Multiple Choice Questions & Answers on Orthogonal Array Testing

Multiple Choice Questions & Answers on Orthogonal Array Testing 1. OAT stands for _________. a) Orthogonal Array Testing b) Orthogonal Array Techniques c) Orthogonal approach Testing d) Orthogonal approach Techniques Answer: Orthogonal Array Testing 2. Orthogonal array testing enables the test designer to maximize the coverage of the test cases devised for relatively small input domains. a) True b) False Answer: True 3. OAT (Orthogonal Array Testing) can be used to reduce the testing efforts and how test case optimization can be achieved. a) True b) False Answer: True

Multiple Choice Questions & Answers on control structure testing

Multiple Choice Questions & Answers on control structure testing 1. Which of the following comes under the Control Structure Testing? a) Condition testing b) Loop testing c) Data Flow Testing d) All of the above Answer: All of the above 2. Data flow testing is a control structure testing technique where the criteria used to design test cases is that they a) Rely on basis path testing b) Exercise the logical conditions in a program module c) Select test paths based on the locations and uses of variables d) Focus on testing the validity of loop constructs Answer: Select test paths based on the locations and uses of variables 3. Loop testing is a control structure testing technique where the criteria used to design test cases is that they a) Rely basis path testing b) Exercise the logical conditions in a program module c) Select test paths based on the locations and uses of variables d) Focus on testing the validity of loop constructs Answer: Select test paths based on the locations a

Multiple Choice Questions & Answers on Black Box Testing

Multiple Choice Questions & Answers on Black Box Testing   1. Black Box Testing is also known as ________ a) Behavioral Testing b) Flow Testing c) Data Testing d) None of the above Answer: Behavioral Testing 2. Which of the following is black box testing____________________ a) Basic path testing b) Boundary value analysis c) Code path analysis d) None of the mentioned Answer: Boundary value analysis 3. Lean philosophy regards everything not adding value to the customer as __________ a) Unnecessary b) Waste c) Useful d) Necessary Answer: Waste 4. LSD stands for ________________ a) Lean Software Development b) Live Software Development c) Less Software Data d) Least Software Dataloss Answer: Lean Software Development 5. The Decision table testing is a _________ White box Test Design Technique Black Box Test Design Technique Experience-based Test Design Technique Grey Box Test Design Technique Answer: Black-box test design technique 6. Lean Development follows the principle of _______

Multiple Choice Questions & Answers on White Box Testing

Multiple Choice Questions & Answers on White Box Testing 1. A key principle of Scrum is ______________ a) Strict requirements b) Requirements volatility c) Fixed scale development d) Cross-functional development Answer: Requirements volatility 2. White Box techniques are also classified as_________________ a) Design based testing b) Structural testing c) Error guessing technique d) None of the mentioned Answer: Structural testing 3. The Sprint is a/an ___________ effort. a) Timeboxed b) Closed c) Sandboxed d) Open Answer: Timeboxed 4. The _____________ is the sum of all the Product Backlog Items completed during a Sprint. a) Sprint burn-down char b) Release burn-up chart c) Potentially shippable increment d) Scrumban Answer: Potentially shippable increment 5. ___________ defines “a flexible, holistic product development strategy where a development team works as a unit to reach a common goal”. a) Scrum b) FDD c) DevOps d) MDD Answer: Scrum 6. The ______________ comprises an ordered

Multiple Choice Questions & Answers on Software Testing fundamentals

Multiple Choice Questions & Answers on Software Testing fundamentals  1. SDLC stands for ________ a) Software development life cycle b) System development life cycle c) Software design life cycle d) System design life cycle Answer: Software development life cycle 2. A process to determine how the actual testing is done _______ a) Audit b) Inspection c) Control d) Monitoring Answer: Audit 3. Another name for white-box testing is ___________ a) Control testing b) Graybox c) Glassbox d) Black box Answer: Glassbox 4. Locating or identifying the bugs is known as ___________ a) Design b) Testing c) Debugging d) Coding Answer: Testing 5. A ________ is tested to ensure that information properly flows into and out of the system. a) module interface b) local data structure c) boundary conditions d) paths Answer: module interface 6. ___________ is done in the development phase by the debuggers. a) Coding b) Testing c) Debugging d) Implementation Answer: Debugging 7. A set of activities that e

Multiple Choice Questions & Answers on Software Testing

Multiple Choice Questions & Answers on Software Testing 1. ITG stands for ___________ a) Integration Testing Group b) Instantaneous Test Group c) Independent Test Group d) Individual Testing Group Answer: Independent Test Group. 2. Exploratory testing is a ___________ a) Experience-based Test Design Technique b) White Box Test Design Technique c) Black Box Test Design Technique d) Grey Box Test Design Technique Answer: Experience-based Test Design Technique 3. Sanity testing is a ___________ a) Test type b) Test Execution Level c) Test Level d) Test design technique Answer: Test Execution level 4. The Decision table testing is a ___________ a) White box Test Design Technique b) Black Box Test Design Technique c) Experience-based Test Design Technique d) Grey Box Test Design Technique Answer: Black-box test design technique 5. Functional testing is a ___________ a) Test design technique b) Test level c) SDLC Model d) Test type Answer: Test Type 6. The Regression test case is not a _

Multiple Choice Questions and Answers on IEEE 488

Multiple Choice Questions and Answers on IEEE 488  1. IEEE 488 used to ____________ a) Attaching Sensor  b) Attaching Programmable Instruments to a Computer c) Both (a) and (b) d) None of the above Answer: Both (a) and (b) 2. GPIB stands for ____________ a) General Purpose Interface Bus  b) General Purpose Institute Bus c) General parallel Institute Bus d) General parallel Interface Bus Answer: General Purpose Interface Bus  3. How many devices connecting IEEE 488 cable a) 20  b) 30  c) 15 d) 40 Answer: 15 4. IEEE 488 is more commonly known as: a) GPIB b) PCI Express c) FireWire d) Serial ATA Answer: GPIB 5. IEEE-488 is the international standard for a parallel interface used for attaching sensors and programmable instruments to a computer a) True b) False Answer: True

Multiple Choice Questions & Answers on IEEE 1394

Multiple Choice Questions & Answers on IEEE 1394 1. IEEE 1394 or FireWire used to _________ a) connect personal computers b) audio devices c) video devices d) All of the above Answer: All of the above  2. "IEEE 1394" is more commonly known as: a) USB b) PCI Express c) FireWire d) Serial ATA Answer: FireWire   3. The data rate of Parallel port (IEEE 1394) is a) 3,200 megabits per second b) 6,000 megabits per second c) 8,000 megabits per second d) 4,000 megabits per second 4. What is the most significant difference between the USB and IEEE1394 standards? a) IEEE 1394 is faster b) USB does not support USB c) USB is plug and play d) IEEE 1394 is hot swappable Answer: IEEE 1394 is faster 5. IEEE 1394 is an interface standard for a serial bus for high-speed communications and isochronous real-time data transfer. a) True b) False Answer: True

Multiple Choice Questions and Answers on industrial ethernet

Multiple Choice Questions and Answers on industrial ethernet 1. Magnitude of signal in Ethernet __________ a) Voltages swing between 0 and -2.05 volts on coaxial cables or between -2.5 V to +2.5 V on twisted pair. b) Voltages swing between 2.00 and -2.00 volts on coaxial cables or between -1.5 V to +2.5 V on twisted pair. c) Voltages swing between 0 and -2.05 volts on twisted pair or between -2.5 V to +2.5 V on coaxial cables. d) all of the mentioned Answer: Voltages swing between 0 and -2.05 volts on coaxial cables or between -2.5 V to +2.5 V on twisted pair. 2. connectors used in industrial Ethernet ____________ a) Screw type N connectors b) D type connectors and DB- type connectors c) RJ -45 and M12 connectors d) all of the mentioned Answer: all of the mentioned 3. Ethernet frame consists of ____________ a) MAC address b) IP address c) Default mask d) Network address Answer: MAC address 4. A point-to-point protocol over ethernet is a network protocol for __________ a) encapsulating

Multiple Choice Questions and Answers on TCP/IP

Multiple Choice Questions and Answers on TCP/IP  1. Length of Port address in TCP/IP is _________ a) 4bit long b) 16bit long c) 32bit long d) 8 bit long Answer: 16bit long 2. A device operating at network layer is called __________ a) Router b) Equalizer c) Bridge d) Repeater Answer: Router 3. Virtual terminal protocol is an example of _________ a) Network layer b) Application layer c) Transport layer d) Physical layer Answer: Application layer 4. TCP/IP layer is equivalent to combined Session, Presentation and _________ a) Network layer b) Application layer c) Transport layer d) Physical layer Answer: Application layer 5. TCP/IP is related to __________ a) ARPANET b) OSI c) DECNET d) ALOHA Answer: ARPANET 6. A device operating at physical layer is called __________ a) Router b) Equalizer c) Bridge d) Repeater Answer: Repeater 7. What layer in the TCP/IP stack is equivalent to the Transport layer of the OSI model? a) Application b) Host to host c) Internet d) Network Access Answer: Hos

Transport Layer Multiple Choice Questions & Answers

Transport Layer Multiple Choice Questions & Answers 1. Transmission control protocol ___________ a) is a connection-oriented protocol b) uses a three way handshake to establish a connection c) receives data from application as a single stream d) all of the mentioned Answer: all of the mentioned 2. Socket-style API for windows is called ____________ a) wsock b) winsock c) wins d) sockwi Answer: winsock 3. Transport layer aggregates data from different applications into a single stream before passing it to ____________ a) network layer b) data link layer c) application layer d) physical layer Answer: network layer 4. Transport layer protocols deals with ____________ a) application to application communication b) process to process communication c) node to node communication d) man to man communication Answer: process to process communication 5. User datagram protocol is called connectionless because _____________ a) all UDP packets are treated independently by transport layer b) it s

Multiple Choice Questions & Answers on IEEE standards for networking

Multiple Choice Questions & Answers on IEEE standards for networking 1.IEEE stands for ___. a) Instistute of Electrical and Electronics Engineering b) Institute of Electrical and Electronics Engineers c) Institute Ethernet and Electronics Engineering d) None of the Answer: Institute of Electrical and Electronics Engineers 2.Choose the correct IEEE standards used to manage various computer networks. a) IEEE 802.1 = Network Management standards, IEEE 802.2 = General Data Link Layer standards b) IEEE 802.3 = MAC layer protocols for a BUS network with CSMA/CD, IEEE 802.4 = MAC layer protocols for a BUS network with Token passing feature c) IEEE 802.5 = MAC layer protocols for a Token RING network, IEEE 802.6 = Standars to operate a MAN (Metropolitan Area Network) d) All of the above Answer: All of the above 3.Choose the cables or media used to implement 802.3 ethernet network below. a) 10Base5 = Thick Coaxial cable, 10Base2 = Thin Coaxial cable b) 10BaseT = Twisted Pair cable, 10BaseF

Data Link Layer Multiple Choice Questions & Answers

Data Link Layer Multiple Choice Questions & Answers 1. Automatic repeat request error management mechanism is provided by ________ a) logical link control sublayer b) media access control sublayer c) network interface control sublayer d) application access control sublayer Answer: logical link control sublayer 2. CRC stands for __________ a) cyclic redundancy check b) code repeat check c) code redundancy check d) cyclic repeat check Answer: cyclic redundancy check 3. The data link layer takes the packets from _________ and encapsulates them into frames for transmission. a) network layer b) physical layer c) transport layer d) application layer Answer: network layer 4. The technique of temporarily delaying outgoing acknowledgements so that they can be hooked onto the next outgoing data frame is called ____________ a) piggybacking b) cyclic redundancy check c) fletcher’s checksum d) parity check Answer: piggybacking 5. Header of a frame generally contains ______________ a) synchroniz