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.

19051.

(ii) =SUM(B5:38) changes to =SUM(C5:C8) when copied across to the nextcell.​

Answer»

ANSWER:

SORRY this is what you THINK about

19052.

Write a short note on optical storage devices​

Answer»

Answer:

Optical storage, ELECTRONIC storage medium that uses low-power LASER beams to RECORD and retrieve digital (binary) data. In optical-storage TECHNOLOGY, a laser beam encodes digital data onto an optical, or laser, disk in the form of tiny pits arranged in a spiral track on the disk's surface.

19053.

Consider the graph adjacency matrix​

Answer»

EXPLANATION:

SRY ....no IDEA about COMPUTER SCIENCE ...

19054.

Fill in the blanksComputer can be used for creating

Answer»

ANSWER:

COMPUTER can be USED for CREATING CREATION

19055.

X = 1 if x > 3if x > 4print ("a" ,end = ' ')else:print("b", end = ' ' )elif x < 2:if(x! =0)print("c", end = ' ')print ("d")

Answer»

ANSWER:

you FOLLOW me IWILL follow U

19056.

On which tab clip Art button is present.?

Answer»

Answer:

Click the [INSERT] tab > From the "Illustrations" GROUP, click [Clip ART]. A clip art PANE will open to the right of the document.

Explanation:

19057.

Which of the following is true for variable names in C ?

Answer»

Explanation:

hi

To name a variable in C LANGUAGE, the contenders NEED to follow some specific RULES. A variable name can have uppercase and lowercase letters, DIGITS and underscore only. The first letter of a variable should be either a letter or an underscore. There is no rule on length of the variable.

19058.

What size the recorder is divide?

Answer»

Four

→Many adults take up the recorder because of its EASE, economy and the large family of recorders to choose from. There are four regular sizes, including Descant, Alto, Tenor and Bass. The Recorder was known as the English Flute in the 16th, 17th, and 18th CENTURIES when it enjoyed tremendous popularity.

→Hope this will HELP you:)

19059.

Which of the following is not required in video conferencing?

Answer»

Answer:

  • Smart phone
  • Internet access
  • Web camera
  • Personal computer there are THREE ANSWERS what EVER you WANT to WRITE so write.... ok hope its usefull for u
19060.

A programm is group if hardware computer true or false​

Answer»

ANSWER:

FALSE MARK BRAINLIEST ANSWER

19061.

Difine: 1 - food web​

Answer»

ANSWER:

SEVERAL interconnecting food chain forms food web. It's the DEFINITION

19062.

________is a function in excel that adds together a range of cells.​

Answer»

Answer:

Explanation:

You can use AutoSum to quickly SUM a RANGE of numbers in a column or ROW. Click an empty cell below a column of numbers or to the right of a row of numbers, and then click AutoSum. Excel selects what it determines to be the most LIKELY range of data.

19063.

Q1.First Missing PositiveGiven a list of integers nums, find the first missing positive integer. In other words, find the lowest positive integer that does not exist in the array. The array can contain duplicates and negative numbers as well.Constraints :n

Answer»

Answer:

25643578/69835472(698575595)

19064.

Explain comparison and string operators use in java script with the help of examples​

Answer»

ANSWER:

hjekihwjwowywhkwywh27wgkwywjw OCHOA

19065.

What is a formulae in Ms Excel explain with example​

Answer»

ANSWER:

Formula is the way in MS Excel through which we can do mathematical problems and can also do calculations.

For e.g-

For adding - = SUM(A1:D1)

19066.

Window 10 resizes the tiles in_ sizes​

Answer»

ANSWER:

Just like in Windows 8 and 8.1, you can resize specific tiles in Windows 10 to make them larger or SMALLER. At the Windows 10 tiled screen, right-click on a tile. From the pop-up MENU, hover your mouse over the Resize option and select a new size from small, medium, large, or wide.

I HOPE it helps you

19067.

व्यायमापिणा पिकार होऊन मारक ठरते.​

Answer»

EXPLANATION:

xbznnzbznsndnsndnsndndn

19068.

What do you understand by Hyperlink in context of web pages? Give a suitableexample to illustrate it.​

Answer»

Answer:

The definition of a hyperlink is TEXT or an image within a file on your computer that you can click on that gives access to ANOTHER document or image. Words on a website that are underlined and highlighted in blue and that you can click on in order to open a NEW web page are an example of a hyperlink.

HOPE IT HELPS YOU....

19069.

Q.1 Fill in the blanks:a Filter by Font allows you to filter by..........​

Answer»

Data tab

