

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.
651. |
Appropriate definiton of RAM |
Answer» Random-access memory is the most common type of memory used for a Rapid-Access Memory which is a form of computer data storage that stores data and machine code currently being used.<br>Random access memory . It is a temporary memory | |
652. |
What do you mean by object oriented programming language |
Answer» Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure. | |
653. |
How can computer software be classified |
Answer» \tApplication software is the general designation of computer programs for performing tasks.\tSystem software is a generic term referring to the computer programs used to start and run computer systems including diverse application software and networks.\tComputer programming tools, such as compilers and linker.<br>Software can be classified into 3 categories-1-system software2-application software3- utility software | |
654. |
Name some table maintenance commands |
Answer» | |
655. |
All theory of database chapter |
Answer» | |
656. |
What is the use of compilers |
Answer» Compiler is used to convert high level language to low level language in one go. | |
657. |
Write a program to which input a character and check it is vowel or not by using logical operators |
Answer» | |
658. |
What is the error in following code x,y=7 |
Answer» | |
659. |
Describe the functional unit of computer |
Answer» A computer is a combination of\xa0hardware and software\xa0resources which integrate together and provide\xa0various functionalities to the user. Hardware are the physical components of a computer like the processor, memory devices, monitor, keyboard etc. while software is the set of programs or instructions that are required by the hardware resources to function properly.\xa0There are a few basic components that aids the working-cycle of a computer i.e. the Input- Process- Output Cycle and these are called as the functional components of a computer. It needs certain input, processes that input and produces the desired output. The input unit takes the input, the central processing unit does the processing of data and the output unit produces the output. The memory unit holds the data and instructions during the processing. | |
660. |
What is the msb and lsb bit in binary code |
Answer» | |
661. |
What is the difference between key words and identifier |
Answer» \tKeywords are predefined reserved words, which possess special meaning.\tAn identifier is a unique name given to a particular variable, function or label of class in the program.<br>Keywords are a word having special meaning reserved by programming language.Identifiers are fundamental building block of a program and are used as the general terminology for the names given to different parts of the program | |
662. |
Write a program of compound interest in Python |
Answer» # Python3 program to find compound# interest for given values.def compound_interest(principle, rate, time): # Calculates compound interest\xa0 CI = principle * (pow((1 + rate / 100), time)) print("Compound interest is", CI) # Driver Code\xa0compound_interest(10000, 10.25, 5) | |
663. |
Base2 to base 8 |
Answer» | |
664. |
What is hass |
Answer» HASS is an acronym for Highly Accelerated Stress Screening. | |
665. |
What are the elements of database system |
Answer» Database Systems: Systems comprising of Databases and Database Management Systems are simply referred as database systems.Examples of Common Database Management Systems: MySQL ,INGRES, POSTGRES, ORACLE, DB2. | |
666. |
What is the use and purpose of AISSCI and ISSCI |
Answer» | |
667. |
Difference between compiler and interpreter. |
Answer» Iterpreter:- converts source code into object code line by line.Compiler:- converts source code into object code in one go.<br>A compiler compiles the whole program in one go but an interpreter checks it line by line. | |
668. |
English evergreen practice paper 2 |
Answer» | |
669. |
What do you mean by Insecure website? |
Answer» | |
670. |
What are the built in core data types of python? |
Answer» | |
671. |
Write a program to calculate profit percentage from the sale of goods that you make |
Answer» """cgos:cost of goods soldrevenue:amount at which goods soldpl:profit or loss""" | |
672. |
Program to get selling price and GST rate and then print invoice along with both CGST and SGST Value |
Answer» | |
673. |
Wap to write a program agiven string is palindrom or not |
Answer» | |
674. |
1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 |
Answer» What to do with it. can you tell. | |
675. |
Write a program that takes sales four quarters and then displays total sales and average sales made. |
Answer» | |
676. |
Name the constructs used to control the flow of a program. |
Answer» | |
677. |
Sumita arora solutions? |
Answer» | |
678. |
How are 2D arrays internally stored? |
Answer» | |
679. |
Creat an numpy array of marks in english and ip for class 10th |
Answer» | |
680. |
What is simple definition of python? |
Answer» Moreover it provide many adavantages compare to other languge .It save time to understand the language .<br>Hey minakshi here\'s ur answer<br>Python is a high-level programming language designed to be easy to read and simple to implement | |
681. |
Can you give me I.P every chapter important questions with solution. |
Answer» I don\'t know ?????? | |
682. |
What is pandas and Python pandas |
Answer» | |
683. |
I wanna IT syllabus |
Answer» You will get on the internet | |
684. |
Write a programme to create 1D array and enter a number to check whether that exist in array or not? |
Answer» | |
685. |
Wap to input two numbers to print hcf and lcm |
Answer» | |
686. |
Select mod (20,3); |
Answer» 2<br>2 | |
687. |
What is difference between compiler and interpreter |
Answer» In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.<br>A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer\'s processor uses. | |
688. |
detail about the different generation of computer |
Answer» | |
689. |
Is in ip or python in class 11 commerce |
Answer» | |
690. |
Suggest book for based on cbse pattern for new Ip |
Answer» It ,s based on new syllabus<br>Sumita arora class 11 ip book We refer this book only | |
691. |
pair the following equivalent units 10 GB,1ST,1000MB |
Answer» | |
692. |
What are the strength and weakness of computer? |
Answer» | |
693. |
Program for making calculator in python IDLE |
Answer» | |
694. |
Can anyone suggest me what should i select from PE CS and IP |
Answer» Cs is best<br>Ip | |
695. |
Difference between internet business and non internet business |
Answer» | |
696. |
What do you mean by a bit and a byte ? |
Answer» | |
697. |
Is Ip easy? |
Answer» | |
698. |
Java byte code |
Answer» | |
699. |
Why is it necessary to use ROM In a computer |
Answer» | |
700. |
Define data dictionary |
Answer» A data dictionary contains metadata i.e data about the database. The data dictionary is very important as it contains information such as what is in the database, who is allowed to access it, where is the database physically stored etc. The users of the database normally don\'t interact with the data dictionary, it is only handled by the database administrators. | |