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.

14701.

What does reverse slash(/) indicates in html element?a. beginning b. middle c. End d. any one of the​

Answer»

ANSWER:

EXPLANATION:

ELOQUENT javascript

hope it was HELPFUL

14702.

Who is father of computer science​

Answer»

ALAN TURING

❥ the above is the ANSWER of your question

HOPE that's HELPS you

14703.

Which Formulas involved only one operator?​

Answer»

ANSWER:

A SIMPLE formula is a mathematical expression with one operator, such as 7+9. A COMPLEX formula has more than one mathematical operator, such as 5+2*8. When there is more than one operation in a formula, the order of operations tells your spreadsheet which operation to CALCULATE first.

14704.

What is used to describe how webpage is shown by 2eb browser​

Answer»

ANSWER:

hakvwkwj nakjwnej KNOW what I

14705.

The menu bar gives the options __________, ________, and ________ .Question-related to scratch I repeat scratch

Answer»

Answer:

1st L u N d . 2nd C h o o d . 3RD c o n d e m

14706.

Ctrl+A key is used to​

Answer»

ANSWER:

To SELECT all

Hope it HELPS

14707.

Which key is used to open library​

Answer»

Answer:

CTRL+SHIFT+O) is the SHORTCUT KEY to OPEN library dialogue box.

Hope it HELPS yah

14708.

What is there to show different place of webpage?​

Answer»

\huge\underbrace\mathtt\color{aqua}{♡Answer♡}

A sidebar is an area of the website used to display information that's not part of the page's main content. A sidebar can include an opt-in, call to action, links to other parts of the website, links to popular or recent BLOG posts, ADVERTISEMENTS, SOCIAL media links, or a BRIEF “About” paragraph for context.

14709.

Which of the following is the correct way to add background color in HTML?

Answer»

Answer:

To set the background color in HTML, use the STYLE attribute. The style attribute SPECIFIES an INLINE style for an element. The attribute is used with the HTML

tag, with the CSS property background-color.

mark me as BRAINLIST PLEASE and thank me please

14710.

Sand and potash largely makes glass (begin:glass is)​

Answer»

ANSWER:

SORRY but i DONT KNOW the

answer

14711.

See 'manjupalikalkidayile kulam' in IT @school,Edubuntu​

Answer»

ANSWER:

SORRY but i DONT KNOW the

answer

14712.

Which feature allows you to fill data in cells automatically​

Answer»

Answer:

ok

Explanation:

PLEASE FOLLOW and mark me as BRAINLIEST!!!

Will GIVE you MANY thanks!!

''Thank you''

14713.

the sides of a triangle are in the ratio of 17:15:8 of the perimeter of the triangle is 40 meter then the area of triangle is​

Answer»

The sides of a TRIANGLE are in ratio of 12:17:15 & the perimeter of the triangle is 540 cms. What is the area of the triangle?

Solution:

Start with simplest ASSUMPTION with the SIDE being a=12x cm, b=17x cm, 15 x cm; (as sides are in the ration 12:17:15)

Perimeter of triangle is given as 540 cm.

So, 12x + 17 x+ 15 x = 540

44 x = 540

x= 540/44 (=270/22 = 135/11)

Sides of triangle are : a=(12 * 135/11) cm; b= (17 * 135/11) cm ; c= (15 * 135/11) cm

Note: In the BEGINNING you should always quickly check that it doesn’t belong to equilateral(1:1:1) neither forms a Pythagorean triplet so not a RIGHT angle triangle.

Now, since we know all the sides so we use the below formula to find the area of triangle.

Area=SQRT(s(s-a)(s-b)(s-c))

where s=(a+b+c)/2 or perimeter/2

S= 540/2 cm

S= 270 cm (=135*2)

Area=SQRT(270(270- 12*135/11)(270–17*135/11)(270–15*135/11))

Area =SQRT(135*2(135*2- 12*135/11)(135*2–17*135/11)(135*2–15*135/11))

Area =SQRT[ 135*2{(22- 12)/11}{(22–17)/11}{(22–15)/11} ]

Area = (135)^2 * SQRT[ 2*{(22- 12)/11}{(22–17)/11}{(22–15)/11} ]

