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.
| 14851. |
Give the hierarchy of the arithmetic operators. |
|
Answer» Answer: 1. DIVIDE, 2.multiply, 3. Addition, 4. substraction Explanation: |
|
| 14852. |
In the student mark processing system, the HOD wants an analytics report of student performance department wise. On clicking the VIEW PERFORMANCE, the analytics should be displayed in 2 seconds. What testing should be done under this scenarioSelect one:Performance testingUsability testingRegression testingStress testing |
|
Answer» A. PERFORMANCE testing Explanation: |
|
| 14853. |
What is the formula in ms Excel for negative Vue change into positive values?a)=powerb)=maxc)=absd)=trim give confirm answer plz ,if you don't no then don't answer plz |
|
Answer» Answer: SOLUTION: Using the ABSOLUTE function 'abs', create another column that is adjacent to the column you WANT to make positive. For example if cell A1 is negative, on cell B1 you will USE '=abs(A1)', and drag this down to be the same height as column A1's negative numbers. |
|
| 14855. |
What is the formula in ms Excel for negative Vue change into positive values? |
|
Answer» Answer: hey there is no need to fllw me plz fllw my second and real I'd and my first I'd Is optional u want to fllw that I'd thn u can I'd name -- Srshivamrana01&my friend I'd --Remxvedioapp plz fllw these I'd not this one OKK plz they r in my fllwng ✿Yøur-A n ˜ swer♡
\large\bf{\underline{\red{VERIFIED✔}}} VERIFIED✔
\huge{\underline{\mathtt{\red{Q}\pink{U}\green{E}\BLUE{S}\purple{T}\orange{I}\red{0}\pink{N}}}} QUESTI0N
Who is the father of Compute \huge{\underline{\mathtt{\red{A}\pink{N}\green{S}\blue{W}\purple{E}\orange{R}}}} ANSWER
Charles BABBAGE Charles Babbage KH FRS was an English polymath. A MATHEMATICIAN, philosopher, inventor and mechanical engineer, Babbage originated the concept of a digital programmable computer. Babbage is considered by some to be "father of the computer". \boxed{I \:Hope\: it's \:Helpful} IHopeit ′ sHelpful
{\sf{\bf{\blue{@ℐᴛz Neha࿐}}}} |
|
| 14856. |
11001001-01100110 in binary |
|
Answer» NUMBER 1 in the DECIMAL system 110010012 = 20110 Number 2 in the decimal system 011001102 = 10210 Their difference is 201 - 102 = 99 Result in binary form 9910 = 11000112 |
|
| 14857. |
Input is a paired tag... it's true or false |
|
Answer» Answer: |
|
| 14858. |
Write a program for 8086 for adding two multiple byte numbers.(8BYTES LONG) |
|
Answer» Algorithm – Load data from offset 500 to REGISTER AL (first number) Load data from offset 501 to register BL (second number) Add these two numbers (contents of register AL and register BL) Apply DAA instruction (decimal adjust) Store the result (content of register AL) to offset 600 Set register AL to 00 Add contents of register AL to itself with carry Store the result (content of register AL) to offset 601 Stop Program – MEMORY ADDRESS MNEMONICS COMMENT 400 MOV AL, [500] AL<-[500] 404 MOV BL, [501] BL<-[501] 408 ADD AL, BL AL<-AL+BL 40A DAA DECIMAL ADJUST AL 40B MOV [600], AL AL->[600] 40F MOV AL, 00 AL<-00 411 ADC AL, AL AL<-AL+AL+cy(prev) 413 MOV [601], AL AL->[601] 417 HLT END Explanation – MOV AL, [500]: load data from offset 500 to register AL MOV BL, [501]: load data from offset 501 to register BL ADD AL, BL: ADD contents of REGISTERS AL AND BL DAA: decimal adjust AL MOV [600], AL: store data from register AL to offset 600 MOV AL, 00: set value of register AL to 00 ADC AL, AL: add contents of register AL to AL with carry MOV [601], AL: store data from register AL to offset 601 |
|
| 14859. |
Is bolt the only font style used |
|
Answer» Answer: no there are many font types and they have DIFFERENT STYLING properties |
|
| 14860. |
Design a class filedemo open in read mode and display total number of lines and words in file (c++) |
|
Answer» h a good day at WORK and I have been there before me and you can do is be there in like the first place in a RELATIONSHIP but you don't want me there and then we are all I have no you don't have SENSE I have to do that to me I don't want you to know that I'm a little while ago but I'm not |
|
| 14861. |
Minimum HeightIf the in-order and level order traversal of a tree are given, what is the minimum height of the tree?Input Specification:input1: The inorder traversal of the treeinput2: The level order traversal of the treeinput3: N, number of nodes in the treeOutput Specification:Return the minimum depth of the treeEx 1:input1:{2,1,3}input2:{1,2,3}input 3:3 |
|
Answer» Explanation: Our solar system consists of our STAR, the Sun, and everything bound to it by GRAVITY — the planets Mercury, VENUS, Earth, Mars, Jupiter, Saturn, Uranus and Neptune, dwarf planets such as Pluto, dozens of MOONS and millions of asteroids, comets and meteoroids. |
|
| 14862. |
With the aid if a diagram describe how a computer is an input_process_output(IPO) system |
|
Answer» IPO cycle is described as the PROCESS of information processing in a computer. It is a crucial process in COMPUTATION through which the users get the desired results. It PRIMARILY consists of THREE components; input, process, and OUTPUT. ... Processing is the computation that is done on the user's requirement by CPU. |
|
| 14863. |
Before sending a very large attachment,i should |
|
Answer» you should check that you have good internet connection or not..because if u dont have good internet connection your FILE will TAKE a very long time to reach its destination. Explanation: |
|
| 14864. |
A(n) _________________ is a program that controls a device attached to a computer. |
|
Answer» I THINK the ANSWER is DEVICE DRIVER But not SURE |
|
| 14865. |
Cloud storage service cannot work without- electricity/ internet /hard disk |
| Answer» | |
| 14866. |
PDA is an example of a MinicomputerCRT is a type of a printer. |
| Answer» | |
| 14867. |
售State whether the statement is True (T)or False (F):1. Input Device is a not a peripheral device.2. Plotter is an example of an input device3. Super computer is the most powerful computer in the world. |
|
Answer» Answer: 1. false 2. true 3. true I HOPE it will HELP you |
|
| 14868. |
An element x is to searched using linear search in an array „a‟ with „n‟ elements.Find the condition for continuation of searching if the variable is used to scan the element. |
|
Answer» for(i=0;i<=n;i++) { if(a[i]="element if it is STRING otherwise dont put in quotes") { printf("%d,a[i]"); } { print("element not found") } |
|
| 14869. |
Computer ki samast suchnaon output dekhne ke liye nimn device ka prayog Kiya jata hai |
| Answer» | |
| 14870. |
Give the Boolean function F(w,x,y,z)=(1,2,3,5,7,9,11,13,15) reduce it by k-map in sop form |
|
Answer» Answer: w'x'y + Z Explanation: We have: Since we're using SOP form, add EM' w'x'y'z + w'x'yz' + w'x'yz + w'xy'z + w'xyz + wx'y'z + wx'yz + wxy'z + wxyz Reduce it, w'x' (y'z + yz' + yz) + w'x (y'z + yz) + wx'( y'z + yz) + wx (y'z + yz) =w'x' ( y'z + y) + w'x (z) + wx' (z) + wx (z) = w'x' ( y'z + y) + w'xz + wx'z + wxz =w'x' ( y+z ) + w'xz + WZ [A'B + B =A+B] =w'x'y +w'x'z + w'xz + wz =w'x'y + w'z + wz =w'x'y + z |
|
| 14871. |
We would like to design a database to maintain information about hospital staff, including doctors, nurses and patients at the hospital. The information we need includes: |
|
Answer» the columns should be for staff: 1. id 2. role 3. name 4. contact 5. ADDRESS 6. working or stay area in CASE of PATIENT some other columns may be include: 1. name 2. date of admit 3.date of discharge 4. ROOM no. 5. BILL amount 6. ward 7. address |
|
| 14872. |
Which window is used for form design? |
|
Answer» Explanation: PLEASE mark my answer as brainliest. |
|
| 14873. |
How to make a slider on button click |
|
Answer» Answer: I'm working on a page with tabbed panels. UNDERNEATH these panels I'm viewing an infinite CAROUSEL slideshow. whenever i click on a tab i would like that the images inside the would align with the content of the tab. I have an id for the tabs and I have id's for the slideshow images so I need a function that whenever I click on tab 1, the carousel automatically scrolls to for example slide1. the function should be similar or the same as a pager or pagination for a slider/carousel I'm working on this to happen for a few days, but i'm completely new to jquery and i can't get my head WRAPPED around how to write the function and variables. does anyone knows in which DIRECTION to look, or what FUNCTIONS and variables are needed, or whether it is even possible with the current setup? Thanks |
|
| 14874. |
2. The ______does all the Processing of the system |
|
Answer» * cpu *screen |
|
| 14875. |
मानसी वांट टो क्विट एमएस एक्सेस आफ्टर सेविंग ए डाटाबेस बाय यूजिंग शॉर्टकट कीस विच की कॉन्बिनेशन विल यू सजेस्ट ठाट टू यू |
|
Answer» h ki hi baat HAI SAB TV anchoring workshop and sweet III MINI I |
|
| 14876. |
imagine the world in 2030 and write a letter to your future self .be sure to mention things that you think your future self would probably in daily life |
|
Answer» hi Explanation: IMAGINE the world in 2030 and write a letter to your FUTURE self .be sure to MENTION things that you think your future self would probably in DAILY life OK brooo |
|
| 14877. |
(d) If you are unable to solve an issue with an application, where can you look for asolution? |
|
Answer» Explanation: 5. Why did Tenali ask the king to USE his IMAGINATION? Ans – The king got angry because he could not SEE anything on the canvas but only some black strokes in the corner and some grass painted below that, Tenali reminded him that it was he who had said that one should imagine the BITS one could not see. |
|
| 14878. |
29.Write down a query to find all tuples of a table ABC with name field as "AMIT".. Single choice |
|
Answer» Explanation: STARS are not scattered randomly through space, they are GATHERED together into vast groups known as galaxies. The Sun belongs to a GALAXY called the Milky Way. Astronomers ESTIMATE there are about 100 thousand million stars in the Milky Way alone. Outside that, there are millions upon millions of other galaxies also! |
|
| 14879. |
Create a Decision tree classifier in sci-kit learn using the Data given below,features = [[2,100],[6,25],[1,300],[1,1000],[4,100],[10,100]]Label = [1,2,1,1,2,2] |
|
Answer» I can't UNDERSTAND PLEASE DETAIL me please |
|
| 14880. |
Name the components of Excel window |
|
Answer» Title bar. The title bar displays both the name of the application and the name of the spreadsheet. Menu bar. ... Column headings. ... Row headings. .. Name BOX. ... Formula bar. ... Cell. ... NAVIGATION buttons and SHEET tabs. |
|
| 14882. |
What is the reason of increased range of WiMax over Wi-Fi? |
|
Answer» Answer: WIMAX will blanket a radius of 30 MILES (50 km) with wireless ACCESS. The increased range is due to the FREQUENCIES used and the power of the transmitter. |
|
| 14883. |
Which of the following is an example of a gemstone? |
|
Answer» Question is incomplete. But I will tell U some examples of gemstone - JADE,TOPAZ, opal and QUARTZ. |
|
| 14884. |
Factors responsible for failure of an information systems |
|
Answer» fthntuurhmyxchycugfdfv |
|
| 14885. |
Define a function get Bigger Number (x,y) to take in two numbers and return thebigger of them. (2) |
| Answer» | |
| 14886. |
Which one of the following features is provided by bootstrap?Select one:O Plugins for HTMLO Plugins for JQueryO Plugins for C#O Plugins for Javascript |
|
Answer» PLUGINS for JAVASCRIPT |
|
| 14887. |
RaptorInput a list of employee names and salaries stored in parallel arrays. The salaries should be floating point numbers in increments of 100. For example, a salary of $36,000 should be input as 36.0 and a salary of $85,900 should be input as 85.9. Find the mean (average) salary and display the names and salaries of employees who earn within a range of $5,000 from the mean. In other words, if the mean salary is $45,000, all employees who earn between $40,000 and $50,000 should be displayed. |
|
Answer» raptor Input a list of employee names and salaries stored in parallel arrays. The salaries should be floating point numbers in increments of 100. For example, a salary of $36,000 should be input as 36.0 and a salary of $85,900 should be input as 85.9. FIND the mean (average) salary and display the names and salaries of employees who earn WITHIN a range of $5,000 from the mean. In other words, if the mean salary is $45,000, all employees who earn between $40,000 and $50,000 should be DISPLAYED. Explanation:answer |
|
| 14888. |
Write the rules for typing the logo commands(6 commands |
|
Answer» Answer: Logo SUPPORTS the REGULAR arithmetic operations of ADDITION, subtraction, multiplication, and division, DENOTED by the "symbols +, -, *, /". Each of these 'operations produces a result'. PRINT is a very important primitive to DISPLAY a letter, number, word or a sentence on the screen. |
|
| 14889. |
State True or False.Bootstrap is supported by all browsers.Select oneTrueFalse |
| Answer» | |
| 14890. |
Briefly comment on the following: a) E-wallets are the engines of E-commerce. b) Computers of these days are being replaced by smart phones. c) The evolution of computers has reduced the employment opportunities. d) A research proposal is a document proposing a research project. |
|
Answer» A RESEARCH PROPOSAL is a DOCUMENT PROPOSING a research PROJECT |
|
| 14891. |
7.Choose the correct option with respect to Python(1 Point)A. Both tuples and lists are immutable.B. Tuples are immutable while lists are mutable.C. Both tuples and lists are mutable.D. Tuples are mutable while lists are immutable. |
|
Answer» B Explanation: |
|
| 14892. |
Prepare two mark sheet I ms Excel |
|
Answer» Answer: 1)FIRST open microsoft EXCEL from start menu in all programes. 2)Click on new from file menu to create a new SPREADSHEET. 3)Fill the data/information in various rowsand columns by selecting the rows and columns one by one. 4)If we need to find sum, AVERAGE then enter various enteries in columns and rows. 6) To find sum enter syntax [=sum] and select he cells of which we need to find sum. 7)Similarly for average we use syntax[=average] and the starting cell separated by colon and ending cell .This will find the average of cells. 8)After creating the worksheet we need to save it by clicking on file tab and save option in it. 9)Type the name we want to give to sheet and click on save button. 10)In this way we create a marksheet in excel. |
|
| 14893. |
To use sheet reference you need to enter sheet no |
|
Answer» To USE the sheet reference, you need to ENTER sheet number Enter FORMULA and Blank CELL |
|
| 14894. |
What is the azure cli command to check unique cosmos DB namea. "az cosmosdb check-name-exists--name"b. "az cosmosdb check-name-exists name"c. "az cosmosdb check - name"d. "az cosmosdb check-exists -- name" |
| Answer» | |
| 14895. |
What are two important component of computer system? |
|
Answer» Answer: The most important of these components is the central processing unit (CPU), or MICROPROCESSOR, which ACTS as the "brain" of your computer. Another COMPONENT is random access memory (RAM), which temporarily STORES information that the CPU USES while the computer is on. |
|
| 14896. |
Following is a shortcut key to end a Slide ShowPage upPage DownDown ArrowEsc |
| Answer» | |
| 14897. |
Write short note on AJAX |
|
Answer» Answer: AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, FASTER, and more interactive web applications with the help of XML, HTML, CSS, and Java Script. Ajax uses XHTML for content, CSS for presentation, along with Document Object Model and JavaScript for dynamic content display. Conventional web applications transmit information to and from the sever using synchronous REQUESTS. It means you fill out a form, hit submit, and get directed to a new page with new information from the server. With AJAX, when you hit submit, JavaScript will make a request to the server, interpret the results, and update the current screen. In the purest sense, the user would NEVER KNOW that anything was even transmitted to the server. |
|
| 14898. |
Explain margins and padding in CSS with example |
|
Answer» The CSS properties, margin and padding, are both ASPECTS of spacing of an element and it's content. Margin is the OUTSIDE spacing of an HTML element from other elements. Also, both of these properties have a shorthand for defining the spacing of each side OR In CSS, a margin is the space around an element's border, while padding is the space between an element's border and the element's content. Put another way, the margin property controls the space outside an element, and the padding property controls the space INSIDE an element. |
|
| 14899. |
Which of the following domains is used for profit bussiness |
|
Answer» ORG domain for a for-profit BUSINESS |
|
| 14900. |
What is speed of computer |
|
Answer» Answer: computer's processor clock speed DETERMINES how quickly the central processing unit (CPU) can retrieve and interpret INSTRUCTIONS. This HELPS your computer complete more tasks by getting them done FASTER. Clock speeds are measured in gigahertz (GHz), with a higher number EQUATING to higher clock speed. |
|