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.

18401.

How can you delete a smart art from a slide ?

Answer»

Add or Delete a SHAPE to a SmartArt Graphic

Select the shape in the SmartArt graphic you want to MODIFY.

 In the Text Pane, click to place the INSERTION point, and then click the Add or Delete button to insert or remove a shape.

You can select a shape, and then PRESS Delete to remove it.

You can also use the Promote or Demote buttons to indent the text, which changes the shape position.

PLEASE MARK MY ANSWER AS A BRAINLIEST ANSWER.

18402.

Please answer my questioni will mark him as a brainliest

Answer»

legma PICKA chuuuuuuuu



18403.

Javascript program ko kasa save karta haa

Answer» \color{red}\huge\bold\star\underline\mathcal{Hey\:Mate}\star

Here is your answer...☺☺☺
➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡

JavaScript is a client side scripting language now  we can write server side networking codes. JavaScript runs on a web browser but for that you need to include your java SCRIPT code in a html file and open the file in a web browser.
There are two ways you can include java script code in a html file:

USE the script TAG to write the java script code directly in the html file it self.

Write your code in a blank file and save the file with .JS extension. Next you just have to include this file in the a html file using script tag().

Open your html file in the browser and you will get the result.


✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔
I hope this answer is helpful to u...❤❤❤

Keep Asking...✌✌✌

✨✨✨If help you. MARK my answer as a brainliest✨✨✨

❤❤❤❤ THANK YOU ❤❤❤❤
18404.

Redux thunk is used to make__ a] Both the options b] Synchronous API calls c] Asynchronous API calls

Answer»

Hey mate !!!

ANSWER :-

It is used to make ASYNCHRONOUS API calls.

Hope it helps ^_^

18405.

Differentiate between enabled and visible property of check box control.

Answer»

Visible means that the PROPERTY can be USED, but is not visible in the graphical user INTERFACE. But, if the user were to click a control that edit the objects properties, the object WOULD change EVEN if it isn't visible.

Enabled/Disable means that for instance if the object is Disabled, it's still visible but the user cannot interact with it. This means, that if code is executed for the control that is disabled, nothing will change to that control.

hope it helps u

18406.

Who am I Only answer the question

Answer» 1 FONT="bg color"
2


3


4
5
18407.

4 Differences in ordered and unordered list

Answer»

This is going to be a simple yes no question to confirm if what I understand is correct.

Unordered LIST are basically any point form list like in a word PROCESSOR using dots to list items;
while ordered list are list that categorized the list according to a, b, c or 1, 2, 3.


example

The linked page has more info but you want to use an ordered list if it requires the list item to be done in a specified order. An unordered list can be used for bulleted type list (i.e. grocery list).http://webdesign.about.com/od/beginningtutorials/a/aabg121398.htm



An important point to KEEP in mind ....

You should not sure a ordered list for something like a grocery list and you shouldn't use an unordered list for something like a recipe.

The choice of HTML tag is MEANT to convey the intent of the text

18408.

Which element of a word document can be displayed in colour?

Answer»

All ELEMENTS this is your ANSWER I HOPE it will HELP you

18409.

State and prove central limit theorem for equal distributions.

Answer»

In the LIMIT of an infinite number of flips, it will equal a NORMAL curve.) Thecentral limit theorem has a number of variants. In its COMMON form, the random variables must be identicallydistributed. ... In more general usage, acentral limit theorem is any of a set of weak-convergence THEOREMS inprobability THEORY.

18410.

How to open ms excel or worksheet in computer step by step?

Answer»

Start-accessores-MS EXEL

18411.

Explain the time complexity of selection sort. Also give its derivation

Answer»

Time Complexities of all SORTING Algorithms

Following is a quick revision sheet that you may refer at last minute

AlgorithmTime COMPLEXITY  BestAverageWorstSelection SortΩ(n^2)θ(n^2)O(n^2)Bubble SortΩ(n)θ(n^2)O(n^2)Insertion SortΩ(n)θ(n^2)O(n^2)Heap SortΩ(n LOG(n))θ(n log(n))O(n log(n))Quick SortΩ(n log(n))θ(n log(n))O(n^2)Merge SortΩ(n log(n))θ(n log(n))O(n log(n))Bucket SortΩ(n+k)θ(n+k)O(n^2)Radix SortΩ(NK)θ(nk)O(nk)

