Computer Science (Tma)
Computer Science (Tma)
Computer Science (Tma)
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. (i)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.
Ans. Four major soft skills that are essential for an entrepreneur are:
• Communication
• Interpersonal relations
All Rights Reserved © Manish Verma, for more Notes visit https://manishvermaofficial.com/+91 9599279672
• Environmental Observation
• Coordination
• Specific operation Technology
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.
Ans. The Data Processing Cycle refers to the sequence of steps involved in transforming
raw data into meaningful information. It consists of four primary stages: Input, Processing,
Input
Storage Processing
Output
(i) Input : The term input refers to the activities required to record data and to make it
available for processing. The input can also include the steps necessary to check, verify
(ii) Processing : The term processing denotes the actual data manipulation techniques
such as classifying, sorting, calculating, summarizing, comparing, etc., that convert data
into information.
after processing of data, to persons who need the information. Sometimes output also
includes decoding activity which converts the electronically generated information into
human-readable form.
All Rights Reserved © Manish Verma, for more Notes visit https://manishvermaofficial.com/+91 9599279672
(iv) Storage : It involves the filing of data and information for future use. The above
mentioned four basic functions are performed in a logical sequence as shown in Fig. 22.3
in all data processing systems.
(b) Inheritance
Ans.
(a) Data Encapsulation : Data encapsulation is the process of bundling data and the
functions that operate on that data into a single unit, typically a class. This core concept
the balance is a private attribute. It can only be accessed or modified using methods
like `deposit()` and `withdraw()`, ensuring data integrity and security by hiding the
internal state from external interference.
class (base class). This allows for code reusability and hierarchical classification. For
example, the base class Automobile can include common attributes, while a derived
class Motorcycle can inherit these properties and add specific features. C++ supports
this structure, enabling the creation of specialized classes that adapt existing
Ques 6. (i) Cloud Computing is a buzz word in today's world. Elaborate upon the
advantages of Cloud Computing? Also differentiate between SaaS, PaaS and IaaS
with suitable examples.
All Rights Reserved © Manish Verma, for more Notes visit https://manishvermaofficial.com/+91 9599279672
Ans. Advantages of Cloud Computing :
power on requirement.
• An organization can scale up or down its IT usage, according to demand.
• office to access the information. He or she can access the information through mobile
also.
• Organization can build its infrastructure on its actual use of IT resources, rather than
creating an overbuilt capacity, based on potential demand. Potential demands can be
applications.
All Rights Reserved © Manish Verma, for more Notes visit https://manishvermaofficial.com/+91 9599279672
User Control Users have limited Users have control Users have control
infrastructure.
software.
All Rights Reserved © Manish Verma, for more Notes visit https://manishvermaofficial.com/+91 9599279672
Examples Gmail, Microsoft Office Google App Engine, Amazon Web
Virtual Machines,
Google Cloud
Compute Engine
All Rights Reserved © Manish Verma, for more Notes visit https://manishvermaofficial.com/+91 9599279672