No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 2 answers

Nasima Khan 5 years, 3 months ago

Thanks yrr

Gaurav Seth 5 years, 3 months ago

<th scope="row"> </th> <th scope="row">About</th> <th scope="row">Inception</th> <th scope="row">License and Copyright</th> <th scope="row">Features</th> <th scope="row">Distribution</th> <th scope="row">Example</th> <th scope="row">Advantage</th> <th scope="row">Disadvantage</th>
Freeware Shareware
Freeware refers to software that anyone can download from the Internet and use for free. Sharewares give users a chance to try the software before buying it.
The term freeware was first used by Andrew Fluegelman in 1982, when he wanted to sell a communications program named PC-Talk. In 1982, Bob Wallace produced PC-Write, a word processor, and distributed it as a shareware. The term was first used in 1970, in InfoWorld magazine.
User license or EULA (End User License Agreement) is an important part of freeware. Each license is specific to the freeware. Copyright laws are also applicable to Freeware. Copyright laws also apply to Shareware but the copyright holder or author holds all the rights, with a few specific exceptions.
All the features are free. Most of the times, all features are not available, or have limited use. To use all the features of the software, user has to purchase the software.
Freeware programs can be distributed free of cost. Shareware may or may not be distributed freely. In many cases, author’s permission is needed, to distribute the shareware.
Adobe PDF, Google Talk, yahoo messenger, MSN messenger Winzip, Cuteftp, Getright
Freeware is free, and is covered by copyright Shareware is free, can be copied and is covered by copyright.
You can’t sell freeware software and modified software must be freeware. Shareware cannot be modified, and it may be either a cut down or temporary version.
  • 5 answers

Shaily Jain 5 years, 3 months ago

Tnx aman:)

Shaily Jain 5 years, 3 months ago

Ya sure

Aman Kumar 5 years, 3 months ago

Shaily,. its a correct answer ....????....can u help me with my one program...which I get little bit difficult for me......so may I ask

Shaily Jain 5 years, 3 months ago

If the question is asking for writing a program to print the table of a given number, then the solution is: n=int(input("enter the number:")) for i in range(1,11): print(n, "x", i, "=", n*i)

Harshit Mishra 5 years, 3 months ago

Please write question correctly
  • 1 answers

Sia ? 5 years, 3 months ago

Default constructor is something which is useful to initialize the data members (Variables) to their default value when you create any object.
  • 1 answers

Sia ? 5 years, 3 months ago

  1. #include<iostream>

  2.  

  3. using namespace std;

  4.  

  5. main()

  6. {

  7.    int m, n, c, d, first[10][10], second[10][10], sum[10][10];

  8.    

  9.    cout << "Enter the number of rows and columns of matrix ";

  10.    cin >> m >> n;

  11.    cout << "Enter the elements of first matrix\n";

  12.  

  13.    for (  c = 0 ; c < m ; c++ )

  14.       for ( d = 0 ; d < n ; d++ )

  15.          cin >> first[c][d];

  16.  

  17.    cout << "Enter the elements of second matrix\n";

  18.  

  19.    for ( c = 0 ; c < m ;c++ )

  20.       for ( d = 0 ; d < n ; d++ )

  21.             cin >> second[c][d];

  22.  

  23.    for ( c = 0 ; c < m ; c++ )

  24.       for ( d = 0 ; d < n ; d++ )

  25.          sum[c][d] = first[c][d] + second[c][d];

  26.  

  27.    cout << "Sum of entered matrices:-\n";

  28.  

  29.    for ( c = 0 ; c < m ; c++ )

  30.    {

  31.       for ( d = 0 ; d < n ; d++ )

  32.          cout << sum[c][d] << "\t";

  33.  

  34.       cout << endl;

  35.    }

  36.  

  37.    return 0;

  38. }

  • 2 answers

Shankhasubhro Sarkar 5 years, 3 months ago

Sumita Arora is preferable

Sia ? 5 years, 3 months ago

I would recommend to learn theory from Sumita Arora and then solve all the solved questions in back exercise.
  • 1 answers

Ďãřşháñăã Yadav???✊ 5 years, 3 months ago

iostream declares a set of functions for standard Input and Output services.
  • 2 answers

Arpit Singh 5 years, 3 months ago

Many of the students are in same problem but there are some android applications which are help for you
there are few app available but ... they don't have appropriate solution as some of their program show error so it's better to go through with Google.
  • 1 answers

Sia ? 5 years, 3 months ago

Check syllabus here : <a href="https://mycbseguide.com/cbse-syllabus.html">https://mycbseguide.com/cbse-syllabus.html</a>

  • 1 answers

Sia ? 5 years, 3 months ago

The topics included in the syllabus will be in the board exam : <a href="https://mycbseguide.com/cbse-syllabus.html">https://mycbseguide.com/cbse-syllabus.html</a>

  • 1 answers

