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.

5201.

Who discovered the Microsoft ? when and which day​

Answer» ONG>Answer:

Microsoft (the word being a portmanteau of "MICROCOMPUTER SOFTWARE") was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the ALTAIR 8800. It rose to DOMINATE the personal computer operating system market with MS-DOS in the mid-1980s, followed by Microsoft Windows.

5202.

What to do if the network is slow​

Answer»

ong>Answer:

swith off your mobile GO to bed TAKE a deep BREATH and sleep.

5203.

What is meant by the base of number system? Give examples to illustrate the role of base in positional number system? ​

Answer»

ong>Answer:

Base of the numeral system

In mathematical numeral systems the base or RADIX is usually the number of UNIQUE DIGITS, INCLUDING zero, that a positional numeral system uses to represent numbers. For example, for the DECIMAL system the radix is 10, because it uses the 10 digits from 0 through 9.

5204.

6. Whích symbolis used to combine two or more items in a single line?a.?b. +C.!Answer the following:​

Answer»

ong>ANSWER:

please follow me make me as brainlist and like my answers also.......

5205.

5. In which group Find and Replace options is found*O ClipboardOFontO Editing​

Answer» ONG>ANSWER:

EDITING will be the RIGHT answer

5206.

Imali is a very social person and want to concept with her all friends on the Internet C1 to join an online community where she can have her own profile invite a friend to join their photo video access each internet service is imali interest in suggest her and example of such service so that she could join it​

Answer» ONG>ANSWER:

Explanation:

In its broader context, social media includes, web-based technologies LIKE you ... media or TV to get their daily dose of news it can all be obtained from a social networking site. Social media plays a very important role in every aspects of MANKIND. ... Interest-based NETWORKS: with the help of these networks people can connect ...

5207.

A ______________ may contains text, images, audio, videos and information for linking the webpages in the form of hyperlinks​

Answer»

ong>Answer:

WEB page

Explanation:

plzzz FOLLOW me and MARK me as Brainliest.....

5208.

Differentiate between comma and semi colon in java​

Answer»

ong>Answer:

Commas are USED especially as a MARK of separation WITHIN the sentence; semicolons are used to connect independent clauses.

HOPE IT HELPS YOU....

5209.

Write three advantages of using tables​

Answer»

ong>Answer:

\displaystyle \sf{ \bold{ \huge{ \red{Answer}}}}

A table FACILITATES representation of EVEN large amounts of DATA in an attractive, easy to read and organized manner. The data is organized in rows and columns. This is one of the most widely used forms of presentation of data since data TABLES are easy to construct and read.

5210.

Basic element of spreedsheet?​

Answer»

ong>Answer:

spreadsheet - a table in which you can enter and manipulate data

cell - a table entry. A cell can contain:

labels e.g. Company

numbers e.g. 32.4

functions e.g. SUM(B5:B8)

formulas e.g. = 2 * 2

OR e.g. = 2 * SUM(B5:B8)

row - cells aligned HORIZONTALLY. Rows are numbered 1,2,3,...

column - cells aligned vertically. Columns are labeled A,B,C,...

range - the specification for a series of cells.

A colon ":" separates the start and end cell references.

e.g. A1:A9 - part of a column

e.g. A1:K1 - part of a row

e.g. B4:D8 - a RECTANGLE of cells

Also, you can assign a RangeName to a group of cells. This makes it much easier to reference cell(s); you can refer to them by the kind of value contained. e.g. Instead of referencing cell P32 you COULD reference the cell with the name Interest (or whatever you had named that cell).

More on naming ranges a bit later.

function - an operation applied to a range of cells, always beginning with an "=" sign. e.g. =SUM(A1:A5)

FORMULA - an algebraic expression

must begin with an equal sign "="

can contain any combination of:

numbers

operators ( + - * / )

cell references

ranges

functions

e.g. = (2 + 2) * 10

e.g. = 4 * A3

e.g. = 12 + A5 + SUM(B1:B4)

5211.

Plz koi ye bta do plz ........​

Answer» P>

ka

kah. hrhrbrbtnn

ga

kah

ga