Area = (135)^2 * SQRT[ 2*(10/11)*(5/11) *(7/11) ]

Area = (135)^2 * (10/11) * SQRT[ (7/11) ]

Area = (135)^2 * (10/11) * SQRT[ (7/11) ]

Area = (135)^2 * (10/11) * 0.797

Area = 13216.83 square cm

14714.

(2) 'नेटवर्क' किसे कहते हैं?​

Answer»

ANSWER:

system that are connected to each other

jab EK se jyada chij apas me judte he use network KAHTE he

HOPE it will be helpful

mark me as barainlist

14715.

Which Software Are used in digital Communication?​

Answer»

Answer:

the network and the COMMUNICATION software .

PLEASE MARK ma brainlest

14716.

2. The C language has been developed by______​

Answer»

Explanation:

DENNIS M. Ritchie

C, computer PROGRAMMING language DEVELOPED in the early 1970s by American computer scientist Dennis M. Ritchie at BELL Laboratories (formerly AT&T Bell Laboratories).

14717.

_______ Tool allows selecting portion of images in different shapes.​

Answer»

ANSWER:

TOOL BAR this is the answer i THINK

14718.

What is feedback explain any two ans​

Answer»

Explanation:

FEEDBACK occurs when OUTPUTS of a system are routed back as inputs as part of a chain of cause-and-effect that FORMS a CIRCUIT or loop. The system can then be said to FEED back into

14719.

Which of the following is a valid string literal?​

Answer»

Question:

Which of the following is a valid string literal?

Answer:

  • white-space characters

Explanation:

String LITERALS are character strings SURROUNDED by quotation marks. String literals can INCLUDE any valid character, INCLUDING white-space characters and character escape sequences. Once stored as a string literal, modification of the string leads to undefined results.

#BrainliestBunch

14720.

Define acceleration ??????​

Answer»

Answer:

Acceleration is the rate of change of VELOCITY. Usually, acceleration means the speed is changing, but not always. When an object MOVES in a circular path at a CONSTANT speed, it is STILL ACCELERATING, because the direction of its velocity is changing.

14721.

Write a Java program to take the marks of students from roll numbers 0 to 4 and store them in an array. After storing the marks, print the marks of the student with roll number 4.​

Answer»

ANSWER:

IMPORT java.util.SCANNER;

public class Main {

public static void main(String[] args) {

int[] marks = NEW int[5];

Scanner sc = new Scanner(System.in);

for (int i = 0; i < 5; i++) {

System.out.println("ENTER marks of roll " + i);

marks[i] = sc.nextInt();

}

System.out.println("Marks of student will roll no. 4 = " + marks[4]);

}

}

14722.

DescnptIOTIWrite a Java program to take the marks of students from roll numbers 0 to 4 andstone them in an array. After storing the marks, print the marks of the student with roll numberSample Input:10121314Sample Output:Execution Time limit​

Answer»

ANSWER:

HI how are you byeee have a GREAT DAY

14723.

The ___ software is also called end user programs​

Answer»

APPLICATIONS software

Applications software (ALSO CALLED end-user programs) include such things as DATABASE programs, word PROCESSORS, Web browsers and spreadsheets.

✨❤️Hope helpful ❤️✨

14724.

Write any two objectives of operating system ?​

Answer»

ANSWER:

To make the computer system convenient to use in an efficient manner. To hide the details of the HARDWARE resources from the users. To provide users a convenient interface to use the computer system. ... To provide efficient and fair SHARING of resources among users and programs.

Explanation:

THANK THE ANSWER

RATE THE ANSWER

PLEASE MARK AS BRAIN LIST

14725.

______can be used for content that we think it can be distributed. Just like news or blog entry can we can share in RSS feed.​

Answer»

Answer:

What is RSS?

RSS stands for Really Simple Syndication

RSS allows you to syndicate your site content

RSS defines an easy way to share and view headlines and content

RSS files can be automatically updated

RSS allows personalized views for different sites

RSS is written in XML

Why use RSS?

RSS was designed to show selected data.

