JECA 2024 Mock Test 3 Solved
JECA 2024 Mock Test 3 Solved
JECA 2024 Mock Test 3 Solved
9
A) Testing 8. Which testing technique involves testing
B) Maintenance individual units or components of a software
64
C) Design application in isolation?
D) Iteration A) Integration testing
B) System testing
2.In the V-model, which phase directly corresponds C) Unit testing
17
to the testing phase in the Waterfall model? D) Acceptance testing
A) Requirements Analysis
B) Integration Testing 9. What is the primary goal of regression testing?
77
C) System Design A) Testing new features
D) Acceptance Testing B) Ensuring backward compatibility
C) Testing system performance
61
3.Which SDLC model emphasizes the iterative and
incremental development of software?
D) Validating user requirements
C) Customer collaboration over contract negotiation 12. Which type of testing is typically performed to
D) Comprehensive documentation over working assess the software's ability to recover from failures
software or disasters?
A) Recovery testing
6. Which Agile methodology emphasizes the use of B) Load testing
short, time-boxed iterations and sprints? C) Compatibility testing
A) Extreme Programming (XP) D) Security testing
B) Scrum
C) Kanban 13. What is the purpose of exploratory testing?
D) Crystal A) Executing predefined test cases
B) Finding defects through ad-hoc testing
C) Testing the system under high loads 20. Which Agile principle emphasizes delivering
D) Conducting automated tests working software frequently, with a preference for
shorter timescales?
14. Which testing technique involves testing the A) Customer collaboration over contract negotiation
software's ability to perform in a real-world B) Responding to change over following a plan
environment with typical user interactions? C) Delivering software early and continuously
A) System testing D) Sustainable development pace
B) Load testing
9
C) Acceptance testing 21. Which testing technique focuses on assessing
D) Alpha testing how well the software functions across different
64
hardware, software, and network configurations?
15. Which testing method is primarily used to A) Compatibility testing
assess how well the software performs under peak B) Integration testing
loads? C) Performance testing
17
A) Load testing D) Stress testing
B) Stress testing
C) Usability testing 22. What is the primary goal of acceptance testing?
77
D) Integration testing A) Finding defects in the software
B) Ensuring compliance with coding standards
16. What is the primary focus of static testing? C) Validating that the software meets user
A) Executing code to find defects
B) Testing software in a running environment
61 requirements
D) Assessing the software's performance under
C) Analyzing code and documentation without load
executing it
/8
D) Testing user interfaces and interactions 23. Which testing technique involves testing how
well different components/modules integrate and
17. Which testing technique involves executing work together?
tests based on the tester's knowledge of the A) Unit testing
du
9
memory?
A) Control bus 34. In pipelining, what is the term used to describe
64
B) Data bus the stage where the instruction is fetched from
C) Address bus memory?
D) Expansion bus A) Execute stage
B) Decode stage
17
28. Which component is responsible for controlling C) Fetch stage
the flow of data between the CPU and I/O devices? D) Write-back stage
A) CPU
77
B) DMA controller 35. Which of the following is a characteristic of a
C) ALU RISC processor architecture?
D) RAM A) Complex instructions
9
C) DRAM B) Keyboard
D) SRAM C) Printer
64
D) Scanner
41. What is the main advantage of using interrupts
in computer systems? 48. What is the purpose of the data bus in
A) They reduce CPU speed computer architecture?
17
B) They improve overall system performance A) To carry memory addresses
C) They increase power consumption B) To execute instructions
D) They require more memory C) To transfer data between CPU and memory or
77
I/O devices
42. Which of the following is NOT a stage in the D) To control the flow of data within the CPU
instruction pipeline?
A) Fetch
B) Decode
61 49. What is the primary purpose of pipelining in
computer architecture?
C) Execute A) To execute multiple instructions simultaneously
D) Print B) To reduce power consumption
/8
C) To increase the size of the instruction set
43. What does the acronym ALU stand for in D) To store intermediate data
computer architecture?
A) Arithmetic and Logic Unit 50. Which type of memory is typically used to store
du