ka

pls MARK as BR ainlest

5212.

Find the odd one Pisces,arthropoda,mollusca,echinodermata​

Answer»

ong>Answer:

PISCES because this is the vertiberate CLASSIFICATION of ANIMALS

5213.

Factories -y^3-7y+6 ​

Answer»

ong>ANSWER:

its an formula error

Explanation:

as CARET is USED in programming.

5214.

Briefly explain the two major types of programming languages​

Answer» ONG>Answer:

A programming language is a formal language comprising a set of instructions that produce various kinds of output. Programming LANGUAGES are USED in computer programming to implement algorithms.Most programming languages consist of instructions for computers. There are programmable machines that use a set of specific instructions, rather than general programming languages. EARLY ones preceded the invention of the digital computer, the first probably being the automatic flute player described in the 9th century by the brothers Musa in Baghdad, during the ISLAMIC Golden Age.

5215.

We cannot change default text color of web page true or false​

Answer» ONG>ANSWER:

FALSE

Explanation:

false because it can be change in other INSTANCES

5216.

Differentiate between ',' and ';' in java​

Answer»

ong>EXPLANATION:

For EXAMPLE, what is the difference between:

String s = "hello" + "/" + "WORLD";

and

String s = "hello" + '/' + "world";

I hope my ANSWER helps you.

5217.

Write a program to print the following series 30, 25, 20, 15, 10, 5 tell fast and don't write nonsense if don't know​

Answer» ONG>ANSWER:

for(INT i=30;i>=0;i=i-5)

{

System.out.println(i);

}

5218.

What is parent folder and sub folder​

Answer»

ong>Answer:

In a computer FILE SYSTEM, a subdirectory is a directory that is contained ANOTHER directory, called a parent directory. A parent directory MAY have multiple subdirectories. In operating systems with a GUI such as Microsoft Windows, a directory is called a FOLDER, and a subdirectory is called a subfolder.

Hope this helps u../

5219.

(3) Write any six features of MS-Excel. computer question 2 lesson introduction to Microsoft Excel​

Answer»

ong>Answer:

Features of Microsoft Excel

  • Add Header and Footer. MS Excel allows us to keep the header and footer in our spreadsheet document.
  • Data SORTING. Data sorting is the PROCESS of arranging data in some logical order. ...
  • Built-in formulae. ...
  • Create different charts (Pivot Table Report) ...
  • Automatically EDITS the result.

5220.

write a program in Java to input a number and print it in the word form using switch case. please tell me fast. ​

Answer»

ong>Answer:

The Java SWITCH expression must be of byte, short, int, long (with its Wrapper type), ENUMS and string. Each case statement can have a break statement which is optional.

...

SYNTAX:

