This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 7451. |
How will computers be used in the future? |
|
Answer» Computers will do more BETTER work than US, HUMANS .ex..cooking ...building...we will just have to order them |
|
| 7452. |
----------- uses blue laser rays to read the data.A) Digital video disc B) Blu - ray disc C) Compact disc D) Hard disk |
| Answer» | |
| 7453. |
Full form of computer |
|
Answer» COMMON Operating Machine Particularly used for Technological ENGINEERING Research. C= Common O= Oriented M= Machine P= Particularly U= United and used under T= TECHNICAL and E= EDUCATIONAL R= Research. |
|
| 7454. |
Hard disk drive definition advantages and disadvantages |
|
Answer» ✔✔✔✔Ur answer✔✔✔✔ |
|
| 7455. |
Extension name of a power point file |
|
Answer» hey here is your ANSWER... EXTENSION name of power point FILE is .PPT |
|
| 7456. |
In computer system state and memory space is collectively known as................a) kernal b) OS c) Hard disk d) CD - ROM |
| Answer» ANSWER is (C). HARD DISK... | |
| 7457. |
A private corporate network for use by employees that is know as |
|
Answer» A private COOPERATE network for use by employee that is KNOWN as intranet .. it is USED INSIDE tge firm and only EMPLOYEES are accessible to it |
|
| 7458. |
Explain the double entry mechanism with an illustrative examine. |
|
Answer» "Every transaction is recorded in two accounts in double entry mechanism. It is assured that the total amount DEBITED is EQUAL to the total amount credited while recording the transaction in double entry. Due to this entry aspect, a simple account appears in the form of T- account. the increase and decrease of an item are recorded on the left and right sides in this FORMAT. The left side is known as debit ( abbreviated as Dr.) and the right side is known as CREDIT( abbreviated as Cr.) in the T- account. The final entry of an item is ensured by the double entry at the end of the accounting period.Under mentioned rules are TAKEN into consideration while recording a transaction into an account. Assets or Expenses/ losses: 1. Increase is debited 2. The decrease is credited. Liabilities/Capital/Revenue or Gains: 1. Increase in credited 2. Decrease in debited An example to explain it better is Arjun started a business with cash of Rs. 5,00,000. Analysis of Transaction: The transaction increased capital on one hand and the cash, on the other hand, .increased in assets and capital is credited. Therefore we have to record the transaction with debit to cash account and credit to Arjun’s capital. Cash Account: Debit Credit 5,00,000 Capital Account: Debit Credit 5,00,000 " |
|
| 7459. |
Are the program that help to send client request to the server |
| Answer» DNS is the PROGRAM which find or send REQUEST to the desired server... | |
| 7460. |
What is the differences between Duplex and multiplex |
|
Answer» first, multiplex is COMPRISING several interleaved parts while duplex is double, made up of two parts. second, multiplex is a building where several activities occur in multiple units concurrently while duplex is HOUSE made up of two DWELLING units. third, multiplex is to INTERLEAVE several activities while duplex is to MAKE. |
|
| 7461. |
What is the difference between Encoder decoder |
|
Answer» Hey friend here is your answer |
|
| 7463. |
Difference between digital signal processor and microcontroller |
|
Answer» ✔✔✔Ur answer✔✔✔ |
|
| 7464. |
Design which depicts both logical and physical as well as static and dynamic models |
| Answer» | |
| 7465. |
What is mean by topology |
|
Answer» HERE'S YOUR ANSWER.....✌️✌️ |
|
| 7466. |
Sites which are free to be downloaded online in editing a vlog. |
|
Answer» As PER my knowledge I KNOW five Vlog softwares. These are; 1. Filmora Video Editor 2.I.MOVIE 3.Windows Movie Maker 4.Pinnacle Maker 5.Final Cut Pro |
|
| 7467. |
Data mining how to calculate mean median and mode for large data sets |
|
Answer» If u mean FR continuous series ND discrete series - |
|
| 7468. |
Compare structured and unstructured semi structure data |
|
Answer» ✔✔✔Ur answer✔✔✔ |
|
| 7469. |
Which course is better, data science or data analysis for jobs in finance ? |
|
Answer» DATA ANALYSIS is the BEST for FINANCE |
|
| 7470. |
Rita is writing a C++ programe in whic, she wants to display the grades (stored in variable grade) as per the table of marks (stored in variable marks) given below: A – 90-100 B – 80-89 C – 70-79 D < 70 |
|
Answer» #include using namespace std; INT main(){ int marks; COUT<<"please enter your marks "; cin>>marks; if(marks>=90&&marks<=100) cout<<"A"; else if(marks>=80&&marks<=89) cout<<"B"; else if(marks>=70&&marks<=79) cout<<"C" else cout<<"D"; return 0; } You can modify the print STATEMENTS as you want them to be. |
|
| 7471. |
Why the multiplexing is used |
|
Answer» The very purpose of MULTIPLEXING is clearly understood in its definition only - Multiple analog signals or digital data streams are ‘combined into one signal’ over a shared medium. i.e To reduce the number of electrical connections/Wireless CHANNELS for transmission of several signals. |
|
| 7473. |
When defining a strategy for your business, how can competitor analysis help you establish a USP (or Unique Selling Point)? |
|
Answer» The unique selling proposition is the one that EFFECTIVELY sells the marketing and ADVERTISING of the product with the help of unique BUSINESS world. It is to analyse the companies that use USPs to analyse how the CAMPAIGN of the business is going. It is an ideal WAY to distinguish a company from others. |
|
| 7474. |
Which of the following statements are correct for a static member function?It can access only other static members of its class.It can be called using the class name, instead of objects.A.Only 1 is correct.B.Only 2 is correct.C.Both 1 and 2 are correct.D.Both 1 and 2 are incorrect. |
| Answer» | |
| 7475. |
Which of the following means "The use of an object of one class in definition of another class"?A.EncapsulationB.InheritanceC.CompositionD.Abstraction |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ...❤❤❤❤❤ |
|
| 7476. |
Which of the following can be overloaded?A.ObjectB.FunctionsC.OperatorsD.Both B and C |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ..... |
|
| 7477. |
What does a class hierarchy depict?A.It shows the relationships between the classes in the form of an organization chart.B.It describes "has a" relationships.C.It describes "kind of" relationships.D.It shows the same relationship as a family tree. |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ...... |
|
| 7478. |
Which of the following statements is correct?A.Data items in a class must be private.B.Both data and functions can be either private or public.C.Member functions of a class must be private.D.Constructor of a class cannot be private. |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ.... |
|
| 7479. |
How many objects can be created from an abstract class?A.ZeroB.OneC.TwoD.As many as we want |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ..... |
|
| 7480. |
Which of the following statements about virtual base classes is correct?A.It is used to provide multiple inheritance.B.It is used to avoid multiple copies of base class in derived class.C.It is used to allow multiple copies of base class in a derived class.D.It allows private members of the base class to be inherited in the derived class. |
|
Answer» ʜɪɪ ᴅᴇᴀʀ ɢᴏᴏᴅ ᴇᴠᴇɴɪɴɢ... |
|
| 7481. |
Which of the following also known as an instance of a class?A.Friend FunctionsB.ObjectC.Member FunctionsD.Member Variables |
|
Answer» ʜɪɪ ᴅᴇᴀʀ...... |
|
| 7482. |
Which of the following type of data member can be shared by all instances of its class?A.PublicB.InheritedC.StaticD.Friend |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ.... |
|
| 7483. |
Which of the following statement is correct with respect to the use of friend keyword inside a class? A.A private data member can be declared as a friend.B.A class may be declared as a friend.C.An object may be declared as a friend.D.We can use friend keyword as a class name. |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ....... |
|
| 7484. |
Which of the following keywords is used to control access to a class member?A.DefaultB.BreakC.ProtectedD.Asm |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ.... |
|
| 7485. |
Which of the following access specifies is used in a class definition by default?A.ProtectedB.PublicC.PrivateD.Friend |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ....... |
|
| 7486. |
How can we make a class abstract?A.By making all member functions constant.B.By making at least one member function as pure virtual function.C.By declaring it abstract using the static keyword.D.By declaring it abstract using the virtual keyword. |
|
Answer» ʜᴇʟʟᴏ ᴅᴇᴀʀ......❤❤❤❤❤❤ |
|
| 7487. |
A deadlock avoidance algorithm dynamically examines the |
|
Answer» A DEADLOCK AVOIDANCE algorithm dynamically examines the RESOURCE ALLOCATION STATE to ensure that a circular wait condition can never EXIST. |
|
| 7488. |
You are given a set of N positive integers and another integer P, where P is a small prime. You need to write a program to count the number of subsets of size (cardinality) 3, the sum of whose elements is divisible by P. Since the number K of such sets can be huge, output K modulo 10007 1009 (the remainder when K is divided by 1009) |
|
Answer» <P>"Constraints N <= 500 P<50 All INTEGERS <=1000 Input Format First line two comma separated integers N, P The next line contains N comma separated integers Output One integer GIVING the number of subsets the sum of whose elements is DIVISIBLE by P. Give result modulo 1009 Input 5,5 3,7,12,13,15 Output 4 Explanation There are 4 subsets of size 3 with sum a multiple of 5: {3, 7, 15}, {12, 13, 15}, {7, 13, 15}, {3, 12, 15}, Hence the output is 4. " |
|
| 7489. |
FIND THE ODD TERM OUT .A. SCANNERB. POINTING DEVICEC. OMRD. PRINTER |
| Answer» B......................... | |
| 7490. |
Write down the characteristics of flow chart |
| Answer» | |
| 7491. |
Which is the fibre which is not advised to wear while cooking |
|
Answer» "Synthetic is the fibre which is not advised to WEAR while COOKING as it CATCHES fire easily and melts on heating. Synthetic fibres such as polyester also catch fire easily and after melting it sticks to the body of the person wearing it causing severe burns. So it is advised to wear cotton clothes or apron while cooking FOOD in the KITCHEN and also while working in the laboratory." |
|
| 7492. |
the table of field in that contains long text and all kinds of data is option logical field, text field, memo field. |
| Answer» | |
| 7493. |
A single column or Unit in a table is called...................... |
| Answer» | |
| 7494. |
Write a brief note about the technical development in third generation of computer |
|
Answer» Sorrryyyyyyyyyyyyyyyy |
|
| 7495. |
RDBMS is an acronym for |
| Answer» RELATIVE DATABASE MANAGEMENT SYSTEM | |
| 7496. |
What is the full form of ias? |
| Answer» INDIAN ADMINISTRATIVE SERVICE..... | |
| 7497. |
Fill in the blanks the process of collecting data is known as................ |
| Answer» DATA COLLECTION is the PROCESS of COLLECTING data. | |
| 7498. |
List the limitations of internal memory |
|
Answer» They are NON expendable and are fixed. |
|
| 7499. |
What is computer aided manufacturing?Explain. |
|
Answer» HEY |
|
| 7500. |
7^3Kicking it up a NotchPlz crack this |
|
Answer» "7^3 is equivalent to 7 * 7 * 7 = 343 While kicking up the NOTCH MEANS to INCREASE the level of something that is moving to the NEXT level. Hence the 7^3 means that the next highest setting is the 343. However, the things will MOVE to the next level as soon as it 343. " |
|