Question
When a Food Safety Officer takes a sample of food for
analysis, he shall divide the sample into ……….. partsSolution
Section 47 of FSS Act 2006, When a Food Safety Officer takes a sample of food for analysis, he shall– except in special cases as may be provided by rules made under this Act, divide the sample into four parts and mark and seal or fasten up each part in such a manner as its nature permits and take the signature or thumb impression of the person from whom the sample has been taken in such place and in such manner as may be prescribed by the Central Government: (i) send one of the parts for analysis to the Food Analyst under intimation to the Designated Officer; (ii) send two parts to the Designated Officer for keeping these in safe custody; and (iii) send the remaining part for analysis to an accredited laboratory, if so requested by the food business operator, under intimation to the Designated Officer:
A programmer is implementing a data analysis tool that frequently needs to append elements to a collection. If an array is used, what is a potential per...
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 is the main objective of the 3rd Normal Form (3NF) in database normalization?
Which network topology ensures full redundancy but is highly expensive and complex to implement?
What is the purpose of the keys() method in a dictionary?
Which type of database key is a candidate key that has not been chosen as the primary key?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which of the following best explains segmentation in memory management?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...