Explore topic-wise InterviewSolutions in .

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.

8101.

What are the device use to connect to internet

Answer»

Router and SATELLITE connection.


Router is the main device needed for connecting any device to internet via cables. If you want to convert your internet through DIGITAL signals via mobile or phone, you are supposed to convert them via satellite signals.


Wi-fi router is the best device which is used for connecting any device in a PARTICULAR range. This Wi-Fi router is also called as WAP which is Wireless Access POINT.

8102.

In which applications areas data structure is extensively used?

Answer»

"A Graph is a data structure with NODES and edges connecting. It is one of the data structures that find wide APPLICATION in multiple FIELDS. It has been used find the relationship between TWO data items or components or to find the connectivity between two different nodes in COMPUTER Network. "

Hope it helps you......



Mark me as a brain list...... dear

8103.

What is super computer

Answer» SUPER computer is the most powerful type of computer.
It consist of several processors, very high storage capacity.
The speed of modern supercompuer is measured in petaflops where 1 petaflop = 1 quadrillion INSTRUCTIONS per second.
Example - Milkyway2

HOPE YOU LIKE THE ANSWER!
8104.

What is the base of primary number system

Answer»

✔✔✔Ur answer✔✔✔


✔✔Simply put, a number system is a way to represent numbers.
⭐⭐⭐⭐
✔✔We are USED to using the ✔base-10✔ number system which is also called decimal.
⭐⭐⭐⭐
✔✔Other common number SYSTEMS INCLUDE base-16 (HEXADECIMAL)✔✔base-8 (octal)✔✔and base-2 ✔✔(binary).✔✔

8105.

How to copy hidden system files of dos to another disk you can use the command?

Answer»

Press the mouse RIGHT button to OPTIONS then CHOSE COPY options

8106.

In c++ program what is the data type of students in class room

Answer» INT is the DATA TYPE for WHOLE NUMBERS
8107.

Two advantages of backup and utility software

Answer»

Higher Reliability – PERHAPS the biggest benefit of regular remote data BACKUP is its great reliability. Remote backup can be automated and updated on a daily basis, or you can even back up your data at a set time. Plus, since this is done via the Internet, you will always be able to recover any files you need quickly.

Easy Set-Up – Backing up your data may sound like a daunting task, but when you do it remotely, it’s as easy as a few clicks! Just have an IT professional set up the system and the schedule or automation, and you can rest easily knowing that your data is protected, backed up, and up-to-date.

Reduced Workload – Manual backing up files can be very time-consuming and always requires at least one person to do the job. Since remote data backup INVOLVES automation, you won’t need to worry about taking the time to back it up with a CD or a USB drive, and you’ll always know where the backups are. This will help you save quite a bit of time and frustration.

Greater SECURITY – When you employ remote data backup, you store your data in a secure location, making it physically safe. This is typically done via advanced encryption tools that are used at both the hardware and software level. You will never have to worry about others locating and compromising your data with remote data backup.

Saves Money – Think about all of the equipment you need when you manually back up your data. You’ll need a lot of physical storage solutions for your computers, and if you have many computers with large amounts of data, that can be a costly and burdensome solution. If your company operates in an industry in which backups are mandatory, remote backup will be a cost-effective solution for your business.

If you’re interested in learning more about offsite data backup and disaster recovery options for your business, be sure to contact Network Specialists at (314) 531-2840 or learn more about us online at !and utility software
advantage of utility computing is convenience. The client doesn't have to buy all thehardware, software and licenses needed to do business. ... The burden of maintaining and administering the system falls to theutility computing company, allowing the client to concentrate on other tasks.

8108.

Give any 5 precautions you can take to protect your complete from viruses

Answer»

1. Make sure that you have adequate Antivirus protection that is kept up to date and includes real-TIME protection. Many times I have arrived onsite to deal with an infected PC and people think they are protected with antivirus software – only to find that it hasn’t been updated for six months.

