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. |
What is the full form of e-mail? |
|
Answer» Electronic Mail |
|
| 2. |
What is Prime Minister Rural Road Project? |
|
Answer» The Prime Minister Rural Road Project was announced on 25th December 2000 by the Prime Minister with an aim to connect each village of the country with main roads. Under this project all villages with 1000 or more population (as per 1991 census) were planned to be connected by roads by 2003. Villages with population between 500 and 1000 were planned to be connected by road by 2007. Villages with 250 or more population in tribal areas were planned to be connected under this project. |
|
| 3. |
What are the main communication service required for video calling? |
|
Answer» 3G and 4G are the main communication service required for video calling. |
|
| 4. |
Name the main categories of airports in India. |
|
Answer» Following are the main categories of airports in India: International Airport First Class Airport |
|
| 5. |
Define MS-Word 2007. |
|
Answer» MS-Word 2007 is a Word processing software package, which allows you to easily create a variety of professional looking documents like letters, reports and other documents using features such as Themes, Styles, SmartArt and more. It is a powerful tool chat you can use to create effective documents. |
|
| 6. |
Why is multimedia necessary? |
|
Answer» Multimedia is necessary because it is a very effective presentation tool. When the various elements of multimedia like pictures, animations, sound, video clips are linked together, then these can enhance the thought process of the human brain. |
|
| 7. |
Define stack. |
|
Answer» A stack is a data structure that allows adding and removing elements in a particular order. Every time an element is added, it goes on the top of the stack; the only element that can be removed is the element that was at the top of the stack. |
|
| 8. |
Write the deletion operation of queue containing numbers using class. |
|
Answer» class queue: s=[] def insert(self): a=input(“Enter the number:”) queue.s.append(a) def delete(self): if (a.s==Q): print “Queue Empty” else: print “Deleted element is: ”,queue.s[0] del queue.s[0] def display(self): l=len(queue.s) print “QUEUE CONTENTS” for i in range(0,l): print queue.s[i] a=queue() n= input(“Enter no. of numbers”) for i in range(n): a.insert() a.delete() a.display() |
|
| 9. |
Write Add(Fruit) and Remove (Fruit) methods in Python to insert name of a Fruit and to delete name of a Fruit considering them to act as Insert and Delete operations of the data structure Queue. |
|
Answer» def que insert (fruit, Rear) : ch=‘y’ while ch==‘y’ or ch==‘yes’ Frt=input(“Enter a fruit”) Rear=Rear + 1 Fruit, append (Frt) print(“Do you wand to Add more”) ch=input ().upper ( ) if ch==’N’ or ch==‘No’ : break return rear def quedelete (Fruit, Rear): if not len (fruist): print f(“Fruit + list is empty”) else : Rear = Rear – 1 Frt = Fruit.pop( ) print(“Fruit is delete from list”) return Rear |
|
| 10. |
Write the insertion operation of queue containing character using class. |
|
Answer» class queue: s=0 def insert(self): a=raw_input(“Enter any letter:”) queue.s.append(a) def display (self): l=len(queue.s) print “QUEUE CONTENTS” for i in range(o,l): print queue. s[i] a=queue() n= input(“Enter no. of letters”) for i in range(n): a.insert() ch = raw_input(“Do you want to insert more letters”) if ch==‘y’: a.insert() a.display() |
|
| 11. |
What are the functions of money? |
|
Answer» Functions of money: The currency money immediately came into action with following functions: Going forward, the world realized the need to maintain the value of money at world level. This gave rise to banks as institutions for safety of money, transfer of money and maintaining the value of money. |
|
| 12. |
Fill in the blanks :1. The transport sector can be divided into …………….. types. 2. Road transport plays a …………… role to other modes of transport. 3. Roads can be made even on ……………… topography. 4. The first train in India ran between Mumbai and ………………….. 5. Transport through ……………… gauge is costly and time consuming. 6. Many solids which can be easily melted can be transported through ……………………. 7. The National Waterways 1 runs through the river ……………………. 8. The National Waterways 2 runs through the river 9. A ………………… is the place where ships anchor. 10. E-mail began in the year ………………… |
|
Answer» 1. Three 2. Supplementary 3. Uneven 4. Thane 5. Meter 6. Pipelines 7. Ganga 8. Brahmaputra 9. Port 10. 1972 |
|
| 13. |
Crude oil is transported to oil refineries mainly through which of the following? (A) Road (B) Pipeline (C) Train (D) Waterways |
|
Answer» (B) Pipeline |
|
| 14. |
How have banks evolved to current scenario? |
|
Answer» (A) Evolution of banks:
(B) Functions of money: The currency money immediately came into action with following functions: Going forward, the world realized the need to maintain the value of money at world level. This gave rise to banks as institutions for safety of money, transfer of money, and maintaining the value of money |
|
| 15. |
Write an HTML code for a web page for your supermarket named “HELPLINE SUPER MARKET’ with the following details and features.(1) A heading followed by a paragraph of 2 sentences about the district using text formatting tags and attributes. (2) Give postal address of the supermarket with phone number and email id.(3) Include a marquee that “Hurry up, 50% o for all purchase”.OR (b) Explain and compare the features of any four scripting languages. |
|
Answer» <html> <head> <title> HelpLine Super Market </title> </head> <body bgcolor=”cyan"> <marquee bgcolop=”red” height=”40">Hurr<h1 align="Center">HELPLINE<br>SUPERM <h2 align ="left"><u><i>Trichur</i></u></h2> <p>Our district is Trichur. It is situated in th </p> Postal Address <br> HELPLINE SUPER MARKET, <br> Main Road, Irinjalakuda. <br> Phone No.9999900000. <br> Email Id: [email protected] </body> </html> (b) (1) JavaScript: Java script(developed by Brendan Eich for the Netscape browser) is a platform-independent scripting language. Means It does not require a particular browser. That is it runs on any browser hence it is mostly accepted scripting language. (2) VB Script: VB Script(developed by Microsoft) is a platform-dependent scripting language. Means it requires a particular browser(MS Internet Explorer) to work that is why it is not a widely accepted scripting language. (3) Active Server Pages (ASP) (1) ASP introduced by Microsoft (2) ASP stands for Active Server Page. (3) ASP’s are web pages that are embedded with dynamic contents, such as text.HTML tags and scripts. (4) An ASP le uses .asp extension. (5) In ASP, the script execute in the server and the effect will be sent back to the client computer. (6) Here a real time communication exists between the client and server. (7) ASP applications are very small. (8) The only server used is Microsoft Internet Information Server(IIS), hence it is platform dependant (4) Java Server Pages (JSP) (1) JSP introduced by Sun Micro System (2) JSP stands for Java Server Page. (3) An JSP le uses .jsp extension (4) It is platform independent (5) It uses Apache Tomcat web server (6) JSP binds with Servlets(Servlets are Java codes run in Server to serve-the client requests). |
|
| 16. |
What are Database and DBMS? |
|
Answer» 1. A Database is often abbreviated as DB. 2. A database is a collection of interrelated data. 3. Full form of DBMS is Database Management System 4. A Database Management System is software for creating and managing databases. 5. The Database Management System provides users and programmers with a systematic way to create, retrieve, update and manage data. |
|
| 17. |
Write the push operation of stack containing names using class. |
|
Answer» class stack: s=[] def push(self): a=r’aw_input(“Enter any name :”) stack.s.append(a) def display(self): l=len(stack.s) for i in range(l-1,-1,-1): print stack.s[i] a=stackO n= input(“Enter no. of names”) for i in range (n): a.push() a.display() |
|
| 18. |
Full form of DBMS is ___________ (A) Database Machine System (B) Direct Banking Management System (C) Data Bank Management (D) Database Management System |
|
Answer» (D) Database Management System |
|
| 19. |
___________ is used to control user access in a database. |
|
Answer» Data Control Language |
|
| 20. |
True or False:1. A database is often abbreviated as DB2. Hardware is a collection of interrelated data. |
|
Answer» 1. True 2. False |
|
| 21. |
What is tracking? |
|
Answer» TrackIng: The act or the process of following something or source one. |
|
| 22. |
Which guided media provide secure transmission amongst all of them? |
|
Answer» Optical fibre provides secure transmission as compared to twisted pair and co-axial cable. As, it is more immune to tapping than copper cables. |
|
| 23. |
Explain Relationships in the database. |
|
Answer» 1. Relationships link data from individual tables to increase the usefulness of the database. 2. A Relationship in the context of databases is a situation that exists between two relational database tables. |
|
| 24. |
1. Relationships link data from individual tables to increase the usefulness of the database.2. A Relationship in the context of databases is a situation that exists between two relational database tables. |
|
Answer» 1.True 2 .True |
|
| 25. |
___________ relationships can also be viewed as Many-to-One relationships, depending on which way you look at it. (A) One-to-One (B) One-to-Many (C) Many-to-Many (D) Database |
|
Answer» (B) One-to-Many |
|
| 26. |
Explain the concept of RDBMS. |
|
Answer» 1. RDBMS stands for Relational Database Management System. 2. In Relational Database Management System a database is considered as a collection of interrelated data. |
|
| 27. |
What is SQL and categories of SQL commands? |
|
Answer» 1. The full form of SQL is Structured Query Language. 2. Structured Query Language is the standard language for Relational Database Management Systems. 3. The full form of DDL is Data Definition Language. 4. Data Definition Language statements or commands are used to define and modify the database structure of your tables or schema. 5. The full form of DML is Data Manipulation Language. 6. Data Manipulation Language statements or commands are used for managing data within tables. 7. The full form of DCL is Data Control Language. 8. Data Control Language is used to control user access in a database. |
|
| 28. |
___________ is a collection of interrelated data. (A) Database (B) Direct Banking (C) Data Bank (D) Direct Bank |
|
Answer» Correct Answer is (A) Database |
|
| 29. |
There are different data models like ___________ model, ___________ model and ___________ model.(A) Network (B) Hierarchical (C) Relational (D) Retrieve (E) Manipulate |
|
Answer» (A) Network, (B) Hierarchical, (C) Relational |
|
| 30. |
A ___________ in the context of databases, is a situation that exists between two relational database tables. (A) Relationship (B) Primary Key (C) Foreign Key(D) Table |
|
Answer» (A) Relationship |
|
| 31. |
Discuss the types of relationships in Relational Database Design. |
|
Answer» 1. In a One-to-One relationship, one record in a table is associated with one and only one record in another table. 2. One-to-Many relationships can also be viewed as Many-to-One relationships, depending on which way you look at them. 3. A Many-to-Many relationship occurs when multiple records in a table are associated with multiple records in another table. |
|
| 32. |
___________ consists of columns and rows. (A) Table (B) Database (C) Record (D) Tuple |
|
Answer» Correct option is (A) Table |
|
| 33. |
In ___________ a database is considered as a collection of interrelated data. |
|
Answer» Relational Database Management System |
|
| 34. |
in ___________ a database is considered as a collection of interrelated data. (A) Relational Database Management System (B) Regional Database Management System (C) Recovery Database Management System (D) Recovery Database Microsoft System |
|
Answer» (A) Relational Database Management System |
|
| 35. |
Full for of DBMS is ___________ |
|
Answer» Database Management System |
|
| 36. |
1. ___________ designer decides the name of the table and titles of columns.2. A ___________ is composed of fields and contains all the data about one particular person, company, or item in a database. |
|
Answer» 1. Database 2. Record |
|
| 37. |
___________ is a field (or collection of fields) in one table that refers to the Primary Key in another table. (A) Key (B) Primary Key (C) Foreign Key (D) Table |
|
Answer» (C) Foreign Key |
|
| 38. |
The group of one or more columns used to uniquely identify each row of a relation is called its ___________ (A) Key (B) Primary Key(C) Foreign Key (D) Table |
|
Answer» (B) Primary Key |
|
| 39. |
A Database consists of one or more ___________ according to which ___________ is stored in a table. (A) Tables (B) Data (C) Capabilities(D) Columns (E) Rows |
|
Answer» (A) Tables, (B) Data |
|
| 40. |
1. The group of one or more columns used to uniquely identify each row of a relation is called its ___________2. ___________ is a field (or collection of fields) in one table that refers to the Primary Key in another table. |
|
Answer» 1. Primary Key 2. Foreign Key |
|
| 41. |
___________ designer decides the name of the table and titles of columns. (A) Table (B) Database (C) Record (D) Tuple |
|
Answer» Correct option is (B) Database |
|
| 42. |
1. The record designer decides the name of the table and the titles of columns.2. A Tuple is composed of fields and contains all the data about one particular person, company, or item in a database. |
|
Answer» 1. False 2. False |
|
| 43. |
A ___________ consists of one or more tables according to which data is stored in a table.(A) Table (B) Database (C) Record (D) Tuple |
|
Answer» Correct option is (B) Database |
|
| 44. |
Table consists of ___________ and ___________ (A) Properties (B) Fields (C) Capabilities (D) Columns (E) Rows |
|
Answer» (D) Columns, (E) Rows |
|
| 45. |
A ___________ is composed of fields and contains all the data about one particular person, company, or item in a database (A) Table (B) Database (C) Record (D) Tuple |
|
Answer» Correct option is (C) Record |
|
| 46. |
A table consists of information which is stored under different headings, called as ___________ or ___________ (A) Properties (B) Fields(C) Capabilities (D) Retrieving (E) Columns |
|
Answer» (B) Fields, (E) Columns |
|
| 47. |
1. Durability ensures that the result or effect of a committed transaction persists in case of a system failure.2. RDBMS stands for Relational Database Management System. |
|
Answer» 1. True 2. True |
|
| 48. |
___________ statements or commands are used to define and modify the database structure of your tables or schema. (A) Data Definition Language (B) Database Device Language (C) Device Definition Language (D) Data Division Language |
|
Answer» (A) Data Definition Language |
|
| 49. |
___________ statements or commands are used for managing data within tables. (A) Data Manipulation Language (B) Data Machine Language (C) Data Management Language (D) Device Manipulation Language |
|
Answer» (A) Data Manipulation Language |
|
| 50. |
Full form of SQL is ___________ (A) Structured Query Language (B) Structured Question Language (C) Sequence Question Language (D) Simple Query Language |
|
Answer» (A) Structured Query Language |
|