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.

18501.

Advantages of using hhttp

Answer»

Hypertext Transfer Protocol, better known to millions of Web surfers as HTTP, was INVENTED in 1990 by Tim Berners-Lee at the CERN Laboratories in Geneva, SWITZERLAND. TODAY, it is the foundation of the World Wide Web and the Hypertext Markup Language or HTML. Three versions of HTTP were developed: 0.9, 1.0 and 1.1. Both 1.0 and 1.1 are in common usage today.

Addressing

The addressing scheme used by HTTP was also a revolutionary advancement. When computers had to be addressed using an IP address consisting of a series of NUMBERS, the public found it difficult to engage with the Internet. Mapping IP addresses to easily recognizable names made the World Wide Web commercially viable.

18502.

Why starter is necessary for a DC Motor

Answer»

At the time of starting a DC Motor  , the Back EMF developed (E=K*PHI*N) is zero as it's speed is zero. So a very HIGH current flows (which is limited by resistance only but resistance itself is very low usually 1-2 ohms) through the ARMATURE of the machine which can destroy it completely.
So to protect the machine from such large CURRENTS , starters which can be simple resistors or the sophisticated 3 point or 4 point starters may be employed. 
INSHAALLAH IT WILL HELP YOU!!!
MARK as brainleist...

18503.

What are data type? how are they important

Answer»

A data TYPE is a classification of the type of data that a variable or objectcan hold in computer programming. Data types are an important factor in VIRTUALLY all computer programming languages, including C#, C++, JavaScript, and VISUAL Basic.

18504.

Give the correct answers of each questions ???? okkk

Answer»

D. ASSIGNMENT Operator
G. True
H. True
J. OBJECT ORIENTED PROGRAMING

18505.

FORTRAN , ALGOL, PASCAL आदि भाषाओं को सिखाने के लिए किस भाषा को " नीव का पत्थर" कहा जाता हैं ?(a) C++(b) COBOL(c) FORTRAN(d)BASIC

Answer» BASIC this is ANSWER
18506.

A single API cannot be subscribed multiple times with many SLA levels.

Answer»

By bundThis statement is false because a single api can be subscribed MULTIPLE TIMES  with many sla levels..

An api GATEWAY is highly responsible for securing , protecting ,managing and scaling the calls of api.

The api store also provides space to REGISTER by yourself .By bunding multiple api's you can create your own application.

18507.

It is a good practice to use 3d to plot a single dimensional data.

Answer»

3D graphs means presenting in 3D WAY.  

3D effects were provided to 2D data sometimes and this is bad practice altogether.  

This EXTRA dimension concludes and doesn't add anything to graph and infact can have DRAMATIC effects on its readability.  

So again "No 3D effects on 2D data" and READING values from them are very difficult

18508.

If you choose this redundancy strategy, you cannot convert to another redundancy strategy without creating a new storage account and copying the data to the account.

Answer»

Replication process is CONSIDER as locally redundant storage and it is made with the Azure storage facility.

This is known as replication copies your DATA and that is protected from creating replication options.

Generally, it cannot USE the portal or API to CONVERT the account to ZRS. You can select one of the replication process and consider redundant replication process.

18509.

Multiple choice questionThe internet can be defined as a worldwide system of computer connected through a network for sharing information the various advantage(s) of interneta) provide information on almost any topicb) allows you to easily communicate with other peoplec) provide the latest news and happening around the world any time of the dayd) all of the above

Answer»

All the above all the FOUR

18510.

Please answer difference between red wavy line and green wavy line

Answer»

Red WAVY lines shows the spelling errors in the document whereas green wavy line shows the GRAMMATICAL errors. (if you WANT to expand the answer you can give example of each)

18511.

Which of the following is not a Social Media Management Tool?

Answer»

Where is the OPTIONS???

18512.

Write a program in Java to display the following pattern:

Answer»

Pattern Questions in Java

We see that there are 5 rows and 5 elements in each row.


So we must have an OUTER loop running 5 times to print 5 rows.

In the i^{th} row, the number i is printed i times. So we must set a loop for that.

For example, in the third row, 3 is printed 3 times.


