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.

10301.

Sound sentry option is designed to help user with _______ impairments

Answer»

ANSWER:

the answer should be HEARING IMPAIRMENTS

10302.

சிந்தித்துச் செயல்படும் தானியங்கி

Answer»

ANSWER:

சிந்தித்துச் செயல்படும் தானியங்கி

ஒரு தானியங்கி என்பது நடைமுறையில் உண்மையான இயந்திர வடிவுடைய மெய்நிகர் முகவர் ஆகும். செயல்முறைப்படி, மேலும் அது கணினி வழிகாட்டுதல் மற்றும் மின்சுற்றுக்களின் மூலம் இயங்கும் இடுபணிகளை தானாக நிறைவேற்றவல்ல திறன் படைத்த ஒரு வழக்கமான மின்னாற்றல் இயக்கவியல் இயந்திரம் ஆகும். மற்றுமொரு பொதுவான குணநலன் யாதெனில் அதன் தோற்றம் அல்லது அசைவுகள் மூலம் ஒரு தானியங்கி அடிக்கடி அதற்கென்று உரிய ஒரு நோக்கம் அல்லது காரகம்-செயலாண்மையை நிறைவேற்றுகிறது. இது பகுதி தன்னிசையானதகவோ அல்லது முழு தன்னிசையானதாகவோ இருக்கலாம்.

10303.

Which of the following can MS word 2010 not to​

Answer»

Answer:

Microsoft WORD or MS-WORD is a Graphical word processing program that users can TYPE with. It is made by the COMPUTER company Microsoft. Its purpose is to ALLOW users to type and SAVE documents.

Hope It's a brilliant Question

Thank You For Giving a to solving a problem

10304.

Define tolerance in adobe flash.​

Answer»

ANSWER:

CHANGE the tolerance setting for each option, and turn ... Defines how NEARLY straight a line segment DRAWN with

10305.

Please answer this question,it's very important,I am having my exam tomorrow​

Answer»

#include

int main()

{

int E;

CHAR name[50];

printf("Enter Your Name : ");

GETS(name);

printf("Enter Your WEIGHT on Earth in Kg : ");

scanf("%d" ,&E);

int M = E/6;

printf("The weight of %s on moon is %d kg" ,name,M);

return 0;

}

10306.

List the layout of Adobe photoshop interface?​

Answer»

ANSWER:

which LAYOUT do you NEED

10307.

How will you create a Recipient list or the Main document? (mail merge) "Computer Science"​

Answer»

Answer:

here is your answer ✓✓✓✓✓✓✓

Create and SAVE the main DOCUMENT. ...

on the Mailings tab, in the Start MAIL Merge group, chooseSelect Recipients→Type a New List. ..

.Click the CUSTOMIZE Columns button. ...

Select a field that you do not need. ...

click the Delete button.

Click Yes in the confirmation dialog box

Repeat Steps 4 through 6 for each field you don’t need.

To add a field that’s needed in your document, click the Add button.

Type the field NAME and click the OK button.

Repeat Steps 8 and 9 for each new field you need in the main document.

click ok!

10308.

What symtom indicates fever?​

Answer»

ANSWER:

Temperature GREATER than 100.4 ( 38 C) in adults and children

shevering,shaking and chills

Headach

SKIN FLUSHING on hot skin

10309.

Differentiate between workbook and worksheet​

Answer»

ᏗᏁᏕᏇᏋᏒ:

  • ❇️ The WORKBOOK is the entire book, while the WORKSHEET is a single PAGE within that book. A workbook can contain, at minimum, ONE worksheet, and up to a very large number of worksheets that is only limited by the available MEMORY on your computer. Worksheets can be added, deleted or renamed within the workbook.

hᎾᏢᎬ ᎥᏆ hᎬᏞᏢs mᎪᏒᏦ Ꭺs ᏆhᎬ bᏒᎪᎥᏁᏞᎥᎬsᏆ...

10310.

What is a file and what is a folder​

Answer»

ᏗᏁᏕᏇᏋᏒ:

  • ❇️ files vs. folders - Computer Definition. A FILE is the COMMON STORAGE unit in a computer. ... A folder holds ONE or more files, and it can be empty with just a name. Folders provide a method for organizing files similar to a MANILA file folder containing paper documents in a file cabinet.

hᎾᏢᎬ ᎥᏆ hᎬᏞᏢs mᎪᏒᏦ Ꭺs ᏆhᎬ bᏒᎪᎥᏁᏞᎥᎬsᏆ...

10311.

Is freezing divides the worksheet in two parts?

Answer»

no it does not DIVIDES the WORKSHEET into 2 PARTS

10312.

How can you resize and rotate objects in adobe flash?​

Answer»

Answer:

YES

Explanation:

Yes You Can RESIZE And Rotate OBJECTS In Adobe

FLASH

10313.

What can you do with lasso tool?​

Answer»

what is the MEANING of LASSO TOOL

10314.

