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.

14401.

(3)Define (1) SUM (2) AVERAGE functions of spreadsheets.​

Answer»

It computes the mathematical average of a set of numbers. In other WORDS, it ADDS up a set of numbers and then divides the sum by how MANY numbers are being averaged. Let's review a COUPLE of ways you can use the AVERAGE function in EXCEL.

14402.

Which major database subject Stores all data

Answer»

Answer:

Communication is simply the act of transferring information from one place, person or GROUP to another. Every communication involves (at least) one sender, a message and a recipient. ... These include our emotions, the cultural situation, the MEDIUM USED to communicate, and even our LOCATION.

14403.

By default browser in ms windows is?

Answer»

SELECT the Start button, and then type Default apps. In the SEARCH results, select Default apps. Under Web browser, select the browser currently listed, and then select Microsoft EDGE or ANOTHER browser.

14404.

How to design this without bootstrap​

Answer»

Answer:

A transformation is a WAY of changing the SIZE or position of a shape. To enlarge a shape, a centre of enlargement is required. When a shape is enlarged from a centre of enlargement, the distances from the centre to each POINT are multiplied by the scale FACTOR.

14405.

How many keys of any keyboard

Answer»

ANSWER:

The STANDARD computer KEYBOARDS typically contain 101 keys for inputting CHARACTER sets including ALPHABETS, numbers, symbols, or functions.

14406.

Write algorithm to write a program to find a sum of even and odd numbers from 1 to 100.

Answer»

#INCLUDE

int main()

{

int i, number, Even_Sum = 0, Odd_Sum = 0;

printf("\n Please Enter the Maximum Limit Value : ");

scanf("%d", &number);

for(i = 1; i <= number; i++)

{

if ( i%2 == 0 )

{

Even_Sum = Even_Sum + i;

}

else

{

Odd_Sum = Odd_Sum + i;

}

}

printf("\n The Sum of Even NUMBERS upto %d = %d", number, Even_Sum);

printf("\n The Sum of ODD Numbers upto %d = %d", number, Odd_Sum);

return 0;

}

14407.

What are the different kinds of windows in microsoftworld

Answer»

Answer:

Local

US & World

Sports

Business

Entertainment

Life

Deals

Jobs

Cars

Real Estate

HoustonChronicle.com

Local

US & World

Sports

Business

A&E

Life

Jobs

Cars

Real Estate

Different Types of Windows Operating Systems

Small Business

|

Advertising & Marketing

|

Business Requirements

BySteven MelendezUpdated August 08, 2018

 

 

 

 

 

Various VERSIONS of Microsoft’s Windows operating system have existed since the 1980s. While the operating system got its start on personal computers, today, versions of Windows are available for a variety of devices, including home and business PCs, tablets, phones, and commercial servers.

Windows OS Versions for the PC 

The initial version of the Windows operating system launched in 1985, introducing users of MS-DOS, the text-based operating system that was then the main Microsoft OS, to graphics and the computer mouse.

Windows 1 and a number of subsequent editions essentially would run on top of MS-DOS and rely on DOS for many features RATHER than running as true standalone operating systems. Windows 95, one of the most-famous early versions, was RELEASED in 1995 amid a huge marketing campaign by Microsoft. It introduced the world to the famous Windows Start Menu. It was also the first version to FEATURE Internet Explorer, Microsoft’s first Web browser.

Windows ME, released in 2000, was the last to run on top of DOS. The next year, Microsoft released Windows XP, which was used at many businesses for over a decade and received praise by both critics and users alike. Subsequent versions included the less-successful Windows Vista, as well as Windows 7, Windows 8, and the current version for home and office PCs known as Windows 10.

Explanation:

hope u will like it

mark it as brainliest

14408.

Mention what is the difference between MS word and MS publisher

Answer»

MS Word is a software WHOSE focus is manly, word processing. Whereas, MS PUBLISHER focuses more on DESKTOP publishing. ... Word is mainly used to create CVS, legal documents, letters, articles ETC. Whereas Publisher is mainly used to create catalogs, flyers, greeting cards, newsletters etc.

14409.

Which method is used to create an object that stores dictionary data?

Answer»

ANSWER:

A PYTHON dictionary

Explanation:

HOPE it MAY HELP you

14410.

1 byte is the minimum space required to store one character (true or false)​

Answer»

ANSWER:

TRUE