2. Avoid pirated software – you may think that it might be worthwhile getting a copy of some software, particularly if you aren’t going to use it very frequently, but pirated software often comes with viruses embedded. You could suffer far harsher consequences if your software abuse gets out, so it’s best to pay for an extra license and avoid both malware and lawsuits.

3. Use an up to date internet browser – don’t continue to use Internet EXPLORER 6 or 7 because they CONTAIN vulnerabilities that Microsoft will take a long time to fix and they could easily be exploited by hackers and VIRUS creators.

4. Make sure Windows updates are installed – Windows updates often contain security updates which Microsoft release to patch up vulnerabilities found within Windows. These loop holes are often used by viruses to infect your system

5. Don’t click on unknown or suspicious links – EVEN if they are sent from somebody you know avoid clicking on unknown links; often friends or colleagues can get infected and be sending a virus on without realising.


8109.

How can you highlight text without using the mouse?

Answer»

Press the ''RIGHT ARROW'' KEY while keeping the ''SHIFT" key held down.

8110.

How to repair corrupted memory card without formatting using cmd?

Answer»

✔✔✔Ur answer✔✔✔


✔✔Follow setup✔✔


☺My SD card no WORK try u☺

•Connect the corrupted pen drive or SD card to your computer.✔

•Hover your mouse over the Start button and Right-click.✔

•Click Command Prompt (Admin). A CMD window will open.✔

•Type diskpart and press Enter.✔

•Type list disk and press Enter. A list of all the storage devices connected to your computer will be displayed.✔

•Type select disk  and press Enter. (Example: select disk 1). Important: Make sure you enter the number correctly. Otherwise, you may format your internal hard drive. You can type list disk again to check whether you are going correctly. There will be a STAR (asterisk symbol) before the NAME of the selected disk.✔

•Type clean and press Enter.✔

•Type create partition primary and hit Enter.✔

•Type active.✔

•Type select partition 1.✔

•Type format fs=fat32 and press Enter. The format process will finish in a few minutes. You can write NTFS instead of fat32 if you want to carry files larger than 4 gigabytes. Don’t close the CMD until the work is finished.✔

☺☺☺☺☺☺☺☺☺☺☺☺☺

8111.

How to access global variable from within a function in php in hindi?

Answer» SUPER Global Variables in PHP –Server Configuration व Request Message Information जैसे कि Cookies, Form Parameters, WEB Browser के Address Bar में Specified URL या किसी Link पर CLICK करने पर Generate होने वाले Request Message आदि को PHP Script द्वारा तीन अलग तरीकों से Access किया जा सकता है। इन सभी प्रकार के ACCESSIBLE Information को एक शब्द EGPCS द्वारा Refer किया जाता है, जो कि ENVIRONMENT, GET, POST, Cookies व Serverका Short Form है।

PHP हमें 6 ऐसे Unique Global Arrays Provide करता है, जिनका प्रयोग करके हम Request Message में आने वाली विभिन्न प्रकार की Information को Access कर सकते हैं। ये Arrays निम्नानुसार हैं:

8112.

How many abstract classes can be derived into a single class?

Answer»

More than 1 abstract class can be derived, but not in JAVA. Yes, it is possible to abstract more than one abstract class into a single class but with the aid of Interfaces.


Interfaces are USED for implementing MULTIPLE Inheritance in java.


So, without the USE of an INTERFACE only one abstract class can be derived, and using an Interface more than one is possible.

8113.

How did the Maharaja succeed in raising his tiger tally to 99?

Answer»

When the tiger population of Pratibandapuram started to decline DUE to hunting, Maharaja banned hunting of tigers by any other person other than him.


The tiger KING MARRIED the princess of an estate with high tiger population only to turn the prophecy WRONG.


He then started to HUNT tigers from the estate of his father-in-law.

8114.

Book Review on Go,Girl,Go! by deepa agarwal no spam answers

Answer»

The book is a remarkable collection of topsy-turvy stories related to 8 FICTIONAL girls.