What do you mean by animation?​

Answer»

Explanation:

animation MEANS ADDING VISUAL sounds EFFECT in the SLIDESHOW

10315.

define the following terms: 1) integers 2) booleans 3) floating point numbers 4)complex numbers (python)

Answer»

Answer:

Explanation:

1) integer: it is a solid number it takes the VALUE from -ve infinity to +ve infinity

ex: a = 1

2) booleans: it is a set of 2 numbers which consists for 0 and 1 i.e true or false

3)FLOATING point number : is the decimal number where it is separated by a point eg: a = 1.4

4) complex number : it is a TYPE of data where it ends with +j

example: a = 1234+j

IF IT WAS USE FULL MARK AS A BEST ANSWER

10316.

What help us to save your time when your are repeatly the same kind of calculation across multiple rows and coloumns

Answer»

looping statement HELP US to save our TIME when we are repeatly the same kind of CALCULATION across multiple rows and coloumns

10317.

Three different machines that work with the help of humans

Answer»

Answer:

TRAIN

BUS

AEROPLANE

HOPE it HELPS u

10318.

Write the syntax of a for loop and also give an example

Answer»

Answer:

HEY!

Loop statements are enclosed with a second BRACKET. This bracket in not NEEDED if there is only ONE statement.

for (

;

;

)

