Given below are two statements: Statement I: Shareware is a software that the users can try out for a trial period only. before being charged. Statement II: Freeware is a software that the users can download free of charge. but they cannot modify the source code in any way. In the light of the above statements. choose the correct answer from the options given below
Both Statement I and Statement II are true
This question asks us to evaluate two statements regarding different types of software licenses: Shareware and Freeware. Let's break down each statement.
Statement I says: "Shareware is a software that the users can try out for a trial period only. before being charged."
Shareware is indeed a type of software distribution model. The core idea is to let users try the software for free for a limited time or with limited features. If the user likes the software and wants to continue using it beyond the trial period or wants full functionality, they are expected to pay for a license to unlock the full version or continue usage.
Common characteristics of Shareware include:
Based on this, Statement I accurately describes the nature of Shareware. Users can try it for a trial period before needing to pay.
Conclusion for Statement I: Statement I is true.
Statement II says: "Freeware is a software that the users can download free of charge. but they cannot modify the source code in any way."
Freeware is another type of software license. As the name suggests, Freeware is available at no cost. Users can download and use it without paying a license fee.
The second part of the statement addresses modifying the source code. Freeware is typically distributed without the source code. This means users receive the compiled executable program but do not have access to the underlying code that makes the program work. Without the source code, users cannot legally or practically modify how the program functions internally. While Freeware is free in terms of cost, it is not necessarily "free" in terms of freedom to modify or distribute the code, which is a characteristic of free and open-source software.
Common characteristics of Freeware include:
Based on this, Statement II correctly states that Freeware can be downloaded free of charge. It also correctly points out the typical restriction that users cannot modify the source code, as it's usually not provided.
Conclusion for Statement II: Statement II is true.
Both Statement I and Statement II provide accurate descriptions of Shareware and Freeware, respectively, based on their common definitions in the software industry.
Both Statement I and Statement II are true.
| Software Type | Cost | Trial Period | Source Code Access & Modification | Redistribution |
|---|---|---|---|---|
| Shareware | Free for trial, payment required for continued use or full features | Yes, limited time or features | Generally no source code access; no modification allowed | Limited, usually only the trial version |
| Freeware | Free of charge for usage | No trial; full version from start (with limitations) | Generally no source code access; no modification allowed | Generally not allowed |
| Free Software (e.g., GPL) | Free of charge for usage | Not applicable | Source code provided; modification allowed | Allowed under license terms (e.g., same license) |
| Public Domain Software | Free of charge for usage | Not applicable | Source code usually available; modification allowed | Allowed freely |
It's helpful to understand other related software license types to distinguish them from Shareware and Freeware:
Understanding these different models helps clarify the specific definitions of Shareware (try before you buy) and Freeware (free to use, but usually closed source and restricted distribution).
Suppose that the class grade for a six-week period is based on three tests (T1, T2, T3), each of which counts for 15%, four quizzes (Q1, Q2, Q3, Q4), each of which counts for 10%. and a homework note book (HW), which counts for 15%. The grades are recorded in a spreadsheet similar to the one below.
| A | B | C | D | E | F | G | H | I | J | |
| 1 | Name | T1 | T2 | T3 | Q1 | Q2 | Q3 | Q4 | HW | AVG |
| 2 | Jatin | 87 | 92 | 80 | 76 | 79 | 87 | 74 | 90 | |
| 3 | Amit | 91 | 85 | 77 | 78 | 88 | 96 | 90 | 92 | |
| 4 | Anil | 65 | 72 | 70 | 80 | 81 | 74 | 77 | 80 | |
| 5 | Anita | 96 | 88 | 91 | 76 | 91 | 100 | 74 | 98 |
Which of the following formulae would NOT be a correct calculation of the six-week weighted average for Jatin?
Consider the following spreadsheet:
| A | B | C | |
| 1 | 4 | 3 | |
| 2 | 5 | 2 | |
| 3 | 7 | ||
| 4 | 8 | 9 | |
| 5 | 9 | ||
| 6 |
If the formula = $A3 + B2 in cell C4 is copied to cell C5, then what is the value in cell C5?
In MS-EXCEL, Cell B9 contains the value 3, and B10 contains the value 6. You select both the cells and drag the fill handle down to B13. The contents of the cell B11, B12, and B13 will be ________
Consider the following MS-Excel spreadsheet in which the population column represents the city's population in millions of people :
| A | B | C | D | E | F | |
| 1. | City | State | Population | Haryana | MP | UP |
| 2. | Patiala | Panjab | 8.34 | |||
| 3. | Sonipat | Haryana | 3.86 | |||
| 4. | Noida | UP | 2.71 | |||
| 5. | Indore | MP | 2.16 | |||
| 6. | Mandi | HP | 1.49 | |||
| 7. | Sagar | MP | 1.38 | |||
| 8. | Panipat | Haryana | 1.39 | |||
| 9. | Gwalior | MP | 1.24 |
Suppose the formula - IF($B2 = D$1, $A2, 0) is entered into cell D2 and then the cell D2 is copied and pasted to D2 : F9. How many cells in the range D2 : F9 contains 0?