.

.

. The answer is true

14411.

Information written on ROM can be erased using electrical signals(true or false)​

Answer»

Explanation:

Read Only Memory (ROM)

The data once written into it cannot be easily changed. The Data in ROM can be erased by using Ultra Violet Rays, ELECTRICAL Signals and some other specialized Methods. ... ROM is Non-Volatile Memory DEVICE as the DATA written in it is NEVER DESTROYED during the POWER OFF.

False

14412.

What is Computer????​

Answer»

A computer is a machine that can be programmed to CARRY out SEQUENCES of arithmetic or logical operations automatically. A computer system is a "COMPLETE" computer that includes the hardware, operating system (MAIN software), and peripheral equipment needed and used for "full" OPERATION.

14413.

Which short cut key used for help answer

Answer»

Answer:

Shortcut Keys Description

Alt+Tab SWITCH between open programs.

F1 VIEW help information (F1 is used by ALMOST every WINDOWS program to display help).

F2 Rename a selected file.

F5 REFRESH the current program window.

14414.

Explain the importance of application software today's

Answer»

Answer:

APPLICATON SOFTWARE IMPORTANCE !

Explanation:

Application software, also KNOWN as an application or an app, is computer software designed to help the user to perform specific TASKS. Examples include enterprise software, accounting software, office suites, graphics software and media players. Many application programs deal principally with documents.

Software is a SET of instructions, data or programs used to operate computers and execute specific tasks. Opposite of hardware, which describes the PHYSICAL aspects of a computer, software is a generic term used to refer to applications, scripts and programs that run on a device.

Application software can be used to DEFINE any software that is designed and developed for a specific purpose which is generally used to perform various functions, tasks, or activities to benefit the user. It is often designed to perform personal and business functions.

14415.

Key property of Button Control are____________ *

Answer»

ANSWER;

KEY property of BUTTON CONTROL are

ctrl +c

14416.

Explain types of relationships.​

Answer»

Answer:

An INTERPERSONAL relationship refers to the association, connection, INTERACTION and bond between two or more people. There are many different types of relationships. This section focuses on four types of relationships: Family relationships, Friendships, Acquaintanceships and Romantic relationships.

Database relationships are very similar in that they're associations between TABLES. There are three types of relationships: One-to-one: Both tables can have only one record on either side of the relationship. Each primary key VALUE RELATES to only one (or no) record in the related table.

14417.

What is the issues in developing, testing and maintaining in web engineering​

Answer»

Answer:

Different browsers, interfaces, SECURITY threats, and overall app integration are just a few of the issues FACED by developers. Since testing is a crucial phase in the DEVELOPMENT process, the developer should EXPECT to run into unforeseen issues ASSOCIATED with both the web application, and the testing process itself.

14418.

(b) On a runtime stack, if the last value is POP at the offset of 00000FF1, then what will be the value of ESP if we use perform an eight-bit push operation "PUSH AL"?

Answer»

Answer:

b) On a RUNTIME stack, if the last value is POP at the offset of 00000FF1, then what will be the value of ESP if we USE perform an eight-bit push operation "PUSH AL"

EXPLANATION:

14419.

The binary of the computer this part does the calculation moving and processing of information

Answer»

ANSWER:

The CPU is the brain of the COMPUTER all the calculations , moving ,processing of information is DONE here .

14420.

Write a python program to print "Good" if Marks entered by the user is greater than 80 else print "Work hard" 10 M

Answer»

ANSWER:

if MARKS > 50:

  print "Good"

ELSE

 print "Work hard"

EXPLANATION:

14421.

Write a program that defines a class with a data member to holds a "serial number" for each object created from the class. That is, the first object created will be numbered 1, the second 2, and so on. To do this, you’ll need another data member that records a count of how many objects have been created so far. (This member should apply to the class as a whole; not to individual objects. What keyword specifies this?) Then, as each object is created, its constructor can examine this count member variable to determine the appropriate serial number for the new object. Add a member function that permits an object to report its own serial number. Then write a main() program that creates three objects and queries each about its serial number. They should respond I am object number 2, and so on.

Answer»

Answer:

Self-induction of coil is the property by virtue of which it tends to MAINTAIN the magnetic FLUX LINKED with it and OPPOSES any CHANGE in the flux by inducingcurrent in it. ... That is why self-induction is called the inertia of electricity

14422.