18412.

मनुष्य की स्मरण शक्ति कंप्यूटर की तुलना मे होती है ?(a) सामान्य(b) उच्च k(c) औसत(d) निम्न

Answer» CORRECT OPTION is 1. Samanya
18413.

How can we rename a worksheet

Answer»

Select the WORKSHEET you WANT to rename(CLICK on the worksheet tab) and then select the Sheet OPTION from the FORMAT menu.

18414.

Define cellactive cell

Answer» CELL is an FUNDAMENTAL unit of life

active cell is NOTHING but living cell

☺☺☺
18415.

State Why The Following Is Not a Variable Name And Why No. 5

Answer»

variable doesn't contain special characters i.e (space means there are certain rules which we have to follow while naming a variable)


example=

int hello hi     (WRONG )

int hello_hi    (right)


I HOPE this ANSWER will help you    

18416.

Which cant be used as a best practice for managing cyber threats

Answer»

Keep an antivirus at your computer

If the answer doesn't SATISFY U plz EXPLAIN the QUESTION more

18417.

What is xml and explain

Answer»

Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The W3C's XML 1.0 Specification and several other related SPECIFICATIONS all of them free open standard

The design goals of XML emphasize simplicity, generality, and usability across the Internet. It is a textual data format with STRONG support via Unicode for DIFFERENT human languages. ALTHOUGH the design of XML focuses on documents, the language is widely used for the representation of arbitrary data structures such as those used in web services.

Several schema SYSTEMS exist to aid in the definition of XML-based languages, while programmers have developed many application programming interfaces (APIs) to aid the processing of XML data.

18418.

What do you understand by remote login

Answer»

Remote login: A login that allows a userterminal to CONNECT to a host computer VIA a network or direct telecommunicationslink, and to INTERACT with that host computer as if the user TERMINAL were directly connected to that host computer.Synonym remote LOGON.

18419.

What are methods? How are these related to Objects?

Answer»

A method in object-oriented programming is a PROCEDURE ASSOCIATED with a CLASS. A methoddefines the behavior of the OBJECTSTHAT are created from the class. Another way to say this is that amethod is an action that an object is ABLE to perform. The association between method and class is called binding.

18420.

___________ is a way of finding the k value for k means clustering.

Answer»

Basically there is no such METHOD which can EXACTLY determine the value of k.

There are various techniques which are followed  in order to get the exact value of k.

The MEAN distance between the DATA point and the cluster is a most important FACTOR which can detemine the value of k and this method is common to compare.

18421.

What is Trojan horse how Trojan horse spread?????

Answer»

Trojan or Trojan horse is a non self replicating type of MALWARE which appears to perform a desirable function but instead facilitates unauthorised access to the user's computer system
it is a core hidden in a PROGRAM such as game or spreadsheet that looks safe to run but has hidden side effects
when such programs runs the Trojans destroys damages or alter the data in the background while it seems to function as per the users expectation
Trojan do not attempt to inject themselves into other files like a computer virus Trojan horse may steal information or haram their host computer systems
the Trojans main use drive by downloads or install via online games or internet driver application in order to reach targets computer
EG: beast ,sub 7.zeeus zero access rootkit etccc


how does Trojan spread??
=>Trojans are generally downloaded with some other programs or application torrents are also spread through email and exchange of discuss and information between the computers
Tarzan itself is a program that does not need a host to embed itself


HOPE it may help u

be brainly

18422.

Draw the phasor diagram of transformer under no-load condition.

Answer»

I don't draw

PLEASE GIVE ME BRAINLIEST ANSWER

18423.

perangkat antar muka digital yang menghubungkan peralatan pemakai dengan jaringan telepon dan dibuat dalam bentuk kartu antarmuka pada router dan mengatur waktu jaringan yang digunakan adalah....

Answer»

Which LANGUAGE is this

18424.

What are the values for four main directions in scratch programming

Answer»

Explanation:

Answer. RIGHT-270,90. DOWN-(-180),80. HOPE THIS HELPS TY

18425.

Release branches are created for resolving merge conflicts true or false

Answer»

" RELEASE branches are created for resolving merge CONFLICTS. The statement is False.

When you have merge conflicts, you can't click the Merge button from the pull request to merge. 

To resolve these conflicts, you pull the changes to your local REPOSITORY and fix them there.  

As the branches diverge further, you will find other conflicts that will not be EASY to resolve.


"

18426.

याहू , गूगल एंव MSN हैं -(a) कम्प्यूटर ब्राण्ड(b) स्विट्जरलैंड निर्मित घड़िया(c) शनि ग्रह के छल्ले(d) इन्टरनेट साइट

Answer»

Here is your ANSWER,


(D) INTERNET SITE



HOPE IT HELPS YOU !!!

18427.

Write down the limitations of E-mail

Answer»

The following LIMITATIONS apply to Workspace Email accounts: IncomingMail Size — There is a 30MB limit peremail message you RECEIVE, including file attachments, which have a size limit of 20MB total. MESSAGES larger than 30MB are rejected by our INCOMING server and a bounceback message is sent to the SENDER

18428.

In which part of a professional email should you try to be brief, but highly descriptive? A. The subject line B. The blind carbon copy (bcc) C. The emoticons D. The domain

Answer»

Here is your ANSWER,


A) The SUBJECT LINE




HOPE IT HELPS YOU !!!!

18429.

Custom argument in thunk can be injected usinga] “setTimeOut” b] “ store.dispatch ” c] All the Options d] “withExtraArgument” function

Answer»

▀▄▀▄[_Hɪ Mᴀᴛᴇ_]▄▀▄▀
╔═══❁═❀═✪═❀═❁════╗
...............Here You GO UR Answer............
╚═══❁═❀═✪═❀═❁════╝

ıllıllıllıllıllıllı[ Your Answer ]ıllıllıllıllıllıllı

ȯ


◆━━━◆♤◆━━━◆
☆ Correct ♤ Option ☆
◆━━━◆♤◆━━━◆
█◤◢◤◢ ◣◥◣◥█
◤◢◤◢█ █◣◥◣◥
◢◤◢██ ██◣◥◣
◥◣◥██ ██◤◢◤
◣◥◣◥█ █◤◢◤◢
█◣◥◣◥ ◤◢◤◢█
█◤◢◤◢ ◣◥◣◥█
◤◢◤◢█ █◣◥◣◥
◢◤◢██ ██◣◥◣
◥◣◥██ ██◤◢◤
◣◥◣◥█ █◤◢◤◢
█◣◥◣◥ ◤◢◤◢█
◆━━━◆♤◆━━━◆
☆✔✔✔✔[_d_]✔✔✔✔☆
◆━━━◆♤◆━━━◆


_▂▃▅▇█▓▒░[ Hope It Helps You░▒▓█▇▅▃▂_

18430.

Explain the applications of HTML

Answer»

HTML stands for HYPERTEXT Mark - Up Language .

It is a complete code package that allows the user to CREATE web pages that contain both text and GRAPHICS .


PLEASE mark me as brainlist....

18431.

Ordered list in HTML is which tag?

Answer» LI in USED as list in html there is two type of ORDER list ol is used as orderd list and ul is used as UNORDERED list
18432.

Which of the following OpenStack component is used for networking services? (a) Swift (b) Neutron (c) Cinder (d) Keystone

Answer» HEY mate !!❤✌
here's ur answer ⤵⤵⤵


OPTION B) neutron is the correct ans...

the main component of the openstack which is used for networking sites is neutron

these are BASICALLY the networking system that manages different networks and IP address.

it provides SELF service ability to the user especially over the NETWORK configuration.


⭐ hope it helps ⭐
18433.

Write a program by using Scanner class to accept a set of positive and negative numbers randomly.Print all the negative numbers before the positive numbers without changing the order of the numbers.Sample input:1,-3,6,-9,5,-6,-7,4Sample output:-9,-7,-6,-3,1,4,5,6