switch(expression){

case value1:

//code to be EXECUTED;

break; //optional.

case value2:

//code to be executed;

break; //optional.

5221.

Write the HTML code to display audio (sound file )on webpage.

Answer»

Create a NEW HTML file in the same directory, called INDEX. html . Add <AUDIO> and

5222.

You can jump to a web page while in the middle of a presentation by using a_________In your slide ​

Answer» ONG>ANSWER:

Answer Answer Answer Answer for ANSWERS

5223.

Spreadsheet mein worksheet data ko saja Karne ki prakriya ko samjahaiye​

Answer» ONG>Answer:

can U say in English MM I can't understand

5224.

List the six stapes of gathering information​

Answer»

ong>ANSWER:

STEP 1: Identify issues and/or opportunities for collecting data. ...

Step 2: Select issue(s) and/or opportunity(IES) and set goals. ...

Step 3: Plan an approach and methods. ...

Step 4: Collect data. ...

Step 5: Analyze and INTERPRET data. ...

Step 6: Act on results.

5225.

A. Fill in the blanks.1.involves updation of data to keep it up-to date.​

Answer» ONG>ANSWER:

Software involves updation of data to KEEP it up-to-date.

Hope it HELPED u

5226.

Draw any two common signs used for visual communication.​

Answer» ONG>Answer:

Explanation:

Visual communication is the conveyance of ideas and information in forms that can be seen. Visual communication in part or whole RELIES on eyesight.[1] Visual communication is a broad spectrum that includes signs, typography, drawing, graphic design, illustration, industrial design, ADVERTISING, animation, COLOR, and electronic RESOURCES.

5227.

Collection of data that compromise of id, name age , and email is termed as

Answer» ONG>Answer:

PERSONAL DATA

it is the COLLECTION of id , name , age and email...

5228.

Cachudie between and == . ( Give two points.) Back.12Write a single statement to add up the first digit and the last digit of a three digit number stored in thevariable named x and assign the sum to y.[2]​

Answer»

ong>ANSWER:

The modulus operator

The modulus operator works on integers (and integer expressions) and yields the remainder when the first operand is divided by the second. In Python, the modulus operator is a percent sign (%). The syntax is the same as for other operators:

>>> quotient = 7 / 3 >>> print quotient 2 >>> remainder = 7 % 3 >>> print remainder 1

So 7 divided by 3 is 2 with 1 left over.

The modulus operator turns out to be surprisingly useful. For example, you can check whether one number is divisible by another—if x % y is zero, then x is divisible by y.

Also, you can extract the right-most digit or digits from a number. For example, x % 10 yields the right-most digit of x (in base 10). Similarly x % 100 yields the last two digits.

4.2. Boolean values and expressions

The Python type for storing true and false values is called BOOL, named after the British mathematician, George Boole. George Boole created Boolean algebra, which is the basis of all modern computer arithmetic.

There are only two boolean values: True and False. Capitalization is important, since true and false are not boolean values.

>>> type(True) >>> type(true) Traceback (most recent call last): File "", line 1, in NameError: name 'true' is not defined

A boolean expression is an expression that evaluates to a boolean value. The operator == compares two values and produces a boolean value:

>>> 5 == 5 True >>> 5 == 6 False

In the first statement, the two operands are equal, so the expression evaluates to True; in the second statement, 5 is not equal to 6, so we get False.

The == operator is one of the comparison operators; the others are:

x != y # x is not equal to y x > y # x is greater than y x < y # x is less than y x >= y # x is greater than or equal to y x <= y # x is less than or equal to y

Although these operations are probably familiar to you, the Python symbols are different from the mathematical symbols. A common error is to use a SINGLE equal sign (=) instead of a double equal sign (==). Remember that = is an assignment operator and == is a comparison operator. Also, there is no such thing as =< or =>.

4.3. Logical operators

There are three logical operators: and, or, and not. The semantics (meaning) of these operators is similar to their meaning in English. For example, x > 0 and x < 10 is true only if x is greater than 0 and less than 10.

n % 2 == 0 or n % 3 == 0 is true if either of the conditions is true, that is, if the number is divisible by 2 or 3.

Finally, the not operator negates a boolean expression, so not(x > y) is true if (x > y) is false, that is, if x is less than or equal to y.

Explanation:

HOPE MY ANSWERS HELPS U IF U HAD PLZZZ BRAINLIST ME AND FOLLOW ME

5229.

Question No. 6 Which of the following module is not used for parsing command line arguments automatically ?O cmdparseoptparseO argparseO getopt​

Answer»

ong>ANSWER:

O getopt is ANWER ok

Explanation:

plz bhai MAKE as BRAINLIST answer

than you

5230.

What will be the output of the following python statements a,b,c=1,4,2​

Answer» ALUES will be ASSIGNED to each VARIABLE with the above line.
a=1
b=4
c=2
5231.

which amoung the given viruses is more harmful, program viruses,boot viruses and macro viruses?Give a valid reason​

Answer» ONG>ANSWER:

it's CORONA VIRUS ..........

5232.

Write a program in Java to enter ten numbers and display the even numbers and finally print the sum of odd numbers? ​

Answer»

ong>Answer:

Explanation:

e see the credible REPORT from the 5national investigation of the case of OWL on Saturday morning at the university of LIFE me in the NEW York city of the city in the EARLY hours after the incident and a

5233.

(d) Give the output of the following code: fori in range(1,16):if i%3==0:print(i)In find outnut generated by the following code:​

Answer»

ong>Answer:

3

6

9

12

15

Explanation:

% is used to FIND REMAINDER so only the numbers divisible by 3 i.e GIVES remainder 0 will be printed.

5234.

Decision tree on grade​

Answer»

PLEASE MARK as BRAINLIST ANSWER

5235.

A__ nested list has same shape of all element list​

Answer» ONG>ANSWER:

unordered list

EXPLANATION:

this answer is RIGHT

5236.

It gave off so much 1) heat that it had to becodled by gigantic airconditioners​

