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.

8751.

Q9.What will happen when you click the button highlighted with red arrow ? *1 point(a)the selected text will be bold, Calibri, 11 pt, yellow font(b)the selected text will be bold, Calibri, 12 pt, yellow font(c)the selected text will be bold, Calibri, 11 pt, highlighted in yellow(d)the selected text will be bold, Calibri, 14 pt, highlighted in yellow​

Answer»

Answer:

1.for making the text LOOK coloured refer the below syntax and ignore the dots

[.tex]\red{the\:text\:APPEARS\:in\:red}[./tex]

RESULT

\red{the\:text\:appears\:in\:red}thetextappearsinred

2.for making the text marquee

[.tex]{the\:text\:appears\:like\:this}[./tex]

result

= < marquee > {the\:text\:appears\:like\:this} < /marquee > thetextappearslikethis

3. for making the text look bold

[.tex]\bold{the\:text\: appears\: like\: this }[./tex]

result =

\bold{the\:text\: appears\: like\: this }thetextappearslikethis

4. for showing the exponential value

[.tex]{no.}^{power}[./tex]

result

= {no.}^{power}[ /tex] 5. for showing the square root value [.tex]\sqrt{no.}[./tex] result = \sqrt{no.}no. power5.forshowingthesquarerootvalue[.tex]

no.

[./tex]result=[tex]

no.

\bold{\boxed{THANX}}

thanx

follow me next

8752.

Wap in java to display the given pattern:- * ** *** **** *****​

Answer»

Answer:

public CLASS triangle

{

public static void main(String args[])

{

int i,j,row=5;

for(int i=0;i<=row;i++)

{

for(int j=0;j<=i;j++)

{

System.out.println("*");

}

}

}

}

Explanation:

Hey Friend, I hope you will like my PROGRAM, I have made the program please like it and also MARK my answer as BRAINLIEST..

8753.

How to avoid plagiarism​

Answer»

Answer:

How to avoid plagiarism

  • Keep track of the sources you CONSULT in your research.

  • Paraphrase or quote from your sources (and ADD your own IDEAS).

  • Credit the original author in an in-text citation and reference list.

  • Use a plagiarism checker before you submit.

8754.

How many types of hotspots tool are there and why are they​

Answer»

Answer:

The three TYPES of HOTSPOTS may simply correspond to the three boundary LAYERS between the core^mantle boundary and the SURFACE of the Earth. Hence, that there may not be more than these three hotspot types could have been anticipated

Explanation:

mark me as BRAINLIST

8755.

Draw Block diagram of computer and explain what is input device, output device and C.P.U.​

Answer»

Answer:

Computer BLOCK Diagram SYSTEM: Mainly computer system CONSISTS of three parts, that are central processing UNIT (CPU), Input Devices, and Output Devices. The Central Processing Unit (CPU) is divided into two parts again: ARITHMETIC logic unit (ALU) and the control unit (CU).

Explanation:

HOPE YOU GOT YOUR ANSWER

8756.

The number of reaction components for collar free to move road is​

Answer»

ANSWER:

as same as this

Explanation:

the answer is as same as this

8757.

16. Susila has stored total marks of 5 subjects of students in a list"marks". Now she needs perform the following tasks, Help Susila bywriting python statements that would help her to perform the tasks(1) Find the maximum mark,(II) Find the average of the class(III) To add an mark = 456 to the list(IV) She needs to arrange the marks in descending order.​

Answer»

In mathematics, the irrational numbers are all the real numbers which are not rational numbers. That is, irrational numbers cannot be expressed as the ratio of two integers. ... For example, the decimal REPRESENTATION of π starts with 3.14159, but no FINITE number of digits can REPRESENT π exactly, nor does it repeat.

8758.

Write a python program to print a number pattern using a for loop and range function.1223334444555556666667777777788888888999999999

Answer»

Answer:

1.for making the text look coloured refer the below SYNTAX and ignore the dots

[.tex]\red{the\:text\:appears\:in\:red}[./tex]

result

\red{the\:text\:appears\:in\:red}thetextappearsinred

2.for making the text marquee

[.tex]{the\:text\:appears\:like\:this}[./tex]

result

= < marquee > {the\:text\:appears\:like\:this} < /marquee > thetextappearslikethis

3. for making the text look BOLD

[.tex]\bold{the\:text\: appears\: like\: this }[./tex]

result =

\bold{the\:text\: appears\: like\: this }thetextappearslikethis

4. for showing the exponential VALUE

[.tex]{no.}^{power}[./tex]

result

