NIOS CLASS 12TH Computer Science (330) SOLVED TMA In English Medium PDF SESSION 2024 - 25

Jul 19, 2025
2 Min Read
NIOS CLASS 12TH Computer Science (330) SOLVED TMA In English Medium PDF SESSION 2024 - 25

Ques 1. (ii) Arrange the following units of memory in ascending order of storage capacity. Gigabyte, Kilobyte, Terabyte, Megabyte, Petabyte.


Ans. Here are the units of memory arranged in ascending order of storage capacity:


1. Kilobyte (KB)
2. Megabyte (MB)
3. Gigabyte (GB)
4. Terabyte (TB)
5. Petabyte (PB)


This order reflects the increasing capacity of each unit, with each subsequent unit being 1,024 times larger than the previous one in binary terms.


Ques 2. (i) How do Compilers differ from Interpreters in the way they convert the High Level Language Code (Source Code) into Machine Code (Object Code).


Ans.
Compiler: A compiler translates the entire source code into machine code at once, creating an executable file. This process is generally slower but results in faster execution of the program.
Interpreter: An interpreter translates the source code line by line as it executes. This process is generally faster for smaller programs but can be slower for larger ones

Ques 3. (ii) One of the most important skills an entrepreneur must have is the soft skills. List out any four major skills that come under soft skills.

Click Here For Full TMA Solution

Ques 4.(i) Data processing consists of activities grouped into four functional categories that are necessary to transform data into meaningful information, often referred to as the Data Processing Cycle. Briefly explain this cycle using a suitable flow diagram.

Click Here For Full TMA Solution

Ques 5. (i) Explain the following terms briefly using suitable examples:
(a) Data Encapsulation
(b) Inheritance

Ques 6. (ii) Cloud Computing is a buzz word in today's world. Elaborate upon the advantages of Cloud Computing? Also differentiate between SaaS, PaaS and laas with suitable examples.

What do you think?

0 Response