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.
| 10501. |
Write a program to find multiple of two matrix |
|
Answer» Explanation: Received from a friend...Worth Reading... I boarded flight from Bangalore to Mumbai, economy class. I put my hand bag in overhead bin and took my aisle seat. There was an old person sitting next to me on the window seat. I had a presentation in Mumbai, so took my documents and started going through them for the final time before the presentation. After 15–20 minutes I was done with my documents, so I put them away and started looking out of the window, and suddenly I looked at the FACE of this person sitting next to me. I thought I have seen him somewhere. He was old, his face, the suit was not very expensive, and he was replying to some mails or going through some documents. I exactly don’t know. I noticed his shoes, they were average QUALITY. Something stuck me and I asked him: *“Are you Mr. Narayana Murthy?”* He looked at me, smiled and replied, *“Yes, I am.”* I was shocked ! For one second I had no idea what to say next. I looked at him again. His shoes, his suit, his tie and his specs. Everything was average. This guy was worth $2.3 Billion and co-founded Infosys. I always wanted to become super rich so that I can buy all the luxury and travel business class. He could buy the whole airlines and yet he was sitting next to me in economy class! I again asked: *“Why are you travelling in economy class and not business class?”* He replied: *“Do Business class people reach early?”* And then introduced myself, “Hello sir! My name is Mayank Gupta and I am a freelance corporate trainer and I work with many MNCs PAN INDIA.” He then put his phone away and started listening to me, he also asked few questions and answered the questions I asked. We both went down deep into the conversation until I asked a QUESTION which was about to change my life entirely. I questioned: *Sir, You are so successful and have made so many good decisions in your life. Is there something you regret?”* He got intense look on his face, thought for a while and answered, *“Sometimes my knee hurts, I should have TAKEN better care of my body. When I was young I was so busy working that I never got time to take care of myself and now even if I want to work more, I can’t. My body doesn’t permit.”* *“You are young. You are smart and ambitious but don’t repeat the mistake I made. Take proper care of your body and take proper rest. This is the only body you have got!”* That day I learned two things, one that he told me and another that he showed me! Being rich is not about owning things. I had got what I needed. What a great and down to earth human being he is, no doubt he is so successful !!! |
|
| 10502. |
Charlie is a British national who works in the United States as a novelist for children. Because he is British, he types the word color as colour in his document. Which feature of the Spelling and Grammar checker should he use to change the spelling of colour to color in the entire document? |
| Answer» | |
| 10503. |
Write a c++ program to enter a number and check whether it is automorphic or not .Plz help if u know.... tomorrow I have a test .....___/\___ |
|
Answer» //C++ Program //Automorphic number or not #include using namespace std; //main program int main() { int num,flag=0; COUT<<"Enter a positive number to check: "; //user input CIN>>num; int SQ= num*num; int store=num; //check for automorphic number while(num>0) { if(num%10!=sq%10) { flag=1; break; } num=num/10; sq=sq/10; } if(flag==1) cout< else cout< return 0; } |
|
| 10504. |
Draw a flowchart to enter length and breadth of a rectangle. Calculate andarea of the rectangle if length is greater than breadth otherwise display the perimeterof the rectangle.PLS ITS MY EXSM TOMORROW...0LS DRAW IT ON A PG. CORRECTLY.... |
Answer» FLOWCHARTS-> A Flowchart is a pictorial REPRESENTATION of step by step solution of a problem. In coding languages like C++, flowcharts are used for solving an algorithm. There are different figures used in flowcharts which have their own meaning/PURPOSES to carry out the procedure. Let US discuss the purposes of these figures first.
I have attached the flowchart for your question along with this answer. Hope it helps.
|
|
| 10505. |
Reply option is present in ______ taba) edit b) viewc) home |
|
Answer» home TAB |
|
| 10506. |
What is the purpose of the given program? n is the input number given by the user.#includeint main(){int n,x=0,y;Print("enter an integer:"); Scanf("%d",&n);While(n!=0){y=n%10;x=x*10+y;n=n/10;}print("output is =%d",x);return0;}A)sum of the digits of a numberB)sum of the factorial of individual digits in the numberC)reverse of a numberD)the same number is printed |
| Answer» | |
| 10507. |
Which unit provides communication from man to machine in computer |
| Answer» | |
| 10508. |
What is the shortcut key to use text tool in ooo impress |
|
Answer» CTRL + T...... .....OK............. |
|
| 10510. |
Write the shortcut key to rename any file or folder in windows OS |
|
Answer» F2 key Explanation: |
|
| 10511. |
With help of syntax explain the differences between MIN and MAX formulas with reference to MS EXCEL |
|
Answer» dhwhdduuwxhhcheisis |
|
| 10512. |
Al di Dun copy2. Reply option is present in(a) Editu druidttab.(b) View(c) Home |
| Answer» | |
| 10513. |
What effect take place when one slide gives way to the next one in the presentation |
Answer» Answer:Slide transitions are the effects that TAKE place when one slide gives way to the next one in the PRESENTATION, like Roll down from top or Fly in from LEFT. They ADD dynamic flair to a slideshow, smoothing the TRANSITION between slides |
|
| 10514. |
The________command will hide the turyle |
|
Answer» Answer: |
|
| 10515. |
Ul, Jilwale dulu Udldd. Data, information, hardware and software3.is a special type of pen usedwrite text and select options on the LCD screen.a. Stylusb. PDAc. Embedded computer d. All of these4. Which of the following best defines 'data?a. The output coming from the computer systeb. Arranging processed dataC. Report printed by the computer systemd. Raw facts and figuresf the following activities are performe |
|
Answer» All of these Explanation: |
|
| 10516. |
Write an html code to prepare a web page on world environment day. Try to use all the tags learnt in this chapter |
|
Answer» <\html> |
|
| 10517. |
What are the two Boolean literals in python |
|
Answer» Answer: In Python, the two Boolean values are True and False (the capitalization must be EXACTLY as shown), and the Python type is bool. In the first statement, the two operands evaluate to EQUAL values, so the EXPRESSION evaluates to True; in the second statement, 5 is not equal to 6, so we get False Explanation: FOLLOW me ✌️✌️ |
|
| 10518. |
Write a html code to prepare a web page on a world environment day. Try to use all the tags learnt in this chapter? |
|
Answer» world environmental day is a day at which we RESPECT our environment Explanation: here we used CONTAINER tags only |
|
| 10519. |
Write the truth table for a 2 input disjunction in proposition |
| Answer» | |
| 10520. |
a supercomputer has a large number of cpus and provides very fast and high level up computing true or false |
|
Answer» Answer: True Explanation: A supercomputer is a computer that performs at or NEAR the currently HIGHEST operational RATE for computers. |
|
| 10521. |
A _____is a basically of mobile phone that provides additional features to perform day-to-day task |
|
Answer» Answer: COMPUTER Explanation: A _____is a basically of mobile PHONE that provides additional features to perform day-to-day task. Probably, A computer is a basically a mobile phone that provides additional features to perform day-to-day task. A mobile is basically a hand-held computer. Modern computers have been set to perform systematic and generic sets of operations known as programs. These programs make the computers enable to perform a wide range of tasks which make our life easy and fast. Computers are the best MACHINES which help in saving TIME and managing time effectively and judiciously. Hope it helps! |
|
| 10522. |
What will be printed when the following c code is executed?#includeint main() { if('A' |
|
Answer» ACCORDING to me i THINK that no output ..... hope its help |
|
| 10523. |
Steps to create nested list |
Answer»
Explanation: Hope it HELPS you dear❣❤❣ Please mark as BRAINLIEST |
|
| 10524. |
How can i switch on my mobile with broken power button and broken volume button?? |
| Answer» | |
| 10525. |
Outline how you would achieve the following in Ms Excel1.copy a formula to adjacent cells2.add a range of numbers from G1 to G83.convert uppercase to lower case |
|
Answer» Answer: i will tell you as much as i know. just make sure to do a cross check Explanation: 1. just write the formula in one cell and you will find a square at the corner of the cell. click, hold and drag it to ADJACENT cells 2. just write the FIRST address i.e. G1+ and then SELECT the other cell and add + sign and atlast press enter 3. i am not sure about this one |
|
| 10526. |
Question 7Write a program in Java to accept 16 values (of int type) in a double dimension arrayart[][] of order 4 x 4 and perform the following:(i) calculate and print the sum of the elements of the first row.(ü) calculate and print the sum of the elements of the last column.(iii) print the array in matrix form.For example if the values in the array entered are:3 9 5 68 4 2 09 4 12 1620 1 25 7Then the output will be:Sum of the first row: 23Sum of last column : 29Array in matrix form3 9 5 68 4 2 09 4 12 1620 1 25 7 |
|
Answer» Answer: import java.util.*; class DD { public static void main (String args[]) { Scanner in= new Scanner (System.in); int arr [][]=new int[4][4]; int sumrow=0,sumcolumn=0; for( int i= 0;i<4;i++) { for( int j= 0;j<4;j++) { if(i==0) { sumrow=sumrow+arr[i][j]; } if(j==3) { sumcolumn=sumcolumn+arr[i][j]; } } } for( int i= 0;i<4;i++) { for( int j= 0;j<4;j++) { System.out.print(arr[i][j]); } System.out.println(); }
System.out.println(" SUM of first ROW" + sumrow); System.out.println("Sum of last column " sumcolumn); } } //hope it helped
|
|
| 10527. |
Syntax of tag. |
||||
|
Answer» Explanation: The
|
|||||
| 10528. |
Which of the following is not a type of Printer?(A) Ink Jet Printer(B) Laser Jet Printer(C) Dot Matrix Printer(D) Flash Jet Printer |
|
Answer» Explanation: |
|
| 10529. |
Class 7 computer magic chapter 4 solution |
|
Answer» Answer: Solutions Explanation: I nit know about 7 class computer Plz MARK a BRAINLIST answere do you MEAN by ramajon you can use it to message and call the people I care about you and what you can do to help you to get back to me with a brainlist answere do you mean by ramajon you can tell me what you think the poet cells the earth and what you have done for me is a successful when you are EDUCATED person so you are give a report card for us to the channel and CLICK the bell icon to find latest videos of the parallelogram 22 cm on the site of the parallelogram 22 cm back to the channel and click the bell icon |
|
| 10530. |
....................can be used to personalize our computer data |
|
Answer» Explanation: I love it when you call me se KNEW it. I MIS kulpreet and I there any touches true love is true. Love you. Give me COMING poem in Miami the AMAZON summary of me before you when you |
|
| 10531. |
Write Syntax to insert hyperlink in a web page |
| Answer» | |
| 10532. |
What are the rules for creating a variable name? |
|
Answer» Answer: All variable names MUST begin with a letter of the alphabet or an. underscore( _ ). ... After the FIRST initial letter, variable names can also contain letters and numbers. ... Uppercase CHARACTERS are distinct from lowercase characters. ... You cannot use a C++ keyword (reserved WORD) as a variable name. |
|
| 10533. |
Which tag is used to change default font of the web page |
|
Answer» HTML TAG Explanation: |
|
| 10534. |
Question 5Write a program in Java to accept a number. Using the digits of this number create thelargest possible number.For example if the number entered is 311409 then the largest possible number using itsdigits will be 943110. |
|
Answer» It's easy Just extract each DIGIT ,keep it in a array and bubble sort the array |
|
| 10535. |
How can you change the font type size and colour of the text |
|
Answer» A landscape includes the physical elements of geophysically defined landforms such as (ice-capped) mountains, hills, water bodies such as rivers, lakes, ponds and the sea, living elements of land cover including indigenous vegetation, human elements including different forms of land use, buildings, and structures, and transitory elements such as lighting and weather conditions. Combining both their physical origins and the cultural overlay of human presence, often created over millennia, landscapes reflect a living synthesis of people and place that is vital to local and national identity.According to a new study published in the journal Science, only 9 percent of migratory birds are adequately protected in their HABITAT across their range. The findings help scientists understand why migratory birds are in decline despite the global efforts that exist to help protect them. "Migratory species rely on a chain of good quality habitat all the way along their migratory route," said senior author Associate Professor Richard Fuller from the University of QUEENSLAND. "If links in that chain are not well protected then some species might not be able to complete their lifecycle." According to the study, most of the 90 percent of migratory birds that are in danger have adequate PROTECTION in one area, but are not adequately protected in other areas, particularly in countries LIKE China, India, and certain parts of South America and Africa. |
|
| 10536. |
What will be the output? (&& is logical AND operation) #include int main() { int i=0,j=1; printf("\n%d",i++&&++j); printf("\n%d%d",i,j); return 0; } |
Answer» The output of the given code:Output: 0 11 Explanation:
Learn more:
|
|
| 10537. |
What is computers with the other one in the following compounds |
Answer» I THINK THIS ANSWER IS INCOMPLETE |
|
| 10538. |
LAN is acronym for--------------- |
|
Answer» Explanation: the network around our LOCALITY |
|
| 10539. |
Name the fastest supercomputer in the world |
Answer» Summit supercomputer is the fastest super computer in the world.hope it HELPS... |
|
| 10540. |
What value can be assigned to background attribute of the tag |
||||||||||||||||||
|
Answer» Answer: Code Example
Read more: https://html.com/attributes/table-background/#ixzz6FWcVjBaZ Explanation: APPLY a background IMAGE with CSS, use the background property.
Read more: https://html.com/attributes/table-background/#ixzz6FWcZ52lY |
|||||||||||||||||||
| 10541. |
What is a binary system in computer science?(class 8) |
|
Answer» MARK Me As BRAINLIEST |
|
| 10542. |
) Hyphenating 5 Breaks and types 6) TextcontTag12) Containerphenating 3) Orientation 4 HTML6) Text contro Tag & Bee - formatted toa) Mestedg.) Mested listListlist to ) Headto leadLeporectoresTag 14.) Tetle Timpntainer Tag 13) Empty Tag 14) movetoolnick selection Tool 1 Marquee 17) Heding brushspot healing brush 197 internet no constantsi Moveisles 22) Multimedia 23 Types of symbols,4.) Animation ps) Timeline 26) keyfi tame ev) URTool 31 magie8) Clone stamp Tool 29) HTTP 30) EraserEroser Tool 32) Blur Tool 33) Smudge Tool 34) Patch Too5) napk 36) Type of mask 37) lalala. 38) TOP ITP30) Domain name 40) Email 41) select casewe 6 ) Nome ony to programming languge ? |
|
Answer» SOCIAL NETWORKING.......................... |
|
| 10543. |
Identify three (3) different types of software that can benefits the users in educational industry. Explain in details the benefits of each. |
|
Answer» Explanation:1 OPERATING system 2 APPLICATION software |
|
| 10544. |
What are the advantages of inserting table of content in a libreoffice writer |
| Answer» | |
| 10545. |
A. VBSb..VBTE. Answer in one word or a line:CAVBWhat will happen if the Locked property of TextBox is True?Which command is used to terminate the application?Name the function that converts a string value into equivalent number.4What is the difference between TextBox and Label control?Answer the following:What is Visual Basic and its significance? |
|
Answer» VBS b..VBT E. Answer in one word or a line: CAVB What will HAPPEN if the LOCKED property of TextBox is TRUE? Which command is used to |
|
| 10546. |
Name all the attribute of frame tag |
|
Answer» Answer: Frame Tag: These days we see a web page with MULTIPLE sections in a SINGLE page for example, within the same page one frame is displaying a static banner, in second frame a navigation menu, and in third a video running, or FORM to populate information, means LOT of variation in one page and this all designed using FRAME TAG. Explanation: Attribute of Frame TAG: frameborder, longdsec, marginheight, marginwidth, name, noresize, SCROLLING and src |
|
| 10547. |
Rap battle me kon jitega kr$na ya Muhfaad |
| Answer» | |
| 10548. |
THREE PARTS OF THE COMPUTER SYSTEM?? |
|
Answer» Answer: Although a COMPUTER generally consists of several different PARTS, each with its own specific set of TASKS to perform, a desktop computer can be broken down into three main parts: the MONITOR, the system unit, and the keyboard, all of which are essential to any functional desktop computer. ok dear |
|
| 10549. |
Differentiate the following 1) lower case and uper case |
|
Answer» Lower case : letters on the keyboard that are not in CAPITAL FORM .EXAMPLE- a,B,c,d.... |
|
| 10550. |
What is a closing tag identify |
|
Answer» Answer: They are: -> TELLS your web browser that a PAGE with HTML is coming up. The opening tag is always placed at the beginning of your DOCUMENT, and the CLOSING tag is placed at the very end. -> includes the title of your web page, any search terms, and other stuff we won't get into here. |
|