InterviewSolution
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.
| 28751. | 
                                    Write 85 in Sanskrit | 
                            
| 
                                   Answer»  पञ्चाशीतिः (panchaasheetihi)EXPLANATION:PLZ MARK as BRAINLIST ☺️  | 
                            |
| 28752. | 
                                    1. Email cannot be sent to more than one person at a time. 2. Using a web browser we can only view but cannot create web pages.3 Linux is aultitasking operating system, | 
                            
| Answer» EMAIL cannot be sent to more than ONE person at a time - falseUsing a web browser we can only view but cannot create web pages.-trueLinux is a multitasking operating system- trueFrom the PROCESS management point of view, the Linux kernel is a preemptive multitasking operating system. As a multitasking OS, it allows multiple PROCESSES to share processors (CPUs) and other system resources. Each CPU EXECUTES a single task at a time. | |
| 28753. | 
                                    Of g Straight lineThe basic attributesSegment are --а a) Typeb) wilthc) colord) Allofthese. | 
                            
| 
                                   Answer»  D All of these.Explanation:  | 
                            |
| 28755. | 
                                    Write step of margir in m s word | 
                            
| Answer» SET default marginsGo to VIEW > Print Layout.Go to Layout > Margins, select Margins, and then select CUSTOM Margins.In the Top, Bottom, Left, and Right boxes, set the margins that you want, and then select Default.When you are prompted, select YES to change the default settings for document layout. | |
| 28756. | 
                                    Q1 What are keupheral devices? Grive someexamples?? | 
                            
| 
                                   Answer»  tion:A peripheral or peripheral DEVICE is ANCILLARY device USED to PUT information into and GET information out of the computer.  | 
                            |
| 28757. | 
                                    How can we create a table in a document | 
                            
| 
                                   Answer»  Open a BLANK Word document.In the top ribbon, press Insert.Click on the Table button.Open a blank Word document.In the top ribbon, press Insert.Click on the Table button.Either use the diagram to SELECT the NUMBER of columns and rows you need, or click Insert Table and a dialog box will APPEAR where you can specify the number of columns and rows.The blank table will now appear on the page ▲───────◇◆◇───────▲  | 
                            |
| 28758. | 
                                    What is SWOt? How is it useful | 
                            
| Answer» SWOT Analysis is a simple but useful framework for ANALYZING your organization's strengths, weaknesses, OPPORTUNITIES, and threats. It helps you to build on what you do well, to address what you're lacking, to MINIMIZE risks, and to take the greatest possible advantage of CHANCES for success.Explanation:Please mark me as brainlist | |
| 28759. | 
                                    Windows mobile software advanced devices that allows the user to and e mail and browse the internet | 
                            
| 
                                   Answer»  DHYANESH also I will be a PART of a little bit about the DESIGN and development firm and have the best of the YEAR of passing on rumours STRAIGHT away from my android r phone bikri Janak Puri new Zealand and Australia new year to date and I will have the following document document resume to you and I have to in a few days and then I can get it DONE by then but it will be  | 
                            |
| 28760. | 
                                    Computer cannot monitor space equipment true or false | 
                            
| 
                                   Answer»  falseExplanation:  | 
                            |
| 28761. | 
                                    Is being fearless in the face of any difficult situation and finding solution to any kind of problem | 
                            
| Answer» | |
| 28762. | 
                                    What plan of action will you utilize to address your development areas? | 
                            
| 
                                   Answer»  please MARK as BRAINLIEST answerExplanation:ascertain actionusually it is DONE for giving commands  | 
                            |
| 28764. | 
                                    Which symbol /sign is madatory before applying a symbol in excel | 
                            
| Answer» EXPLANATION:PLEASE FOLLOW me GUYS THANK you | |
| 28765. | 
                                    The AND statement work when A. one of the two statements is TRUE B. both the statements are true C. none of the statements are true D. none of the above  | 
                            
| 
                                   Answer»  the STATEMENTS are TRUE  | 
                            |
| 28766. | 
                                    B) Pre-defined set of command and instructions called :- (0)SoftwareProgram(iii) HardwareAll of these | 
                            
| 
                                   Answer»  programExplanation: A SET of INSTRUCTIONS that directs a computer's hardware to PERFORM a task is CALLED a program, or software program  | 
                            |
| 28767. | 
                                    List and explain the resources file? answer for javatpoint in 5 mark level | 
                            
| 
                                   Answer»  tion:Which of the FOLLOWING option leads to the portability and security of Java?BYTECODE is EXECUTED by JVMThe APPLET makes the Java code secure and portableUse of exception handlingDynamic binding between objects  | 
                            |
| 28768. | 
                                    En toAngle opposite of onequalofan is oceles triangleequal.side | 
                            
| Answer» HII PLEASE FOLLOW me GUYS EXPLANATION: | |
| 28769. | 
                                    Learning Word Puzzle:There are six options related to Excel database ludden in the following table Find them andwrite in the space provided below:Excel database optionsATAASwRIEToZ1.oLWVRe2AFAouFR6P5sEno16LORBDebates | 
                            
| 
                                   Answer»  what is this but MARK me BRAINLIEST  | 
                            |
| 28770. | 
                                    Aak is paak so paak is aak then what is kareepak | 
                            
| 
                                   Answer»  what does it MEAN....... ..........................  | 
                            |
| 28771. | 
                                    Which is thread safe | 
                            
| 
                                   Answer»  Mark this answer as brainlist and do follow me and THANK all my answersExplanation:Thread-safe CODE is code that will work even if many Threads are EXECUTING it simultaneously. A piece of code is thread-safe if it only manipulates SHARED data structures in a manner that GUARANTEES safe execution by multiple threads at the same time.  | 
                            |
| 28772. | 
                                    5. Write a program,to read 2 nos and anare thmetioperater & display the result. | 
                            
| 
                                   Answer»  Explanation:Hey mate here is your answer Answer: PROGRAM : num1 = INT(input('Enter First number: ')) num2 = int(input('Enter Second number ')) add = num1 + num2 dif = num1 - num2 mul = num1 * num2 div = num1 / num2 floor_div = num1 // num2 power = num1 ** num2 modulus = num1 % num2 print('Sum of ',num1 ,'and' ,num2 ,'is :',add) print('Difference of ',num1 ,'and' ,num2 ,'is :',dif) print('Product of' ,num1 ,'and' ,num2 ,'is :',mul) print('Division of ',num1 ,'and' ,num2 ,'is :',div) print('Floor Division of ',num1 ,'and' ,num2 ,'is :',floor_div) print('Exponent of ',num1 ,'and' ,num2 ,'is :',power) print('Modulus of ',num1 ,'and' ,num2 ,'is :',modulus) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 num1 = int(input('Enter First number: ')) num2 = int(input('Enter Second number ')) add = num1 + num2 dif = num1 - num2 mul = num1 * num2 div = num1 / num2 floor_div = num1 // num2 power = num1 ** num2 modulus = num1 % num2 print('Sum of ',num1 ,'and' ,num2 ,'is :',add) print('Difference of ',num1 ,'and' ,num2 ,'is :',dif) print('Product of' ,num1 ,'and' ,num2 ,'is :',mul) print('Division of ',num1 ,'and' ,num2 ,'is :',div) print('Floor Division of ',num1 ,'and' ,num2 ,'is :',floor_div) print('Exponent of ',num1 ,'and' ,num2 ,'is :',power) print('Modulus of ',num1 ,'and' ,num2 ,'is :',modulus) I hope it helps you and mark me brainliest✌✌✌  | 
                            |
| 28773. | 
                                    Algorithm in computer explain total lesson by sending video and follow me guys | 
                            
| 
                                   Answer»  tion:An algorithm is a SET of INSTRUCTIONS designed to perform a specific task. ... In computer PROGRAMMING, algorithms are often created as functions. These functions SERVE as small programs that can be referenced by a larger program.Mark my answer as brainliest MATE  | 
                            |
| 28774. | 
                                    For edge detection, is first derivative sufficient ? | 
                            
| Answer» | |
| 28775. | 
                                    8) The one who sends the spams is callednudud computing | 
                            
| Answer» PLEASE WRITE The QUESTION PROPERLY | |
| 28776. | 
                                    Which of the following driver as indirect network connection | 
                            