It is a gripping saga told in parallel UNIVERSE.


One of the most important aspects of the book is the BIASES that are embedded into the minds of the characters.


By READING the story, you can broaden your horizon of thinking and intellect.

8115.

Make a project report by observing some decaying fruits and vegetables. You will see that these have cotton mass covering. Use a hand lens to see cotton clearly

Answer»

The fruits and vegetables that decay GET covered with the cotton masses or the Fungus.


It is one of the most important micro organisms preying on the dead MASS of plant cells.


Fungi COMPRISE of multiple cells and undergo DUAL stage namely vegetative and reproductive.


They grow over a period of time in the form of cylindrical filaments.

8116.

Fire buckets story by Anjali Deshpande from the perspective of Edward Heinlein

Answer» OK check on GOOGLE and tell me SOMETHING ALSO about and and and mark me as brainliest.
8117.

Appreciation of Basketful of Moonlight Title Poet Rhyme scheme Favorite line Theme or central idea Figures of speech Special features Why I like or dislike poem

Answer»

A basketful of Moonlight is an amazing poem that describes the daily routine in such a beautiful manner.


It has described the WORK of PEOPLE.


The way they go to the CITY to earn and the kid asking the moon some help so that her father can return home on time.


She never gets to SPEND some time with him and it is an INNOCENT prayer of a kid.

8118.

Explain critical speed of a shaft having a multiple disc

Answer»

In order to ROTATE the shaft, it is VITAL to INSTILL speed that goes a long way in introducing centripetal force.


If you want to calculate the speed, it is vital to known different factors such as acceleration DUE to gravity, mass and the critical speed.


It is also accompanied by length of shaft and the centre of gravity location.


In ADDITION, angular velocity of the shaft is important for the people.

8119.

Visit five families in your locality and share the experience

Answer»

I live in a LOCALITY where mostly muslims live.


We are one FAMILY of HINDUS, one family of christians and others are muslims.


But be it christmas or eid or diwali we all celebrate every festival equally.


Communism does exist in India but only in politics otherwise we all are happy to be with our brothers whether they are muslim, sikh or christian.


We NEED to be more tolerant towards others so they can be tolerant towards US.

8120.

imagine you are evelyn write a diary entry about your past experience class9 chapter 2 the sound of music

Answer»

Dear DIARY,


I am so happy that I finally become something that I desperately wanted to be.


Even with my disability, I am able to become a perfectionist in instruments.


My ears might not help me but my senses are always there to help and it is the GREATEST blessing for me.


I am lucky to achieve the status I gained today.



If it wasn’t for Ron Forbes, I won’t have been here.


He supported me so much. It was the turning POINT for me where the vibrations and sound become my friend.


I know now that disability will never be my HINDRANCE. It is my strength.

Evelyn GLENNIE


8121.

Write 10 news ( 5 national & 5 international ) and expand them in your own words. please help me

Answer»

Announces BUSINESS NCFM recently on stock marketing in today time.


Norilsk Nick Group by its INITIAL THIRD PARTY counselling.


PPSR Check Online solution and check REGISTER for VIN solution.


Tough Lives may simplify the work easily and complete financial service. Bacteria in Mouth Could stimulate Gut Diseases

8122.

Data on earthquakes and floods in different continents over a period of fifty years.

Answer»

Japan, India, HAITI, Java EARTHQUAKE were severe. It took place in the years 2011, 2005, 2010, 2006, respectively.


Besides, the floods that CAUSED damage to many things takes place in Mumbai (India) in 2005 and Dresden flood 2002 was the most dangerous flood.


They both caused many DEATHS and damages.

8123.

Explain parallel processing in computer architecture and organization

Answer»

✔✔✔Ur answer✔✔✔✔


⭐⭐⭐ Parallel Processing In Computer Architecture And Organization ⭐⭐⭐⭐⭐⭐⭐: Parallel Processing is the processing of program instructions by _____$____________dividing them AMONG multiple processors with the objective of RUNNING a program in LESS time.
✔✔✔✔✔✔✔
In the EARLIEST computers only ONE program ran at a time.✔✔✔✔

8124.

Poem on the future of outdoor sports

Answer» SPORTS sports
make US fit
GIVE us energy
sports sports
give us BIG name
make us popular
sports sports
make me free
give us sweat
sports sports.........
8125.

What national development has been done till date?

Answer»

Although the context is missing.


However, the national DEVELOPMENT depends on DEVELOPING a nation with a vision of SUSTAINABLE development emphasizing on the strong infrastructure, health care facilities, INDUSTRIES, information and communication network and other such things are counted under the national development.


Besides, the committees work towards the development of nation.

8126.

Binary number into decimal number 100110☺️☺️☺️

Answer» HEYA , here's your answer
It will be 38.

8127.

Examples of computer applications for customer interaction

Answer»

I THINK PDF is your ANSWER.........

8128.

Which stage need to be used to call business object page from process in blue prism?

Answer»

ACTION stage is USED to CALL business object page.


This stage takes the FLOW of a page from business project page.


In here, you can specify business object name and select name of the page from the business object.


Blue prism is a part of Robotic PROCESS automation and is a part of RPA tools

8129.

Class 12 A two billion dollar dream summary in english Why should we not have a low aim

Answer»

ACCORDING to the given chapter, we must never have LOW aim in life because if we keep goals that we can easily achieve then we are not really testing our limits.


If we want to test our REAL capabilities then we must keep our goal high in life so that we can STRIVE hard to achieve it.

8130.

Article on how we are cursing the mother nature with our selfish interests and wrongful deeds

Answer»

Mother nature provides us with EVERYTHING from food to flowers and fresh air.


But we as a human being are not at all grateful to the things which she has bestowed upon with.


In the name of Industrialization, we are polluting the EARTH’s natural RESOURCES in all the way possible.


Land, air, water everything is GETTING POLLUTED, day in and day out.

8131.

When and from where did the voyagers commence their journey ?? Plz answer fast

Answer»

Voyager is the robotic probe which is used to study the outer solar system.


There were TOTAL of Two, Voyager 1 and Voyager 2 which were used to CONDUCT the space studies.


Voyager 1 in launched in 1977, to study the alignmet of JUPITER uranus,saturn and neptune.


Voyager 2 was SENT to study the Interstellar space and heliosphere of Uranus and Neptune.

8132.

Your father/mother jaa to travel long distances for work.Quite often he/she has to sleep on board trains and planes.In order to help him/her catch a good night sleep you wish to gift him/her a set of eye pad, neck and head rest, ear plugs and a light weight blanket. Write a letter to the Direct Sales Manager of M/s Deep Sleep Inc.7, Nariman Point, Mumbai, Maharashtra placing an order for these items

Answer»

DEAR Manager, M/s Deep sleep, I here by write to you in request for an order.


I WOULD like to purchase a set of ear plugs, LIGHT weight blanket, neck and HEAD rest along with a set of eye pad.


This is for my father who travels often, please send me the requested items and the PAYMENT will be done on delivery.


Thank you

8133.

Write a minimum 150-word response in which you explain one of the themes of “We Grow Accustomed to the Dark.” Be sure to cite examples from the text.

Answer»

This poem highlights four important themes COURAGE, wisdom, knowledge and uncertainty.


It is vital for a person to be wise and learned to pass the darkest hour in his life in the smoothest manner POSSIBLE.


With knowledge comes great POSSIBILITIES.


We will be able to find our way through the dark only when we adjust our EYES to the same level.


The same works for human mind too.

8134.

the wedding of your sister is taking place in a open ground near to your house .write a letter to police inspector of your area for the permission to use loud speaker at the venue of two day

Answer»
8135.

explain various activities undertaken by the Banks explain various activities undertaken by the banks

Answer»

The following are the main activities of a BANK:


1) Provides savings accounts to encourage money saving practice.


2) Provides loans to common man, business HOUSE, small business and farmers


3) Provides house BUILDING loans


4) Provides fixed DEPOSIT facilities to people.


5) Provide money deposit and withdrawal from saving accounts.


6) Carryout out on line transaction through e-transfer and e-receipt.


7) Maintains PPF for common man and many more.

8136.

create a poster for your school notice board inspiring the studentsto donate their un used clothes stationary and toys for a city orphanage

Answer»

A poster can be created to inspire students for a good cause.


The message should be CLEAR stating, if possible in a most creative way to send a message.


The message should create COMPASSION among students about orphans and donate toys, clothes and other STATIONARY.


If you are able to get their attention for the cause, then your poster will be SUCCESSFUL.


"DONATE YOUR UNUSED BELONGINGS AND BRING A SMILE OF THESE INNOCENT FACES"

8137.

The Cholas had excellent system of Administration. Explain with the help of graphic organiser

Answer»

The CHOLAS had a very efficient form of ADMINISTRATION.


They had THREE major administrative divisions known as central government, provincial government and local government.


Cholas had a monarchical form of government.


The king was considered as God.


The council of ministers and other officials were there to aid the King in RULING the state.


There were 9 provinces also known as MANDALAS. Council of ministers looked after central government.


Viceroy looked after the provincial government. http://trcollege.edu.in/study-material/26-history/55-chola-administration

8138.

prepare a speech in about 80-100 words for the morning assembly, stressing on the importans of games and sports in ensuring a healthy body and mind

Answer»

I am not knowtheanswer iam class, and a bit of a problem with this, and I will be able to get the best WAY to get the best way to get the best way to get the best way to GO for it is the best of all, and a bit more TIME and effort, I will send the best of all, and a

8139.

write a letter to your friend describing the joy of celebrating festivals in a village pls answer fast

Answer»

To,


Arjun

Chennai


Hi Arjun,

Hope you’ve completed your annual exams, I don’t KNOW when you’re going to reserve your tickets for our village.


NATIVE temple annual FESTIVAL is starting next week.


I don’t know how to express the happiness, we’ve missed the festival for the last couple of years due to our studies but this time we won’t MISS.


Still my memories of winning Kabaddi juniors trophy is staying fresh in my mind.


We will rock all the sports activities that are going to get conducted this time. Book the ticket soon.


With love,

ABHIRAM

8140.

A girl was going to see her ailing mother but suddenly complete the story

Answer»

A girl was going to see her ailing mother but SUDDENLY she got a phone call from her father
"Darling, where are you? "-said her father
"I am on my way " -girl
"please COME fast as you can" -said her father
"YES I will but what happened? " -girl
"your mother urgently got send to hospital "-father
"Oh my god is she is OK?!"-girl
"I don't know but her operation is going on"-father
"Oh god!! I am COMING, please god save my mother!!!!"-girl
"OK darling! I'll wait, please come as fast as you can"-father
"I will, bye"-girl
"OK bye"-father
After she got to the hospital, she got shocked that her mother got saved, she was so happy to see her mother and her father, but doctor said she needs to stay in I. C. u for 2 weeks

-the end-



8141.

Can we write online exams on ipad

Answer» YES we can just go to site of RESPECTED exam

please FOLLOW me ND Mark as BRAINLIEST

8142.

What do you mean by the IT term "Bandwidth" ?

Answer»

Hi,


Bandwidth is the capacity of a WIRED or wireless network communications link to transmit the maximum amount of data from one point to ANOTHER over a COMPUTER network or internet CONNECTION in a GIVEN amount of time -- usually one second.

8143.

One night raman goes to watch a movie . a theft take place in his house . write a story about 120 to 150 words

Answer»

Hungry thieves


Raman checked his doors once again before leaving the HOUSE. It was late night when he reached home.


While humming the tune form the movie, he had just seen, he opened the main door of his house.