Answer» ONG>ANSWER:

BBCNCNFHJ3D JVBK

Explanation:

5237.

What is a WordPad? How do you change the font and size of letters in a wordpad document ​

Answer»

ong>Answer:

to CHANGE the font FIRST SELECT it then change the font

Explanation:

mark me as BRAINIEST plzzzzzzzzzzzz

plzzzzzz

i NEED 1 brainiest plzzz

5238.

What should be extention of an HTML document​

Answer»

ong>ANSWER:

Hyper text MARKUP LANGUAGE

5239.

Search engine uses software which comb the internet looking for documents and their web addresses. What is the name of software?a) Botsb) Spidersc) Crawlersd) All of the above​

Answer»

wer :-

Crawlers is the name of the software which combine the internet looking for documents and their web addresses.

Explanation :-

Crawlers :- Also known as Robot, Bot or Spider. These are programs used by search engines to EXPLORE the Internet and automatically download web content AVAILABLE on web sites. ... The crawlers can also be used to obtain specific types of information from Web pages, such as mining addresses emails (most commonly for spam).

Also known as Robot, Bot or Spider. These are programs used by search engines to explore the Internet and automatically download web content available on web sites. ... The crawlers can also be used to obtain specific types of information from Web pages, such as mining addresses emails (most commonly for spam).A crawler is a program that visits Web sites and reads their pages and other information in order to create entries for a search engine index. The major search engines on the Web all have such a program, which is also known as a "spider" or a "bot."

Also known as Robot, Bot or Spider. These are programs used by search engines to explore the Internet and automatically download web content available on web sites. ... The crawlers can also be used to obtain specific types of information from Web pages, such as mining addresses emails (most commonly for spam).A crawler is a program that visits Web sites and reads their pages and other information in order to create entries for a search engine index. The major search engines on the Web all have such a program, which is also known as a "spider" or a "bot."A Web crawler, sometimes called a spider or spiderbot and often shortened to crawler, is an Internet bot that systematically browses the World Wide Web, typically for the purpose of Web indexing (web spidering). ... Mechanisms exist for public sites not wishing to be crawled to make this known to the crawling agent.

Also known as Robot, Bot or Spider. These are programs used by search engines to explore the Internet and automatically download web content available on web sites. ... The crawlers can also be used to obtain specific types of information from Web pages, such as mining addresses emails (most commonly for spam).A crawler is a program that visits Web sites and reads their pages and other information in order to create entries for a search engine index. The major search engines on the Web all have such a program, which is also known as a "spider" or a "bot."A Web crawler, sometimes called a spider or spiderbot and often shortened to crawler, is an Internet bot that systematically browses the World Wide Web, typically for the purpose of Web indexing (web spidering). ... Mechanisms exist for public sites not wishing to be crawled to make this known to the crawling agent.Crawlers. A crawler is a program used by search engines to collect data from the internet. When a crawler visits a website, it PICKS over the entire website's content (i.e. the text) and stores it in a databank.

• I HOPE IT HELPS YOU •

Answer by :-. Vasu Mishra

* IF THIS ANSWER HELPED YOU, MARK IT AS BRAINIST ANSWER *

5240.

which industry has almost doubled in terms of revenue and contribution of india's GDP over the last decade?​

Answer»

ong>Answer:

The Indian TEXTILES industry is estimated at $150 billion and contributes 7% of INDUSTRIAL output and 2% of India's GDP while employs over ...

5241.

The function strcmp ( "Abcd" , "ABCD") will return _____?​

Answer»

ong>ANSWER:

SYMPTOMS this QUESTION answered

