

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your Class 11 knowledge and support exam preparation. Choose a topic below to get started.
51. |
Suggest a book for computer science (IT) |
Answer» Sumit arora?<br>Yes sumit arora<br>Sumit arora..<br>Computer Science with Python - CBSE XI: Textbook for CBSE Class 11 | |
52. |
Write a program to print area and perimeter |
Answer» #include <iostream>using namespace std;int main() {int width, lngth, area, peri;cout << "\\n\\n Find the Area and Perimeter of a Rectangle :\\n";cout << "-------------------------------------------------\\n";cout<<" Input the length of the rectangle : ";cin>>lngth;cout<<" Input the width of the rectangle : ";cin>>width;area=(lngth*width);peri=2*(lngth+width);cout<<" The area of the rectangle is : "<< area << endl;cout<<" The perimeter of the rectangle is : "<< peri << endl;cout << endl;return 0; } | |
53. |
>>>str(print())+"one" |
Answer» Noneone<br>The close brackets should b after one | |
54. |
expansion of html |
Answer» .html | |
55. |
Write an algorithm and flowchart to find the given number is positive or negative integer |
Answer» | |
56. |
to display no,name from the table travel in descending order of no? |
Answer» Select no, name from travel group by no desc; | |
57. |
In class 11 for the session 2019-20 which language are we supposed to learn i mean c++ or python? |
Answer» Python<br>Python<br>Python...! ✌️<br>By the way your name is nyc Same is my sister name<br>In my school Python is going on | |
58. |
Define port along with some examples |
Answer» A port is a connector at the back or side of a computer where you plug in an external device such as a printer, keyboard, scanner, mouse, or modem.\tSerial Port\xa0\tParallel Port\xa0\tPS/2 Port\tUniversal Serial Bus (or USB) Port\tVGA Port\tPower Connector\tFirewire Port \tModem Port\tEthernet Port\tGame Port\tDigital Video Interface, DVI por | |
59. |
In class 10 what i pursue in class 11 non med or commerce |
Answer» Bhai it depends upon you but IChose non-medical | |
60. |
What do you mean by truth and truth function |
Answer» A logical truth\xa0is a statement which is true, and remains true under all reinterpretations of its components other than its\xa0logical\xa0constants. It is a type of analytic statement.In logic, a\xa0truth function\xa0is a\xa0function\xa0that accepts\xa0truth\xa0values as input and produces a\xa0truth\xa0value as output, i.e., the input and output\xa0are\xa0all\xa0truth\xa0values | |
61. |
What is prthon? |
Answer» Thanks sia<br>Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. The simple syntax rules of the programming language further makes it easier for you to keep the code base readable and application maintainable. | |
62. |
Define hadware |
Answer» Hardware = Internal Devices + Peripheral DevicesAll physical parts of the computer (or everything that we can touch) are known as Hardware. | |
63. |
Difference between an Open source software and free ware |
Answer» Open source software has a close meaning to free software, although the two terms are not identical. Although both terminologies refer to a similar group of licenses and software, each term alludes to different underlying ideologies.Typically, freeware refers to a software that you can use without incurring any costs. Unlike open source software and free software, freeware offers minimal freedom to the end user. | |
64. |
Uses of computer network. |
Answer» | |
65. |
Solve- 5787347××78759/778?? |
Answer» By the way your question answer is 585,868,460.63367 ?<br>Sun be nihal who ever you are first go and study how tk speak to others | |
66. |
Plzz give the ncert solutions for chapter 14 Boolean logic class 11th computer science with python |
Answer» Tere ma ke... | |
67. |
When was python released |
Answer» 1989<br>Thanks<br>The programming language Python was conceived in the late\xa01980s, and its implementation was started in\xa0December 1989\xa0by Guido van Rossum at CWI in the Netherlands | |
68. |
New computer science book |
Answer» | |
69. |
Which book is going to be used in 2019-20 session for class 11? |
Answer» Sumita arora<br>I think ncert<br>Yaa also need | |
70. |
Is ALU an independent unit? If not, which unit does ALU work in coordination with? |
Answer» Cu | |
71. |
Python is there? |
Answer» python is a computer language | |
72. |
Is c++removed from CBSe syllabus? And is python hard or easy than c++? |
Answer» Yes and Python is much easier than C++. | |
73. |
New syllabus for 2019-20 |
Answer» | |
74. |
What is job scheduling and its types |
Answer» Job is ... | |
75. |
Definition of foreign key |
Answer» | |
76. |
What is responsible for creating process from a program |
Answer» | |
77. |
What is malware ?what type of damage can they cause to your pc |
Answer» I also wants to know its Answer & In an easy way, Huh....... | |
78. |
Write c++programing |
Answer» | |
79. |
Which loop is most suitable for a menu driven program |
Answer» | |
80. |
Token |
Answer» | |
81. |
For what purpose typedef keyword is used? |
Answer» | |
82. |
What are the four elements of a while loop in (☞ ͡ ͡° ͜ ʖ ͡ ͡°)☞python |
Answer» | |
83. |
What is the importance of the three programming constructs? |
Answer» | |
84. |
What is the common structure of Python compound Statement? |
Answer» | |
85. |
Please answer me i\'m having xam tmrw pls plz carify my doubts frndzz what is psedocode? |
Answer» Both<br>A pseudocode creates an outline or a rough draft of a programme that gives the idea of how the algorithm works and how the control flows from one step to another.<br>pseudocode is an informal language that helps programmers describe steps of a programme solution without using any programming language syntax. pseudocode is a text based detail design tool.<br>u want defination or want to understand | |
86. |
What is the syntax used to join two tables? |
Answer» S SQL only<br>SQL | |
87. |
What is Cracking? |
Answer» | |
88. |
What is the function of Sign?? |
Answer» | |
89. |
What is the function of power fun( ) in python?Explain. |
Answer» | |
90. |
What is meant by fabonacci series? Explain. |
Answer» | |
91. |
Define pharming? |
Answer» | |
92. |
Define phishing? |
Answer» | |
93. |
What is 2D arry |
Answer» | |
94. |
Explain how (0.56) decimal converted into binary??? |
Answer» | |
95. |
Advantages of interactive mode |
Answer» The interactive mode is one of the modes in the Python. The other mode is the script.Advantage1: Interactive mode is a command line shell which gives immediate feedback for each statement. Subsequently, while running previously fed statements in the active part of the memory.2- Interactive mode is a good way to play around and try variations on syntax.\xa0 | |
96. |
Convert the decimal number 0.56 into binary? |
Answer» (.10001111010)2<br>Not in syllabus | |
97. |
write a program in c++ to print fibonacci series 0,1,2,3,4,5,6,7,8... |
Answer» | |
98. |
Write a program in python to calculate compound interest. |
Answer» | |
99. |
Python Differences between RAM & ROM atleast 4. |
Answer» RAM stands for random access memory.ROM stands for read only memory.RAM keeps operating program,application program,data in use.ROM contains program for booting up computer.RAM is cheaper.ROM is more expensive.RAM is volatile.ROM is not volatile. | |
100. |
Write a program in python to check whether a string is pallindrome or not. |
Answer» Yes, it is in python tex tbook.......<br>1) Find reverse of string2) Check if reverse and original are same or not.<br>It is in python text book..... | |