= {no.}^{power}[ /tex] 5. for showing the square root value [.tex]\SQRT{no.}[./tex] result = \sqrt{no.}no. power5.forshowingthesquarerootvalue[.tex]

no.

[./tex]result=[tex]

no.

\bold{\boxed{thanx}}

thanx

follow me next

8759.

Which of the following option totals data arranged in an array?1. Subtotals2. Goal seek3. Solver 4. Both A&B​

Answer»

it's both a and B ramadevi

which CLASS you are STUDYING

8760.

Can anyone please provide me the solution for this java program Please

Answer»

ANSWER:

I AM NOT GOOD AT INFO TECH

8761.

Square of 5 in pseudo code

Answer»

Answer:

46djdjdjdjdjdjdjek3oekekd ndjdjdjejrjr

Explanation:

sjeiriei4iriifiriririrjdjdekekekekek

8762.

To find square of the given number sample:5 in pseudo code

Answer»

Answer:

To calculate the area and perimeter of a square and rectangle in PSEUDOCODE or other programming language what you any WANT, you have to ask to the USER to side LENGTH of the square and make two variable, one for area and one for perimeter for each to perform the MATHEMATICAL calculation and display the result on the output screen.

int side,area,perimeter;

read side;

area=side*side;

perimeter=4*side;

print area;

print perimeter;

1

2

3

4

5

6

7

8

int side,area,perimeter;

read side;

area=side*side;

perimeter=4*side;

print area;

print perimeter;

8763.

What do you understand by term wrapping text in digital document and also mention the option type towrap a text?​

Answer»

EXPLANATION:

notice that wherever the image is placed the line spacing dramatically increase to fit the size of the picture. This is because images are treated as an inline text character. in words,word TREATS the image like it would treat any word or letter of text. you can change this by APPLYING a text wrap. text wrap CAUSES all of the text to wrap around the image so that the image does not interfere with line spacing

8764.

if prentation data is not fit in pen drive what secondary storage should be use to submit presentation​

Answer»

Answer:

USE a hard disk...

EXPLANATION:

best OPTION

8765.

6. What will be the value of the expression ?14 + 13 % 15​

Answer»

Answer:

27

Explanation:

MAKE the BRAINLIEST Answer

Łêťß Béčømë Á Hãćkèř

8766.

The do ______while us an_______ loop english​

Answer»

ANSWER:

PLEASE MAKE the BRAINLIEST answer

8767.

Blu ray disc hold data equals __ cd​

Answer»

Answer:

70 RECORDABLE CDs

hope it HELPS you

8768.

Last letter in for l in 'geeksforgeeks': pass print (l)

Answer»

ANSWER:

what to do in this QUESTION

8769.

CREATE A PROGRAM TO CALCULATE THE AREA OF CIRCLE IF THE USER ENTERS 1 AND PRINT THE PERIMETER OF A CIRCLE IF THE USER ENTERS 2.​

Answer»

Answer:

SEE THE MENUDRIVEN OR SWITCHCASE PROGRAM IN THE ABOVE PICTURE.

I HOPE THIS WILL BE HELPFUL FOR U.

IF YOU DON'T WANT SWITCHCASE PROGRAM, I HAVE UPLOADED ANOTHER PICTURE WHICH IS IF ELSE PROGRAM.

8770.

Create a program to check whether a number entered by the user is an even number.​

Answer»

Answer:

num=eval(INPUT("ENTER a number:"))

if num%2==0:

print("Entered number is even. ")

ELSE:

print(" Entered number is ODD.)

8771.

Question :15Name the software that is used to translatethe Machine Language into ProgrammingLanguageOLanguageProcessorOAutoCadOPaint​

Answer»

Explanation:

PHOTOSYNTHESIS, the process by which green plants and certain other organisms TRANSFORM light ENERGY into chemical energy. During photosynthesis in green plants, light energy is CAPTURED and used to convert water, carbon dioxide, and minerals into oxygen and energy-rich organic COMPOUNDS

8772.

Write pseudo code to count the accurance of a given number in a list

Answer»

ANSWER:

ydksitstidyey35564467gmzjzmgxgm56787

8773.

What do you mean by data base​

Answer»

EXPLANATION:

A database is an organized COLLECTION of structured information, or data, typically stored electronically in a computer system. ... The data can then be EASILY accessed, managed, modified, updated, controlled, and organized. Most databases use structured query language (SQL) for writing and QUERYING data.

8774.

Identify if the person is eligible to vote or not in algorithm

Answer»

ANSWER:

HO

Explanation:

ho

8775.

. What do you mean by Header and Footer?​

Answer»

Answer:

A header is the top margin of each page, and a FOOTER is the bottom margin of each page. Headers and FOOTERS are useful for including material that you want to appear on every page of a DOCUMENT such as your name, the title of the document, or page numbers.

Explanation:

I hope it will be HELP you ❤️❤️❤️

8776.

Which is belong to built-in data structure?​

Answer»

Data STRUCTURES are basically just that - they are structures which can HOLD some data together. In other WORDS, they are used to store a COLLECTION of related data. There are four built-in data structures in Python - list, tuple, dictionary and set.

8777.

A species of lizard withpatterns of pink, orange oryellow on its body._______________​

Answer»

ANSWER:

RAINBOW AGAMA

Explanation:

8778.

The following programmain() {int hello(); hello(); (*hello)();} int hello() { print("Welcome")}DS: A.O classc uB.O enumO forD. O registerhuroloratina aderara pacified by​

Answer»

EXPLANATION:

FIRST of all it THROW ERRORS BRO

8779.

State the inputs and outputs of thefattowing:a)Rule based approach to Aimodelb) Learning based approach toAi model.​

