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.

24051.

write a function to find the lcm of three numbers and then through the results to find the main function​

Answer»

If you WANT to get LCM of 3+ numbers you can use your method lcmFind in following way: int a = 2; int b = 3; int c = 5; LCM L = new LCM(); int lcm = l. lcmFind(l. lcmFind(a, b), c);Explanation:

24052.

I will mark as Brainliest who would answer correctly and fastly. Chapter name= GIMP- Layers and Filters. Subject- Computer (IT)​

Answer»

B A C B AEXPLANATION:It is the sequence of the options to the FOLLOWING questions

24053.

What do we call the software which programmers use to program? Answer in one word. ​

Answer» DIFFERENT PROGRAMING language have its own IDE IDK exactly what you're asking but a set of INSTRUCTIONS used to give input with the help of PROGRAMMING language is called a program.Explanation:
24054.

Define the term instant messaging. Give any three examples of it..

Answer»

messaging (IM) technology is a type of online chat that offers real-time text transmission over the Internet. A LAN messenger operates in a similar way over a LOCAL area network. Short messages are typically TRANSMITTED between two PARTIES, when each user CHOOSES to complete a thought and SELECT "send".

24055.

Water worldYear is 3030, water is a scare resource.Civilizations live around glaciers in clusters, with a federal body (identified as F) in center melting glaciers and controlling the water distribution.Each cluster has need for water for a day and a water storage capacity.Cluster are connected to each other with a pipe identified by _.Linked clusters are connected with overflow pipes.Every time water starts flowing through pipe, the clusters drain their tanks in an instant, as they can use the water flowing to fill the tanks, and federal body sends water till the capacity is full.Federal body releases water at start of day, cluster uses water at end of day.In a pipe link like F-C1-C2-C3-C4, when federal water body targets C3, only C3 and nodes before it (here C1,C2,C3) can fill the tank, C4 can fill it only when it’s targeted.Pipes are flow controlled and water flows in forward direction only.Calculate the minimum water needed to help the civilizations survive for n days.Input is multiline. First line is the number of days to survive. Second line the number of clusters followed by their definitions. Next is the number of links in the system, followed by the link definition.Read the test cases to understand the scenarios better.Cluster defintionC1 100 300hereC1 - cluster name100 - daily water need300 - storage capacityLink definitionF_C1hereF - is the federal source of pipeC - is the sink/destination of pipe (cluster tank)Clusters don’t share water that was allocated to them with others, but water from federal body flows through them if needed.Input23 C1 100 300C2 150 300C3 100 1003F_C1F_C2C2_C3Output1100In the above on day 1, C1 gets 300, C2 gets 300, C3 gets 100End of day 1, C1 would have 200, C2 would have 150, C3 would have 0On start of day 2, C3 needs water.To supply water to C3, water needs to flow through C2.C2 would immediately drain the remaining water for other purpose so that it can fill water tank fully again from federal body.​

Answer»

what is the FORMULA of this is the

24056.

Explain following internet connectivity 1. dial-up 2. DSL 3. cable internet access 4. 3G 5. WiMAX 6. Wi-Fi

Answer»

1) Dial-up Internet access is a form of Internet access that uses the facilities of the public switched telephone network to establish a connection to an Internet service provider by dialing a telephone number on a conventional telephone LINE.2) Digital subscriber line is a family of technologies that are used to TRANSMIT digital DATA over telephone lines. In telecommunications marketing, the TERM DSL is widely understood to MEAN asymmetric digital subscriber line, the most commonly installed DSL technology, for Internet access. 3) In telecommunications, cable Internet access, shortened to cable Internet, is a form of broadband Internet access which uses the same infrastructure as a cable television

24057.

MICR code consist of which digit.​

Answer» DE is a 9- DIGIT CODE.
24058.

Write a function to append or add a line of text in an existing file​

Answer» SORRY but I don't KNOW the ANSWER 83829 211123
24059.

