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.

1951.

:) What is the use of body tag?​

Answer»

ong>Answer:The <BODY> tag defines the document's body. The

element contains all the contents of an HTML document, such as headings, paragraphs, images, HYPERLINKS, tables, lists, ETC. Note: There can only be ONE element in an HTML document

Explanation: :}

1952.

EXERCISES Objective Type QuestionsFill in the blanks with the correct words.Machine source programplotter C++hardwarea. The physical components of a computer are called bando6. Acan be used to print high-quality graphics.language has instructions in the form of Os and 1s.d.is an example of a high-level language.e. A program written in a high-level language is called aWrite T for the true statement and F for the false one. Correct the false statementa. An LCD projector is a type of input device.. The physical components of a computer are called software.​

Answer» ONG>ANSWER:

wgeghdudhdhhddgeghhrhrhrhrhfhhhdhhhwhhshshjjj

1953.

___________ icons appears in the control panel​

Answer»

ong>Answer:

  • Administrative Tools.

  • AutoPlay.

  • Backup and Restore (Windows 7)

  • BitLocker DRIVE Encryption.

  • Color Management.

  • Credential Manager.

Hope it helps

plz mark as brainliest

1954.

Is shampoo basic or acidic ? give the correct ans please​

Answer» ONG>ANSWER:

it 8a basic in nature LIKE the TOOTHPASTE is basic too

1955.

B) What is macromedia Flash?​

Answer»

ong>Answer:

FLASH was a two-part system, a graphics and animation EDITOR known as Macromedia Flash, and a PLAYER known as Macromedia Flash Player. Future Splash Animator was an animation tool ORIGINALLY developed for pen-based COMPUTING devices.

Explanation:

1956.

B) There are two rulers in flash.​

Answer» ONG>ANSWER:

The TOP ruler represents the X, or HORIZONTAL axis, and the LEFT ruler represents the Y, or vertical axis.

1957.

What is source code and object coad​

Answer» CE code is GENERALLY understood to mean programming statements that are created by a programmer with a text editor or a visual programming tool and then saved in a FILE. OBJECT code generally refers to the output, a compiled file, which is PRODUCED when the Source Code is compiled with a C compiler.

1958.

List commonly used operating system .explain any two​

Answer»

The three most common operating systems for personal COMPUTERS are Microsoft WINDOWS, MACOS, and Linux. Modern operating systems use a graphical user interface, or GUI (pronounced gooey).

Hope it helps !!

1959.

___________ parameter is used with line command to draw a box​

Answer»

ong>EXPLANATION:

graphics PARAMETER is USED with line command to draw a BOX

1960.

Write a program in java to print your school name in four different lines​

Answer»

ong>Java program to print your name FOUR times:

class Name

{

PUBLIC static void MAIN (string ARGS [])

{

int C=0;

while (c<4)

{

System.out.println ("Your School Name");

c++

}

}

}

1961.

What is computer language

Answer»

ogramming 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.

1962.

Decimal equivalent to 100111​

Answer» ONG>Explanation:

100111 from BINARY to DECIMAL is 39.

1963.

Questions are 1)What is cyberbullying?2)what is social engineering?3)how can you protect our computer from hacking?4)why should we not save password of account in a particular websites?5)write any two roles of parents and teachers in protecting the children in the virtual world. BEST ANSWER WILL BE MARKED AS BRAINLIST​

Answer»

ong>Answer:

Answer 1

the use of electronic communication to bully a person, typically by sending messages of an intimidating or threatening nat .

Answer2

Social engineering is the term USED for a broad range of malicious activities accomplished through human interactions. It uses psychological MANIPULATION to trick users into making security MISTAKES or giving away sensitive information. Social engineering attacks happen in one or more steps.ure.

4Answer

If a hacker takes control of your computer remotely over the internet, via malware, they will have access to your online accounts if passwords are stored in the browser. Storing passwords in a browser also makes your accounts vulnerable to people who might want to snoop around on your computer when you aren't around.

5Answer

School, teachers and parents play vital role in holistic development of the child. Parents are the first mentor of the child and the teacher is the second. ... Parents play important role in encouraging and motivating their kids to learn. Good parental support HELPS child to be positive, healthy and good life long learner....

.

1964.

Write a program to find area of a rectangle whose length and breadth is entered by the user. Correct answer will be marked as brainliest.

Answer»

ong>Answer:

C Program

#include

INT main()

{

int width=5;

int height=10;

int AREA=width*height;

PRINTF("Area of the rectangle=%d",area);

}

Explanation:

if is this answer was helpful then PLEASE mark me has BRAINLIST and follow me

1965.

The best material to make permanent magnet is

Answer»

ong>Answer:

alloy is the BEST material to MAKE PERMANENT MAGNET

1966.

What is full form of PDF​

Answer» ONG>ANSWER:

Portable DOCUMENT Format

is FULL form of PDF

1967.

What is full form of LED​

Answer» ONG>ANSWER:

LED - LIGHT emitting diode

1968.

Name all the alignment button present on the layout tab

Answer»

ong>EXPLANATION:

, the Alignment GROUP of the HOME tab has Six Align buttons. In total, this group has ELEVEN buttons including the Six Align buttons. The buttons other than these Six are the ORIENTATION, Decrease Indent, Increase Indent and the Merge & Center.

1969.

Which of the following is not a arithmetic operators+,&,% and *​

Answer»

/P>

EXPLANATION:

hey there here is your ANSWER

+=plus

&=ENGLISH

%=percentage

*=multiply

1970.

Write a program to enter a number and check whether the number is negative or not. Correct answer will be marked as brainliest.

Answer»

ong>Answer:

Write a C program to check positive, negative or zero using simple if or if ELSE. C program to input any number from USER and check whether the given number is positive, negative or zero. Logic to check negative, positive or zero in C programming.

Example

Input

Input number: 23

Output

23 is positive

                               OR

Positive or Negative Using if...else

#include

int main() {

double num;

printf("Enter a number: ");

scanf("%LF", &num);

if (num <= 0.0) {

if (num == 0.0)

printf("You entered 0.");

else

printf("You entered a negative number.");

} else

printf("You entered a positive number.");

return 0;

}

Explanation:

mark me BRAINLIEST it is correct

1971.

The basic of computer​

Answer» ONG>ANSWER:

Can you tell me mainly what we HAT explain I will DEFINITELY answer

1972.

Symbol is used to terminate each stament of c​

Answer»

ong>Answer:

in any PROGRAMMING language statement can be TERMINATED by using semicolon(;) symbol like printf(“enter the NUMBERS”); we can also USE this symbol while declaring VARIABLES,or using in loop etc . ... In “C” every input statement and output reader statement i.e.., printf and scanf should be terminated with “;” semicolon.

1973.

1. A senior manager in a company wants to present the structure of his organisation to the customer. What tool can be used to do this? (grade 6 chaper 3 advanced features of word)​

Answer»

ong>Answer:

If a SENIOR manager in a company WANTS to present the structure of his organisation to the customer then the tool he can USE is chart to express the structure his organisation.

hope it helps :)

1974.

A computer that communicate with each other are called​

Answer»

COMMUNICATION.

PLZ MARK ME AS BRAINLIEST!!!!!!!!!!

1975.

کی بارش ها در بانکشود وwhich device can be needed to play games on computer?​

Answer» ONG>Explanation:

playbox

hope it HELPS please mark as BRAINIEST

1976.

To rename files and folders to click (a) left (b) right (c) bottom​

Answer»

ong>EXPLANATION:

RIGHT click KARNA PADEGA

1977.

(Pls Answer that question attached to ) How to mark a person as brainliest on iPad? I am not getting mark as Brainliest option too Answer me and I will mark you as Brainliest and follow you to Don’t answer ‘I don’t know’ or ‘thanks for free points’ Remember on ‘iPad’

Answer» ONG>ANSWER:

idk on computer for me to SOMETIMES i dont SEE the crown thing

Explanation:

1978.

Find error(s) in the following programs and write the correct code. (a) FOR R-1, 5PRINT RNEZT(b) 7-1DO LOOP %5PRINT XWHILE​

Answer» ONG>ANSWER:

vvugucug f7ug7cucucucyxhcycchchchcchwchwchwcu

Explanation:

cuqcqucfucucuucugufufc6ucuccycycycyucycycccyyccygcgcgccg

1979.

In which book did rousseau mention the idea one person one vote​

Answer» ONG>Explanation:

Social Contract, a Russian book composed by Rousseau mentions the idea of ONE person one vote.

It talks about compromising on physical FREEDOM i.e. the free will to do whatever pleases oneself and adopting civil freedom to be able to act and THINK morally and radically.

The entire idea is about building and mutual preservation of a community.

1980.

How to follow a person in iPad and where is the follow button in this app? Answer me I will mark you as Brainliest and follow you too

Answer» ONG>Answer:

I WISH a new man ,

EXPLANATION:

THANK you for the free points

and mark BRAINLIEST please

1981.

List any 4most important characteristics of effective communication​

Answer» ONG>Answer:

The 7 characteristics of effective communication

Completeness. Effective communications are complete, i.e. the receiver gets all the information he needs to process the MESSAGE and TAKE ACTION. ...

Conciseness. Conciseness is about keeping your message to a point. ...

CONSIDERATION. ...

Concreteness. ...

Courtesy. ...

Clearness. ...

Correctness.

1982.

जो मुझे इन प्रश्नों के सही उत्तर देगा उन्हें मैं मां ब्रिलियन करूंगी और उनके सारे जवाबों को लाइक करूंगी पर याद रहे मुझे पिक सही जवाब चाहिए ​

Answer» ONG>EXPLANATION:
  1. B
  2. D
  3. C
  4. D
  5. D
  6. D
  7. C
  8. C
  9. B
  10. B
  11. B
  12. A
  13. A
  14. B
  15. B
  16. A

2)1 TRUE

2. TRUE

3 FALSE

4 TRUE

5FALSE

6 TRUE

7 FALSE

8 TRUE

HOPE IT IS HELPFUL

1983.

.................... is a special type of computer which is very small​

Answer» ONG>ANSWER:

NANO COMPUTERS is your answer

1984.

MANAGING FOOD CRISIS IN INDIA UNDER COVID-19EMERGENCY5 to 7 pages report​

Answer»

ong>Answer:

India has taken early action to limit the spread of COVID-19, ordering a 21-day nationwide lockdown for its population of 1.3 billion people starting MARCH 25. The novel coronavirus has spread widely in India relatively recently compared to other countries, and the number of reported infections is low so far, with 5,274 cases and 149 deaths as of April 8. However, as COVID-19 cases are increasing fast, there is great concern about the disease’s potential spread and impact. India has to be ready for a possible surge. Testing should be expanded significantly. The government views the pattern of the spread of COVID-19 as similar to the 2009 H1N1 influenza pandemic, meaning the spread is unlikely to be uniform. After the 21-day period expires, it is planning to maintain the full lockdown in “hotspot” areas and relax it in other places...

                                           Or

COVID-19 poses an extraordinary challenge for India—both for infectious disease control and for maintaining food security and livelihoods. As part of its response, India is adapting the world’s largest portfolio of food distribution and safety net programs to provide food to its poorest citizens. Devesh Roy and COLLEAGUES consider the implications of COVID-19 on food supply and suggest policy actions for both public programs and food markets.

                                                  Or

India’s huge population, its density, and very large numbers of poor present an extraordinary challenge for the country’s COVID-19 response, and the Indian government has imposed the largest lockdown in history: 1.3 billion people ordered to shelter in place for 21 days starting March 25. Even China, where the disease originated, ordered a total lockdown in just one area, Hubei Province (while imposing other restrictions throughout the country). Implementing a lockdown in a country of India’s SCALE is socially, economically, institutionally, and politically very demanding and disproportionately affects the poor, daily wage earners, and other marginalized groups.

Thus COVID-19 exposes a harsh reality: An inadequate and UNEVEN safety net may leave many from these economically vulnerable groups without access to food and other services. This struggle is particularly acute for large numbers of informal sector workers—including self-employed, subcontracted laborers, small farmers, and landless workers. India’s informal sector EMPLOYS 303 million; The workforces of Uttar Pradesh and Bihar states are more than 80% informal, while even in advanced states like Maharashtra, that number is 70%. COVID-19 may push this group and their families into transient poverty.

The nature of the COVID-19 pandemic is unique. Shutting down many business operations, leaving people without work, is an integral part of efforts to “flatten the curve” of disease progression. Laid-off workers, particularly daily wage workers who are largely seasonal migrants will struggle to find employment. 9 million workers are estimated to move annually, though their total number was as high as 139 million in 2011. Coronavirus-related layoffs will disproportionately hit service workers in low-paying jobs as restaurants, malls, cafes, and shops shut their doors indefinitely.

For informal sector workers and rural poor, missing even a day’s earnings can make it difficult to buy basic food items, and joblessness extended over several days can mean economic ruin. As India witnesses large-scale reverse migration, with desperate migrants leaving cities amid lockdown and walking hundreds of miles towards their home villages, the prospect of economic devastation and new additions to rural poor—internal COVID refugees—looms large.

Yet compared to those of other countries at a similar income level, India’s social safety net is extensive. An elaborate array of programs exists to assist the poor, including the world’s largest food-based social program, the Public Distribution System (PDS), covering 800 million people. To respond quickly, India is utilizing these existing schemes and reshaping them to address the unique challenges from COVID-19.

Hope it helps!!!!!

If it helps, then mark me as Brainliest!!!!

1985.

Windows is an ________ system.​

Answer» ONG>EXPLANATION:

windows is an operating SYSTEM

1986.

_____Displays the current file name ​

Answer»

ong>Answer:

FOLDER DISPLAYS the current FILE name

1987.

AND is a ______ operator ( it's a FIB)​

Answer»

operator is a Boolean operator used to perform a logical CONJUNCTION on two EXPRESSIONS -

1988.

Qc. The two ways of entering a cell reference in a formula are (a) by typing and (b) by Pointing. Explain the difference between the two methods.

Answer» ONG>ANSWER:

L don't KNOW yarrrrrrrrr

1989.

First Page This is my first webpage.​

Answer» ONG>ANSWER:

This Html program is CORRECT

By the by what is the question in this

1990.

Write the Do's and Don't to be become a green citizen .......... Don't give useless answer..........,.. I will mark him her brainlist​

Answer»

ong>ANSWER:

L can't understand your QUESTION

1991.

Find the value of w the following mathematical expression in Java programming language: [a=2, b=4, c=6]w=a++ + --b + c++%10;​

Answer»

ong>ANSWER:

w = (2)+(3)+(6)%10

w = 2+3+4

w = 9

1992.

Iv) Write a short note on tables in Word 2010?​

Answer»

ong>Explanation:

A table is a structure of vertical columns and horizontal rows with a cell at EVERY intersection. Each cell can contain text or GRAPHICS, and you can FORMAT the table in any way you want. USUALLY the TOP row in the table is kept as a table header and can be used to put some informative instruction.

1993.

Write name of any three of them.​

Answer» ONG>EXPLANATION:

mark as BRAINLIST friend

1994.

Brainy gigabytes class 8 ch 6 back ex question answers​

Answer» ONG>Answer:

I can't understand your DOUBT

1995.

Can you please tell the answer of this What is a spreadsheet program? write name of any three of them.​

Answer»

ong>Explanation:

A spreadsheet is a computer application for organization, analysis and storage of data in tabular FORM. SPREADSHEETS were DEVELOPED as computerized analogs of paper accounting worksheets. The program operates on data ENTERED in cells of a table.

1996.

Fifth generation language​

Answer»

ong>Answer:

A fifth-generation programming language (5GL) is any programming language BASED on problem-solving using constraints given to the PROGRAM, rather than using an algorithm written by a programmer. Most constraint-based and LOGIC programming languages and some other declarative languages are fifth-generation languages.

Explanation:

OPS5 and Mercury are examples of fifth-generation languages, as is ICAD, which was built UPON Lisp.

1997.

3. It is designed to control the industrial equipment.​

Answer»

ong>Explanation:

A DCS is also commonly used in industries such as manufacturing, ELECTRIC power generation, CHEMICAL manufacturing, oil refineries, and water and wastewater treatment. Implementing an ICS environment may often be a hybrid of DCS and SCADA wherein ATTRIBUTES from both systems are incorporated

1998.

Identify the variable name from given below.two_2two.2[email protected]​

Answer»

ong>Answer:

Can't GET UR QUESTION.........

1999.

which network architecline is most suitable when a few numbers of computer having similar power and capacity are to be networked together​

Answer» ALIGN="absmiddle" alt="{\tt{\pink{\underline{\underline{\huge{Answer:}}}}}}" class="latex-formula" id="TexFormula1" src="https://tex.z-dn.net/?F=%7B%5Ctt%7B%5Cpink%7B%5Cunderline%7B%5Cunderline%7B%5Chuge%7BAnswer%3A%7D%7D%7D%7D%7D%7D" title="{\tt{\pink{\underline{\underline{\huge{Answer:}}}}}}">

In this SITUATION peer to peer architecture network is more suitable than client architecture network as in peer to peer architecture network all computers have given same status and all computers are responsible for SHARING of data or file

\large\underline\bold{done,}

__________________________

2000.

The difference engine developed by Charles Babbage was driven by (a) Power (b)stem (c) motors (d) wheels ​

Answer»

ong>Answer:

Power

Explanation:

PLEASE mark as BRAINLIEST