- a (Data Science is not concerned only with big data; it involves both big and small data.)
- b (Python's
re module handles regular expressions.)
- b (
search() matches a pattern at any position in the string.)
- d (GET requests do not modify server state.)
- a (BeautifulSoup is used for parsing HTML/XML.)
- a (The alias
ps corresponds to pandas.)
- c (After dropping row 1, 2 rows remain; original 3 rows minus 1 dropped.)
- b (Dropping column index 2 leaves 2 columns; original 3 columns minus 1 dropped.)
- d (Time Series is ordered data, not unordered.)
- a (The
requests module sends HTTP requests to retrieve web content.)
- d (IndexError occurs because
{2} references a missing third argument.)
- b (ACID stands for Atomicity, Consistency, Isolation, Durability.)
- c (MongoDB uses
ObjectId for _id if not provided.)
- d (MongoDB is both document-oriented and NoSQL.)
- b (A MongoDB document is equivalent to a SQL record/table row.)
- c (
find_one() retrieves documents matching a condition.)
- c (Hamming distance equals squared Euclidean distance for binary vectors.)
- d (Normalization to [0,1] standardizes data within a specific range.)
- d (Random values are not a common method for replacing missing data.)
- b (Cosine similarity between (1,0) and (0,1) is 0.)