{

;

hope it will be HELPFUL ✌️

10319.

Write a Java programInput CP and SP calculate profit or loss.along with profit % or loss 7 accordingly​

Answer»

ANSWER:

HOPE this HELPS,

SEE the ATTACHMENT

10320.

Please give me answer of programming ​

Answer»

ANSWER:

It is of which TOPIC BROTHER or SISTER

10321.

Activity of use stickykeys

Answer»

ANSWER:

what do I have to answer??

EXPLANATION:

PLEASE TELL!!!

10322.

Write an algorithm to find all roots of a quadratic equation ax2+bx+c=0

Answer»

Answer:

it can be done using COMPLETING the SQUARE method

Explanation:

the ROOT is

( -b±√b²-4ac)/2A

10323.

If the backdrop of scratch is changed, and focus is on backdrop, which are the blocks of Scratch that stop working?[Do not give spam answers]​

Answer»

Explanation:

As this BLOCK holds the backdrop number of the STAGE, it is used when something MUST happen if the Stage is at a SPECIFIC backdrop. Some more common uses are:

Stopping the project once the Stage REACHES the backdrop for the end of the project. This is helpful because it will automatically stop the project when that backdrop is reached.

whenclickedwaituntilbackdrop#=6stopall

Checking what the current backdrop is

sayjoinThe current backdrop is:backdrop#

Setting a variable to the backdrop scene

10324.

What is conditional formatting. Explain with examples

Answer»

ANSWER:

Conditional formatting is a tool that ALLOWS you to apply FORMATS to a cell or RANGE of cells and have that formatting CHANGE depending on the value of the cell or the value of formula.For example you can have a cell appear bold only when the value of the cell is greater than 100.

10325.

Filter option is available in dash group under the data tab

Answer»

ANSWER:

idkkk

Explanation:

10326.

Thestatement increments/decrements the value ovariable.A.signaturthin e-mail is a text which is automatically added to your outgoing mail​

Answer»

ANSWER:

What to do in this QUESTION

10327.

How can I revise computer science 5 chapters in 1 hour please tell me​

Answer»

Answer:

  • READ the glossary given at the end of the chapters
  • read the QUESTION and answer if provided
  • practice as MUCH problem as you can
10328.

What is the use of St Command in logo ​

Answer»

Function: ST command is used to display the turtle on the screen. It can be used only after the HT command has been used. Function: CS command ERASES all the drawings on the scren and clears the Main screen or the Graphics screen, and also BRINGS the turtle to the CENTRE of screen.

10329.

1. What is the difference in scratch programs written in order to:a. Rotate the sprite about itselfb. Make the sprite move in a circular path[Do not give spam answer]​

Answer»

move How many steps steps. into a BIGGER number such as instead of this.

when clicked repeat 360 move 1 steps turn 1 DEGREES. you would have this.

when clicked repeat 360 move 1 steps turn how big you want the CIRCLE to be degrees. hope that helps.

plxzz MARK as BRAINLIEST

10330.

Sending rate should less than receiver rate to avoid congestion

Answer»

Answer:

Sending Rate = MINIMUM (network rate, RECEIVER rate)

EXPLANATION:

10331.

Describe the purpose of a search engine

Answer»

Explanation:

Search ENGINE is used for SEARCHING the information which is present in the web. Searching in the search engine is done with the help of keyword. Some of the examples of search engine are Google, BING, Opera and Yahoo. PURPOSES of search engine are to locate the information which the user is SEEKING.

10332.

First microprocessor? ​

Answer»

4004 is the FIRST MICROPROCESSOR

10333.

The actions required to be performed on the data is called​

Answer»

INITIALIZATION because when it will INITIALIZE it the it can PERFORM SPECIFIC ACTION

10334.

Koi pls tell me right answer I will give you brainlest rating pls right answer do

Answer»

Answer:

\boxed{\text{Justified Text: Ctrl + J}}\\\\\boxed{\text{Select Entire Document: Ctrl + A}}\\\\\boxed{\text{Op A File: Ctrl + O}}\\\\\boxed{\text{Replace Text: Ctrl + H}}

HOPE this helps! If it does, please MARK it brainliest! Thanks :D

10335.

Jo iss question ka right answer dega use brainlest rating milege so pls give right answer

Answer»

Answer:

\boxed{\text{Justified Text: Ctrl + J}}\\\\\boxed{\text{Select Entire Document: Ctrl + A}}\\\\\boxed{\text{Op A File: Ctrl + O}}\\\\\boxed{\text{Replace Text: Ctrl + H}}

HOPE this HELPS! If it does, PLEASE mark it brainliest! THANKS :D

10336.

Which call is used for sending application data from transport layer to ip layer

Answer»

ANSWER:

In COMPUTER NETWORKING, the transport layer is a conceptual division of METHODS in ... The protocols in use TODAY in this layer for the Internet all originated in the development of TCP/IP

10337.

What is full form of MAN PANLAN WAN​

Answer»

Answer:

MAN: METROPOLITAN AREA NETWORK

PAN:PERSONAL AREA NETWORK

LAN:LOCAL AREA NETWORK

WAN:WIDE AREA NETWORK

HEY PLEASE MARK ME AS BRAINLIEST

AYESHA HOW ARE YOU

10338.

Shape styles group has more than 40 styles for the area​

Answer»

ANSWER:

100 STYLES is your CORRECT answer

10339.

On which logic calculus did John McCarthy base the LISP programming language

Answer»

ANSWER:

TY fyohchc jvvhpvphxgp hchcyocjjjkaye

duet PLEASE

10340.

How many entries does IDT(Interrupt Descriptor Table) have for these system calls

Answer»

ANSWER:

4entries is your CORRECT answer

10341.

Define ER-model.......... exactly definition​

Answer»

Answer:

An entity RELATIONSHIP model, also called an entity-relationship (ER) diagram, is a graphical representation of ENTITIES and their relationships to each other, TYPICALLY USED in computing in regard to the organization of data within databases or information systems.

THANK you for asking this question

10342.

_is a place holder where text can be entered

Answer»

ANSWER:

CELLS or fields are the place where TEXT can be ENTERED

10343.

The value of data members or member variable at any given point of time determine an object's

Answer»

Answer:

determines the objects STATE(in reference with JAVA)

HOPE this helps

Please mark me as brainliest and FOLLOW me

10344.

Write the keyboard shortcuts and the function?​

Answer»

\large\star\underline\red{\textsf{Some keyboard shortcuts and functions  }}

\star\small\textsf{ Ctrl+\red B =bold the selected text.}

\star\small\textsf{ctrl+\red I  =italicize the selected text .}

\star\small\textsf{ctrl+\red U = underline the selected text. }

\star\small\textsf{ctrl+\red S=  save the documents. }

\star\small\textsf{ ctrl+\red O  =open the documents.}

\star\small\textsf{ctrl+\red P=  print the  documents. }

\star\small\textsf{ ctrl+\red R = right align a paragraph.}

\star\small\textsf{ctrl+\red L= Left align a paragraph .}

\star\small\textsf{ctrl+\red E =centre align a paragraph. }

\star\small\textsf{ ctrl+\red Z = undo the last action.}

\star\small\textsf{ctrl+\red F=  find the text .}

\star\small\textsf{ ctrl+\red H  =find and replace the text.}

\star\small\textsf{ctrl+\red F\red 1=  open/hide task pane. .}

10345.

The core principle of NoSQL is ____Base_____

Answer»

Explanation:

Core Principles of BASE BASE consists of THREE principles: Basic Availability. The NoSQL database approach focuses on the availability of data even in the presence of multiple FAILURES. It ACHIEVES this by using a highly DISTRIBUTED approach to database management.

10346.

Fill ups:................ Is regarded as the founder of world wide Web

Answer»

ANSWER:

TIM Berners LEE is the CORRECT answer

10347.

16. रोमन संख्यांकों में लिखें।(क) 30(ख)65​

Answer»

(क) 30: XXX

(ख)65: LXV

10348.

siddhart wants to buy a new pair of shoes he can buy soccer or running shoes a pair of shoes can come in blue black red or white .how many different ways can siddhart choose from​

Answer»

ANSWER:

4 Is the CORRECT answer

10349.

What is a clipboard? What function does it perfom

Answer»

ANSWER:

The ITEMS you COPY are STORED in a CLIPBOARD

10350.

What do you understand by work space

Answer»

ANSWER:the area where we work and do the MAIN STUFF

EXPLANATION: