Top 100+ questions in Technology

0 votes
    What is the output of print tuple[1:3] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?...
asked Nov 24, 2020 in Technology by JackTerrance
0 votes
    What is the output of print tuple[0] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print tuple if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the difference between tuples and lists in Python?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What are tuples in Python?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print list1 + list2, if list1 = [ 'abcd', 786 , 2.23, 'john', 70.2 ] and ist2 = [123, 'john']?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print tinylist * 2 if tinylist = [123, 'john']?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print list[2:] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print list[0] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print list if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print str + "TEST" if str = 'Hello World!'?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print str[2:] if str = 'Hello World!'?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print str[2:5] if str = 'Hello World!'?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print str[0] if str = 'Hello World!'?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the output of print str if str = 'Hello World!'?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What are the supported data types in Python?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    Is python a case sensitive language?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the purpose of PYTHONHOME environment variable?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the purpose of PYTHONCASEOK environment variable?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the purpose of PYTHONSTARTUP environment variable?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    What is the purpose of PYTHONPATH environment variable?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
    Name some of the features of Python?...
asked Nov 23, 2020 in Technology by JackTerrance
0 votes
0 votes
    Simplest definition of Memory-Mapped files?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    What are the tuples and how many elements it have?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    Which of the following platform(s) provides a modular architecture? (1)Ethereum and R3 Corda (2)R3 Corda (3)Hyperledger (4)Ethereum...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    What are different tables and default database present in MySQL?...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    Which of the following command is used to list the names and files of databases? (1).help (2).databases (3).table (4).header on...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    Cryptocurrency is authorized in all countries. (1)False (2)True...
asked Nov 22, 2020 in Technology by JackTerrance
...