Answer»

ANSWER:

a)RULE BASED APPROACH to Ai

model

8780.

X=8x+ = --x +--x + x-- +--xshorthand

Answer»

ANSWER:

this is your answer

Explanation:

i HOPE OT is helpfull for you

8781.

17+10=33.explain. it’s an ict question​

Answer»

ANSWER:

it is IMPOSSIBLE.........

btw I am army tooo

kokkie is my fav

do U know they are coming to India

k BYE

8782.

19 (a)Answer the following questions by observing Table of data given belowYearTotal1992199319941995199619971998SALES OF BATTERYBATTERY TYPES4 AH 7 AH35 55AH AH AH75114 102 10890 12610284 12696 114 75 105 135105 90 150 90 7590 75 135 75 90105165 45 120115 85 160 100 145543528525510465495605(1) The total sales of all the seven years is maximum for which battery?(i) What is the difference in the number of 35 AH batteries sold in 1993 and1997?(iii) In which year, the percentage of # AH batteries sold to the total numberof batteries sold was maximum?(iv) In the case of which battery there was a continuous decrease in salesfrom 1992 to 1997?On​

Answer»

ANSWER:

I didn't UNDERSTAND the question

plzz GIVE table

8783.

TITLE: QUANTITATIVE APTITUDE AND REASONINGCODE:19UCSS1319(*) Answer the following questions by observing Table of data given belowNALEN OF BATTERYHATTERY TYPESTON9006#410590SIN135310602100109NThe total sales of all the seven years in maximum for which battery(II) What is the difference in the number of 33 Ah batteries sold in 1991 and(lb) in which you, the percentage of 4 All batteries nok to the total numberof batterien sold was maximumiy(v) in the case of which battery there was a continuous decrease in salesham 1908 to 19079OR(b) Answer the following questions by using data given below​

Answer»

ANSWER:

MAKE the BRAINLIEST answer

PLEASE please make the brainliest answer

8784.

The Male anger fish is the tiniest fish , measuring just 6.2 cm from the snout to the tail.True False​

Answer»

Answer:

the answer is False

Explanation:

becauseSome angler FISH can be quite large, reaching 3.3 feet in length. Most however are significantly SMALLER, OFTEN less than a FOOT.

8785.

What is Alignment? What are different types of alignments?​

Answer»

Answer:

There are four main alignments: LEFT, right, center, and justified. Left-aligned text is text that is aligned with a left edge. Right-aligned text is text that is aligned with a right edge. CENTERED text is text that is centered between TWO edges.

8786.

Why we use transistors?​

Answer»

Answer:

TRANSISTOR is a semiconductor device used to amplify or switch electronic signals and electrical power. It is composed of semiconductor material USUALLY with at least three terminals for CONNECTION to an external CIRCUIT

8787.

Briefly explain any three accidents that can occur at workplace?​

Answer»

\huge\tt\red{Answer}

TRIPS and Falls

Slick floors and high-traffic corridors can cause a TRIP or fall. Improper footwear may also contribute to these accidents, which not only can result in injuries but also workman's compensation-related cases. Read 6 Guidelines to Prevent Workplace SLIPS, Trips and Falls for more advice.

8788.

Which symbol is used for absolute reference in excel 2016?​

Answer»

ANSWER:

DOLLAR SIGN is the answer of this QUESTION

8789.

Are the bars that shows the dateareValue​

Answer»

ANSWER:

yessssssssbbbbbhhhjjjklllll B HJ

8790.

Tomaximum о awindow ..........if to fit themeans todestop​