5242.

स्टेप बाय स्टेप इंस्ट्रक्शंस इन सिंपल लैंग्वेज टू परफॉर्म ऑफ आर्टिकल​

Answer»

ong>Answer:

ImageBrainly app · Installed

स्टेप बाय स्टेप इंस्ट्रक्शंस इन ...

7 hours ago · Find an answer to your question स्टेप बाय ... इन सिंपल लैंग्वेज टू परफॉर्म ऑफ ...

Brainly

वायरस विद एक्टिवेट डैम सेल्स ... - Brainly.in

7 hours ago · 1 answer

स्टेप बाय स्टेप इंस्ट्रक्शंस इन सिंपल लैंग्वेज टू परफॉर्म ऑफ ...

Imagewww.gluu.biz › how-to-write-w...

How to write a work instruction - a simple step-by-step guide | Gluu

Video for स्टेप बाय स्टेप इंस्ट्रक्शंस इन सिंपल लैंग्वेज टू परफॉर्म ऑफ आर्टिकल

10:03

We asked a number of industry experts on why involvement is KEY and you can see their responses in this article here. (Gluu lets ...

Tools & Materials

1.

What’s the difference between work INSTRUCTIONS, work guides, SOPs and so on?

  • Work instructions are also called work guides, Standard Operating Procedures (SOPs), job aids or user manuals, depending on the SITUATION. In any case, the purpose of work instructions is to clearly explain how a particular work task is performed. They’re like the step-by-step instructions we receive when we learn to drive a car: check gear stick is in neutral, start ignition, press clutch, change to first gear and so forth. What’s important is that work instructions should not be confused with processes or process maps. LET’s quickly look at where work instructions fit into our overall process documentation levels: A process HIERARCHY shows your overall process architecture and how it supports your business. (For more on this read our Guide to creating process hierarchies) A process is a chain of activities that transform inputs to outputs. (Interested? read our Guide to simple process mapping) A procedure outlines how to perform a process – sequence and who does what. In Gluu we
5243.

Explain about any mobile operating system with examples​

Answer»

ong>EXPLANATION:

I don't no it correct or not but if it is correct PLEASE follow me and mark me as BRAINALIST.

5244.

The default data type of function on is ______.void,int,float,chat.​

Answer» ONG>Answer:

FLOAT is UR answer plllllllllllll mark me brainlest and follow me...................... ....

5245.

What is importance of writing skill ?

Answer»

ong>Answer:

Writing is an essential job skill. Writing is the primary basis UPON which one's WORK, learning, and intellect will be judged—in college, in the work place and in the community. Writing equips us with communication and thinking SKILLS. Writing expresses who we are as people.

5246.

WYSIWYG का क्या अर्थ है? *​

Answer» ONG>Answer:

it's not a LEGIT English word as FAR as I know

EXPLANATION:

unless you are hust messing up

5247.

. ................ and ................. are two common printing techniques?............. (laser printing /offset printing /both a and b/none)  ​

Answer» ANSWER is both a and B
5248.

3. Tables can be created in the Datasheet view and the Design view.​

Answer»

ong>Answer:

Steps :

Create a NEW blank DATABASE. In the database window .Click Tables Under object and then click New .In New table Dialog BOX,DOUBLE click database View

Explanation:

HOPE it helps

I just wrote the steps ok

HOPE IT HELPS

BYEE

( ˘ ³˘)♥ Cyaaaa

5249.

Which consensus algorithm requires a complex, computationintensive mathematical problem tobe solved.​

Answer»

ong>Answer:

Phase 0 of Ethereum 2.0 will launch what is called the beacon chain, which will establish and maintain the PROOF of Stake consensus MECHANISM. READ “What Is Ethereum 2.0?” In Ethereum 2.0, the PoS consensus mechanism will REQUIRE validators to stake 32 ETH to RUN a validator node on the network.

5250.

(1257)⁸ =(?)¹⁰ in computer​

Answer» ONG>Answer:

687

Explanation:

1*8^{3}+2*8^{2}+5*8^{1}+7*8^{0} =512+128+40+7*1 =687