→You can quickly FILTER data based on visual CRITERIA, such as font color, cell color, or icon sets. And you can filter whether you have formatted cells, applied cell styles, or used conditional formatting.

 → In a range of cells or a table COLUMN, click a cell that contains the cell color, font color, or icon that you WANT to filter by.

  →On the Data tab, click Filter.

  →On the Data tab, select Filter

  →Click the arrow AutoFilter arrow in the column that contains the content that you want to filter.

  →Under Filter, in the By color pop-up menu, select Cell Color, Font Color, or Cell Icon, and then click the criteria.

→ Hope this will help you :)

19070.

यूनिट टू टाइप द बेस्ट इन द सर्च बॉक्स एंड विल गिव यू लिंक टू रिलेटेड वेबसाइट​

Answer»

Answer:

the SEARCH BOX and will GIVE you link to related WEBSITE Google website

19071.

द टाइटल हैपियर सेट द बॉटम ऑफ एवरी पेज ऑफ द ब्लॉग​

Answer»

PLEASE LIKE and FOLLOW me

19072.

In a housing society there are 75 flats.These flats are getting foul smell in their drinking water supply. Derive a problem statement using the 4Ws canvas for the above statement and stating the possible solution.​

Answer»

ANSWER:

xnnxnxxndnndndndndm

19073.

5. By default, the Insert tab is open when we start MS Excel.true or false​

Answer»

ANSWER:

False

Explanation:

The HOME TAB only OPENS by DEFAULT

19074.

List any 2 methods through which the second stage can be accomplished of the Al project life cycle.​

Answer»

Explanation:

Developed by the Project MANAGEMENT INSTITUTE (PMI), the five phases of project management include conception and INITIATION, planning, execution, performance/monitoring, and project close.

19075.

32.i) Consider the following code containing mixed arithmetic expression. What will bethe final result and the final data type?Ch=5 #integeri=2 # integerf1=4 #integerdb=5.0 #floating point numberfd=36.0 #floating point numberA=(ch+i)/db #expression 1B=fd/db*ch/2 #expression 2print(A)print(B)ii) Find the various components used in this structure of python program:#This is the python programming# Definition of functiondef sample():print(“This is the sample program”)#Main program code follows nowa=10b=a-5print(a+2)if b>5:print(“Value of 'a' was more than 15 initially”)else:print(“Value of 'a' was 15 or less initially.”)sample()

Answer»

ANSWER:

The MATH is fun if you think that math is math you not understand math solve math like it is REAL life and then there is no problem to solve math EQUATION or problem

19076.

Modern computer are based on the ................. cycle​

Answer»

Answer:

Modern COMPUTER are BASED INSTRUCTION cycle.

19077.

Who is the working principal of computer explain

Answer»

Answer:

The working PRINCIPLE of the computer SYSTEM. Computers do the work PRIMARILY in the machine and we can not see, a CONTROL center that CONVERTS the information data input to output. This control center, called the central processing unit (CPU), How Computers Work is a very complex system.

19078.

Write the following real constants intoexponent form:i) 32.179 ii) 8.124 iii) 0.00007​

Answer»

i only KNOW of third ONE it will be 7 to be POWER 5

19079.

There's an automated attendance system in your school. What could you possibly do to make it Al enabled.List down 2 possible points.​

Answer»

ANSWER:

TAKE BIOMETRIC CODES AND LET THE MACHINE RUN THAT

FACE RECOGNITION

Explanation:

19080.

Full form of SSD and HDD....Don't spam

Answer»

Answer:

\huge \red{ans}wer

Solid state DRIVES (SSD )

HARD DISK drives (HDD)

Hope I HELP you❤❤....

19081.

A program to add two integers and print their sum .printonly the sum without any other string. also assume thatthe numbers to be added are being entered via command line while your program is getting executeanf statement in c, cin in c++, or scanner class​

Answer»

Answer:

9863ee6095rgturt grsfutwd

19082.

Eraser tool is used to erase what we do not need

Answer»

ANSWER:

the TEXT which is WRONG is USED

19083.

Which of these charts does not exist in MS Excel.

Answer»

Explanation:

DJS EK SB eroju se dur ch sang sb e HM e

d been DI cha

19084.

Which effect is used to emphasize text by placing a line under it?

Answer»

Answer:

Here we have discussed 5 common ways to emphasize TEXT:

Italicize. ITALICS are a nice improvement from the DAYS of the typewriter when underlining was the norm. ...

BOLD. Using bold text is more dramatic and easily recognizable than italics. ...

Change Size. ...

Use Space. ...

ADD Color.

Explanation:

19085.

There are various elements in our environment. Draw a system map for an app for predicting the weather which takes in consideration thelatitude, altitude, distance from the sea, ocean currents and wind as the main factors.​

Answer»

EXPLANATION:

Hope it helpful for you

mark me as in BRAINLY list and follow me

19086.

Discuss the components of a data base?​

Answer»

Answer:

Software. This is the set of programs USED to control and manage the overall DATABASE. ...

Hardware. ...

Data. ...

Procedures. ...

Database Access Language. ...