He stopped in the MIDDLE of the drawing room for he was sure he had switched off the kitchen lights.


But they were on! How? He wondered.


As he went inside the kitchen, he was shocked.


All stuff lay SCATTERED soon the SLAB and the floor of the kitchen, and the window was wide open.


Sitting at the far CORNER of the kitchen, he found thieves who had ransacked his kitchen.


Two big fat monkeys were sitting and gobbling up my food items as if it was their own.


8144.

Explain the working principle of cpu with an example

Answer»

Here's ur answer

The COMPUTER does its PRIMARY work in a part of the machine we cannot see, a control center the converts data input to information output. This control center,called the central processing unit (CPU),is a highly complex,extensive set of electronic circuitry that executes STORED PROGRAM instructions."

8145.

Can someone say which is the most simplest computer language existing.

Answer» HTML or JAVA is EASY for me
8146.

What is computer network writes its advantages?????

Answer»

A computer network is a SET of computers connected together for the purpose of SHARING resources. The most common resource shared today is CONNECTION to the Internet. Other shared resources can INCLUDE a printer or a file server. The Internet itself can be considered a computer network.


In computer networks, computing devices exchange DATA with each other using connections (data links) between nodes. These data links are established over cable media such as wires or optic cables, or wireless media such as WiFi.

8147.

CLASS 11thITTOPIC = Programming (C++)QUESTION = Write a program to enter any 2 numbers and swap it. PLZ PLZ PLZ TELL ME THE SOLUTION FOR THIS....... PLZZZZZZZZZZZITS A BIT URGENTPLZ HELPPPPPPPPPNO SPAMMING

Answer» HEYA !!

Here is your answer..

The coding for the following program is :

___________________

#include
#include

void main()
{
int a,b,c;
clrscr();
cout<<"Enter the VALUE of A: ";
cin>>a;
cout<<"Enter the value of B: ";
cin>>b;
c=a;
a=b;
b=c;
cout<<"SWAPPING the values: "<getch();
}

___________________

Hope it
HELPS...
8148.

Explain the concept involved in object oriented programming

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 thetypes of operations (functions) that can be applied to the datastructure.In this way, the data structure becomes anobject that includes both data and functions. In addition,programmers can create RELATIONSHIPS between one object and another. For EXAMPLE, objects can inherit characteristicsfrom other objects.If you are new to object-oriented programming languages, you will need to know a few basics before you canget started with code.The following definitions will help you better understandobject-oriented programming:Abstraction: The process of picking out (abstracting) common features of objects and procedures.Class: A category of objects. The class defines all the common properties of the different objects that belong toit.Encapsulation: The process of combiningelements to create a new entity. A procedure is a type ofencapsulation because it combines a series of computer instructions.Information hiding: The process of hidingdetails of an object orfunction. Information hiding is a powerful programming technique because it reduces complexity.Inheritance: a feature that represents the "isa" relationship between different classes.Interface: the languages and codes that the applications use to communicate with each other and with the hardware.Messaging: Messagepassing is a FORM of communication used in parallel programming and object-oriented programming.Object: a self-contained entity that consists of both data and procedures to manipulate the data.Polymorphism: A programming language's ability to process objects differently depending on their data type or class.Procedure: a section of a program that performs a SPECIFIC task.

8149.

Advantages and disadvantages of internet in children's life ?? (points please)

Answer»

Advantage of Internet in children LIFE are
it helpful to the study and social knowledge and MANY other skills like handcraft etc.
disadvantages of Internet in children life is
many children see to BAD things with the HELP of Internet. .

8150.

What is bar code reader

Answer»

A bar code reader (or bar code scanner) is an electronic DEVICE that can read and output printed barcodes to a COMPUTER. Like a flatbed scanner, it consists of a light source, a lens and a light sensor translating OPTICAL IMPULSES into electrical ones. Additionally, nearly all barcode readers contain decoder CIRCUITRY analyzing the bar code's image data provided by the sensor and sending the barcode's content to the scanner's output port.