Sia ? 5 years, 3 months ago

Check sample papers here : <a href="https://mycbseguide.com/cbse-sample-papers.html">https://mycbseguide.com/cbse-sample-papers.html</a>

  • 1 answers

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

From the book . named sumita Arora.
  • 8 answers

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

aur mujhe puchne mein . ??

Aman Kumar 5 years, 3 months ago

Thanks???.....balki such bolu toh mujhe bahot maza aa tha..??

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

arrey bhai bahut khub . ?

Aman Kumar 5 years, 3 months ago

Ohk .... Now ....I m going...I have some work....If u have more programs then surely ask ohk...but not now....after some hours ...?

Aman Kumar 5 years, 3 months ago

Def check (n1,n2): .... For i in range (0, n2+1): ...... if (n1==i): ...... Print( " The number exists") ........... n1= int (input("enter a number")) .. n2= int ( input("enter a number")) .. chek(n1,n2)

Aman Kumar 5 years, 3 months ago

Ohk..ur answer is this

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

Haan koi bhe random number. le le

Aman Kumar 5 years, 3 months ago

U mean....koi bhi ek random number.... Ek given range mai??( range bhi kya kitna bhi le na hai kya??) Thoda question explain kar do
  • 5 answers

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

deekh fir oopar. ?

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

Haan vo mai smjh gaya.

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

OK bol toh ek aur ho Jaye. ?

Aman Kumar 5 years, 3 months ago

Def fact(n): ......f=1 ......for i in range(1,n+1): ..... f= f * i .......return f ....... n=int (input ("Enter a number")) ...... Print(fact(n))

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

Haan bhai vela baitha hoon jitna bol utna ruk jaunga.
  • 1 answers

Sia ? 5 years, 3 months ago

<a href="https://www.sourcecodester.com/visual-basic-net/10125/event-management-system.html">https://www.sourcecodester.com/visual-basic-net/10125/event-management-system.html</a>

  • 1 answers

Akshat Singh 5 years, 3 months ago

A variable in Python represents named location that refers to a value and whose value can be used and processed during program run. For instance, the following statement creates a variable namely marks of Numeric type marks=70
  • 3 answers

Řøhăň Řąjpůť ✌️✊ 5 years, 3 months ago

they will give u option the course which u have opt u have to answer only those questions.

Priya Dharshini ? 5 years, 3 months ago

Python is not compulsory... both c++ and python are there for boards.... u can opt any one

Debasis Sikdar 5 years, 4 months ago

compulsory nhi hua u can get or questions of c++
  • 3 answers

Priya Dharshini ? 5 years, 4 months ago

Ur school must have selected something right go with it. I didnt see ncert of c.s... sumita arora is good book it is explained im detail with so many examples... .

Aman Kumar 5 years, 4 months ago

Listen ......ncert abhi tak market mai aaya nhi hai....so filhal sumita arora chal rha hai....when ncert will come...u own can get the difference blw these books

Ďãřşháñăã Yadav ? ? ? 5 years, 4 months ago

ncert is best but it's not there in a market yet... so it's better to go through with sumita Arora
  • 26 answers

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

nhi continues hai

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

thx ? koshish rahegi

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

? ? accha thx. no I didn't prepare all the chapters yet. ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

thx. BTW aaj ka exam kesa tha? khush toh tum bahut hoge afterall exam khtm. ? ? ? celebrate kero tum. ??

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

preparation toh abb kerungi... aaj puri n8 aur kl half day Pura lagana hai... ?. maine bahut time waste kiya hai ..... so bye gn and best luck for ur tomorrow exam.

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

?? aesa nhi hai mere chapters left hai kuch.

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

arrey nhi... mai usse baat kisi aur reason se nhi kerti... ye koi reason nhi hua baat na Kerne ka. ? ? ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

Rehne do not need to say anything... screen short bhej diya usnay. ? ? Kitna darta hai vo. ??... but pta nhi kyu vo aesa kerta hai.... ek baar puchongi zarror... but jub pucho baat ghuma deta hai ya... Id deactivate ker deta hai. abb toh sub puch ke rahogi. vese thx to u bahut samjhdaro wala answer kiya.

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

*Pura

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

becoz mera purana Pura doubt usi par jaa ra hai. agar Haan toh subject bataon konse subject par bola hai usnay

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

vese vo sub Rohan be bola tha tumhe? Just asking. ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

g8... chala maths accha gya... khush toh tum bahut hoge kl. ? ? ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

howz wz uz exm? ? .... I mean how was ur exam.?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

Haan mai smjh gyi... Afterall tumne bola hai toh accha he bola hoga... forget this. concentrate on ur exam... I understand all the situation. nd ya I didn't mind these stuff. so relax. ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

vese best of luck. ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