Water world Year is 3030, water is a scare resource. Civilizations live around glaciers in clusters, with a federal body (identified as F) in center melting glaciers and controlling the water distribution. Each cluster has need for water for a day and a water storage capacity. Cluster are connected to each other with a pipe identified by _. Linked clusters are connected with overflow pipes. Every time water starts flowing through pipe, the clusters drain their tanks in an instant, as they can use the water flowing to fill the tanks, and federal body sends water till the capacity is full. Federal body releases water at start of day, cluster uses water at end of day. In a pipe link like F-C1-C2-C3-C4, when federal water body targets C3, only C3 and nodes before it (here C1,C2,C3) can fill the tank, C4 can fill it only when it’s targeted. Pipes are flow controlled and water flows in forward direction only. Calculate the minimum water needed to help the civilizations survive for n days. Input is multiline. First line is the number of days to survive. Second line the number of clusters followed by their definitions. Next is the number of links in the system, followed by the link definition. Read the test cases to understand the scenarios better.

Answer» ANSWER is so BIG because QUESTION is ALSO big
24060.

5. A ray of light is incident through glass, with refracht index 1.52, on an interface separating glass and wewith refractive index 1.32. What is the angledrefraction if the angle of incidence of the ray in glass25°?No Spam

Answer»

Thus the value of angle of refraction is 29.1°Explanation:We are given data:REFRACTIVE index of glass = 1.52Refractive index of WATER = 1.32Angle of incidence "i" = 25°To FIND: Angle of refraction "r" = ?SOLUTION:Using Snell's LAW:n1 ( Glass) = 1.52n2 (Water) = 1.32n1 sin (i) = n2 sin t1.52 sin (25°) = 1.32 sin rr =  [arc sin (1.52 / 1.32) sin 25° ]r = 29.1°Thus the value of angle of refraction is 29.1°

24061.

Why is it important to use "name" attribute whenever we start the radio button in html form

Answer»

ITS THE PROGRAMMING FROMATExplanation:

24062.

What is online transaction ? explain with example

Answer»

Online transaction is a payment METHOD in which the transfer of fund or money happens online over electronic fund transfer. Online transaction PROCESS (OLTP) is secure and password protected. Three steps involved in the online transaction are Registration, PLACING an ORDER, and, Payment.5 thanks =inbox

24063.

The instuctions that tell the computer what to do and how to do it

Answer» CPU EXPLANATION:CPU TELLS INSTRUCTIONS to COMPUTER
24064.

Where is search box located on the ms access screen

Answer»

in upExplanation:

24065.

How many type of networking are there ? explain LAN , WAN , PAN with their drawings.

Answer»

an, DAN. GET this THING. HOPE you UNDERSTAND

24066.

What are the types of comments in java​

Answer»

tion:There are 3 types of COMMENTS in java.Single Line COMMENT(used to comment only one line)Multi Line Comment(used to comment multiple lines of code)DOCUMENTATION Comment(used to create documentation API)

24067.

Multiply 101011x110 in computer language

Answer»

11,111,210Explanation:PLEASE MARK as BRANLIST

24068.

Which card is also known as multimedia card?​

Answer»

Media Card, also known as an MMC, is a form of solid-state MEMORY introduced by SanDisk in 1997. MEASURING 24 mm × 32 mm × 1.4 mm a MultiMedia Card is similar in size and shape to an SD card. MultiMedia cards have been used in MANY digital CAMERAS since their introduction.

24069.

Expand the following: 1. LED2. POST3. CAD4. DTP5. NTFS​

Answer»

LED = Light EMITTING Diode.POST = Power On SELF TestCAD = Computer-Aided DraftingDTP =Desk-Top PublishingNTFS = NT FILE SystemExplanation:I hope it HELPS you.

24070.

Create truth table of the followin equation a) X(Y¹+Z¹)XY. b) XY¹(Z+YZ¹) +Z¹ c) A[(B¹+C)+C¹]plz guys help me , I have only 30 minutes after that my computer class will start...plz help me ​

Answer» HI...Explanation:Hope it helps YOUPLEASE MARK BRAINLIEST
24071.

Sections of systems setting windows

Answer»

In the new Settings menu, you'll find some familiar prompts: SYSTEM, Devices, Network & INTERNET, PERSONALIZATION, Accounts, Time & language, EASE of Access, Privacy, and Update & security

24072.

. Which of the following is a property of the dataset used in Machine Learning? Feature Label Model Target

Answer» DATABASE MACHINE learining PROPERTY USED an modelExplanation:
24073.

Webpage is the act of looking for webpage true or false

Answer»

Webpage is the act of LOOKING for webpage.( TRUE )Explanation:hope it HELPS you....

24074.

2.) Convert the following infix expressions into its equivalent postfix expressions (A + B ⋀D)/(E-F)+G​

Answer»

aExplanation:The given infix expression is (A + B ⋀D)/(E – F)+G.(A B D ^ + ) / (E – F) +G(A B D ^ + E F – ) + G. ‘/’ is PRESENT in stack.A B D ^ + E F – / G +. Thus POSTFIX Expression is A B D ^ + E F – / G +.

24075.

: A. code error B. works perfectly C. syntax error D. none of the above

Answer» ESTION is not COMPLETE HOPE you will UNDERSTAND
24076.

Solve these questions. ...........​

Answer»

i am CLASS 7 TH i don't KNOW what is its ANSWER

24077.

Which of the following is NOT an attribute of tag A. method B. action C. type D. None of the above

Answer»

the FOLLOWING is NOT an ATTRIBUTE of tagB. actionmark me as BRAINLIEST PLZ.....

24078.

List any 10 applications of computer.

Answer» EDUCATION INDUSTRIES HOSPITAL ENTERTAINMENT
24079.

Explain why a Slide Layout and Slide Design is a vital part of a Business Presentation.

Answer»

-Because it SHOWS that how your SLIDE LOOKS

24080.

What happens if you try to compile and run this program? #include int main(void) {int i = 3, j = i - 2 * i;switch (ij) {case 1: i++;da se2: j --;case 0: j+-; break;default: j = 0;Sprintf ("%d", ++i);return 0;​

Answer»

the program output4Explanation:What happens if you try to COMPILE and run this program? #include int main(void) { int x = 1, y = 1; float K = -1e0, m = 2e1; PRINTF("%d\n", (x >= y) + (x >= y) + (k >= y) + (m >= k) + ('q' <= 'z')); return 0; } the program OUTPUTS 4the program outputs 1the program outputs 3the program outputs 2HOPE THAT WAS helpful

24081.

INPUT IS A__________TAG

Answer»

Explanation:DEFINITION and Usage. The TAG specifies an input field where the user can enter data. The element is the most important FORM element. The element can be DISPLAYED in several ways, depending on the type attribute.

24082.

Consider that you have three dices. Now use indicator random variables to calculate the expected value of if the roll results in same number on each dice face.

Answer»

is it COMPUTER ques ?I can't understood otherwise I help U in giving ANSWEREXPLANATION:please follow and brainlist methanks

24083.

To start, define a function called strip_punctuation which takes one parameter, a string which represents a word, and removes characters considered punctuation from everywhere in the word. (hint: remember the .replace() method for strings.)

Answer»

the ANSWER for your QUESTION.

24084.

Explain the term sticky keys and filter keys.

Answer»

HolaExplanation:STICKY KEYS : used to modify the keys to REMAIN active ...Filter keys : Used to ALLOW the computer for the ignor berif .♥♥✌♥♥

24085.

INPUT IS A ________TAG

Answer» VOID ELEMENT or containertag
24086.

Is a ___________tag

Answer» TAGS are USED in HTML DOCUMENT
24087.

Is an __________ tag

Answer» FORGIVE me , I don't UNDERSTAND what are you SAYING.
24088.