After this we NEED an INCREASING sequence to fill for the remaining elements. We run another loop for that.


Here is a Java program which prints the required pattern:


public class Pattern

{

   public static VOID main(String[] ARGS)

   {

       int i,j,k;

       for(i=1;i<=5;i++)   //Outer Loop of i prints 5 rows

       {

           

           //In the i^th row, we must print the number i, i times

           

           for(j=1;j<=i;j++)       //j runs from 1 to i

           {

               System.out.print(i+" ");

           }

           

           

           //After that we need an increasing sequence to fill for the remaining elements

           for(k=j;k<=5;k++)       //k runs from j to 5

           {

               System.out.print(k+" ");

           }

           System.out.println();       //Printing a new line after each row

       }

   }

}



18513.

The value of ‘i’ after execution of the following C++ expressions:float i, j, k;j = 200.02;k = 100.03;i = j + k;

Answer»

300.05
THANK YOU
please MARK as BRAINLIEST

18514.

Which phone is best ???redmi 5a or vivo Y21L

Answer» VIVO Y21L IS MUCH BETTER THAN REDMI
18515.

What is hyperbolic trigonometric

Answer»

In MATHEMATICSHYPERBOLIC FUNCTIONS are ANALOGS of the ordinarytrigonometric, or CIRCULAR, functions.

18516.

Which type of cache reference locality aims at designing cache to store "recently referenced data" assuming that the same data will be requested frequently?

Answer»

Locality of reference aims at designing cache to store "recently referenced data" ASSUMING that the same data will be REQUESTED frequently.

It is one of the best known and is widely USED by those in the FIELD. It eases the AMOUNT of work one has to put thus saving time.

18517.

What is common to Avira,AVG,Mcafee and Norton

Answer»

They are all ANTIVIRUSES...WTH

18518.

What is the metric used to measure how quickly are we deploying ?

Answer»

Organizations is now stick to DEVELOP methodology.  

Integrated DEVELOPMENT WORKING and we have moved hugely from waterfall to a fire hose of application development.  

Different new net Develops companies are astonished to FIND that it was easy to initiate but hard to keep alive.  

Threatening tendency is too far into the weeds.

18519.

Define cell and cell pointer

Answer»

In any SPREADSHEET program such as Excel, each rectangular BOX in a row WORKSHEET is referred to as a cell.

A cell pointer in excel is just the cell where you POINT the cursor in which its row and column can be SEEN

18520.

Which one is the most popular tool used in Agile development?

Answer»

Target Process, Yodiz and JIRA are POPULAR TOOLS used in AGILE development.
HOPE this answer HELPS you......

18521.

What is cache memory ?

Answer»

Cache memory also known as CPU memory is high SPEED STATIC Random ACCESS Memory (SRAM) that a computer microprocessor can access more quickly than it can access regular RAM.
Hope this ANSWER helps you.......

18522.

Name the two document located in a computer network

Answer»

Hiii

answer can be ARCHIVE and backup

hope this HELPS you
PLEASE mark as BRAINLIEST

18523.

ई-मेल का पूरा नाम क्या हैं ?(a) इलेक्ट्रिक मेल(b) इसेन्सियल मेल(c) इलेक्ट्रॉनिक मेल(d) इंग्लिश मेल

Answer»

E stands for ELECTRONIC in EMAIL, so option C is CORRECT.

18524.

The device which make it possible to data flow through telephone lines is called___.(a) node(b) workstation(c) modem(d) interface unit

Answer»

MATE your ANSWER

MODEM

18525.

विण्डो 2000 को विकसित किया हैं ?(a) जेनिथ(b) आई बी एम(c) माइक्रोसॉफ्ट(d) एप्पल

Answer»

OPTION b

MICROSOFT


HOPE it HELP u

Mark as brainist

18526.

किस प्रकार का बार विबिन्न ड्रॉप-डाउन मेनू के नाम या आइकन दिखाता हैं ?(a) मेनू बार(b) टूल बार(c) टाइटल बार(d) टास्क बार

Answer»

✔✔ HELLO mate ✔✔

here's your ANSWER  

The correct OPTION is  (a) मेनू बार

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤  

¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤  

Hope it HELPS you


18527.

