The correct answer is D
Which of the following best represents the main objective of the Requirements Analysis phase in the Software Development Lifecycle (SDLC)?
Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which testing type evaluates internal code logic and control flow?
Which of the following statements about parameter passing in Python is TRUE?
Which OSI model layer is responsible for reliable delivery of data between devices?
Which of the following statements about normalization in relational databases is correct?
What is the output of the following recursive function call func(3) ?
int func ( int n) {
if (n == 0 ) return 1 ; <...
Which type of database key is a candidate key that has not been chosen as the primary key?
Which of the following is a primary advantage of using a star schema in a data warehouse design?