Is an ___________________ tag

Answer» HASH TAG ..............
24089.

Name the computer that serve and distribute all for all files to online users

Answer» DIGITAL COMPUTER are DISTRIBUTES the FILES to the NETWORK usersExplanation:
24090.

A search engine is a program to search example information,web pages, Web pages for specified index terms, web pages for information using specified search terms

Answer»

Explanation:A WEB search engine or INTERNET search engine is a software system that is designed to carry out web search (Internet search), which means to search the World Wide Web in a systematic way for particular information specified in a textual web search query. The search results are generally presented in a line of results, often referred to as search engine results pages (SERPs). The information may be a mix of links to web pages, IMAGES, videos, INFOGRAPHICS, articles, research papers, and other types of files. Some search engines also mine data available in databases or open directories. Unlike web directories, which are maintained only by HUMAN editors, search engines also maintain real-time information by running an algorithm on a web crawler. Internet content that is not capable of being searched by a web search engine is generally described as the deep web.

24091.

What is the use of header and footer in msword? Write down the steps to add header

Answer» HEADER is used to add appropriate headings and PAGE no. , footer is used for page no. tooExplanation:1. search header and footer in the HELP bar in ms word.2. click on the header and footer option3. add text in header and footermark me as the brainliest because i am NEW
24092.

Define the term Communication Barrier. Explain any five communication Barrier

Answer» EXPLANATION:Barriers of Communication: This far we have seen what we mean by the PROCESS of communication. But, at times even after taking care of EVERY other DETAIL some misunderstandings arise. So, to eliminate these misunderstandings, we have to understand the most common barriers to effective communication. Let us see what these Barriers of Communication are!IF THIS WAS HELPFUL THEN MARK ME BRAINLIEST
24093.

what is computer?what is organization of computer?what is uses of computer?what is structure of computer?​

Answer»

r is an electronic device.Computer organisation are :-IntelIbmMicrosoftMacnd many more!Computer is used to perform CERTAIN task depend upon user .Computer STRUCTURE:-MonitorCpuMouseKeyboardSpeakerAll things are FINE abi .don't ASK questions for talking purpose.we were always GOOD friend ☺️✌️

24094.

Fill in the blanks 1. ---------------- is device that connects wireless communication devices to form a wireless network. 4 The overall design structure of the database's is called ------------------​

Answer» BLUETOOTH IHOPE it will HELP you
24095.

Explain 7 Cs of communication.

Answer» ACCORDING to the seven CSCOMMUNICATION NEEDS to be: clear, concise, concrete, correct, coherent, COMPLETE and courteous.
24096.

In which grouping the formatting of text is done in word

Answer» EXPLANATION:Formatting TEXT in Microsoft Word involves tasks like bolding the text, italicising it, and CHANGING the font and size. The COMMANDS to perform all of these formatting tasks are found on the Home tab in the Font group. Select your text and then click on the required formatting BUTTON to see the effects.PLEASE MARK ME BRAINLIEST THANKS
24097.

Router has address 172.16.2.1/23 on ethernet interface . which ip address can be assgned to host connected to ethernet interface of router and what will be hosts default gateway?

Answer» TION:EXPLANATION: The ROUTER's IP address on the E0 INTERFACE is 172.16. 2.1/23, which is 255.255. 254.0If it was helpful for you then mark my answer as brainliest and plzz follow me
24098.

A ............... Attitude help one to focus on the possible solution.

Answer» POSITIVE FOLLOW me and MARK BRAINLIEST
24099.

Dash was the first machine to have a set of programming instructions

Answer»

The answer of your QUESTION is Java .If you LIKE my answer PLEASE follow me i will also follow YU back do like also

24100.

1____________ is a device that connect wireless communication devices to from a wireless network. 4. The overall design structure of the database's is called________​

Answer»

1 computer. 2 PATA NAHI kya kuch DIMAG me nahi JUSA