Answer»

Here is your answer

______________________________________________________________________

import java.util.*;

class selection_sort

{

   public void main()

   {

       Scanner sc=new Scanner(System.in);

       System.out.println("Enter the number of elements in an array");

       int n=sc.nextInt();

       int a[]=new int[n];

       System.out.println("Enter the array values randomly ! I will sort it ! I know magic");

       for(int i=0;i

       {

           a[i]=sc.nextInt();

       }

       int MIN=0;

       int temp=0;

       for(int i=0;i<(n-1);i++)

       {

           min=i;

           for(int j=i+1;j

           {

               if(a[j]

               {

                   min=j;

               }

           }

           temp=a[i];

           a[i]=a[min];

           a[min]=temp;

       }

       System.out.println("Sorted array in ascending order gives all negative first then positive hehe");

       for(int i=0;i

       {

           System.out.println(a[i]);

       }

   }

}

If you randomly enter any integers , the output will be:

First negatives will be printed (if any ) then POSITIVES will be printed.

Output example

Input :

a[0] = 1

a[1]=9

a[2]=-5

Output:

-5

1

9

Hope it HELPS you

_____________________________________________________________________

18434.

Define spreadsheet in simple words for 9-10 class.

Answer» HEY FRND....here is your ANSWER....

The SPREADSHEET is an interactive computer applications for organizations,analysis and storage of data in TABULAR form ....




hope this will help you
plzzz mark it as brainliest
18435.

किसी विंडो की साइजिंग में पहला कदम निम्न में से कौन-सा हैं ?(a) व्यू मेनू को पुल डाउन करें और बड़े आइकॉन में बदलें(b) किसी कोने या बॉर्डर में पाइंट करें(c) टाइटल बार पर पाइंट करें(d) इनमें से कोई नहीं

Answer»

______✨ HEY MATE ✨______

➡️Option (C) टाइटल बार पर पाइंट करें is the RIGHT ANSWER because किसी विंडो की साइजिंग में पहला कदम टाइटल बार पर पाइंट करना होता है ।

✌️I THINK IT HELPED YOU ✌️

18436.

How to learn c programming language?

Answer»

To learn C PROGRAMMING LANGUAGE you should know BASICS

18437.

What is sql equivalent of i in a typical data table query?

Answer»

This vignette INTRODUCES the data.table syntax, its general form, how to subset rows, select and COMPUTE on columns, and perform aggregations by group. Familiarity with data.frame data structure from base R is useful, but not essential to follow this vignette.

Data analysis using data.table

Data manipulation operations such as subset, group, update, join etc., are all INHERENTLY related. Keeping these related operations together allows for:

concise and consistent syntax irrespective of the set of operations you would like to perform to achieve your end GOAL.

performing analysis fluidly without the cognitive burden of having to map each operation to a particular function from a potentially huge set of functions available before performing the analysis.

automatically optimising operations internally, and very effectively, by knowing precisely the data required for each operation, leading to very fast and memory efficient code.

Briefly, if you are interested in reducing programming and compute time tremendously, then this package is for you. The philosophy that data.table adheres to makes this possible. Our goal is to illustrate it through this series of vignettes.

18438.

Hi ples solve fast it is output and find question

Answer» INT i,J;
for(i=1;i>=9;i=i+2)
{
for(j=1;j<=i;j=j+2)
{
system.out.print(j);
}
system.out.println()
}
}
18439.

Instructioncreate a web page named as my teachersset the top margin and left margin for web page to 50 eachset background colour of the webpage to pinkwrite the names of any six teachers of yours using six different headling levelschoose different colours for every namechange the alignment of headings after every 2 headingsplease make a syntax

Answer»

my <a href="https://interviewquestions.tuteehub.com/tag/teacher-307" style="font-weight:bold;" target="_blank" title="Click to know more about TEACHER">TEACHER</a>

KRITIKA

sharmishtha

PRIYA

ANIKA

PRIYANKA

anushri

18440.

The name of the first ducument in ms word

Answer»

The first version of Microsoft Wordwas DEVELOPED by CHARLES Simonyi and RICHARD Brodie, former Xerox programmers hired by Bill Gates and Paul Allen in 1981. Both programmers worked on Xerox Bravo, the firstWYSIWYG (What You SEE Is What You Get) word processor.

18441.

capacity testing is: a>is a critical testing and helps to verify programming aspects b>is a critical testing and helps to verify technical aspects c>is a critical testing and helps to verify business aspects d>none

Answer»

Capacity testing is a CRITICAL testing that HELPS to verify the technical ASPECTS and that is why your answer is (b).

This means to test how many transactions the program is able to handle, the number of users that are working on it etc.

So it is the both LOAD and stress testing.

18442.

Explain about LTI system by taking an example

Answer»

We can USE it to describe an LTI system and predict its OUTPUT for any input. ... With that in mind, an LTI system's impulse function is DEFINEDAS follows: The impulse RESPONSE for an LTI system is the output, y(t) , when the input is the unit impulse SIGNAL, σ(t) .

18443.

Which is not an element of fiction in short stories

Answer» DEPENDS on how you WRITE, but a element of story are : CHARACTER , SETTING ,PLOT and theme
18444.

Differentiate Monopoly and Monopolistic Competitions

Answer»

In a monopoly market structure, a single PRODUCT is offered by the SELLER and there is extreme product differentiation. On the CONTRARY, in a MONOPOLISTIC competition, as the product offered by DIFFERENT sellers are close substitutes, and so, there is slight product differentiation.

18445.

State the following and explain Baye’s Theorem

Answer»

Bayes' theorem, named after 18th-century British mathematician Thomas Bayes, is a mathematical formula for DETERMINING CONDITIONAL probability. The theorem provides a way to REVISE existing PREDICTIONS or theories given new or additional evidence. In finance, Bayes' theorem can be used to rate the risk of lending money to potential borrowers.
Bayes' theorem is also called Bayes' RULE or Bayes' Law.

18446.

Define LTI CT systems

Answer»

The fundamental result in LTI systemtheory is that any LTI system can be CHARACTERIZED entirely by a single FUNCTION called the system's impulse response. ... The same result is true of discrete-time LINEAR shift-invariantsystems in which signals are discrete-time SAMPLES, and CONVOLUTION is defined on sequences.

18447.

कौनसे ऐसे डिवाइस हैं जिनका प्रयोग टेलीकम्युनिकेशन लाइनों पर डाटा ट्रान्समिट करने के लिए किया जाता हैं ?(a) ड्राइव बेब(b) ड्राइव्स(c)मॉडेम(d)इनमें से कोई नहीं

Answer» C) MODEM is the CORRECT ANSWER
I THINK
18448.

Sohan forgot to insert an important worksheet before existing Worksheet.How will he correct his mistake.

Answer»

The Worksheets are usually used in Microsoft Excel.

The names of the sheets are WRITTEN at the bottom as  Sheet 1, Sheet 2, Sheet 3 and so on.

You can change the NAME of these sheets according to your requirement just by clicking the Right Mouse button on the name of sheet. A box will open. Choose the option 'Rename' .

Now if SOHAN forgot to insert worksheet before existing worksheet, he just needs to insert a THE REQUIRED WORKSHEET by using the FILE option from the Top Right Corner.

Then choose Open and insert the required work sheet.

Now just Drag the required worksheet before the existing worksheet.

For DRAGGING, move the cursor of the mouse on the name of the required worksheet, PRESS the LEFT button of the mouse and keep it pressed. Drag the cursor before the existing sheet while keeping LEFT mouse button pressed. After reaching before the existing sheet, leave the LEFT mouse button. Your required Worksheet has moved before the Existing Woorksheet.

18449.

The document created 'listing product objectives' and 'user needs' is called

Answer»

STRATEGY DOCUMENT.

The document created 'listing product objectives' and 'user NEEDS' is CALLED strategy document.

18450.

Which key moves your cursor from one cell to the next in a table?

Answer»

ARROW KEYS MOVES your CURSOR where you WANT


↑ → ← ↓