Write a program in java using for loop to print all the odd and even number upto 30 terms

Answer»

Answer:

the following example we are displaying the even numbers from 1 to n, the value of n we have set here is 100 so basically this program will print the even numbers between 1 to 100.

If an integer number(never a fraction number) is exactly divisible by 2 which means it yields no remainder when divided by 2 then it is an even number. This same LOGIC we are using here to find the even numbers. We are looping through 1 to n and checking each value whether it is evenly divisible by 2 or not, if it is then we are displaying it. To understand this program you should have the basic knowledge of for loop in Java and if statement.

class JavaExample {

public static void main(String args[]) {

int n = 100;

System.out.print("Even Numbers from 1 to "+n+" are: ");

for (int i = 1; i <= n; i++) {

//if number%2 == 0 it means its an even number

if (i % 2 == 0) {

System.out.print(i + " ");

}

}

}

}

Output:

Even Numbers from 1 to 100 are: 2 4 6 8 10 12 14 16 18 20 22 24 26 28

30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76

78 80 82 84 86 88 90 92 94 96 98 100

Related Java Examples

1. Java Program to print odd numbers from 1 to 100

2. Java program to check even or odd number

3. Java program to check if a given number is perfect square

4. Java Program to find GCD of two numbers

18528.

What is the use of attaching a file to e-mail?Plz plz plz...answer fast..Tomorrow i havr my exam...!!

Answer»

dear ,i hope this help you

An email attachment is a computer file sent along with an email message. One or more files can be ATTACHED to any email message, and be sent along with it to the recipient. This is TYPICALLY used as a simple METHOD to share documents and images.


18529.

XYZ Process had done a RCA to understand the reasons for low accuracy. Human error was highlighted as one of the root cause. Is this valid?

Answer»

yes this STATEMENT is true.

as we all are well known of the FACT that human brain cannot perform a task as accurately as a machine or computer can.

a machine or a computer is programmed to perform a given task and computer does not make any ERROR in EXECUTION of a program hence PERFORMS the given task accurately while a human cannot perform a task as accurately as a computer can.

18530.

माइक्रोसॉफ्ट ऑफिस एक्सेल डाक्यूमेंट में से प्रत्येक सेल अपने सेल एड्रेस से रिफर किया जाता हैं , क्या हैं ?(a) सेल का रो लेबल(b)सेल का रो और कॉलम लेबल(c) सेल का कॉलम लेबल(d)इनमें से कोई नहीं

Answer» C CELL KA coulamm LEVEL
18531.

Can only 1024 objects can be placed on s3 bucket?

Answer»

WITHIN a BUCKET there is no limitation to store object ,the number of object you can store is unlimited.

The OBJECTS in the bucket are readable,writeable and also it is deletable .The size of the bucket can be upto 5 tetrabyte.

Well per aws account CUSTOMER can provide upto one hundred buckets.

18532.

Case study on public static void main in java

Answer»

in the context of Java the STATIC keyword MEAN that the MAIN method in the class method .what does also mean is that you can access this method without having an instance of the class .remember that the public keyword makes the method accessible by all classes so this MAKE it possible

18533.

Sabji game kitne MB ka hai

Answer»

Pibji game 1.4 gb ka HAI
1 gb = 1024 MB + 400 mb
1424 mb

18534.

What is the full form of MONITOR

Answer»

The FULL FORM of MONITOR is..
M=mass
o=on
n=newton
I=is
t=train
o=on
r=rat

18535.

How are floating constants represented in python? Give example to support your answer?

Answer»

FLOATING numbers are also know as real values ,they are written as decimal points by dividng the decimal and the FRACTION parts.The integer PORTION of the fraction doesn't look familier with the octal integers.

At first we take an input which is NON NEGATIVE integer n which computes the approximate value of e using the n+1 terms.

e≅2+1/1+1/2+2/3+3

for 2 the output will be 2.7272

18536.

आपके कम्प्यूटर के डाटा को नष्ट करने वाला प्रोग्राम जो दूसरे कम्प्यूटर को "इनफेक्ट" करने के लिए ट्रेवल कर सकता हैं उसे क्या कहते हैं ?(a)हरिकेन(b) टोरपिडो(c) वायरस(d) डिसीज

