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 Ans. False
26. What is the key step to creating a ring/donut chart instead of a pie chart Ans. Set a positive value for innerRadius
27. You can use the tickSize() method to create a grid effect for your graphs True
29. Child elements are drawn after and inside parent elements in the DOM True
35 What does the every) method do?
Checks whether each element of an array passes a test
36. What is the d3 transition
A method that can cause the animation to occur over time
38: Which of the following is a method of encoding color? Ans all answers are correct.
39 Which of the following is a D3 layout function? Ans pie()
41 What does a D3 generator produce?
And SVG drawing code for elements.
42. : Which type of data would most likely resemble an excel spreadsheet? Ans Tabular data
43 What is the main use of the element? Ans To add a logical grouping for elements.
45 If you use d3.axisBottom, the entire axis will automatically appear at the bottom of the SVG Ans true
48 Which interpolation changes the position of the line at right angles? Ans curveStep
48 Which function gets triggered when we have more data than HTML elements
Ans enter()
49: Which of the following syntax would allow you to use string interpolation to put the variable "name" in the string Ans ${name}
50: Which type of data has objects that exist as children of the objects recursively? Ans Nested Data
51: Which type of Data primarily just consists of numbers and can be represented by size and position?
Ans. Quantitative
52: core d3 contains an easy to use legend creation function
Ans – false
53: Which WordPress table contains the content for the pages created in the admin dashboard?
Ans. wp_posts
54: What does the "The Loop" do in a WordPress theme?
Ans. Processes, formats and can display the content from the database.
55: A downloadable product will never contain something that is shipped to the user.
Ans. True
56: Which of the following is NOT a step for PCI compliance....
Ans. Keep all credit card information out of your database.
57: Which of the following best describes point of sale software?
Ans. A barcode scanner at a store
58: In which file will you generally add code to add stylesheets or additional JS code to a child theme?
Ans. header.php
59: What does the priority parameter in the WordPress add _action function does?
Ans. Determines the order that callback functions run at when a hook occurs.