

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.
801. |
What is the format for saving ms-word document |
Answer» | |
802. |
Can anyone know any Youtube channel ,who can teach Python... |
Answer» Telusko(youtube channel)<br>This app is good but I want to learn through video lecture.<br>An app named as "learn python" | |
803. |
Mostly asked viva questions in class 11? |
Answer» Computer<br>In which subject ??? | |
804. |
Write a menu driven program to write fahraneit to celsius and celsius to fahraneit |
Answer» | |
805. |
Name 3 key attributes in python |
Answer» A type, A value and an id | |
806. |
Sab padhne laga |
Answer» | |
807. |
What is the syllabus of cbsc delhi computer science |
Answer» Python | |
808. |
Convert hexadecimal to octof 123 |
Answer» | |
809. |
What do you understand by truth table and truth function ? How are these related |
Answer» Every statement has a truth value, that is, every statement is true or false. The truth value of a truth-functional compound proposition is determined by the truth values of its components and the definitions of the logical operators involved. Any truth-functional compound proposition that can be determined in this manner is called a “truth function.” | |
810. |
Program to find sum of ten natural number for loop in Python |
Answer» s=0for b in range(1,11): s+=bprint(s) | |
811. |
diff b/w cardinality and union |
Answer» Cardinality means number of rows or record in a table whereas union means all the records from two or more tables without duplicate record. | |
812. |
Class 10 summer vacation homework |
Answer» | |
813. |
FIITJEE ka question kesha hota hai... |
Answer» High level questions .......I have given the exam in class X ... But the questions were of 12th level | |
814. |
Explain different types of booting ? |
Answer» Two types of booting in pc are:- warm booting and cold booting. | |
815. |
Hey i think now it is python instead c++ am i right |
Answer» In revision notes<br>But this app is showing still c++<br>Your right bro<br>Yeah<br>yes | |
816. |
Convert (38.21)*10 into binary equivalent |
Answer» | |
817. |
Top book |
Answer» | |
818. |
What is error |
Answer» | |
819. |
What is the difference between BIOS and bootloader |
Answer» BIOS is a small firmware stored in ROM of mother board which is manufacturer dependent code. Boot loader is a program which is called by BIOS and once again initializes boot related hardware and finally boot loader is the one who exactly Knows(memory location) where the Kernel image is stored in secondary memory. | |
820. |
What is link in networking? |
Answer» | |
821. |
Highest memory unit known so far |
Answer» | |
822. |
What are the recommended books for the upcoming sessions 2018-19 of class 11 |
Answer» Yew | |
823. |
The old syllabus can be continued for new class XI in the session 2018-19? |
Answer» | |
824. |
ISP |
Answer» | |
825. |
Convert (10.10)10 to binary |
Answer» | |
826. |
Difference between exit and entry control loop |
Answer» \tEntry Control LoopExit Control LoopEntry control loop checks condition first and then body of the loop will be executed.The exit control loop first executes the body of the loop and checks condition at last.The body of the loop may or may not be executed at all.The body of the loop will be executed at least once because the condition is checked at lastfor, while are an example of an entry control loopDo…while is an example of an exit control loop.\t | |
827. |
What is tokens? |
Answer» It is individual unit in a program. | |
828. |
What is a bus |
Answer» | |
829. |
Name the header file for getch()_conioh |
Answer» | |
830. |
Ghdjg |
Answer» | |
831. |
How manh elements are there in int A[20] |
Answer» | |
832. |
Scope of variable |
Answer» | |
833. |
Can you start Python language in 12 th class syllabus of 2018-19 |
Answer» | |
834. |
What is meant by user defined functions |
Answer» | |
835. |
Wap to print following pattern 122333444455555 |
Answer» | |
836. |
Expand tft and risc |
Answer» | |
837. |
What is the role of anti virus |
Answer» | |
838. |
How to make notes offline?? |
Answer» | |
839. |
Java script |
Answer» | |
840. |
Write a c++ Programme is for print reverse of an ineger |
Answer» | |
841. |
Is function prototype is compulsory to include? |
Answer» | |
842. |
What are embedded computer |
Answer» | |
843. |
define array .what are the advantages and disadvantages |
Answer» Array is a collection of similar types of items stored in a continuous location. Disadvantage It can store only similar data type | |
844. |
Difference between keywords and identifiers ? |
Answer» Keywords are predefined word that gets reserved for working progs that have special meaning and cannot get used anywhere else. Identifiers are the values used to define different programming items such as variables, integers, structures, unions and others and mostly have an alphabetic character. | |
845. |
You haven\'t answered my question yet. Is this app just a waste of time??? |
Answer» Arrrr question kya tha yarr<br>Please do consider me too | |
846. |
Find out :out |
Answer» | |
847. |
W. A. P to display wheather a string is palindrome or not |
Answer» | |
848. |
Palindrome program |
Answer» | |
849. |
Full form of TNT |
Answer» Trinitrotoluene | |
850. |
What are the different parts of cpu ? explain every part in brief . |
Answer» Ek bat pashu sumite book kho laga ha ncrt of c.s ko nahi ha<br>The two parts of cpu are alu(arithmetic logical unit) and cu(control unit)...Baki book se padh lo usme acche se diya hai..."Sumitra Arora" wali book...<br>Cental process unit | |