Answer»

Your ANSWER is C)virus.
✌✌✌

18537.

Differentiate between long distance wireless media and short distance wireless media

Answer»

Long distance wireless media - 1) It support communication over a long distance, I.e. UPON THOUSAND of kilometers.
2) Eg. Microwave, radiowave and satellites.
Short distance wireless media- 1) It support communication over a short distance ,I.e. Up to few kilometers
2) Eg. BLUETOOTH, infrared, wi-fi etc.

18538.

Write a program in C++ to print the prime numbers between 100-200.

Answer»

#include

INT main()

{

int i,J,flag=0;

scanf("%d",&n);

for(i=100;i<=200;i++)

{

 for(j=2;j<=i/2;j++)

 {

  if(i%j== 0)

  {

   flag=1;

  }

 }

 if(flag == 0)

  printf("%d, ",i);

 flag=0;

}

return 0;

}

18539.

A Set of instructions means fill in the blanks​

Answer»

A SET of INSTRUCTIONS is CALLED a PROGRAM.

\small\mathsf\color{lightgreen}useful?\: \color{white}\mapsto\: \color{orange}brainliest

18540.

It connect computers and the user of who's computers.a) channelsb) internet protocolc) network​

Answer»

ANSWER:

NOT SURE NETWORK...........

18541.

Formatting toolbar contains tools of B,I,U​

Answer»

Answer:

The Formatting TOOLBAR contains BUTTONS that ALLOW you to change the APPEARANCE of your text. The Formatting toolbar contains buttons for font size, font STYLE, colors, and other options.

HOPE IT HELPS YOU....

18542.

Explain Animation and its different effects? ​

Answer»

ANSWER:

Animation REFERS to a graphic element that displays movement. When you apply some visual EFFECTS to the content in your slide or to the ENTIRE slide then the outcome is known as an animated slide. ... The effects are then applied to the objects using Custom Animation.

18543.

प्रश्नः 6 उदाहरणमनुसृत्य कोष्ठकगतेषु पदेषु पंचमीविभक्तेः प्रयोगं कृत्वा रिक्तस्थानानि पूरयत( यथा-मूषकः बिलाद् बहिः निर्गच्छति )1. जन..............बहिः आगच्छति। (ग्राम)2. नद्यःनिस्सरति। (पर्वत)3. बालकः.बिभेति। (सिंह)4. ईश्वरः......... त्रायते। (क्लेश)5. प्रभुः भक्तं............निवारयति। (पाप)​

Answer»

ANSWER:

उदाहरणमनुसृत्य कोष्ठकगतेषु पदेषु पंचमीविभक्तेः प्रयोगं कृत्वा रिक्तस्थानानि पूरयत3. बालकः.

बिभेति। (सिंह) answer

18544.

A continuous image is digitised at _______ points.

Answer»

EXPLANATION:

HOPE it HELPS you

PLEASE please FOLLOW me

18545.

Write a python program to print the largest of n numbers​

Answer»

Explanation:

Python PROGRAM to find largest of n numbers using max

Take INPUT number for the length of the list using python input() function.

Initialize an EMPTY list LST = [] .

Read each number in your python program using a for loop .

In the for loop append each number to the list.

18546.

To go to next line while typing, we use this key (a) spaceber (b) Enter​

Answer»

ANSWER:

ENTER key

Explanation:

HOPE it HELPS you

follow me

18547.

23.Convert:(iio)2=(--)io​

Answer»

ANSWER:

yrjsieyehrhdyertyuio

18548.

Newline character in punjabi​

Answer»

ANSWER:

ਨਵੀਂ ਲਾਈਨ ਅੱਖਰ.....

HOPE it HELP ........

18549.

The digital media files/pictures that we import into our current project are called............... Fill in the Blank.​

Answer»

ANSWER:

The DIGITAL MEDIA files/pictures that we import into our current project are CALLED timeline .

:-)

18550.

बच्चे लाइन में जाएंगे यहां सरल वाक्य है​

Answer»

Answer:

NAHI YAH SARAL vakya nahi hai ,yah ikchha VACHAK vakya hai