Mr. Vijay started aims enterprises business with cash€245000

Answer»

Answer:

Communication is simply the act of transferring information from ONE place, person or group to another. Every communication involves (at least) one sender, a message and a recipient. ... These include our EMOTIONS, the cultural SITUATION, the medium used to communicate, and even our location.

14423.

Draw a flowchart to ask length and breadth of a reactangke and calculate it’s area

Answer»

Answer:

Communication is simply the act of transferring information from one place, person or GROUP to another. EVERY communication involves (at least) one sender, a message and a RECIPIENT. ... These INCLUDE our emotions, the cultural situation, the medium used to communicate, and even our location.

14424.

1) Which of the following has speaker icon?​

Answer»

Answer:

Tap the SPEAKER icon . The light bar on the Speaker icon illuminates BLUE to indicate that the speakerphone is on. If you close the Call screen, the Speaker icon will appear in the STATUS Bar and the sound from your call is played through the phone's speaker on the back of the device.

14425.

How many times are the following loop bodies repeated? What is the final output in each case?i. int x = 1;while (x < 10)if (x % 2 == 0)System.out.println(x);ii. int y = 1;while (y < 10)if (y % 2 == 0)System.out.println(y++);iii. int z = 1;while (z < 10)if ((z++) % 2 == 0)System.out.println(z);​

Answer»

ANSWER:

Catalog Name:*Colorful CLEANING Gloves*

MATERIAL: Rubber

Size: Free Size

Dispatch: 2-3 Days

Easy Returns Available In CASE Of Any ISSUE

14426.

CD is attached with a USB port( true or false)​

Answer»

ANSWER:

it's FALSE

Explanation:

CD is not attatched to the USB POR

14427.

How Ca Ions regulate Glycogen Metabolism, elaborate it.​

Answer»

Answer:

These results INDICATE that ACTIVATION of glycogen phosphorylase by K+ or veratridine occurs by a cyclic AMP-independent and calcium-dependent mechanism. The calcium dependency of brain phosphorylase kinase renders this kinase the prime target ENZYME for REGULATION of glycogenolysis by calcium IONS.

14428.

Animation effects can be applied on both_______ and _________on side.

Answer»

ANSWER;

TEXT and GRAPHICS

14429.

What is the dual of f = (x'+y)(xz+yz')

Answer»

ANSWER:

What is the DUAL of F = (x'+y)(Xzibit+yaz')

EXPLANATION:

What is the dual of f = (x'+y)(Xzibit+yaz')

14430.

The fields in which Web Engineering is being used​

Answer»

Web engineering is multidisciplinary and encompasses CONTRIBUTIONS from diverse areas: systems ANALYSIS and DESIGN, software engineering, hypermedia/hypertext engineering, requirements engineering, human-computer interaction, user interface, INFORMATION engineering, information indexing and retrieval, TESTING, ...

14431.

1. WRITE TRUE OR FALSE:-2. A worksheet has 1058576 rows and 16384 columns.​

Answer»

\huge\mathfrak\color{navy}{ \underline{ \color{navy}{★ \:Answer:-}}}

FALSE

\:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:

14432.

3. What is the result of logical or relational expression in C(A) True or False(B) 0 or 1.(C) 0 if an expression is false and any positive number if an expression is true(D) None of the mentioned​

Answer»

ANSWER:

TRUE and it is you are good

Explanation:

SORRY i did not no the answer

14433.

28. The data type character is represented as(A) float(B) char(C) int(D) array​

Answer»

Answer:

The data type CHARACTER is REPRESENTED as,

14434.

The condition in the if statement should be in the form

Answer»

Answer:

When you combine each ONE of them with an IF statement, they read like this: AND – =IF(AND(SOMETHING is True, Something ELSE is True), VALUE if True, Value if False) OR – =IF(OR(Something is True, Something else is True), Value if True, Value if False)

14435.

Define the debugging​

Answer»

\huge\green{\mid{\fbox{{คภรฬєг⤵}}\mid}}

the PROCESS of identifying and removing ERRORS from COMPUTER HARDWARE or software.

\huge\fbox\red{hσpє}\huge\fbox\pink{ít}\fbox\green{hєlp}\huge\fbox\blue{yóû}

\huge\fbox{\red{\underline{mαrk \; mє \; вrαínlíєѕt  \; plєαѕє  ♥}}}

