This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
45.4 L of dinitrogen reacted with 22.7 L of dioxygen and 45.4 L of nitrous oxide was formed. The reaction is given below:2N2(g) + O2(g) → 2N2O(g)Which law is being obeyed in this experiment? Write the statement of the law? |
|
Answer» According to Gay Lussac’s law of gaseous volumes, gases combine or are produced in a chemical reaction in a simple ratio by volume, provided that all gases are at the same temperature and pressure. |
|
| 2. |
What amount of dioxygen (in gram) contains 1.8 x 1022 molecules?(A) 0.0960 (B) 0.960 (C) 9.60 (D) 96.0 |
|
Answer» Correct option: (B) 0.960 6.022 x 1023 dioxygen molecules are present in 1 mole i.e., 32 g of dioxygen. ∴ 1.8 x 1022 dioxygen molecules will be present in \(\cfrac{1.8\, \times\,10^{22}\,\times\,32}{6.022 \,\times\,10^{23}}\) = 0.96 g of dioxygen. |
|
| 3. |
Write any one similarity between Python and OOPs |
|
Answer» Python supports most of the OOP concepts like encapsulation, inheritance and polymorphism. |
|
| 4. |
Explain four characteristics of computer. |
|
Answer» Speed, accuracy, diligence, storage capability and versatility are some of the key characteristics of a computer. A brief overview of these characteristics are : 1. Speed: The computer can process data very fast, at the rate of millions of instructions per second. Some calculations that would have taken hours and days to complete otherwise, can be completed in a few seconds using the computer. 2. Accuracy: Computer provides a high degree of accuracy. For example, the computer can accurately give the result of the division of any two numbers up to 30 decimal places. 3. Diligence: When used for a longer period of time, the computer does not get tired or fatigued. It can perform long and complex calculations with the same speed and accuracy from the start to the end. 4. Storage Capability : Large volumes of data and information can be stored in the computer and also retrieved whenever required. A limited amount of data can be stored temporarily in the primary memory. Secondary storage devices like DVD and compact disk can store a large amount of data permanently. |
|
| 5. |
Why Python is Easy-to-learn? |
|
Answer» Python has relatively few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language in a relatively short period of time. |
|
| 6. |
Who developed Python? |
|
Answer» Python was developed by Guido van Rossum in the late eighties and early nineties at the National Research Institute for Mathematics and Computer Science in the Netherlands |
|
| 7. |
What would the following code yield ? word = ‘abcdefghij’ |
|
Answer» abcdefghij print word[:3] + word[3:] |
|
| 8. |
Is there a tool to help find bugs or perform static analysis? |
|
Answer» Yes. PyChecker is a static analysis tool that finds bugs in Python source code and warns about code complexity and style. Pylint is another tool that checks if a module satisfies a coding standard, and also makes it possible to write plug-ins to add a custom feature. |
|
| 9. |
Explain what is a computer and write its advantage. |
|
Answer» A computer is an electronic device which can perform various operations correctly and fast. For example data processing, huge calculations etc. Characteristics of computer : 1. Speed : Its speed is very fast. A modern computer can execute millions of instructions in one second. 2. Accuracy : A computer can give accurate results up to 20 to 30 places of decimal. 3. High storage capacity : A computer can store large amount of data in very small space. 4. Versatility: A computer c3n do different types of tasks like data processing, graphics, audio and visual effects. 5. Repetitive: A computer makes no mistake in repeating anything as many times. |
|
| 10. |
Is there a tool to help find bugs or perform static analysis ? |
|
Answer» Yes, 1. Pychecker is a static analysis tool that finds bugs in Python source code and warns about code complexity and style. 2. Pylint is another tool that checks if a module statisfies a coding standards, and also makes it possible to write plug-ins to add a custom feature. |
|
| 11. |
What is a bit ? How bit, byte and nibbles are related to each other ? |
|
Answer» Bit (Binary Digit): A bit is the smallest elementary unit of memory, which can store one binary signal either 0 or 1. A group of 8 bits is called a byte. A group of 4 bits is called a nibble. |
|
| 12. |
Explain Primary Memory Unit. |
|
Answer» Memory Unit stores the data, instructions, intermediate results and output temporarily, during the processing of data. This memory is also called the main memory or primary memory of the computer. The input data that is to be processed is brought into the main memory before processing. |
|
| 13. |
Why Olympic Games are called Olympic? |
|
Answer» Olympic games were started in village Olympia. That is why it is known as Olympic. |
|
| 14. |
What is the function of memory ? What are the types of it ? |
|
Answer» The memory stores data temporarily or permanently. Computer memory is of two types : 1. Primary Memory (Main Memory): The primary or main memory holds the data and information during processing. It holds data temporarily, as we switch off the computer the information vanishes. For example : RAM. 2. Secondary Memory: It can store data permanently on the computer but it cannot process data. It is meant for permanent storage of data and information. For example CD-ROM, DVD-ROM. |
|
| 15. |
Mention any two limitations or weaknesses of a computer ? |
|
Answer» Any two limitations or weaknesses of a computer system are as follows : 1. Lack of intelligence/Lack of decision making power : No doubt, computer is a powerful machine but cannot decide on its own that what it is supposed to do as a machine. This is a serious limitation of a computer system and it is an artificially intelligent machine. 2. Need of special language: A computer can understand only the binary language, in which the information is represented in terms of only two symbols, namely 0 and 1. This is not the natural language of human beings and learning of the binary language is not an easy task. |
|
| 16. |
When Ancient Olympics started? |
|
Answer» It was started in 776 in Greece. |
|
| 17. |
What is primary memory ? |
|
Answer» Primary memory: This is the storage section of the computer which is used to store data or instructions or both for processing purpose. This is non-volatile in nature. |
|
| 18. |
Define Python ? |
|
Answer» Python is a high-level, interpreted, interactive and object oriented-scripting language. |
|
| 19. |
What is the time period for second generation of computer ? |
|
Answer» Second Generation is from 1956 to 1963 (used Transistors). |
|
| 20. |
What is the time period for first generation of computer ? |
|
Answer» First Generation is from 1940 to 1956 (used Vacuum Tubes). |
|
| 21. |
Which part interprets program instructions and initiate control operations ? |
|
Answer» Control unit. |
|
| 22. |
What is RAM ? |
|
Answer» RAM : RAM stands for Random Access Memory. This is the main memory of the computer used to retain user’s instructions and data for processing purpose. This is volatile in nature. |
|
| 23. |
Can we connect Python to database ? |
|
Answer» Yes, we can connect with all major commercial databases. |
|
| 24. |
What is ROM ? |
|
Answer» ROM: ROM stands for Read Only Memory. ROM applies to semiconductor memory whose contents cannot be altered, once they have been set. So non-volatile in nature. |
|
| 25. |
Differentiate between source program and object program. |
|
Answer» Source Program : A program which is written by the programmer in the high-level language or in assembly language, which is to be converted into machine language by the compiler is known as source program. Object Program : The source program is converted into machine level instruction for execution. This converted program (in the machine language) is known as an object program. |
|
| 26. |
How many generations of computer exist ? |
|
Answer» There are five gem nations of the computer. |
|
| 27. |
Can Python be easily integrated with C+ + ? |
|
Answer» Yes, Python can be easily integrated with C + +. |
|
| 28. |
What are the basic units of computer ? Give two names of sub-units of CPU and also give the functions of each unit. |
|
Answer» The computer consists of the following basic units : 1. Input unit 2. Central Processing Unit (CPU) 3. Output unit 4. Memory unit The CPU has two subunits : (A) Control Unit (CU): Control unit controls the entire operation being carried out. (B) Arithmetic Logic Unit (ALU): It performs the arithmetic and logical operations. |
|
| 29. |
Write the names of all Standard Data Types. |
|
Answer» (a) Numbers (b) String (c) List (d) Tuple (e) Dictionary |
|
| 30. |
What do you understand by IPO cycle ? |
|
Answer» IPO cycle refers to the Input Process Output cycle where every operation undergoes the phases namely input, process, and output. |
|
| 31. |
Write the name of first device for multiplication. |
|
Answer» Napier’s Bone was a mechanical device built for the purpose of multiplication in 1617 A.D. by an English mathematician John Napier. |
|
| 32. |
Is Python supports GUI applications? |
|
Answer» Yes, Python supports GUI applications. |
|
| 33. |
What is the difference between data and information ? |
||||||
|
Answer» Data: Data means facts and figures. Data is unprocessed information. For example: Siddharth, 40400195, M. Information: Information means what we get after processing data i.e., processed data. In other words, information is processed data. For example :
|
|||||||
| 34. |
What is PROM ? |
|
Answer» PROM: PROM stands for Programmable Read Only Memory. A control memory in which stored contents can be altered once after they have been set. |
|
| 35. |
When and who invented vacuum tubes ? |
|
Answer» Lee Dee Forest invented vacuum tubes in 1906. |
|
| 36. |
“Python is Scalable”, is this statement true? |
|
Answer» This statement is true. |
|
| 37. |
What is the function of CPU in a computer system ? |
|
Answer» The CPU is the control center for a computer. It controls, directs and manages the entire performance of the computer. The CPU has two different parts which are responsible for different functions. |
|
| 38. |
Is List a standard data type ? |
|
Answer» Yes, List is a standard data type. |
|
| 39. |
Write the name of the first calculating device. |
|
Answer» Calculating machine ABACUS is not called a computer, it can almost be called a computer. |
|
| 40. |
What is EPROM ? |
|
Answer» EPROM: EPROM stands for Erasable Programm able Read Only Memory. It can be erased and programmed with a special type of equipment. If it is exposed in ultraviolet light, it allows data to be erased and reprogrammed. |
|
| 41. |
In which generation vacuum tubes were used ? |
|
Answer» Vacuum tubes were used in first generation computers. |
|
| 42. |
Name any two semi-automatic calculating devices. |
|
Answer» Two semi-automatic calculating devices are as follows : 1. Pascaline. 2. Difference Engine. |
|
| 43. |
Name two manual calculating devices. |
|
Answer» The two manual calculating devices are as follows: 1. ABACUS 2. Napier Bones. |
|
| 44. |
Give the – classification of the mechanical calculating devices. |
|
Answer» Mechanical calculating devices can be classified into following categories : 1. Manual Calculating Devices. 2. Semi-automatic Calculating Devices. |
|
| 45. |
What do you mean by Input Unit ? Give the examples of Input Unit. |
|
Answer» Input Unit : An input unit takes the input and converts it into binary form so that it can be understood by CPU for processing accordingly. For example : Keyboard, Mouse, Joystick, Scanner, Camera, Magnetic Ink Character Reader (MICR), Bar Code Reader (BCR) etc. |
|
| 46. |
What is data ? What is the output of data processing system ? |
|
Answer» Data is derived from a word ‘datum’ i.e. a fact. Data is a collection of raw facts and figures. Data processing system is a computer-based system which converts data into information. |
|
| 47. |
What is EEPROM ? |
|
Answer» EEPROM: EEPROM stands for Electrically Erasable Programmable Read Only Memory. This type of ROM can be erased and programmed with the help of an electric pulse. |
|
| 48. |
Compare human beings with computer. |
|
Answer» A computer is an electronic device which can process data to give meaningful information with the help of a set of instructions called ‘Program’. In a computer, following are the advantages as compared to man : 1. It is faster as compared to human beings 2. It is more accurate in comparison to the human being. “ 3. It can store a huge amount of information that can be retrieved instantly as compared to the human beings. 4. It is immune to boredom and tiredness. 5. It is versatile, can do different types of work with the same accuracy and speed. A computer has the following disadvantages : 1. A computer does not have its own intelligence that a man has. 2. A computer cannot work without power (electric or battery) |
|
| 49. |
Who is known as the Father of Computers ? |
|
Answer» Charles Babbage is known as the Father of Computers. |
|
| 50. |
Who was the first lady programmer ? |
|
Answer» Lady Ada Lovelace. |
|