Question
Computer memory that temporarily stores information is
called the ____.ÂSolution
The correct answer is A
Which data structure uses LIFO (Last In, First Out) principle?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
A data analysis script receives data in JSON format. Which of the following is a valid JSON data type for a value?
What is the purpose of the keys() method in a dictionary?
Which of the following is a disadvantage of using arrays?
Which type of database join returns only the matching rows from two tables based on a condition?
Priority Queue allows access to elements based on priority rather than order.
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
In a data analysis scenario involving a fixed-size dataset where elements need to be accessed frequently by their position, which data structure is gene...
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?