\large\bf{\underline\blue{❥thαnk \; чσu ♥♥}}

14436.

Existing permission for file student.txt is rw- rw- rw-. Remove read permission from group using octal or symbolic notation.

Answer»

Explanation:

\huge\green{\mid{\fbox{{คภรฬєг⤵}}\mid}}

Chronic disease self MANAGEMENT programs

•grouping PATIENTS with similar chronic DISEASES to discuss disease-related tasks and behaviors to improve overall health.

•improving PATIENT responsibility through daily disease-monitoring.

\huge\fbox\red{hσpє}\huge\fbox\pink{ít}\fbox\green{hєlp}\huge\fbox\blue{yóû}

\huge\fbox{\red{\underline{mαrk \; mє \; вrαínlíєѕt  \; plєαѕє  ♥}}}

\large\bf{\underline\blue{❥thαnk \; чσu ♥♥}}

14437.

12. What is sizeof in C(A) Operator(B) Function(C) Macro(D) None of these​

Answer»

ANSWER:

SIZEOF is a unary operator in the programming LANGUAGES C and C++. It generates the storage SIZE of an expression or a data type, measured in the NUMBER of char-sized units. Consequently, the construct sizeof is guaranteed to be 1.

14438.

Class 12 question chemistry​

Answer»

ANSWER:

Where is the QUESTION? PLS CHECK it again

14439.

How is internet different from WWW​

Answer»

The world wide web, or web for SHORT, are the PAGES you see when you're at a device and you're online.

But the internet is the network of connected computers that the web works on, as well as what EMAILS and files travel across.

... The world wide web contains the THINGS you see on the roads like houses and shops.

14440.

Write algorithm to calculate the sum of numbers form 1 to 100

Answer»

ANSWER:

I HOPE this WOULD HELP you..

14441.

PowerPoint does not allow you to start your slide show from any slide within the slide show.​

Answer»

Answer:

It does allow you. There is an option right beneath the slideshow option in the toolbar. You can EITHER start from beggining it from the CURRENT SLIDE.

14442.

A byte is equivalent toa) 2 bitsb) 6 bitsc) 8 bitsd) 10 bits​

Answer»

ANSWER:

C) 8 bits

Explanation:

HOPE this is HELPFUL.

14443.

Examples of transaction processing system:a) payroll Systemsb) order processingSystemsc) reservation systemd) All of the mentioned​

Answer»

ANSWER:

all of the mentioned

Explanation:

MARK me as BRAINLIST

14444.

__________ And _________ are the attribute of or tag.(a) size (b) bordercolor (c) colspan (d) rowspan ( e) color​

Answer»

ANSWER:

C) COLSPAN and d) ROWSPAN

14445.

Calculate the value of the function y(x) = |x|sinx2 for values of x = π/3 and π/6 (use the MATLAB command abs(x) to calculate |x|).show me output of the program in matlab.

Answer»

Explanation:

kyx-kisw-ted

COME here I will EXPLAIN you how to solve because it has a lot of steps

14446.

Windows media player is very expensive software. true aur false​

Answer»

FALSE

WINDOW MEDIA PLAYER is not EXPENSIVE

14447.

Define placeholders.​

Answer»

Answer:

an element of a sentence that is required by syntactic CONSTRAINTS but carries little or no semantic information, for EXAMPLE the WORD it as a subject in it is a pity that she LEFT, where the true subject is that she left

14448.

When do you we fill magic effect?

Answer»

Answer:

The Magic Wand Tool, known simply as the Magic Wand, is ONE of the OLDEST selection tools in Photoshop. Unlike other selection tools that select pixels in an image based on shapes or by detecting object edges, the Magic Wand selects pixels based on tone and color.

14449.

_____is a computer program or an application that providesinstructions to execute a user's Commands:a) Hardwareby softwarec) Informationd) Appication software​

Answer»

d) APPICATION SOFTWARE

14450.

Choose the correct statement(s):(i) Ribosomes are located on the chromosomes.(ii) Cell is located in the nucleus.(iii) Chloroplasts are located in the nucleolus.(iv) Cell membrane surrounds the cell.​

Answer»

ANSWER:

(iv) Cell membrane surrounds the cell.

Explanation:

Rectified SENTENCES:

(i) ribosomes are LOCATED in cytoplasm of the cell.

(III) chloroplasts are located in the cytoplasm.