chalo acche se Dena ? mai kuch ni bolongi maths ke bare mein ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

???

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

BTW next exam kiska hai? ?

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

accha sahi hai. fir... aur kuch extra pta chlta hai toh I will definitely share with u.

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

dekho faltu chezo ko lyf mein importance mat do only value those things which is must for ur lyf nd further... rahi baat studies ki dekho maximum 8 hours ki study must hai kerni he kerni hai kisi bhi halat mein... aur ek aur baat apne schl friends se puchte raho ke vo konse sample paper ker re hai konsi book prefer ker re hai... aur meri maano... Arihant le li physics aur chemistry mein... sample paper... all information one mat lena ..... Arihant sample paper se direct question aate hai mere teacher ne yahi suggest kiya hai mujhe.

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

koi ni hota hai... but make sure ki aage ye mistake aur padhai mein void na aaye... promise to urself jaha glti hai usay improve kero... study hour bada do... aur practice aur kero. yaar dekho puri schl lyf kya kiya matter nhi kerta but ye Jo 12th class ka saal hota hai vo bahut important aur crucial hota hai.... wisely use kero kyuki turning point yahi hai lyf ka pta hai 12th board result palti bahut jldi leta had kab aage chlne wala seconds mein peeche ho jata hai kuch pta nhi chlta... so practice practice practice... maximum time. Jo hua bhul jao half yearly aur pre board mein accha score kero automatically board improve ho jayega.

Ďãřşháñăã Yadav ? ? ? 5 years, 2 months ago

howz the Josh after giving Physics exam ? ?

Aman Kumar 5 years, 4 months ago

Thanks ??

Aman Kumar 5 years, 4 months ago

Haha koi baat nhi.?..ab toh aadat ho gyi hai...ayesi sequence ki?

Ďãřşháñăã Yadav ? ? ? 5 years, 4 months ago

arrey I typed in sequence?

Ďãřşháñăã Yadav ? ? ? 5 years, 4 months ago

Checking krishnamurthy number in python September 29, 2017 Checking krishnamurthy number in python #Krishnamurthy Number: It is a number which is equal to the sum of the factorials of all its digits. #For example : 145 = 1! + 4! + 5! = 1 + 24 + 120 = 145 a=int(input("enter any number")) g=a........... fact=1........... sum=0........ while(a>0): ..... r=a%10 .... fact=1 ..... for i in range(1,r+1): ....... fact=fact*i ....... sum=sum+fact ..... a=a//10....... if(sum==g):..... print("krishnamurthy_____number")...... else: .... print('not')
  • 4 answers

Priya Dharshini ? 5 years, 4 months ago

25 ?? ..... u can do easy topics which can gain u marks... dont keep such low target u can easily get in c.s marks by simply solving last 5 yrs sample paper. If urs is c++ u r lucky to get last years papers also .

Ayush Yadav 5 years, 4 months ago

By studying

Sahib Preet 5 years, 4 months ago

But which are important ones please help me ??? Tell me which are very important topics in section A ....

Ambuj Singh 5 years, 4 months ago

Just keep focusing on Section A because it is very easy to attend all those 1 and 2 marks questions
  • 3 answers

Priya Dharshini ? 5 years, 4 months ago

I am studying python....c++ is also there this year i am not sure of those sylabus u may get on net

Aman Kumar 5 years, 4 months ago

Yaa...from this year python is there...

Ďãřşháñăã Yadav ? ? ? 5 years, 4 months ago

yarr yaha syllabus ni pta tum important topic ki baat ker re ho... ? ? as syllabus is change cbse doesn't give any notification of chapters yet but ya mysql and python is there for sure..
  • 1 answers

Sia ? 5 years, 4 months ago

Watch video to learn : <a href="https://www.youtube.com/watch?v=2NWeucMKrLI">https://www.youtube.com/watch?v=2NWeucMKrLI</a>

  • 1 answers

Aman Kumar 5 years, 4 months ago

R u asking this for Python or C++ ??????
  • 5 answers

Ďãřşháñăã Yadav ? ? ? 5 years, 4 months ago

ya sure Rohan rajput we are friends... nd answer of ur all questions are.. ? ? ? ?... I am from new Delhi... I have pcb as a subject.... nd fb rehne do becoz Maine privacy laga rakhi hai.... u can't send me a friend request.

Rohan Řąjpůť 5 years, 4 months ago

By the way darshana will u be my friend dondon't reply that all are friends here as I am only asking to u...?

Rohan Řąjpůť 5 years, 4 months ago

Ya darshana is right

Aman Kumar 5 years, 4 months ago

Haan...right but , I think sayad abhi tak koi changes nhi hua hai....

Ďãřşháñăã Yadav ? ? ? 5 years, 4 months ago

cbse ne proper syllabus avi tak out ni kiya... ?

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App