Step 1: Define a function in programming.
A function is a self-contained block of code that performs a specific task. It can be "called" or "invoked" from other parts of the program.
Step 2: Analyze the benefits of using functions.
The main benefit is modularity and reusability. By encapsulating a task within a function, you can execute that task multiple times by simply calling the function, without having to rewrite the same code. This principle is known as DRY (Don't Repeat Yourself). It also makes code easier to read, maintain, and debug.
Step 3: Evaluate the options.
(A) "Creating reusable code blocks" is the core purpose. You write the code once inside the function and can use it many times.
(B), (C), (D): Documenting, testing, and using conditional statements are all activities related to programming, but they are not the primary purpose of a function itself. Functions should be documented and tested, and they often contain conditional statements, but their main role is to encapsulate and reuse logic.
Match the LIST-I (Spectroscopy) with LIST-II (Application)
LIST-I | LIST-II |
---|---|
A. Visible light spectroscopy | III. Identification on the basis of color |
B. Fluorescence spectroscopy | IV. Identification on the basis of fluorophore present |
C. FTIR spectroscopy | I. Identification on the basis of absorption in infrared region |
D. Mass Spectroscopy | II. Identification on the basis of m/z ion |
Match the LIST-I with LIST-II
LIST-I | LIST-II |
---|---|
A. Forensic Psychiatry | III. Behavioural pattern of criminal |
B. Forensic Engineering | IV. Origin of metallic fracture |
C. Forensic Odontology | I. Bite marks analysis |
D. Computer Forensics | II. Information derived from digital devices |
Match the LIST-I with LIST-II
LIST-I | LIST-II |
---|---|
A. Calvin Goddard | II. Forensic Ballistics |
B. Karl Landsteiner | III. Blood Grouping |
C. Albert Osborn | IV. Document examination |
D. Mathieu Orfila | I. Forensic Toxicology |
Match the LIST-I (Evidence, etc.) with LIST-II (Example, Construction etc.)
LIST-I | LIST-II |
---|---|
A. Biological evidence | IV. Blood |
B. Latent print evidence | III. Fingerprints |
C. Trace evidence | II. Soil |
D. Digital evidence | I. Cell phone records |
Match the LIST-I with LIST-II
LIST-I | LIST-II |
---|---|
A. Ridges | III. The raised portion of the friction skin of the fingers |
B. Type Lines | I. Two most inner ridges which start parallel, diverge and surround or tend to surround the pattern area |
C. Delta | IV. The ridge characteristics nearest to the point of divergence of type lines |
D. Enclosure | II. A single ridge bifurcates and reunites to enclose some space |