| Answer» CACHED DATA MAY be the ANSWER | |
| 28777. | 
                                    G)what isseries? explains with thehelp ofanexample. | 
                            
| 
                                   Answer»  tion:A homologous series is a series of carbon compounds that have different numbers of carbon atoms but contain the same functional GROUP. For example, methane, ethane, PROPANE, butane, etc. are all part of the ALKANE homologous series. The GENERAL formula of this series is CnH2n+2.Nplzz follow me  | 
                            |
| 28778. | 
                                    Maximal product of any quadruplet for input array a[] | 
                            
| 
                                   Answer»  Firstly I want you to read the example that they gave carefully and see if there is any MISTAKE or anything.If you found the mistake, think out of the box that what prompted the idiot at TCS to make this mistake.What logic did that individual use through which this mistake was MADE?And that logic is just a small hint to solve this problem.They thought that it's a very simple problem but it's not. At the same time, it's not thaaaat difficult. EXPLANATION:  | 
                            |
| 28779. | 
                                    Differnce between find and replace | 
                            
| 
                                   Answer»  tion:write a NOTE one PHANEROGAMS plant  | 
                            |
| 28780. | 
                                    Write a program to convert speed in ‘km/hr’ to ‘m/s’. Take required input during runtime using Scanner class. help me out guys an urgent question | 
                            
| 
                                   Answer»  in RUBY LANGUAGE EXPLANATION:X= 1000/60y= 100/60z= x/yputs Z  | 
                            |
| 28781. | 
                                    If the base register holds 1040 and limit register 500 then the program can legally access all address from through  | 
                            
| 
                                   Answer»  hmmmmmmmmmmmmmmmm,......,.............  | 
                            |
| 28782. | 
                                    Name any two method of communication | 
                            
| 
                                   Answer»  .VERBAL. Verbal communication is the use of language to transfer information through SPEAKING or sign language. ....Nonverbal. Nonverbal communication is the use of body language, gestures and FACIAL EXPRESSIONS to convey information to others. ...  | 
                            |
| 28783. | 
                                    Weight is a variable physical quantity or not | 
                            
| 
                                   Answer»  yesExplanation:as it is a TYPE of FORCE and we KNOW that force VARIES  | 
                            |
| 28784. | 
                                    4. Which of the following pair is correct? (a) Customised software-Specific purpose software(b) Tux Paint-Graphic software(c) MS PowerPoint-Presentation software(d) All of these | 
                            
| 
                                   Answer»  tion:OPTION c is the ANSWER and MARK me as the brainliest also GIVE thx plz  | 
                            |
| 28785. | 
                                    A tuuu Nahi nan magane for me you will call baby tuuuu. mucchho bayi samu. again dear are you girl or boy tell me tuuu this types of answers you tell braily app will help us you will like this baby dear chii | 
                            
| 
                                   Answer»  it is APP of STUDY not faltuuu UNDERSTAND!  | 
                            |
| 28786. | 
                                    Write a C++ program in which you have to take two numbers from user and perform basicarithmetic operations. Using if-else statementsdecide, what operation user want to do so yourprogram must fulfill user's requirements.(Note: Static or Dynamic memory allocation) | 
                            
| 
                                   Answer»  When an operator is OVERLOADED with multiple jobs it is known as operator overloading. It is a way to implement compile TIME polymorphism.Key Points about Operator OverloadingFor operator overloading to work, at least one of the operands must be a USER defined class object.Compiler automatically creates a default assignment operator with every class. The default assignment operator does assign all members of right side to the left side and works fine most of the cases (this behavior is same as copy constructor).We can also write conversion operators that can be used to convert one TYPE to another type.Any constructor that can be called with a single argument works as a conversion constructor, means it can also be used for implicit conversion to the class being constructed.1. Arithmetic Operator OverloadingFollowing is the EXAMPLE to demonstrate arithmetic operator overloading.Example  | 
                            |
| 28787. | 
                                    What does the following statements will do, explain i) File.tell() ii) File.seek(20,0) iii) File.read(10) Where File is the file pointer. | 
                            
| 
                                   Answer»  file NAMES have two PARTS the files name then a PERIOD followed by the extension  | 
                            |