QUERY PROCESSOR. ...

Run TIME Database Manager. ...

Data Manager.

19087.

A ___virus may infect the files with an extension such as docs pps &xls​

Answer»

Answer:

Corona

Explanation:

i hope it HELPS and by the way please MARK as BRAINLIEST

19088.

Writea Program in HTML to create following formCreate a form having heading, "Employee registrationform" It should accept EmployeeName birth date,mobile number, department and their resume to upload file and submit and reset button Use Internal cssfor heading

Answer»

Answer:

TRYING to get ENERGY to do this but I am not sure if I can MAKE it to the

19089.

3. स्वमत लिहाडॉ. माशेलकर यांचे गुण विशेष स्पष्ट करागुण 3​

Answer»

Answer:

doctor mashelkar YAH bahut acche doctor the the LOGON ki dekhbhal bahut acchi KARTE The AUR insaaniyat wale the

19090.

The most widely used tertiary data storage is the​

Answer»

Answer:

Tertiary storage comprises high-capacity DATA archives designed to incorporate vast numbers of removable media, such as tapes or OPTICAL discs. The removable media are normally not stored in suitable drives but held in specially arranged retention slots, shelves, or carousels in an offline state. A tertiary storage platform may be perceived as a specialized type of NAS that uses additional robotic mechanisms to transfer media between their long-term storage locations and available drives without human intervention. To fulfill a client access request, a separate database that maintains the catalogue of archive contents must be CONSULTED. As the tape library or optical jukebox cannot handle a large number of concurrent requests (there is only a limited number of tape or optical drives which operate at nominal data rates PER device), the archive contents are TYPICALLY copied to a data cache, for example a regular NAS server. Clients may then access the data at high speeds and possibly in parallel. The retrieved content is retained in the cache for as long as it is needed or until it is retired as an effect of the application of relevant data retention policies.

19091.

Convet binary to decimal base 9 to 10 base​

Answer»

ANSWER:

OCTAL .................................

19092.

What is ROM ?say the uses of it​

Answer»

Answer:

ROM STANDS for Read Only Memory

Explanation:

It's used to store the start-up instructions for a computer, also known as the firmware. Most modern COMPUTERS USE flash-based ROM. It is PART of the BIOS chip, which is located on the motherboard.

Pls follow me!!

19093.

Computer system can be divided in different components.Explain. ​

Answer»

ANSWER:

answer is GIVEN in PICTURE

19094.

We need to _______to select the personalize option​

Answer»

We need to go to SELECT the PERSONALIZE option

Please mark me the BRAINLIEST

19095.

Why horizontally axis called the category axis​

Answer»

ANSWER:

Because Horizontal AXIS are X axis and GENERALLY x axis contains the NAMES of different categories.

19096.

--------------------tag is used to move the text through the page.​

Answer»

ANSWER:

what are you SAYING I am not UNDERSTANDING

19097.

27) A collection of hyperlinkeddocuments on the internet forms are?a. World Wide Web (WWW)b. Mailing listc. Hypertext markup languaged. E-mail system​

Answer»

Answer:

HYPERTEXT Markup Language

Explanation:

A collection of HYPERLINKED DOCUMENTS on the internet forms are Hypertext Markup Language.

19098.

2. Pind the write the output of the following python code: 2def evaluate(A=40,B=50):A=A+BB=A-Bprint (A,'@',B)return AP=100Q=150P-evaluate(P,Q)print (P,'@', Q)Q=evaluate(Q).print (P,'@', Q)​

Answer»

ANSWER:

I don't KNOW hahahhahahha

sorry

19099.

State whether the following statements are true (T) or false (F).a. The hard disk may be divided into several parts or drives by many partitions.b. Once a filename is created cannot be changed.c. You may use question mark (?) in lieu of a single unknown character to search a file.d. The filename is made up of string of numbers.AUX is an invalid filename.Le2​

Answer»

Answer:

block of the periodic table is a set of elements unified by the orbitals their valence ELECTRONS or vacancies lie in.[1] The term appears to have been first used by Charles Janet.[2] Each block is named after its characteristic orbital: s-block, p-block, d-block, and f-block.

A long periodic table showing, from left to right: the s-, d-, f-, and p-blocks. The f-block, normally shown as a footnote, here splits the d-block into TWO. While this splitting is the more common form in the literature, a minority advocates placing the f-block between the s- and d-blocks.[1]

The block names (s, p, d, and f) are derived from the spectroscopic NOTATION for the value of an electron's azimuthal quantum number: SHAPE (0), principal (1), diffuse (2), or fundamental (3). Succeeding notations proceed in alphabetical ORDER, as g, h,

19100.

2. the ________ option is used to change the size of an image​

Answer»

hi mate !

here's your ANSWER....

RESAMPLE IMAGE option

hope it HELPS you...