Which type of attack involves intercepting and possibly altering communications between two parties without their knowledge?
- DDoS Attack
- Malware
- Man-in-the-Middle Attack
- Phishing
A 'Man-in-the-Middle (MitM) Attack' is a form of cyberattack where an attacker intercepts and possibly alters communications between two parties without their knowledge, compromising data integrity and privacy.
What is the main difference between a shallow neural network and a deep neural network?
- Activation Function
- Learning Rate
- Number of Layers
- Number of Neurons
The main difference between a shallow neural network and a deep neural network is the 'number of layers.' Shallow networks have only a few layers, while deep networks have many hidden layers.
In IT governance, the framework that provides a reference model to organize IT processes and consider their governance is known as _______.
- Agile
- COBIT
- DevOps
- ITIL
COBIT (Control Objectives for Information and Related Technologies) is a widely used framework for IT governance. It provides a set of best practices and standards to organize and govern IT processes, ensuring they align with business goals.
An embedded system, like a microwave or a washing machine, needs an operating system. What type of OS would be most suitable for such systems?
- Linux
- Real-time Operating System (RTOS)
- Windows OS
- macOS
Embedded systems, like microwaves or washing machines, benefit from a 'Real-time Operating System (RTOS)' because it provides predictable and timely responses, essential for control and automation in such devices.
A structured approach to aligning IT with business objectives and ensuring its optimal performance is often referred to as IT _______.
- Alignment
- Collaboration
- Enhancement
- Optimization
IT Alignment is the practice of ensuring that an organization's information technology (IT) strategy and initiatives are closely aligned with its business objectives. This alignment is crucial for maximizing the value IT can provide to the business.
A(n) _______ attack attempts to make a computer resource unavailable to its intended users by flooding it with superfluous requests.
- Denial of Service
- Encryption
- Intrusion
- Phishing
A 'Denial of Service' attack aims to disrupt a computer resource's availability by overwhelming it with excessive requests. This is often done maliciously to disrupt services.
What is the primary purpose of a firewall in network security?
- Access Control
- Data Encryption
- Network Monitoring
- Virus Detection
The primary purpose of a 'firewall' in network security is to enforce access control policies. It acts as a barrier between a trusted network and an untrusted network, allowing or blocking network traffic based on predefined rules.
A type of regularization technique that adds a penalty to the loss function for large weights is called _______.
- Activation Function
- Dropout
- Gradient Descent
- L1 Regularization
The technique you're describing is 'L1 Regularization.' It adds a penalty term to the loss function for large weights, encouraging the model to use only the most important features and prevent overfitting.
Which concept in IT governance emphasizes the importance of decision rights and accountability to encourage desirable behavior in the use of IT?
- API (Application Programming Interface)
- COBIT (Control Objectives for Information and Related Technologies)
- ITIL (Information Technology Infrastructure Library)
- SIEM (Security Information and Event Management)
In IT governance, 'COBIT' (Control Objectives for Information and Related Technologies) is a framework that emphasizes decision rights, accountability, and governance to ensure that IT is used in a way that aligns with business objectives and encourages desirable behavior.
Web pages that can change content dynamically without requiring the page to be fully reloaded are often referred to as _______.
- AJAX pages
- Cookies
- Dynamic pages
- Static pages
Web pages that can change content dynamically without a full page reload are often referred to as 'AJAX pages.' AJAX stands for Asynchronous JavaScript and XML, and it allows for seamless, dynamic content updates in web applications.