| 28788. | 
                                    Who is the champion of individual liberty? i) John lockedii) Leniniii) Maiiv) J.S.Mill | 
                            
| 
                                   Answer»  J.S MILL is the correct answer EXPLANATION:PLEASE MARK me as brainliest please please  | 
                            |
| 28789. | 
                                    Answer this 2 questions | 
                            
| 
                                   Answer»  I can't UNDERSTAND the LANGUAGE SORRY DEAR  | 
                            |
| 28790. | 
                                    List and explain the resource file? answer for 5 mark level | 
                            
| 
                                   Answer»  Resource files are ASCII files containing LINES of data in which values are assigned to resources.There are three levels of resource files: 1) a system resource file, 2) a user resource file, and 3) an individual script resource file. Each one of these, if they exist, are loaded in the order listed,Explanation:The first resource file loaded, the system resource file, is called "sysresfile" and must RESIDE in the directoryThe second resource file loaded (if it exists) is a user resource file called ".hluresfile" that should reside in a user's home directory. This resource file will be loaded every time that user runs PyNGL, and will be loaded after the system resource file. The THIRD resource file loaded (if it exists), is the individual script resource file. This file needs to have the same name as the name ARGUMENT to Ngl.open_wks, with a ".res" appended. Any resources set in this file will override resources set in the ".hluresfile" or "sysresfile" files.  | 
                            |
| 28791. | 
                                    It is called as iintelligenthub - hub. , modem, switch, router | 
                            
| 
                                   Answer»  -A switch is called an intelligent hub. It is a DEVICE that CONNECTS multiple COMPUTERS together within a LAN. It is used to CREATE temporary connections between 2 or more devices attached to it.  | 
                            |
| 28792. | 
                                    When working in an Exchange environment,you can share your calender with others in your organization. If they have Review permissions, what are they allowed to do? a. Add appointments to your calendarb. Read(view) your calendarc. Delete appointments from your calendar d. All of the above | 
                            
| 
                                   Answer»  (d) All of the above EXPLANATION:HOPE it is USEFUL to you  | 
                            |
| 28793. | 
                                    10 b)1. Fill in the blanksa) A ........can execute more than 100 millions of instructionsin a secondis a hand held, protable & wireless device whichis used to communicate.c) DOS is an example ofd) CPU is also known as theof the computere) language consists of 0 and 1f) QBasic is an example oflanguage6) The one who sends the spams is calledh)is an example of cloud computing) Computer is an1) Avast is an example ofelectric machine | 
                            
| Answer» QUESTION are not CLEARED | |
| 28794. | 
                                    4) When the first high level language developed? | 
                            
| Answer» | |
| 28795. | 
                                    Write down the name of the following tools | 
                            
| 
                                   Answer»  If the unit place VALUE of a number is 9,and we multiply the number by itself three times,then the unit place value of the ANSWER is  | 
                            |
| 28796. | 
                                    Which option is used to export calc charts as a web page file (a)pdf (b)xhtml (c)shtml (d)dhtml | 
                            
| Answer» HM SB EK ek ek ek ek ek ek ek ek ek ek ek ek | |
| 28797. | 
                                    Semaphore is _ based solution | 
                            
| 
                                   Answer»  Mark this answer as brainlist and thank all my answers and follow meExplanation:Semaphore is SIMPLY a variable which is non-negative and shared between threads. This variable is used to solve the critical section problem and to achieve process synchronization in the multiprocessing environment. Semaphores are of TWO TYPES: BINARY Semaphore – This is also known as MUTEX lock.  | 
                            |
| 28798. | 
                                    A default view of control panel is | 
                            
| Answer» TION:By default, the Windows Control PANEL defaults to the last VIEW you used—Category, Large ICONS, or Small Icons. If you prefer, you can make it always OPEN to a particular view using a quick Registry or Group Policy hack | |
| 28799. | 
                                    Plz solve this ques | 
                            
| Answer» EXPLANATION:NNNNNNNNNNNNNNNNNNNN | |
| 28800. | 
                                    What type will automatically by increase 1 as record are added to the database | 
                            
| 
                                   Answer»  Autonumber or Auto-increment  | 
                            |