Subject library

Computer MCQs

Read each question, consider the options, then reveal the correct answer and explanation.

100 MCQs 10 per page 7 of 10
MCQ 61 Windows Linux File Systems

What is the purpose of Windows 'Hybrid Azure AD Join' for enterprise devices?

  1. To permanently disconnect a device from any domain
  2. To allow a device to be simultaneously joined to both an on-premises Active Directory domain and Azure Active Directory (Entra ID), supporting both local and cloud-based management and authentication
  3. A synonym for a standalone workgroup
  4. A feature used only for network printing
MCQ 62 Computer Hardware & Architecture

What security concern is associated with speculative execution, as highlighted by vulnerabilities like Spectre and Meltdown?

  1. Speculative execution can permanently damage hardware
  2. Speculative execution always exposes plaintext passwords directly
  3. Speculative execution has no security implications
  4. Speculatively executed instructions can leave observable side effects (such as cache state changes) that attackers can exploit to infer sensitive data, even though the speculative results themselves are discarded
MCQ 63 Computer Hardware & Architecture

What is the purpose of a 'watchdog circuit' at the hardware level (as distinct from a software watchdog timer)?

  1. To improve graphics rendering
  2. To monitor system operation at the hardware level and trigger a reset if the system becomes unresponsive, independent of software failures
  3. To manage network connections
  4. To increase storage capacity
MCQ 64 System Analysis And Design

What is the primary purpose of a 'postmortem culture' that emphasizes being 'blameless'?

  1. To avoid ever discussing incidents after they occur
  2. To assign formal disciplinary action to whoever caused an incident
  3. A technique used only for hardware failures
  4. To encourage honest, open analysis of incidents by focusing on systemic and process causes rather than individual blame, improving learning and future prevention
MCQ 65 Database Pl/sql

Which of the following best describes 'column-level encryption' in a database?

  1. Encrypting the data within specific, sensitive columns (such as credit card numbers), while leaving other columns unencrypted
  2. Encrypting the entire database file
  3. A synonym for row-level security
  4. A technique used only for indexes
MCQ 66 Oop & Uml

Which of the following best describes the purpose of the 'Chain of Command' style relationship in a UML deployment diagram versus a class diagram?

  1. Deployment diagrams show class attributes; class diagrams show hardware nodes
  2. They are functionally identical diagrams
  3. Deployment diagrams are used only for database design
  4. A deployment diagram shows the physical arrangement of hardware nodes and how software artifacts are deployed onto them, while a class diagram shows the static logical structure of classes and their relationships
MCQ 67 Database Pl/sql

What is the primary purpose of a database 'health check' or 'liveness probe' in cloud-native application deployments?

  1. To periodically verify that a database instance is running and responsive, allowing orchestration systems to detect and respond to failures automatically
  2. To permanently shut down an unhealthy database
  3. To compress database backups
  4. To manage user passwords
MCQ 68 Computer Networks

Which of the following best describes the purpose of a 'stateful firewall' compared to a 'stateless' (packet-filtering) firewall?

  1. A stateful firewall tracks the state of active connections, allowing return traffic for established sessions; a stateless firewall evaluates each packet independently with no memory of prior packets
  2. They are functionally identical
  3. A stateless firewall can track connection state; a stateful firewall cannot
  4. A stateful firewall is used only for wireless networks
MCQ 69 C C++ Programming

Which of the following best describes the purpose of 'test doubles' (such as mocks, stubs, and fakes) in unit testing?

  1. To permanently replace production code entirely
  2. To provide simplified, controllable substitutes for real dependencies during testing, isolating the code under test from external systems or complex collaborators
  3. A synonym for integration tests
  4. A technique used only for database testing
MCQ 70 Web Technologies

Which of the following best describes the purpose of 'CSS logical properties' (such as margin-inline-start)?

  1. To permanently disable right-to-left text support
  2. A synonym for CSS Grid
  3. To define layout properties relative to the writing mode and text direction of the content, rather than fixed physical directions like left/right, improving internationalization support
  4. A technique used only for print stylesheets
Continue studying

Other subjects

All categories →