ICSE Class 10 Computer Applications
Question 6 of 30
Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 11
Back to all questions24
Reason — In Java, a character (char) takes 2 bytes because Java uses Unicode encoding.
Given:
Character Array: 4 rows and 3 columns
Total Elements = 4 × 3 = 12 characters
Memory Calculation:
Each character = 2 bytes
Total Memory = 12 × 2 = 24 bytes