Q31Single correct5 Marks3 Sep 2023
The following pseudocode is executed using the "Scores" table. At the end of the execution, captures the following information: stores the minimum marks scored in subject by a student from city . Choose the correct code fragment to complete the pseudocode.
```
D = {}
L = ["Physics", "Chemistry", "Mathematics"]
while(Table 1 has more rows){
Read the first row X in Table 1
********************
* Fill the code *
********************
Move X to Table 2
}
```