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.

27151.

Design a class PS that has two static methods palindromeOrNot) and series(). palindromeOrNot() method accepts a number from userand checks whether it is a palindrome number.series() method should print the series having terms as4N+1 (print first 5 terms).​​

Answer»

Palindrome Program in JavaPalindrome NUMBER in java: A palindrome number is a number that is same after reverse. For example 545, 151, 34543, 343, 171, 48984 are the palindrome NUMBERS. It can also be a string like LOL, MADAM etc.Palindrome number algorithmGet the number to check for palindromeHold the number in TEMPORARY variableReverse the numberCompare the temporary number with REVERSED numberIf both numbers are same, print "palindrome number"ELSE print "not palindrome number"

27152.

Write a program to print the following patterns ** #* # ** # * #(correct answer will be marked as branliest)​

Answer»

eneje eje bnjb JB h. JJN JJK njn nn

27153.

Design a class PS that has two static methods palindromeOrNot) and series(). palindromeOrNot() method accepts a number from userand checks whether it is a palindrome number.series( ) method should print the series having terms as4N+1 (print first 5 terms).​

Answer» OD GOOD good good good good good good good good good QUESTION
27154.

Explain union with its operation​

Answer»

is a special data type available in C that ALLOWS to store different data types in the same memory LOCATION. You can define a union with MANY members, but only one member can CONTAIN a value at any given TIME. Unions provide an efficient way of using the same memory location for multiple-purpose.

27155.

Union operation in data structure.​

Answer» N jcjcjj EXPLANATION:cucijcjcjjccncnjcjcjkckckckkckck
27156.

B. Fill in the blanks to complete the following sentences: 1.Thebox displays the address of the active cell at any given time.2.The default number of worksheets in a workbook are-------3. In an Excel worksheet there arecolumns androws.4. Three types of data that can be entered in a cell are-------,-----and------5.is the extension of excel files.6.is the shortcut key to go to next worksheet.7. The option in the Office button menu is used to open an existing workbook.8. To navigate from one sheet to anothershortcut key is used.9. The----------------in a formula are automatically updated when it is copied toother cells in a spreadsheet.10. Thecell references in a formula always refer to the same cell or cell range in a formula.11. Thesymbolis used to designate an absolute cell reference.12. Ais a pre-defined formula that helps perform common mathematical functions.13. Thefunction finds maximum value in a range passed to it as an argument.14. Text arealigned and numbers are-------aligned in excel.15. To show a number in scientific notation we need to select Scientific category in the Number tab of thedialog box.​

Answer» 1. Name Box 2. SHEET1, Sheet2, and Sheet3                                                                                                             3. ROW numbers ranges from 1 to 1048576; in total 1048576 rows, and Columns ranges from A to XFD; in total 16384 columns.                                            4.  labels, VALUES, and formulas                                                                                                          5. The XLS                                                                                                                               6. Ctrl + PgDn (page down) for moving to the sheet on the right, and Ctrl + PgUp (page up) for moving to the sheet on the left 7.(Ctrl + O)                                                                                                                            8.
27157.

Visualize a 30 minutes TV game show and interpret the entire show in terms of descriptive statistics i.e., Tables, graphs etc. and inferential statistics i.e., the trend ​

Answer»

if you WANT DJ ALOK FOLL OW me

27158.

How the duration and sequence of animation can be managed​

Answer»

To RUN your animation effect at a faster or slower pace, change the DURATION SETTING. On the slide, click the text or object that contains the animation effect that you WANT to set the speed for. On the Animations tab, in the Duration box, enter the number of seconds that you want the effect to run.

27159.

Define nepotisim ....​

Answer»

the practice among those with power or influence of favouring RELATIVES or FRIENDS, ESPECIALLY by giving them jobs."he promised an END to corruption and nepotism"Explanation:here's ur ANSWER mate

27160.

Certificate to close the project in audacity​

Answer» UNLIKE the SAVE Lossless COPY Audacity will close the current PROJECT in its last closed state and open the new project in the current state.
27161.

say whether the following statement are True or False 1) Open office Calc is similar to Microsoft Excel​

Answer»

tion:TRUE please mark as BEST ANSWER and thank me

27162.

The inbuilt pictures are found in the Pictures library in MS word 2013 .(please answer in true and false)​

Answer»

falseExplanation:HOPE it's HELPS you

27163.

Symbols use for copyrighted materials​

Answer»

