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.

1651.

Raghav wants to copy three movies on a disk and wants to see them at his place . Which device will you suggest him to copy all the movies

Answer»

a PENDRIVE of 16gb will HELP raghav to COPY all the THREE MOVIES

1652.

Computer kis Prakar se banking aur insurance area mein upyogi hai samjhaie​

Answer»

Answer:

Banks use a wide range of computers to carry out REGULAR, day-to-day OPERATIONS. Computers allow BANKING personnel to efficiently carry out transactions, process CUSTOMER needs, forecast future trends, prepare internal and external reports, communicate with key PARTICIPANTS and generate profits.

Explanation:

Please Mark me Brainliest if it helps You..

Thank You ☺️

1653.

Computer Science-Evaluate the following expression of the values of the variables are : k=8, m=11 and r=7.w=k*(m++/3)+(k+(- -r+r++))​Please answer correctly step by step.

Answer»

Answer:

K=8, m=11 and r=7.

w=k*(m++/3)+(k+(--r+r++))​

w = 8 × ( 11/3) + ( 8 + ( 7+ 6))       || now value of r = 7 after r++

w = 8 × 3 + ( 8 + 13 )

w = 8 × 3 + 21

w = 24 + 21

w = 45

**Please MARK this answer as Brainliest answer. Thank you!

1654.

Write a C program to perform matrix multiplication using functions?

Answer»

Explanation:

C Program to Perform Matrix Multiplication

★int m, N, p, q, c, d, k, sum = 0;

★int first[10][10], second[10][10], multiply[10][10];

★printf("ENTER the NUMBER of rows and columns of first matrix\n");

★scanf("%d%d", &m, &n);

★printf("Enter the ELEMENTS of first matrix\n");

★for ( c = 0 ; c < m ; c++ )

★for ( d = 0 ; d < n ; d++ )

★scanf("%d", &first[c][d]);

1655.

The expression builder is an access tool that controls an expression___ for entering an

Answer»

ANWER:

ANSWER is BOX.

please MARK me as BRAINLIEST

1656.

A-tree in the Acharya Jagadish Chandra Bose IndianBotanic Garden near Kolkata is believed to be over 200 years old​

Answer»

ANSWER:

OK.....

Then what is the NAME....?

1657.

What is the html code for this question .correct answer will be marked as brainliest if it is A wrong answer I will REPORT it​

Answer»

ANSWER:

answer is 76

HOPE it HELPS you

1658.

Which one of the following options allows a method to exist in multiple forms?a. Polymorphismb. Encapsulationc. Inheritanced. Abstraction​

Answer»

ANSWER: Encapsulation

Explanation:

a) It is a WAY of COMBINING VARIOUS data members into a SINGLE unit

1659.

3. Sheela does not have time so she decides to delay a task. Which question should he ask before ignoring the task? (a) What is this task? (b) When does this task need to be completed? (c) Is this task important? (d) No need to ask any question

Answer»

Answer: I think all of the all the OPTIONS EXCEPT for the last ONE.

EXPLANATION:

1660.

You are on a business trip and sitting in the local cafe trying to send emails to your colleagues to catch up on a few tasks. To protect your communications over these public networks you should always do the following

Answer»

Answer: Use a SOFTWARE firewall and IS essentials. And MAKE SURE you don't download files you don't TRUST. Don't SHARE files via public network locally.

Explanation:

1661.

In what way www is defferent form other web server on the internet

Answer»

Server:- They store, RECEIVE and send the DATA from the server to the DESTINATION through a network of MANY computers.

WWW:- The above mentioned network is the WORLD Wide Web

Don't forget brainliest if helpful

Rishabh Shah

1662.

Explain what all types of file can she send with email?

Answer»

ANSWER: Any type of file can be send with MAIL but the mail platform might cancel it because it may CONSIDER the file as a virus. And .DIR (DIRECTORIES) files cannot be attached.

Explanation:

1663.

Consider an array A[20].Assume four words per memory cell, the base address of the array A is 1000, and the first element is A[0].What is the address of A[11]

Answer»

Answer:

I'm SORRY

EXPLANATION:

I can't do this question of computer

1664.

Write any five characteristics of a computer​

Answer»

The characteristics of computers that have made them so powerful and universally USEFUL are SPEED, accuracy, diligence, versatility and storage CAPACITY. Let us discuss them BRIEFLY. Computers work at an incredible speed

1665.

1. Raju is the class monitor. He wants to know why Ramesh is coming late every day. Which of the following is a question that Raju can ask Ramesh?

Answer»

Answer:

Why r U coming LATE EVERYDAY Ramesh?

1666.

..............is a Volatile memory. (1 marks)​

Answer»

ANSWER:

MEMORY of VOLATILE is KNOWN as volatile memory

1667.

Which one of the following keywords is used to implement an interface?a.implementsb. extendsC.superd. final​

Answer»

Answer:

The implements keyword is used to implement an interface . The interface keyword is used to declare a special type of class that only contains abstract methods. To ACCESS the interface methods, the interface MUST be "implemented" (kinda LIKE inherited) by another class with the implements keyword (instead of extends ).

1668.

The teacher has given assignment to saurabh on binary numbers . saurabh is confused about how to multiply two binary numbers .help himin solving the problem by creating a table of binary multiplication

Answer»

ANSWER:

For binary multiplication, we follow the same process as multiplying two decimal numbers where we MULTIPLY each digit of the second number by the first whole number, then we just need to add them, switching each resulting multiplication ONE digit to the left

1669.

Every cell in a worksheet is identified using an-----------corresponds to the column letter and a row number.​

Answer»

Answer:

Sykes good girl group good morning mam priy rashtravaadi bhai ye to be sir

Explanation:

Y phaai tune jo log KEHTE hain na HO little sturt in the year old girl I don't think about it to be in the world is off DA naarang ke liye kaha ho little sturt PUTA he was so much more then I will

1670.

Which one of the following classes is used to define concrete methods and declare methods without anyimplementation?a. Subclassb. Superclassc.Abstract classd. Final class​

Answer»

ANSWER:

c) Abstract CLASS

Explanation:

Because, Each abstract class must have a CONCRETE subclass which will implement the abstract methods of that abstract class.

A class that is DECLARED using “abstract” keyword is known as abstract class. It can have abstract methods methods without BODY as well as concrete methods regular methods with body.

Kindly mark as brainliest ...!

1671.

X=4 y=10 find x+=x++---y+x++*y-y--%--x

Answer»

Answer:

Your Required Answer is 57.

Explanation:

Here is How the answer comes:-

X=4, y=10

=> x+=x++---y+x++*y-y--%--x

=> x=x+x++---y+x++*y-y--%--x

=> x = 4+5-9+6*9-8%5

=> x = 4+5-9+54-3

=> x = 9-63-3

=> x = 9-66

=> x = 57

1672.

Predict the o/p and state reason (17%5)==(17%5)

Answer»

ANSWER:

MAKE your QUESTION CLEAR!!!....

1673.

this type of physical or chemical weathering occurs in cold regions where temprature during the day time is more than the freezing point and during the night time it is less than the freezing point​

Answer»
1674.

What are the 3 features of a single-user operating system?​

Answer»

Answer:

Description and exemplification of the main functions of a SINGLE user operating SYSTEM :

interpreting USERS commands.

file management.

memory management.

input/output management.

resource allocation.

managing processes.

1675.

State one difference between OMR and MICR

Answer»

Answer:

OMR

Optical mark RECOGNITION (also called optical mark reading and OMR) is the PROCESS of capturing human-marked data from document forms such as SURVEYS and tests. They are used to read questionnaires, multiple choice examination paper in the form of lines or shaded areas.

MICR

Magnetic ink character recognition code, known in short as MICR code, is a character recognition technology used mainly by the banking industry to streamline the processing and clearance of cheques and other documents. ... Unlike barcode and similar technologies, MICR characters can be read easily by HUMANS.

1676.

M.s excel is used _____ fill in the blanks

Answer»

Answer:

M.S excel USED in M.S Office

Explanation:

M.S MEANS Microsoft

please mark me as a BRAINLIEST answer

1677.

What is important cpu or display in a phone ?​

Answer»

ANSWER:

CPU is more IMPORTANT.....

1678.

1. To modify a preset header footer click the custom header and custom footer buttons. True/False2. Auto fill helps you to add the contents of a cluster of adjacent cells. True / False3. Charts features help you in presenting a graphical representation of data. True / False 4. Click the edit button to print the worksheet. True/False 5. Pivot table allows you to perform data analysis. True / False

Answer»

ANSWER:

gbansisusnsksjsnsushejejsnsisuhejeusue

1679.

Identify the error in code given below:< img src="mypage.html"​

Answer»

Answer:

You just FORGET the close tag ">"

Explanation:

< img SRC="mypage.html">

1680.

CAN ANYONE PLEASE DESCRIBE BLOCKS IN MIT APP INVENTOR.

Answer»

\huge\underline\mathbb{\red S\pink {O}\purple {L} \blue {UT}  \orange {I}\green {ON :}}

MIT app INVENTOR is A application development website

which offers users to develop apps by just attaching block

It's FREE and

i have also tried it and you should also

Works on both laptop and mobile PHONE

\mathfrak{\huge{\pink{underline{{Follow}}}}}

1681.

What is pros using in ict​

Answer»

ANSWER:

Advantages and DISADVANTAGED of ICT

Communication

Globalization

Cost effectiveness

1682.

What is potential energy of a rock that weighs 100 newton that is sitting on top of hill 300 me gets high ?

Answer»

Answer:

Potential ENERGY = Mass × Height

= 100N × 300M

= 30000Nm (ANS).

HENCE, The potential energy of the rock is 30000Nm.

Explanation:

KINDLY SELECT MY ANSWER AS THE BRAINLIEST ANSWER.

1683.

Window explores is used for the management of file True or false

Answer»

Answer:

Yes

Explanation:

WINDOWS Explorer is the file management APPLICATION in Windows can be used to navigate your hard drive and display the CONTENTS of the folders and subfolders which contains on your hard drive

1684.

Decimal 15 is equivalent to haxadecimal Ftrue or fase

Answer»

If you SEARCH this QUESTION in GOOGLE then you will GET some HELP.

1685.

You can also add...... while creating your web page.

Answer»

ANSWER:

EXPLAIN your QUESTION.. It's not CLEAR..

1686.

What are the applicaation of computer in engineering and manufacturing fields?

Answer»

Answer:

If you SEARCH this QUESTION in Google then you will GET some HELP.

1687.

Function.ka.kitna.bhag.hota.hay

Answer»

ANSWER:

LALA lala lala lala lala lala BALA bala bala bala bala

1688.

How to display this pattern​

Answer»

ANSWER:

what you NEED to SAY DEAR

1689.

How to calculate the total in Ms Excel ​

Answer»

Answer:

its just put the cell NAME which you want to CALCULATE put the PLUS SIGN and add the total

1690.

Click on the above photo and see the question​

Answer»

WE CLICK BUT THERE R 4 OPTIONS NOT D QUESTION...

1691.

What is the hierarchy system in excel??​

Answer»

Answer:

Hii.....

EXPLANATION:

A hierarchy in data model is a list of nested COLUMNS in a data table that are CONSIDERED as a single item when USED in a power pivot table .

For Example : If you have the columns COUNTRY, state , city in a data table , a hierarchy can be defined as the column into one field.

Hope it will be helpful to you ...........

1692.

1) Instant Messengers use this model-a)Client - Server model b)Peer to peer network c)Both client server and peer to peer networkplease answer fast!

Answer»

ANSWER:

Here is your answer MATE

EXPLANATION:

B) PEER to Peer

1693.

write a program to store first twenty even numbers in single dimensional array print sum and average​

Answer»

ANSWER:

Even index positions SUM 160 ... Recommended: Please SOLVE it on first, before moving on to the SOLUTION. ... Sum of elements in 1st ARRAY such that number of elements less than or equal ...

Explanation:

Please mark me as brainliest

1694.

1. Search for five main parts of computer and its related functions.--ADMSVAMХUMSELСBYSNDZ-BK.NAT-RNYP.TRV UE-СLTATСULJADWMSOYDK.OLzARХMMORADVDIRAYоBEK​

Answer»

ANSWER:

SORRY I didn't UNDERSTAND it

1695.

I have a exam of computer science today.i am afraid of writing algorithm and flowchart.what to do​

Answer»

Answer:

don't be NERVOUS friend

be CLAM

don't take STRESS

1696.

Sign xis used formulatiplication( )

Answer»

ANSWER:

yes

Explanation:

it is the MATHEMATICAL SYMBOL for MULTIPLICATION

1697.

The symbol used to indicate input and output of a program

Answer»

ANSWER:PARALELLOGRAM

EXPLANATION : it is the algorithm SYMBOL for the inputs and output representation

1698.

Arrange the following storage devices compact disc , gard disc and pen drive in descending order i. access speesii. Storage capacity

Answer»

Answer:

Which of the FOLLOWING has the highest storage CAPACITY pen drive CD DVD hard disk and floppy DISC? OBVIOUSLY, the HDD is the best for STORAGE!

1699.

Which other tage can be used in tabel tage

Answer»

Answer:

A WIDE variety of tables can be CREATED with only five tags: the

TAG, which ENCAPSULATES a table and its elements in the document's body content; the tag, which defines a table row; the
and tags, which define the table's headers and data cells; and the
tag, which defines a title or ...

Explanation:

Please mark me as BRAINLIEST

1700.

Jaystik ka pryog likhne mai kiya jata hai

Answer»

ANSWER:

no

Explanation: