Question
Which of the following services is NOT commonly provided
by AI/ML platforms?Solution
Correct Option: Rule-based automation (D) involves predefined sets of rules, which is more typical of traditional automation systems, not AI/ML. AI/ML focuses on learning from data, not applying static rules. Why Other Options Are Wrong: A) Image recognition: AI/ML platforms like TensorFlow or PyTorch provide robust services for image recognition through deep learning models. B) Data cleaning: AI/ML tools assist in data cleaning, which is crucial for improving the quality of input data for model training. C) Predictive analytics: AI/ML platforms excel in predictive analytics, allowing users to make predictions based on historical data. E) Natural language processing: NLP is a core component of AI/ML, with applications ranging from chatbots to sentiment analysis.
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following services is NOT commonly provided by AI/ML platforms?
- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?   Â
Which type of Memory is typically the fastest in a computer system?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
Which of the following is a valid operation on a linked list data structure?