Recent questions tagged Computer-science-interview-questions

0 votes
    Differentiate between the basic and the advanced on -screen keyboard ? Any 5 points Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Write the XML tree structure of the following < student > < roll no> 01 Alisha 02 Bitisha < student>...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    class Modulus { public static void main(String args[]) { double a = 25.64; int b = 25; a = a % 10; b = b % 10; ... (a + + b); } } Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    high level language are translated into machine language with the help of Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Identify Red Hat High Availability Software Component. O Corosync O Rgmanger O Pacemaker All of theabove O Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    hat damage is caused due to floods? 15. DISASTER AND RES Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    which of the following operator is by default overloaded by the compiler? a.)* b.)+ c.)+= d.)== Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    WAP in java to input 3 numbers from user and print the largest no. among them using nested if. Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    what is Corel draw ? (a) multimedia software (b) multimedia hardware (c) operating system (d) all of above Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    What will be the output of following python code? flowers =[ rose', lotus', lily' for x in flowers: ... x plsss give write answer Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
...