1. Tags and Categories in the WooCommerce should be the same thing Ans. False
2.2. What is a landing page
A special page designed to market a sale or product
3.1. which of the following is not a step for PCI compliance ans - Keep all credit card information out of your database
4. When is the init hook fired in a WooCommerce plugin Ans. When the WordPress site has just finished loading
5. which WordPress function would you call to load a new CSS spreadsheet into a theme ans - wp_enqueue_styl
3. Which company sells point-of-sale software to small/medium companies and will often need to be integrated into a WooCommerce project
Ans. Square
colors interpolated in RGB tend to be muddy ans true
8. what type of data does a Sankey diagram generally use? ans- a JSON array of nodes and a JSON array of links
A Filter Hook in a WordPress plugin will take a variable, modify it and return it. Ans. False
11. which type of data deals with different groups like gender and nationality? ans - Categorical
12. the d3.select function can be used to select more than one element of a certain type ans true
13. the d3.classes() function overwrites the currently selected class ans - false
14. what does a d3 layout produce?
ans- New annotated datasets with attributes for the graphical display of datapoints
15. what d3 function do we use to perform the data binding? ans .data
17. which chart is best described as a mirrored curved area that bulges where there is many data points ... ans - violin plot
18. which d3 function can be used to map categories of data to different colors? ans d3.scaleOrdinal
19. which of the following is a d3 function to pull tabular data? ans - d3.csv,d3.tsv,d3.DSV (ALL)
20. What does the second variable of the commonly used d3 anonymous func contain?
ans - the array index position
21: What function iterates through an array and runs a logical test that keeps only the elements that pass it in the array? Ans Filter()
22 Which type of data would most likely resemble a tree? Nested Data
23Which layout will create bins for data automatically to easily draw a bar chart? Ans d3.histogram
24. D3.Sankey is a core layout() that does not need to be imported Ans. False
25. In SVG image element is called