Without RSS, users will have to check your site daily for new updates. This may be too time-consuming for many users. With an RSS feed (RSS is often called a NEWS feed or RSS feed) they can check your site faster using an RSS aggregator (a site or program that gathers and sorts out RSS feeds).

Since RSS data is small and fast-loading, it can easily be used with SERVICES like cell phones or PDA's.

Here are some benefits of using RSS:

Choose your news

With RSS you can choose to view the news you want, the news that interest you and are relevant to your work.

Remove unwanted information

With RSS you can (finally) separate wanted information from unwanted information (SPAM)!

Increase your site traffic

With RSS you can create your own news channel, and publish it to the Internet!

The History of RSS

1997 - Dave Winer at UserLand develops scriptingNews. RSS was born

1999 - Netscape develops RSS 0.90 (which SUPPORTED scriptingNews)

1999 - Dave Winer develops scriptingNews 2.0b1 (which included RSS 0.90 features)

1999 - Netscape develops RSS 0.91 (which included most features from scriptingNews 2.0b1)

1999 - UserLand gets rid of scriptingNews and uses only RSS 0.91

1999 - Netscape STOPS their RSS development

2000 - UserLand releases the official RSS 0.91 specification

2000 - O'Reilly develops RSS 1.0. This format uses RDF and namespaces.

2000 - Dave Winer at UserLand develops RSS 0.92

2002 - Dave Winer develops RSS 2.0 after leaving UserLand

2003 - The official RSS 2.0 specification is released

RSS 1.0 is the only version that was developed using the W3C RDF (Resource Description Framework) standard.

The idea behind RDF was to help create a Semantic Web. However, this does not matter too much for ordinary users, but by using web standards it will be easier for persons and applications to exchange data.

14726.

Write a Java statement to create an object Stanns of the class school​

Answer»

ANSWER:

OBJECT in JAVA and class in java with real time EXAMPLES, state, behavior, ... Home · Java · Programs · OOPs · String · Regex · Exception · Multithreading · Collections

14727.

Who is dangerous captain in IPL​

Answer»

ANSWER:

David WARNER BIG fan of SRH

14728.

Write a program in Java to accept two numbers and express the value without using third variable​

Answer»

ANSWER:

CLASS DEMO {

public STATIC void main(string arg[]) {

System.out.println("Before swapping");

int X = 10;

int y = 20;

System.out.println("value of x:" + x);

System.out.println("value of y:" + y);

system.out.println("After swapping");

14729.

Which one of the following given statements is ture about inserting value into table?(suppose table name is emp(id ,name,salary) *a) insert into(1,’Raju’,20000);b) insert (1,’Raju’ ,20000);c) insert values(1,’Raju’ ,20000);d) insert into emp values(1,’Raju’ ,20000);​

Answer»

ANSWER:

hey this is the answer

Explanation:

B

hope it HELPS..

MARK me as brainliest

14730.

AN ALGORITHM IS A TYPE OF COMPUTER THAT CALCULATES PROBLEMSOLVING METHODS

Answer»

Answer:

An algorithm is a defined set of step-by-step procedures that provides the correct answer to a particular PROBLEM. By FOLLOWING the instructions CORRECTLY, you are GUARANTEED to arrive at the right answer.

14731.

Computer network is interconnection of two or more monitors​

Answer»

It is the interconnection of multiple devices, generally termed as HOSTS connected using multiple PATHS for the purpose of sending/receiving data or media. There are also multiple devices or MEDIUMS which help in the COMMUNICATION between two different devices which are KNOWN as Network devices.

14732.

Is the communication that we have with ourselves​

Answer»

ANSWER:

INTERPERSONAL COMMUNICATION.

this is your answer...

THANK you..

14733.

How many types of communication base on formality​

Answer»

EXPLANATION:

HOPE it will HELPS you

14734.

Which communication through communication without using words​

Answer»

Explanation:

The MANY DIFFERENT types of nonverbal communication or body languageinclude: Facial expressions. The HUMAN face is extremely expressive, able to convey countless emotions WITHOUT saying a word. And unlike some forms of nonverbal communication, facial expressions are universal.

14735.

Sending and receiving information an exchange of thoughts or ideas is called answer​