The sound recording copyright symbol is the symbol ℗ (the capital LETTER P enclosed by a circle), and is USED to DESIGNATE copyright in a sound recording.pls MARK me as brainliest PLEASE

27164.

Name one other circular chart type that can be produced using data from a a spreadsheet.List the cell references of the two cell ranges used to produce this chan​

Answer»

There are two TYPES of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled to other cells. Relative references CHANGE when a formula is copied to another cell. Absolute references, on the other hand, remain CONSTANT, no matter where they are copiedRelative referencesBy default, all cell references are relative references. When copied across multiple cells, they change BASED on the relative position of rows and columns. For EXAMPLE, if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2. Relative references are especially convenient whenever you need to repeat the same calculation across multiple rows or columns.

27165.

Marked out of 1.00 | Flag questionTHE FUNCTION THAT IS INVOKEDA. CALLING FUNCTIONB. CALLER FUNCTIONC. CALLED FUNCTIOND. INVOKING FUNCTION|Select one:a.b.C.d.​

Answer» OPTION C is CORRECTI THINK.
27166.

Write a program to print the following patterns ** #* # ** # * #​

Answer»

Algorithm. Accept the NUMBER of rows from the USER to form pyramid SHAPE Iterate the loop till the number of rows specified by the user: Display 1 star in the first ROW Increase the number of stars based on the number of rows.Explanation:hope it's helps you

27167.

Wap to print 100 to 50 ​

Answer» TION:SORRY... QUESTION is out of REACH
27168.

Sage: 32 % 6 will give a.2 b. 18.75 c. 5 d.0 ​

Answer»

d ANSWER:-Question:Find the output of the following statement. Output:2 (Option A) is the right answer.Explanation:The modulo(%) operator is used to calculate the remainder OBTAINED when a number is DIVIDED by another number. Let us divide 32 by 6.6 ) 32 ( 5   - 30---------------       2Thus, remainder obtained is 2. Therefore, ➡ 32 % 6 = 2

27169.

You can not rename the video in thetrack list. true or a false​

Answer»
27170.

System.out.println(25> 15 ? 100 200).​

Answer»

nippet    System.out.println(25 > 15 ? 100 : 200);Output    100Explaination     As, 25 is more than 15, 100 is printed.Ternary (or CONDITIONAL) OperatorIt is a cut short notation of SIMPLE conditional statements.When a CONDITION is evaluated to true the statement after the ? is executed otherwise the statement after the : gets executed.    Syntax -        test-condition ? statement1 : statement2;       So, if the test-condition is evaluated to true, statement1 gets executed otherwise statement2 gets excecuted.

27171.

Write a program to accept a number and check and diplay whether it is a spy number or not.(a number is a spy number if the sum of its digits equal the product of its digit) example:consider the number 1124 sum of digits=1+1+2+4=8 product of digits =1*1*2*4=8

Answer» TION:Co.de:-#INCLUDE #include int main() {#include int main() { int num, i;#include int main() { int num, i; PRINTF("Enter a POSITIVE integer: ");#include int main() { int num, i; printf("Enter a positive integer: "); SCANF("%d", &num);#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num);#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) {#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) { if (num % i == 0) {#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) { if (num % i == 0) { printf("%d ", i);#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) { if (num % i == 0) { printf("%d ", i); }#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) { if (num % i == 0) { printf("%d ", i); } }#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) { if (num % i == 0) { printf("%d ", i); } } return 0;#include int main() { int num, i; printf("Enter a positive integer: "); scanf("%d", &num); printf("Factors of %d are: ", num); for (i = 1; i <= num; ++i) { if (num % i == 0) { printf("%d ", i); } } return 0;}
27172.

How do I open QBasic directly without mounting again and again in DOSBox emulator?

Answer» RY, I have no IDEA in this FIELD
27173.

Define Charge?????✨✨✨✨✨✨see :(​

Answer»

Electric CHARGE is the physical property of MATTER that causes it to experience a force when PLACED in an electromagnetic field. There are two types of electric charge: positive and negative (commonly carried by protons and electrons respectively). Like charges repel each other and unlike charges attract each other. An object with an absence of net charge is referred to as neutral. Early knowledge of how CHARGED substances interact is now called classical electrodynamics, and is still accurate for problems that do not require consideration of quantum effects.

27174.

Wikipedia was founded by whom and when? Follow for more points... ​

Answer»

Wikipedia began with its first edit on 15 January 2001, TWO days after the domain was registered by JIMMY Wales and Larry Sanger.

27175.

Define the term Hierarchy of operations write the Hierarchlial order of the arithmetic operators in QB64​

Answer»

, the expression consists of operations like, ADDITION, SUBTRACTION, MULTIPLICATION, DIVISION, EXPONENTS, and parentheses. The hierarchy of operations is as follows: • Parentheses () • Exponents. • Multiply or Divide.

27176.

To reset text to default formatting, press WhatMarginCTRL+SpacebarCTRL+ orientation CTRL+Ltabs change case mouseClick the7.selected sentence.Fill in the blanks using suitable words from the following:keys can be used to convert text in italic font.button and then select sentence case to capitalize the first character of everysettings determine the blank space that appears on each side of a paragraph.7. To add page numbers, click on theWe can insert a page break using either theinsertpage dialog boxis useful when we print the pages. .To make a paragraph text left aligned, presskeys.3.help in setting up information properly within a column.is used to set top, left, right and bottom margins under the margins tab.tab and click page number button from header and5. MS Word6.footer section.or the keyboardPage​

Answer»

WOAH CANT UNDERSTAND A SINGLE THING!Explanation:IM SORRY IDK THE ANS

27177.

A store places an order for 100 pieces of item. The cost of each item is Rs.800. There is a discount of 10% on the item. Wap to calculate and display the total amount that has to be paid by the store.​

Answer» TION:jjdjdjdxjxjxjxjxkxkxkxjxkxkxksksodjdjsocodkdjdjdkdjdd
27178.

WAP in java to find out the cost of Five book when 12 book cost is Rs. 1280.​

Answer»

533.34Explanation:CLASS pjava{ PUBLIC void COMPUTE() { int c1=0; int c5=0; c1=1280/12; c5=c1*5; System.out.println(c5); }//END of function}//end of class

27179.

As business students give any three reasons to learning computer. In future how much profit you would earning through computer giving the type of business?​

Answer»
27180.

Line printers that one line at time are called

Answer»

Que. Line printers that are capable of PRINTING one line at a time are known to BEB. Dot-Matrix PRINTERC. Drum printersd. Laser printers

27181.

What what things can you use Artificial Intelligence at home?no spam pls​

Answer»

AI-driven ROBOTS like the kitchen assistant robot-like Mykie can help you in the kitchen, while robots like the EXPRESSIVE BUDDY and Aido help you control smart appliances, offer security service, can be used as LIVING to-do lists, etc. Robotics will only get smarter.ᕼOᑭE IT ᕼEᒪᑭᔕ YOᑌ

27182.

What what things can you use Artificial Intelligence at home?​

Answer» KOUN SE navodaya se HOO BRO
27183.

The full form of cpu is​

Answer» CENTRAL PROCESSING UNIT
27184.

How many times the following loop will execute? what value will be returned? int x= 2,y= 50do{++ x y= x++}while(x

Answer» 25 TIMES... here is your ANSWER MARK me as BRAINLIEST
27185.

Using dictionary, write a program to input names of ‘n’ employees and their salary details like basic salary, house rent, and conveyance allowance. Calculate total salary of each employees and display.

Answer»

Develop a program that reads the BASIC salary, various allowances and tax DEDUCTION from user and then calculate gross salary. Create a class TotalSalary stored in a MODULE name totalsalary. Objects that are created from this class will SIMULATES CALCULATION of gross salary.totalsalary.py

27186.

Write the use of 'border style' when we form a table style. be used to fill colour in the text placeholde​

Answer»

Question:Write the use of 'border style' when we form a table style.Answer:The quickest WAY to ADD borders in Word is from the Border Styles gallery.Click in the table, and then click the Table MOVE Handle to select the table. The Table Tools Design tab appears.Click Border Styles and choose a border style.Click Borders and choose where you WANT to add the borders.The border-style PROPERTY sets the style of an element's four borders.The border-style property sets the style of an element's four borders.This property can have from one to four values.

27187.

2. Perform the following operations on signed binary numbers using twos complements and check your work after converting all numbers to decimals101001 bin - 0110110bin​

Answer»

In mathematics, positive numbers (including zero) are represented as unsigned numbers. That is we do not PUT the +ve sign in front of them to show that they are positive numbers.However, when dealing with negative numbers we do use a -ve sign in front of the NUMBER to show that the number is negative in value and different from a positive unsigned value, and the same is true with signed binary numbers.However, in digital circuits there is no provision made to put a PLUS or even a minus sign to a number, since digital systems operate with binary numbers that are represented in terms of “0’s” and “1’s”. When used together in microelectronics, these “1’s” and “0’s”, called a bit (being a contraction of BInary digiT), fall into several range sizes of numbers which are referred to by COMMON names, such as a byte or a word.We have also seen previously that an 8-bit binary number (a byte) can have a value ranging from 0 (000000002) to 255 (111111112), that is 28 = 256 different combinations of bits forming a single 8-bit byte. So for example an unsigned binary number such as: 010011012 = 64 + 8 + 4 + 1 = 7710 in decimal. But Digital Systems and computers must also be able to use and to manipulate negative numbers as well as positive numbers.Mathematical numbers are generally made up of a sign and a value (magnitude) in which the sign indicates whether the number is positive, ( + ) or negative, ( – ) with the value indicating the size of the number, for example 23, +156 or -274. Presenting numbers is this fashion is called “sign-magnitude” representation since the left most digit can be used to INDICATE the sign and the remaining digits the magnitude or value of the number.Sign-magnitude notation is the simplest and one of the most common methods of representing positive and negative numbers either side of zero, (0). Thus negative numbers are obtained simply by changing the sign of the corresponding positive number as each positive or unsigned number will have a signed opposite, for example, +2 and -2, +10 and -10, etc.But how do we represent signed binary numbers if all we have is a bunch of one’s and zero’s. We know that binary digits, or bits only have two values, either a “1” or a “0” and conveniently for us, a sign also has only two values, being a “+” or a “–“.

27188.

Using Boolean Algebra, simplify the following expression. State all Logical Laws used. ~(A+B)(~A+B) + ~(AB)​

Answer»

I don't UNDERSTAND SORRY.

27189.

drain one's energy a impedes the day to day and peace of mind. (a) stress (b) exercise (C) daily activities . ​

Answer» IONI THINK :|
27190.

Write a program that calculates the expenses of patientin university medial centre

Answer» PLEASE GIVE more DETAILS and the EXPENSES as WELL
27191.

1 point computers are lower tomainframe computers in termsof speed and storage capacity.O a) MiniO b) SuperO c) MainframesO d) Hybridtha​

Answer»

a)MINI is RIGHT ANSWER

27192.

The the host and the type of site together in a web address is called​

Answer»

The host and the TYPE of SITE are TOGETHER called web.Mark my ANSWER as brainlist

27193.

A simple text editor is not used to create a Web page. True or False

Answer»

False EXPLANATION:HOPE it works well . PLZ MARK as brainliest

27194.

3. Explain single linked it with insertendelele...algorith​

Answer»

A singly linked list is a type of linked list that is unidirectional, that is, it can be traversed in only one DIRECTION from head to the last node (tail). Each ELEMENT is a linked list is called a node. A SINGLE node contains data and a pointer to the next node which helps in maintaining the STRUCTURE of the list. HOPE IT HELPS THANKS FOR WATCHING

27195.

Write a java statement to create an object study of class student​

Answer»

tudent { private String name; PUBLIC STUDENT(){ name = "Unknown"; } public void setName (String n){ name = n; } public String getName(){ return name; }}class CL1{ public STATIC void main(String[] ARGS){ Student a = new Student(); System.out.println(a.getName()); a.setName("xyz"); String b = a.getName(); System.out.println(b); }}

27196.

An email address is composed of username,___________and _____________​

Answer» ADDRESS and mobile numberExplanation:pleasee MARK me as BRAINLIEST PLEASE mark me as brainliest please mark me as brainliest please mark me as brainliest please mark me as brainliest please mark me as brainliest please mark me as brainliest please
27197.

Write a java statement to create an object stud of class​

Answer»

okkkkkkkkkkkkkkk

27198.

Write a program to print only even numbers between 1 to 20 using do-while loop( ) in java ​

Answer»
27199.

Ecological imbalance is caused When natural or a man- made disturbance disrupts the natural balance and of an ecosystem.​

Answer» ECOLOGICAL imbalance is when a natural- or human-caused disturbance disrupts the natural balance of an ecosystem. The balance of an ecosystem can be DISRUPTED by natural or human-caused disturbances. If a species disappears or a new species is introduced it can shift an ecosystem to a STATE of ecological imbalance.
27200.

What is the output of following of len(L): if L=[1,[12,"Hello"],2,5] ​

Answer»

4Explanation:This LIST has 4 elements3 INTEGERS and 1 listThus: