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.

24951.

Differentiate between math .ceil ( ) and math. round ()​

Answer»

Math.ceil() and Math.round() methods differ in a WAY that the former round off a number to its NEAREST integer in upward direction of rounding(TOWARDS the greater value) WHEREAS the latter round off a number to its nearest integer in downward direction of rounding(towards lower value).Math.ceil(2.6)=3Math.round(2.6)=3Math.ceil(2.4)=3Math.round(2.4)=2

24952.

How to write an algorithm to solve a quadratic equation ax^2+bx+c=0

Answer» PROGRAM to find all the roots of a quadratic equation C  1 #include 2 #include  4 int main() 5 { 6 DOUBLE a, b, c, discriminant, root1, root2, realPart, imaginaryPart; 7  8 printf("Enter coefficients a, b and c: "); 9 scanf(“%lf %lf %lf”,&a, &b, &c); 10 ​ 11 discriminant = b*b-4*a*c; 12 ​ 13 // CONDITION for real and different roots 14 if (discriminant > 0) 15 { 16 // sqrt() function returns square root 17 root1 = (-b+sqrt(discriminant))/(2*a); 18 root2 = (-b-sqrt(discriminant))/(2*a); 19 ​ 20 printf("root1 = %.2lf and root2 = %.2lf",root1 , root2); 21 } 22 ​ 23 //condition for real and equal roots 24 else if (discriminant == 0) 25 { 26 root1 = root2 = -b/(2*a); 27 ​ Output Input- Enter coefficients a, b and c: 1 2 3 Output- root1 =-1+1.41421 and root2 =-1+1.41421
24953.

How many modes are available in the screen element​

Answer»

threeA Screen Mode controls how MUCH of PHOTOSHOP's interface is displayed on your screen, and there are THREE Screen MODES to choose from. The Standard Screen Mode displays the entire interface.

24954.

True/false 1. We cannot change the name of a sprite.2 Stage is the main working area where the sprite moves and perform actions.(2)​

Answer»

Here is your ANSWER:FalseTrueExplanation:PLZ MARK as BRAINLIEST...

24955.

Describe briefly the two modes of online learning​

Answer» TYPES of Online LEARNING Asynchronous Online Courses. These types of course OFFERINGS do not TAKE PLACE in real–time. ... Synchronous Online Courses. ... Hybrid Courses. ... Providing Continuity. ... Distributing Materials. ... Creating Content. ... Curating Content. ... Fostering Collaboration.Explanation:
24956.

Q. What is the correct syntax to write a for loop to iterate through the list grades? (a) for variable:(b) for variable in grades(c) variable in grades:(d) for variable in grades:Please help it's urgentClass 9th Chapter Conditional Statements And LoopsDon't even try to post irrevalent answers otherwise your 10 answers will be deleted​

Answer» OPTION d , is the CORRECT option
24957.

Can anyone solve this maths of alzebra ​

Answer» PLEASE see the above MENTIONED solution for your helpthank you for your VOTES and HEART
24958.

Write a program to display the following patter 1 2 3 4 56 7 8 910 11 1213 1415pls ans fast pls begging u ​

Answer»

hope you are satisfyiedExplanation:Input : n = 4Output : 13*24*5*610*9*8*7Input : n = 5Output :13*24*5*610*9*8*711*12*13*14*15

24959.

पत्र लेखन अनौपचारिक पत्र लहान बहिणीस गायनाचय सपधेंत बकशीश मिऴलयाबदल तिचे अभिनंदन करणारे पत्र लिहा ​

Answer»

fudjhdtduehdjid9rhfhi

24960.

২০. মেমরি পরিমাপের ক্ষুদ্রতম একক কী?ক. বিটখ, বাইটগ. কিলােবাইটঘ. মেগা বাইট​

Answer»

ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤi WANT POINTS and 100 followersㅤㅤㅤㅤㅤㅤ♦️♦️♦️♦️♦️♦️♦️♦️♦️♦️♦️♦️♦ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ️ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

24961.

How would you resize an imaze​

Answer»

With Photoshop open, go to File > Open and SELECT an image.Go to Image > Image Size.An Image Size dialog box will appear LIKE the one pictured below.Enter new PIXEL dimensions, document size, or RESOLUTION. ...Select Resampling Method. ...Click OK to accept the changes

24962.

What is ampere??spam⚡⚡​

Answer»

ampere is the si unit of currenthehe ye to MERA QUESTION haiby the WAY PALAK maine ajj sobhe EK reply kiya dekha? reply

24963.

৯, সংখ্যা পদ্ধতির ক্ষুদ্রতম প্রতীক কোনটি?খ, সংখ্যাগ, গণিতঘ. বিষয়।​

Answer»

give in ENGLISH , MARATHI or HINDI Explanation:SORRY I can't understand this language

24964.

28. What is the difference between 'Rows' and 'Columns' in a Database table.​

Answer»

Rows are a group of cells arranged horizontally to provide UNIFORMITYCOLUMNS are a group of cells aligned VERTICALLY, and they run from top to bottom. Although the main REASON for both rows and columns is to bifurcate groups, categories and so on, there is a FINE line of difference between the two.

24965.

To create Library table with the bookid, bookname, qty and price as attributes where bookid is the primary key. Perform the following queries: a. Insert 3 records into table Library b. select the details of books on the descending order of book name c. Delete the books with qty above 50

Answer»

Thomas Savery patented a pump with hand-operated VALVES to raise water from mines by suction PRODUCED by condensing steam. In about 1712 another Englishman, Thomas Newcomen, developed a more EFFICIENT steam engine with a piston separating the condensing steam from the water please mark my answer as brainlist

24966.

What is the difference between an office automation system and a knowledge work system?

Answer»

e both information workers but an office automation system supports data workers, project MANAGEMENT PROGRAMS, and videoconferencing SYSTEMS while KNOWLEDGE work systems use SPECIALIZED systems, such as CAD/CAM.

24967.

How is Internet useful in education and shopping?​

Answer»

Abstract. Internet is an important facilitator for HUMAN and human use this medium ALMOST every phase. As a shopping medium, internet attract human so attract researcher. ... TEACHER students, who have more MONTHLY income and have more internet self efficacy have positive attitude and intension to shop online.

24968.

Azim premji donated crores for promating​

Answer» AZIM Premji, the founder-chairman of WIPRO, topped the LIST of philanthropists in India for 2020 with ₹ 7,904 crore in DONATIONS. He donated ₹ 22 crore per day, according to EdelGive Hurun India Philanthropy List 2020
24969.

Reduce the following using K’map and implement circuit using gates. F = ∑m(1,2,3,6,8,12,14,15)​

Answer»

notingExplanation:

24970.

Write a program in Java to display the following pattern: 12 13 2 14 3 2 15 4 3 2 1pls ans fast​

Answer»

