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. |
By firmware we understand________A. physical equipment used in a computer systemB. a set of instructions that causes a computer to perform one or more tasks.C. the people involved in the computing process.D. a set of programs that is pre-installed into the read only memory of a computer during the time of manufacturing |
| Answer» Correct Answer - D | |
| 2. |
Define inheritance. |
|
Answer» Inheritance is the process by which objects can acquire the properties of objects of other class. |
|
| 3. |
What is a structure? Give an example. |
|
Answer» A structure is a collection of variable which can be same or different types. Example: struct student { int regno; char name[20]; char class[5]; char combination[4]; float fees; } st1,st2,st3; |
|
| 4. |
Name the different types of type conversion. |
|
Answer» The different types of type conversion are Implicit conversion and Explicit conversion. |
|
| 5. |
Write the syntax and example of 2-dimensional array declaration. |
|
Answer» Declaration syntax of two dimensional array. Syntax: <data-type> <array-name> [<rowsize>] [<columnsize>]; Example: int marks[5][5]; |
|
| 6. |
Name any two activities of Cash Flow Statement. |
|
Answer» Operating activities and Investing Activities are two activities of Cash Flow Statement. |
|
| 7. |
Mention the different types of functions. |
|
Answer» The two types of functions are in-built functions and user defined functions. The functions are also classified as function with no argument and no return value, function with argument and no return value, function with argument and return value and recursive function. |
|
| 8. |
Which of the following uses a handheld operating system?A. A supercomputerB. A personal computerC. A laptopD. A PDA |
|
Answer» Correct Answer - D A handheld operating system (also known as mobile operating system) is an operating system that operates on smart phones, tablet, PDA (personal digital assistant) or other digital mobile devies. |
|
| 9. |
Define Working Capital. |
|
Answer» Excess of Current assets over Current Liabilities is called working Capital. i.e. Current Assets – Current Liabilities |
|
| 10. |
What is the use of word art? |
|
Answer» The word art is application of text that can be presented as graphical rich text. The graphical text can be filled with effects, shown upside down, wavy texts, text in arch shape etc., |
|
| 11. |
Define Position Statement. |
|
Answer» A statement of Assets and Liabilities prepared at the end of accounting year to depict the financial position of the business is called position statement. |
|
| 12. |
The process that deals with the technical and management issues of software development is_______A. Delivery processB. Control processC. Software processD. testing process |
| Answer» Correct Answer - C | |
| 13. |
The common name for a modulator-demodulator is_______A. modemB. joinerC. networkerD. connector |
| Answer» Correct Answer - A | |
| 14. |
Explain impact printers. Give an example. |
|
Answer» Impact printers forms characters or images by striking a mechanism such as a print hammer or wheel against an inked ribbon, leaving an image on paper. For example, dot matrix printer. |
|
| 15. |
A joystick is primariy used for________A. control sound on the screenB. computer gamingC. enter textD. draw pictures |
| Answer» Correct Answer - B | |
| 16. |
The sytem unit:-A. coordinates input and output divicesB. is the container that houses electronic componentsC. is a combination of hardware and softwareD. controls and manipulates data |
| Answer» Correct Answer - B | |
| 17. |
Which is not a storage device?A. A CDB. A DVDC. A floppy diskD. A printer |
|
Answer» Correct Answer - D Storage devices are data storage devices that are used in the computers to store data. CD, DVD, floppy disk and hard disk are all types of storage devices. Printers are output devices used to prepare permanent output on paper. |
|
| 18. |
A collection of interrelated records is called a-A. utility fileB. management information systemC. databaseD. spreadsheet |
| Answer» Correct Answer - C | |
| 19. |
Write one limitation of financial statement. |
|
Answer» It may be affected by window dressing. |
|
| 20. |
Write the general structure of C++ program. |
|
Answer» #include <iostream> //main() is where program execution begins. int main() { cout <<"Hello world";// prints Hello world return o; } The various parts of the above program: 1. headers, which contain information that is either necessary or useful to program. For this program, the header is needed. 2. The next line // main() is where program execution begins, is a single-line comment available in C++. Single-line comments begin with // and stop at the end of the line. 3. The line int main() is the main function where program execution begins. 4. The pair of { } indicates the body of the main function. 5. The next line cout<< “This is my first C++ program.”; causes the message “This is my first C++ program” to be displayed on the screen. 6. The next line return 0; terminates main( )function and causes it to return the value 0 to the calling process. |
|
| 21. |
Supercomputers_________A. are smaller in size and processing capability than mainframe computersB. are common in majority of householdsC. contain thousands of microprocessorsD. are rarely used by researchers due to their lack of computing capacity. |
| Answer» Correct Answer - C | |
| 22. |
A joystick is primarily used to/for_____.A. Control sound ot he screenB. Computer gamingC. Enter textD. Draw pictures |
|
Answer» Correct Answer - B Joysticks are primarily used for computer gaming. These are input devices that are connected to a computer to manage game controls such as moving front, behind and sideways, shooting or other gaming tasks. Hardcore games prefer joysticks over keyboard controls. |
|
| 23. |
If \( \tan \left(\frac{\pi}{4}+\theta\right)+\tan \left(\frac{\pi}{4}-\theta\right)=x \), write the value of \( \tan ^{2}\left(\frac{\pi}{4}+\theta\right)+\tan ^{2}\left(\frac{\pi}{4}-\theta\right) \) in terms of \( x \). |
|
Answer» \(tan(\frac\pi4 + \theta) + tan(\frac\pi4 - \theta) = x\) ⇒ \(\cfrac{tan\frac\pi4 + tan\theta}{1- tan\frac\pi4 \,tan\theta} + \cfrac{tan\frac\pi4 - tan\theta}{1 + tan\frac\pi4\,tan\theta} = x\) ⇒ \(\frac{1 + tan\theta}{1 - tan\theta} + \frac{1-tan\theta}{1 + tan\theta} =x\) ⇒ \(\frac{(1 + tan\theta)^2 + (1 - tan\theta)^2}{(1 - tan\theta)(1 + tan\theta)} = x\) ⇒ \(x = \frac{2(1 + tan^2\theta)}{1 - tan^2\theta}\) ......(1) Now, \(tan^2(\frac\pi4 + \theta) + tan^2(\frac\pi4 - \theta)\) \(= \left(\frac{1 + tan\theta}{1 - tan\theta}\right)^2 + \left(\frac{1 - tan\theta}{1 + tan\theta}\right)^2\) \(= \frac{(1 + tan\theta)^4 + (1 - \tan\theta)^4}{(1 - tan\theta)^2(1 + tan\theta)^2}\) \(= \frac{2(1 + 6tan^2\theta + tan^4\theta)}{(1 - tan^2\theta)^2}\) ......(2) From (1), \(x^2 -2 = \frac{4(1 + tan^2\theta)^2}{(1 - tan^2\theta)^2} - 2 \) \(= \frac{4(1 +2tan^2\theta + tan^4\theta)}{(1 - tan^2\theta)^2} - 2\) \(= \frac{4(1 + 2tan^2\theta + tan^4\theta) - 2(1 - 2tan^2\theta + tan^4\theta)}{(1 -tan^2\theta)^2}\) \(= \frac{2 + 12tan^2\theta + 2tan^4\theta}{(1 - tan^2\theta )^2}\) \(= \frac{2(1 + 6tan^2\theta + tan^4\theta)}{( 1 - tan^2\theta )^2}\) \(= tan^2(\frac\pi4 + \theta) + tan^2(\frac\pi4 -\theta)\) (From(2)) Hence proved. |
|
| 24. |
To view information on the web you must have a____________A. Cable modemB. Web browserC. Domain Name serverD. Hypertext viewer |
| Answer» Correct Answer - B | |
| 25. |
Mention any one subhead under the head Shareholders’ Fund. |
|
Answer» Share Capital Reserves & Surplus |
|
| 26. |
A collection of conceptual tools for describing data, relationships, semantics and constraints is referred to asA. ER modelB. Data baseC. Data ModelD. DBMS |
| Answer» Correct Answer - C | |
| 27. |
The cost of a given amount of computing power has__________dramatically with the progress of computer technology.A. stayed the sameB. changed proportionally with the economyC. increasedD. fluctuated |
| Answer» Correct Answer - D | |
| 28. |
Mention three advantages of flow chart. |
|
Answer» The three Advantages of flowchart are: 1. It is a means of communication and easy to understand 2. Easy to convert into a program code. 3. Independent of programming language. i.e., a flowchart can be used to write programs using different programming languages. 4. Easy to test the program for errors and easy removal of such errors |
|
| 29. |
Android is_______A. Operating systemB. ApplicationC. InterfaceD. A collectionof all these |
| Answer» Correct Answer - D | |
| 30. |
Reusable optical storage will typically have the acronymA. CDB. DVDC. ROMD. RW |
| Answer» Correct Answer - D | |
| 31. |
Maximum number of Partners in a partnership firm are .......... |
|
Answer» Maximum number of Partners in a partnership firm are 50. |
|
| 32. |
What is the use of language translator? Explain. |
|
Answer» The language translators translate user written high level language programs to equivalent machine or assembly language program. There are three different types of translators. They are compiler, interpreter and assembler. 1. Compiler: It is a computer language translator that checks the entire userwritten program and if error-free, produces a complete program in machine language. 2. Interpreter: The Interpreter is a language translator which translates high level programs one statement at a time and, if error free, executes. |
|
| 33. |
What is ISO 9362 is related to in context with banking technology?A. RTGS transfersB. NEFT transfersC. SWIFT transfersD. All of them |
| Answer» Correct Answer - C | |
| 34. |
When you install a new program on your computer, it is typically added to the _______menu.A. all programsB. select programsC. start programsD. desktop programs |
| Answer» Correct Answer - A | |
| 35. |
You can protect sensitive data from prying eyes usingA. EcryptionB. PasswordsC. File locksD. File permissions |
| Answer» Correct Answer - D | |
| 36. |
A file is often referred to as a(n)________A. WizardB. DocumentC. PaneD. Device |
| Answer» Correct Answer - B | |
| 37. |
Name any one activity ratio. |
|
Answer» Inventory Turnover Ratio |
|
| 38. |
Which product GST is not levied? |
|
Answer» Alcoholic liquor for human consumption, Petroleum crude and four petroleum products, Electricity. |
|
| 39. |
Which of the following device is a volatile storage?A. RAMB. Hard DiscC. Magnetic tapeD. Floopy disc |
| Answer» Correct Answer - A | |
| 40. |
What is office open XML?A. A file formateB. A softwareC. A electronic deviceD. An international standard |
| Answer» Correct Answer - A | |
| 41. |
To protect yourself from computer hacker intrusions you should install a________A. FirewallB. mailerC. MacroD. Script |
| Answer» Correct Answer - A | |
| 42. |
Solve the quadratic equation :-- 4t^2+2t-(√3+3)=0 |
|
Answer» नहीं आता A = 3t - 4t2dv/dt = 3t - 4t2dv = (3t - 4t2)dt Integrate v = 3t2/2 - 4t3/3 At t = 1s v = 3/2 - 4/3 v = 0.166m/s hua |
|
| 43. |
Any two differences between Partners’ Fixed Capital Account and Fluctuating Capital Account. |
||||||||||||||||||
|
Answer» i) Distinction between Fixed & Fluctuating Capital Accounts:
|
|||||||||||||||||||
| 44. |
Which of the following is done to form a page break in word?A. Position the cursor at the appropriate place and press F.1B. Use the Insert/Section Break.C. Position the cursor at the appropriate place an pressure Ctrl+Enter.D. Change the font size and colour of the document. |
| Answer» Correct Answer - B | |
| 45. |
Which of the following company owns/uses the virtual hard disk (.vhd) formate for virtual PC?A. IBMB. MicrosoftC. IntelD. Google |
| Answer» Correct Answer - B | |
| 46. |
What type of computers are client computers (most of the time) in a client-server system?A. MainframeB. Mini-computerC. MicrocomputerD. PDA |
| Answer» Correct Answer - A | |
| 47. |
Which contents are lost when the computer turn off?A. storageB. inputC. OutputD. memory |
| Answer» Correct Answer - D | |
| 48. |
The translator program used in assembly language is calledA. CompilerB. AssemblerC. InterpreterD. Translator |
| Answer» Correct Answer - B | |
| 49. |
state one difference between fixed capital Account and fluctuating capital Account of partners . |
|
Answer» Fixed Capital Method : Under this method two accounts are maintained for each partner, 1. Capital Account and 2. Current Account. Fluctuating Capital Method : Under this method, only one account, i.e. capital account is maintained for each partner. |
|
| 50. |
Large transaction processing systems in automated organisation areA. Online processingB. Batch processingC. Once-a-day processingD. End-of-day processing |
| Answer» Correct Answer - B | |