Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
Is 85 in maths a good score for entry of engineering college I am so depressed full paper was loaded with silly mistakes IT was a great realisation |
|
asked by Subramaniyam Thanikachalam (arunarun) 8 years ago |
1 |
+ 2 more questions by arunarun
Will 85 in maths affect my entry to good college I am so much depressed even now also tell for a 3 or 4 mark sum how many marks will be given if method is correct I could have scored maximum but time was insufficient I am ashamed |
|
asked by Subramaniyam Thanikachalam (arunarun) 8 years ago |
2 |
Guys see I never got less than 90 in maths but this board exam maths paper was spoiled with so many silly mistakes I am still depressed so much but according to me paper was so easy I learnt that I cannot even cross 90 only is 85 range is 85 a good score can I get into good college with such a poor marks everywhere calculation |
|
asked by Subramaniyam Thanikachalam (arunarun) 8 years ago |
1 |
Book Tip (Computer): ApC publisher + sumita arora is the best combination 2 study from |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
1 | + 9 more questions by sdfg
its not compulsory 2 write scope but its better 2 do so.since examiners might wnt 2 jst give a glance 2 d variable in the program.......ATB :) @sdfg |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
4 |
// eg. of VD
//program to assign 4 values to an array and print them
class Assign
{
public static void main()
{
int a[]={1,2,3,4};
for(int i = 0;i<4;i++)
{
System.out.println(a[i]);
}
}
}
Variable description:
Variable.............Type............Scope.................................................Purpose
a[].......................int..............main() function..(local variable)...........To store array elements
i..........................int................first for block in program(local).........Loop variable to generate array subscripts |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
3 |
FORMAT OF VARIABLE DESCRIPTION
(create four columns )
Variable..............Type................Scope .....................Purpose
variable: here u write the variable name
type: here u write its data type
scope: here u write instance variable or local variable (if variable is local write it is within which function)
purpose : write y u hav used d variable in brief |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
1 |
Q) IMP. OF VARIABLE DESCRIPTION
A)
V.D. IS WRITTEN AFTER EACH PROGRAM U HAVE COMPLETED......2 MARKS IN ICSE BOARD COMPUTER ARE EXCLUSIVELY RESERRVED FOR V.D. |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
0 |
EVERY1 ALERT :
VARIABLE DESCRIPTION IS A MUST IN THE ANSWER SHEETS............IF YOU WANT 2 KNOW HOW TO WRITE IT....I CAN TELL U |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
1 |
SENT THE EMAIL OF SOLVED PAPERS 2 THOSE WHO GAVE ME DEIR EMAILS |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
6 |
KEYWORDS TO FOCUS ON :
extends(just use........not application in program)
new
this
static
public,private,protected
final
void
break
continue
try
catch
IF ANY1 WANTS DER USES I CAN TELL HIM/HER |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
3 |
WEIGHTAGE OF CHATERS FROM sumita arora BOOK:
CHAPTER......................................................................MARKS
CONC. OF OBJECTS + 2ND CHAP. CLASSES............2
INTRODUCING JAVA......................................................1-2
CLASS AS BASIS.............................................................4-6
FUNCTIONS.....................................................................15
CONSTRUCTORS..............................................................2-3
CLASS AS USER DEF.......................................................2-4
USING LIBRARY CLASSES............................../...............15-25
DESCISION MAKING..........................................(incl. in almst all ans. bt gen combined best with chapter functions).....
ITERATION(LOOPS)..........INCLUDED IN MST QUESTIONS AS A SUB PART
SCANNER AND PRINTING...........................................................2
ARRAYS...................................................................................15-17
ENCAPSULATION&INHERITANCE..........................................2-4 |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
1 |
WEIGHTAGE OF CHATERS FROM APC BOOK:
CHAPTER............MARKS ASSIGNED:
OOP.................................2
HIST. OF JAVA.................0
DATA TYPES....................2
OPERATORS&Express.....2-4
GEN. PROGRAMMING....15-17
ITERATION(LOOPS)..........INCLUDED IN MST QUESTIONS AS A SUB PART
LIBRARY CLASSES..........10
STRING MANIPULATION...10
ARRAYS...............................15-17
BASIC INPUT/OUTPUT.........INCLUDE IN ALL
FUNCTIONS WID CHAP 13 CONSTRUCTORS.........17-18
CLASS AS USER DEF.............................................2
ENCAPSULATION AND INHERITANCE.............1-2 |
|
asked by Sdfg Sdfg
(sdfg) 8 years ago |
4 |
guys, which textbook do you use for computer theory?? |
|
asked by Sarashika (saika) 8 years ago |
3 |
how to work upon programs of string ...............i am not able to complete string answers |
|
asked by Kavya Sekhar (aswmgirl17) 8 years ago |
1 |
what is this keyword ? |
|
asked by Aditya Reddy (aditya_reddy) 8 years ago |
5 | + 2 more questions by aditya_reddy
can someone name all the jumping statements in java |
|
asked by Aditya Reddy (aditya_reddy) 8 years ago |
3 |
i have uploaded 2013 ca paper can anyone help me to solve it |
|
asked by Aditya Reddy (aditya_reddy) 8 years ago |
1 |
Stupid ICSE ,doesnt care about students like us,Just got half day to study for kannada,Cant even completely revise two BOOKS!
:/ |
|
asked by Shreyas Js (shreyasj) 8 years ago |
3 |
Anyone studying Tamil? |
|
asked by Siru Thondan (vasudevakrishna) 8 years ago |
0 |
How are the essays marked in English language. |
|
asked by Anubhav Verma (gforce777) 8 years ago |
1 | + 1 more questions by gforce777
All the programs of the sumita arora book are done with buffered reader.We are not taught buffered reader in the school so can anybody give me instructions for converting buffered reader to scanner |
|
asked by Anubhav Verma (gforce777) 8 years ago |
3 |
|
| | |