Answer»

ANSWER:

HLO.....................................

8791.

What is a Spreadsheet in Microsoft Excel?​

Answer»

ANSWER:

A SPREADSHEET is a file that exists of cells in rows and columns and can HELP arrange, calculate and sort DATA. Data in a spreadsheet can be NUMERIC values, as well as text, formulas, references and functions.

8792.

20. How is the information in a data source organized!a Chartb. Matrixc Tabled. Paregraphs​

Answer»

\huge\sf\green{Answer:}

DATA is ORGANISED in the FORM of table.

8793.

19. Which of the following is not a default document type for a mail mergea Listsb. Envelopesc. Memosd Directory​

Answer»

ANSWER:

enveope and DIRECTORY

8794.

Which is correct code for displaying highest heading level in the web page.a) Highest heading in web pageb) Highest heading in web pagec) Highest heading in web paged) None of the above​

Answer»

ANSWER:

a).

HIGHEST HEADING in WEB PAGE

8795.

A Dvd can Store ___Gigabyte of information​

Answer»

Answer:

4.7 GB

Explanation:

8796.

Consider an example of declaring the examination result. Design three classes: Student, Exam and Result. The Student class has data members such as those representing registration number, name etc. Create a class Exam by inheriting the student class. The exam class adds data members representing the marks scored in six subjects. Derive class Result from the exam class and it has own data members such as total_marks. Write an interactive program in C++ to model this relationship.

Answer»

EXPLANATION:

hhhhhhhhhhhhhhhhhhhhhhhhhhuuyuu

8797.

For creating hyperlink in web page we use anchor element then which command we will follow?a) click to get detailsb) Click to get detailsc) Click to get detailsd) None of the above​

Answer»

ANSWER:

B).CLICK to GET DETAILS

8798.

Art​

Answer»

ANSWER:

if U GET PLEASE TELL me .

8799.

Given number in& Write pseudo code to count occurrence of a given number inthe list for example, consider the following list, if user enters 5 then-536 8 15display"2 times"because "5" occurs 2 times in the list.​

Answer»

Answer:

How to write a Pseudo-code?

Arrange the sequence of TASKS and write the pseudocode accordingly.

Start with the statement of a pseudo code which establishes the MAIN goal or the aim.

Example:

This program will allow the user to check

the number whether it's even or odd.

The way the if-else, for, while loops are indented in a program, INDENT the statements likewise, as it helps to comprehend the decision control and execution mechanism. They also improve the readability to a great extent.

Example:

if "1"

print response

"I am case 1"

if "2"

print response

"I am case 2"

Use appropriate naming conventions. The human tendency follows the approach to follow what we see. If a programmer GOES through a pseudo code, his approach will be the same as per it, so the naming must be simple and distinct.

Use appropriate sentence casings, such as CamelCase for methods, upper case for constants and lower case for variables.

Elaborate everything which is going to happen in the ACTUAL code. Don’t make the pseudo code abstract.

Use standard programming structures such as ‘if-then’, ‘for’, ‘while’, ‘cases’ the way we use it in programming.

Check whether all the sections of a pseudo code is complete, finite and clear to understand and comprehend.

Don’t write the pseudo code in a complete programmatic manner. It is necessary to be simple to understand even for a layman or client, hence don’t incorporate too many technical terms.

Dos and Don'ts in Pseudo Code Writing

Example:

Let’s have a look at this code

// This program calculates the Lowest Common multiple

// for excessively long input values

import java.util.*;

public class LowestCommonMultiple {

private static long

lcmNaive(long numberOne, long numberTwo)

{

long lowestCommonMultiple;

lowestCommonMultiple

= (numberOne * numberTwo)

/ greatestCommonDivisor(numberOne,

numberTwo);

return lowestCommonMultiple;

}

private static long

greatestCommonDivisor(long numberOne, long numberTwo)

{

if (numberTwo == 0)

return numberOne;

return greatestCommonDivisor(numberTwo,

numberOne % numberTwo);

}

public static void main(String args[])

{

Scanner scanner = new Scanner(System.in);

System.out.println("Enter the inputs");

long numberOne = scanner.nextInt();

long numberTwo = scanner.nextInt();

System.out.println(lcmNaive(numberOne, numberTwo));

}

}

8800.

17. Which button on the Mailings tab is used to correlate fields from a data source to field inmain document that have different field names?a. Fund Recipientb. Match Fieldsc. Compare Fieldsd. Auto Check for Errors​

Answer»

ANSWER:

a.fund RECIPIENT is the answer

Explanation:

MARK me as the BRAINLIEST