👤

NE-GRADE XH 2003 (2024) Visual Programming (New Course) (For the regular and grade merement technical stream's students whose first two digits of registration number starts from 79 and 80 ) Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks. Time: 2 hrs. Attempt all the questions. Group 'A' Full Marks: 5 19x1- Rewrite the correct options of each questions in your answer sheet. 1. The full form of NET is (A) Network Enriched Technologies (B) Network Enabled Technologies (C) Network Enhanced Technologies (D) Network Extended Technologies Correct way to perform explicit type conversion is (A) double r-double (6); (B) intr= (int) 6.5; (C) int r = Convert. Tolnt32 (6.5); (D) float r = float.Parse("6.5"); In the following code snippet what will be the value of x after the​