:- Public Class partten {Public static VOID MAIN (string args[ ])SCANNER in = new scanner (System. in);{INT I,J;for (i = 0;i<=5 i++){for (J = 0; J<=i;j++)System.out.print(chr (J) );System. out. println ( );}}

24971.

Python program to print triangle pattern of prime number.

Answer»

python PROGRAM to PRINT triangle PATTERN of prime NUMBER.

24972.

13. How to declare a range of cells in Cale?​

Answer»

To refer to a single CELL, you have to refer to a single cell. SYNTAX is simple "Range("Cell")". Here, we will USE ". SELECT" command to select the single cell from the sheet.Explanation:HOPE it helps you

24973.

Voice recognition system accept a voice as input​

Answer»

Please mark me brainliestVoice recognition is commonly used to operate a device, perform COMMANDS, or WRITE without having to use a keyboard, mouse, or press any buttons. Many ASR PROGRAMS require the USER to "train" the ASR program to recognize their voice so that it can more accurately convert the speech to text. May 16, 2020A device in which speech is used to input data or system commands DIRECTLY into a system. Such equipment involves the use of speech recognition processes, and can replace or supplement other input devices.

24974.

Short note on charts ​

Answer»

A chart is a graphical REPRESENTATION of data in which the data is represented by symbols and it is a TOOL you can in EXCEL to COMMUNICATE data graphically. Explanation: If you ask in computer then this answer HOPE it is helpful!

24975.

व्यावहारिक व्याकरण जो सदा सत्य बोलता है उसकी जीत होती है मैं कौन सा वाक्य है​

Answer»

i don't KNOW HINDI TELL me ENGLISH

24976.

23. State the different sections in an Email address.​

Answer»

2 sections explanation:EVERY email address has two main parts: a USERNAME and domain NAME. The username comes first, followed by an at (@) SYMBOL, followed by the domain name. In the EXAMPLE below, "mail" is the username and "techterms.com" is the domain name.

24977.

Short note on axis titles ​

Answer»

tion:Axis titles are words or phrases that describe the entire axis. MARKERS identify data POINTS. You can put markers on all data points in a series or on only selected data points. Grid LINES are horizontal or vertical lines that extend from the axis TICKS.

24978.

Is the military categorized as a divisional structure or not? Explain.​

Answer» TION:A DIVISION is a large military unit or formation, usually consisting of between 10,000 and 25,000 SOLDIERS. In most armies, a division is COMPOSED of several regiments or brigades; in turn, several divisions typically make up a corps.
24979.

What are the three methods in which we can create the tables..?...Hello friends answer dedo...aata ho to..​

Answer»

k on table from the menu bar, select insert and then table2. INTER the desired NUMBER of rows and COLUMNS3. CHOOSE autofit behavior if you want the tables'cells to automatically expand to fit the next inside THEM4. click ok to insert your table.

24980.

Short note on formatting cell​

Answer»

When we format cells in Excel, we CHANGE the APPEARANCE of a number WITHOUT changing the number itself. We can apply a number format (0.8, $0.80, 80%, ETC) or other FORMATTING(alignment, font, border, etc). 1.

24981.

57. Bit patterns, encoding methods, and tokens are known to (A) Physical Layer(B) DataLink Layer(C) Transport Layer(D) none of these​

Answer» NONE of theseExplanation:PLEASE MARK me as BRAINLIEST and FOLLOWME
24982.

Short note on alignment ​

Answer»

Align or ALIGNMENT is a TERM used to describe how text is placed on the screen. For example, LEFT-aligned text creates a straight line of text on the left side of the page (like this paragraph). Text can be aligned along the edge of a page, cell, div, table, or another visible or non-visible lineExplanation:plz mark my answer as BRAINLEIST BRO

24983.

53. Ethernets use (A) Ring topology(B) Bus topology(C) Star Topology(D) none of these54. Different types of networks are(A) LAN(B) WAN(C) MAN(D) All of these​

Answer»

53.none of the54.LAN PLEASE MARK me as BRAINLIEST and FOLLOWME

24984.

Explain the reward of entrepreneurship ​

Answer»

As an entrepreneur, you can PURSUE your PASSION and also make money, while being your own boss. Once the starting period of pitfalls and HURDLES is over, you can start reaping the benefits of your hard work and sacrifice. Entrepreneurship provides you with the FREEDOM to control and shape your professional LIFE.

24985.

What is difference between Private company and public company​

Answer» TION:please thanks all my answers and mark the BRAINLIEST
24986.

Think that you are a shipping clerk for a large company. You have just been handed about 1000 invoices, each of which is a single sheet of paper with a large number in the upper right corner. The invoices must be sorted by this number, in order from lowest to highest. Write down as many different approaches to sorting the invoices as you can think of. Also compute running time complexity?

Answer» AMPERE is the SI UNIT of CURRENT
24987.

Explain the type of business found in our community​

Answer»

There are many types of community BUSINESS INCLUDING shops, farms, pubs and call centres. What they all have in COMMON is that they are accountable to their community and that the profits they generate deliver positive LOCAL impact, such as BOOSTING the local economy.

24988.

48. In which topology each computer is connected to two others. (A) Ring topology(B) Bus topology(C) Star Topology(D) none of these49. In which topology all computers on the network are connected to a central hub(A) Ring topology(B) Bus topology(C) Star Topology(D) none of these​

Answer» 48, ANSWER is none of these49, answer is STAR TOPOLOGY
24989.

List the examples of service business ​

Answer»

᭄ꦿ★ANSWER★᭄ꦿ᭄Banking, INSURANCE, WAREHOUSING, COMMUNICATION SERVICES ETC.

24990.

Write a Short note on insert,apend,remove and extract value from the list.​

Answer»

Insert or Ins is a key on a COMPUTER keyboard. Insert is a file menu & Ribbon section in software that allows the user to ADD something into a document or file. append is the operation for concatenating linked lists or ARRAYS in some high-level programming languages.remove is computer terminology for delete or erase which can delete text from a document of delete entire files or folders from your hard drive.Extract may be defined as the removal of soluble constituents from a solid or liquid or semi-solid with means of suitable solvent.Explanation:Here is I just TRY to give some definition.

24991.

List the characteristics of entrepreneur ​

Answer» ENTREPRENEUR CHARACTERISTICS you can developCreativity.Passion.Motivation.Product or SERVICE knowledge.Ability to network.Self-confidence.Optimism.Vision.
24992.

35. TCP/IP was originally developed by the (A) Defense Department of India(B) Defense Department of the USA(C) Defense Department of Japan(D) none of these​

Answer» B is the answer Explanation:mark me as BRAINLIEST please
24993.

Who is said to be self employed person​

Answer»

A self-employed PERSON is an independent contractor or a SOLE proprietor who reports self-employment INCOME. Self-employed people work for themselves at a variety of trades, professions, and occupations RATHER than working for an employer.

24994.

33. The architecture of hardware, software, content and data is known as: (A) E-commerce infrastructure(B) E-business infrastructure(C) E-business web structure(D) none of these​

Answer»

E-business INFRASTRUCTURE ARCHITECTURE of hardware, SOFTWARE, content and DATA

24995.

23. The website content of a company is accessed by an end-user through using: (A) Web e-mail(B) Web client/server(C) Web server(D) Web browser​

Answer»

tion:An HTTP server is software that understands URLs (WEB addresses) and HTTP (the protocol your browser uses to view webpages). An HTTP server can be ACCESSED through the domain names of the websites it stores, and it delivers the CONTENT of these hosted websites to the end user's device.

24996.

How character and string are declared java. explain with syntax?​

Answer»

re two ways to create a String object:By string literal : Java String literal is created by USING DOUBLE quotes. For Example: String s=“WELCOME”;By NEW KEYWORD : Java String is created by using a keyword “new”. For example: String s=new String(“Welcome”);

24997.

Write short note on entrepreneur​

Answer»

An entrepreneur is an individual who creates a new business, BEARING most of the risks and enjoying most of the rewards. The entrepreneur is commonly seen as an innovator, a source of new ideas, goods, services, and business/or PROCEDURES .Entrepreneurship refers to the process of creating a new enterprise and bearing any of its risks, with the view of making the PROFIT. The person who creates a new enterprise and embraces every challenge for its DEVELOPMENT and operation is KNOWN as an entrepreneur. Explanation:

24998.

What are all the possible ways to charge mobile phone or smart phone using network or WiFi?​

Answer»

The power level necessary to hook you phone to the internet, the power coming from your WiFi hub or cell tower and actually reaching your phone, that's usually 10^-9 W to 10^-14 W of power. You don't need much, because its just information being transferred. A typical USB power dongle provides 7.5 W of power, FAST chargers usually 18 W or more.So you’re off by a factor of over a BILLION. Your phone will self-discharge faster, even switched off, than it could EVER charge from your wireless connection. Even the power out of a WiFi TRANSMITTER is 1/100th or less of the power you'd actualky want for phone charging. And that power DROPS off proportional to the inverse square of the distance between you and the transmitter.Explanation:hope it's helpful

24999.

The ____ is a global WAN that connects computer system across the world.​

Answer»

the CORRECT ANSWER .

25000.

How can we perform multiple operation​

Answer» PLS SEND an ATTACHMENT FILE with it so that OTHERS