Recent questions tagged computer-science-questions

0 votes
    15. Why is the writer worried about the fate of people using the trunk roads? Your answer Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    What will be the output produced by following code statements? State reason(s). i. (17%5) == (17%5.0) ii. (87 // 5 ... int((87 / 5.0)) Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    #include int main() { void fib(int f1,int f2, int n) { static int i = 1; int f3; if(i...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    What is the use of ‘this’ keyword in java Answer in simple words Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    CD can hold more information than DVD. 1 point True False Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    Q)Which is not life cycle method of Servlet ? * service ( ) delete ( ) init ( ) doPost ( ) Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    ……………..are the types of data that can be entered in MS Excel. a) Label b) Values c) Formulas d) All of these Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    Write on the disk “is same as” Record” on the disk 1 point True False Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    a,b,c and d are int type, however, the expression is slightly modified as (a+b*c-d)/7.0. ... of the following mathematical expression? Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    When shutting down a computer, what information is typically lost? Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
...