Answer»

ANSWER:

Communication is CONVEYING of MESSAGES by EXCHANGING thoughts or information via speech, visuals, signals, WRITING, or behavior. ... Communication requires a sender, a message, a form and channel, and a recipient.

14736.

____________ block has instructions to change the appearance of the sprite.This question is related to scratch

Answer»

aysuhs kumard  uysqgs EXPLANATION:

14737.

In company final account debtors are also treated as​

Answer»

ANSWER:

I don't knojshdhxkjakjdjcuje

14738.

What are the negative impacts of verbal communication​

Answer»

ANSWER:

Verbal communication also has a disadvantage of having a short period of LONGEVITY. Receivers may quickly forget the message and have difficulty attempting to recall the message. Speakers may need to FIND a way to MAKE their message more memorable; this may involve the use of a SECONDARY communication method.

14739.

Computers have intelligence of their own. state True or False​

Answer»

no, they have 0 IQ, PLEASE MARK me as BRAINLIEST.

14740.

Who is father of compute​

Answer»

ANSWER:

HTTPS://goo.gl/search/Charles+BABBAGE

Charles Babbage, MATHEMATICIAN

14741.

A table in which logic is expressed by taking all possible combinations of inputs outputs. *LogicEquationTruth table​

Answer»

Answer:

The TRUTH table identifies all POSSIBLE input COMBINATIONS and the OUTPUT for each.

14742.

What is self management how is it different from management​

Answer»

ANSWER:

In self-management, employees own much more than the WORK activities at hand. They own the PRIORITY of the work, the overall planning, management of their own budget, and HR aspects like compensation and staffing. This also includes the TEAM deciding who is on the team or how the team is structured.

14743.

Can have this solve ta questions​

Answer»

ANSWER:

no BRO EXPLANATION:

14744.

Mainframe computer is called a personal computer . true and false​

Answer»

Explanation:

A mainframe COMPUTER, informally called a mainframe or BIG IRON,[1] is a computer used primarily by large organizations for critical applications, bulk data processing (such as the census and industry and consumer statistics, enterprise resource planning, and large-scale transaction processing). A mainframe computer is larger and has more processing power than some other classes of computers, such as minicomputers, SERVERS, workstations, and PERSONAL computers. Most large-scale computer-system architectures were established in the 1960s, but they continue to evolve. Mainframe computers are often used as servers

14745.

Following loop is used forfor(i=n-1;>=0;i---)​

Answer»

ANSWER:

ok i FOLLOWING you ok PLEASE give me THANKS

14746.

A table in which logic is expressed by taking all possible combinations of inputs outputs. *(MCQ)​

Answer»

Answer:

Truth Table is the table in which logic is expressed by taking all POSSIBLE combinations of inputs outputs.

Hope the answer will help u

If suitable kindly LIKE my solution

14747.

Valuation of shares NOT is needed for which of the following​

Answer»

Answer:

Valuation of SHARES is the process of KNOWING the value of companys shares. SHARE valuation is done based on quantitative techniques and share value will VARY depending on the market demand and supply. The share price of the listed companies which are traded publicly can be KNOWN easily. But w.r.t private companies whose shares are not publicly traded, valuation of shares is really important and challenging.

14748.

Please solve the question answer​

Answer»

Answer:

1.c

2.

3.d

4.a

5.b

MARK ME BRAINLIEST

14749.

Explain how the 3p's helpful in public speaking. helpful​

Answer»

Answer:

If you are interested in public SPEAKING, then you have probably heard about the 3 Ps of Public speaking - Prepare, PRACTICE, Perform. And if you are a leader working with a COMMUNICATIONS consultant, you KNOW about the 3 Ps as well. Which, by the way, is excellent! It means you get the right coaching.

Explanation:

hope it helps you

14750.

A table in which logic is expressed by taking all possible combinations of inputs outputs. *​

Answer»

Explanation:

The truth table identifies all possible INPUT combinations and the output for each. It is COMMON to create the table so that the input combinations produce an unsigned binary up-count. The truth table for the AND gate is shown in Table 5.13. Here, the output Z is a logic 1 only when both INPUTS A and B are logic 1.