

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.
401. |
Key combination you press to open VBA. |
Answer» Answer: It can be opened by clicking the Visual Basic button on the Developer tab in Excel. The KEYBOARD SHORTCUT to open the VB EDITOR in any WINDOWS version of Excel is Alt + F11 |
|
402. |
Write the conditional statement for the following decision making situationa) Ifthe result of (4x²+5x)³ is greater than (2x+y)/5 and the result of 12y³+ 2y²+3y is equal to y‐4 + 3y³, then print the message "well done". otherwise print the message "try again".plese answer this question very urgent |
Answer» | |
403. |
Please tell me this cuz it's urgent pls 50 points for this |
Answer» | |
404. |
Evaluate c in c + = d + ++c + d-- + c when inicial value of c is -2 and d is 1 |
Answer» Answer: 12.?34?5 id the answer oo thanks |
|
405. |
Where does the speaker in the poem hear the Solitary reaper's Song |
Answer» CELLS are the basic building blocks of all living things. The human body is COMPOSED of trillions of cells. They provide STRUCTURE for the body, take in nutrients from food, convert those nutrients into energy, and carry out specialized functions Explanation: give me a thank if you want |
|
406. |
Verify if, (~P V P) Λ 1 = 1 |
Answer» Explanation: (~PVP) INTERSECTION 1 =U intersection 1 = 1 =RHS • NOTE |
|
407. |
If you have to create a title slide for the presentation given above, what will be the title you would provide? |
Answer» rheyeg7ohY4grheTjDa14a3HDwetd7w836w5Trwewef4ur55re5urittreeu5aeaddoluou4yseytzgestr |
|
408. |
Self regulation is controlling 1 behaviour 2 emotion 3 thoughts 4 all of these |
Answer» I THINK THE ANSWER WILL BE 3 |
|
409. |
How can we create radio button on a form in html |
Answer» Form Demo
|
|
410. |
Attribute of tag is (in html) |
Answer» html HTML Tags HTML Elements HTML tags are used to hold the HTML element. HTML element holds the content. HTML TAG starts with < and ends with > Whatever written within a HTML tag are HTML elements. HTML tags are almost LIKE keywords where EVERY SINGLE tag has unique meaning. HTML elements specifies the general content. Please mark me as brainlest |
|
412. |
7. A telephone directory is a database (a) true (b) false |
Answer» false Explanation: |
|
413. |
Why is it mandatory to have a unique field to each record in tables |
Answer» Answer: Just because to IDENTIFY the uniqueness of a ROW . and that is DONE by primary key. Explanation: hope it HELPS you |
|
414. |
Weite the steps to apply borders in a table. |
Answer» Applying Borders and Shading to Tables:
|
|
415. |
Which is the valid way of linking email in a browser? (a) (b) ( c) (d) |
Answer» Explanation: |
|
416. |
Please guys bato fill in the blanks�arecrt is based on the fluorescent light bulb, |
Answer» TRUE okkkkkkkkkkkkkkkkkkk |
|
418. |
……………………….. allows you to accesses and dynamically controls the individual properties . |
Answer» | |
419. |
The statement a %2 will result to what if the value of a is an even number |
Answer» OK PLZ MARK as BRAINLIEST |
|
420. |
which of these are characteristic of good message 1 short answer 2 correct grammar 3 none of these 4 both of these |
Answer» Answer: 4. Both of these Explanation: Short ANSWERS make people/receiver to easily get what are you trying to tell and good GRAMMAR will GIVE good impression i guess. HOPE it HELPS |
|
421. |
Different between move cell and copy cell |
Answer» Move CELLS involves CHANGING the LOCATION of the content of the cell while copy cells involves making a DUPLICATE of the cell. |
|
422. |
#include void main() { int h 8; int b = h++ + h++ + h++; printf("%d\n", h); %\ } |
Answer» b = 27 and, h = 11 Like and Mark as Brainliest, it really MOTIVATES! |
|
423. |
Relational database design in dbms |
Answer» Answer: Explanation: Relational database design (RDD) MODELS information and data into a set of tables with rows and COLUMNS. Each ROW of a relation/table represents a record, and each column represents an attribute of data. The Structured Query Language (SQL) is used to MANIPULATE relational databases |
|
424. |
ਹੇਠ ਲਿਖਿਆਂ ਵਿਚੋਂ ਕਿਹੜਾ ਤਰੀਕਾ ਇੱਕ ਪੱਤਰ ਦੁਆਰਾ ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ? |
Answer» Dear students, You will have to write the LONG ANSWERS on A4 size papers and submit the same in the school(main BUILDING )tomorrow i.e. *08.07.21* - between 7:30 AM to 12:30 PM. *THANK you*. |
|
425. |
3. What is the difference between (50) and (50,) Explain with example? |
Answer» Answer: Explanation: What is the Difference between -50 and +50? In other words, what is the Difference between negative 50 and positive 50? To solve this math problem, start by picturing a horizontal number line that starts with negative INFINITY on the LEFT and ENDS with positive infinity on the right: -3, -2, -1, 0, +1, +2, +3, The Difference between -50 and +50 is the distance between -50 and +50 on our number line above. Thus, the Difference between two numbers will always be a positive number. It is a two-step process to calculate the Difference between -50 and +50. Step 1 is to subtract +50 from -50, and Step 2 is to FIND the absolute value of the Step 1 answer. Here is the math to illustrate better: (-50) - (+50) = -100 |-100| = 100 That's it! The Difference between -50 and +50 is as follows: 100 |
|
426. |
Write a program to print the following sum series (1+2+3) + (2+3+4) + (3+4+5) …………… n terms |
Answer» Answer: OUTPUT: -0.240476 Input: N = 10 Output: -0.263456 |
|
427. |
Write a program to print the following sum series (1+2+3) + (2+3+4) + (3+4+5) …………… n terms. pls answer it correctly and it's urgent |
Answer» Answer: Input : n = 10 Output : 4290 1*2*3 + 2*3*4 + 3*4*5 + 4*5*6 + 5*6*7 + 6*7*8 + 7*8*9 + 8*9*10 + 9*10*11 + 10*11*12 = 6 + 24 + 60 + 120 + 210 + 336 + 504 + 720 + 990 + 1320 = 4290 Input : n = 7 Output : 1260 |
|
428. |
Shavan wants to write a word in italic but he doesn’t know how to do it in HTML. Suggesthim the tag,which can be used to perform this task. |
Answer» | |
429. |
The output device for producing hard copy output is. |
Answer» Answer: uk NA to be a GREAT DAY of the meeting at the meeting at the meeting |
|
430. |
3.Soundsentry generates visual warning. ya true hai ya false |
Answer» Sound Sentry is a way for Windows to PROVIDE a visual ALERT when an AUDIO alert is played. For EXAMPLE, when Sound Sentry is enabled, and an error sound plays, the screen will flash. |
|
431. |
Differentiate between custom made application software and general purpose application software |
Answer» | |
432. |
What was the first graphical web browser? |
Answer» Answer: Kim Nyberg, Kari Sydänmaanlakka, Teemu Rantanen, and Kati Borgers were the four college students who DEVELOPED the first GRAPHICAL point-and-click WEB browser in HELSINKI, FINLAND, in 1991, and completed it in April 1992. Explanation: Mosaic is your answer |
|
433. |
Mehaan is new with word application He wants to create document.Guide him and what is appear when he will open New document. Please write the steps |
Answer» Answer: Open Word. Or, if Word is already open, select File > New. Select Blank document. Create a document using a template Open Word. Or, if Word is already open, select File > New. A list of available Word templates is shown. Double-click a template to open it. Tip: Pin templates you like, so you ALWAYS see them when you START Word. Select the template and then select the pin ICON that appears next to the name of the template. Search for a template Open Word. Or, if Word is already open, select File > New. In the Search for ONLINE templates box, enter a search word like letter, RESUME, or invoice. The search box for finding online Word templates is shown. Or, select a category under the search box like Business, Personal, or Education. Click a template to see a preview. Click the arrows on the side of the preview to see more templates. Shows a Report design template preview in Word 2016. Select Create. hope it's help you!!! |
|
434. |
Perspective is an individual's_____ |
Answer» | |
435. |
Amina has created one document Now she wants to save her document Which steps she will follow. |
Answer» Amina has created one DOCUMENT Now she wants to SAVE her document Which steps she will follow Explanation: PLS mark BRAINLLIST answer and give some thanks f |
|
436. |
Describe Relational Database Design with example. 10 mark |
Answer» Formation. When the solar system settled into its current layout about 4.5 billion years AGO, EARTH formed when GRAVITY PULLED swirling gas and dust in to become the third planet from the Sun. |
|
437. |
16, -State the output of the following function :public void show() long y = 838383, n = y, p,s; while( n >0) p = n % 10; System.out.println( Math.pow( p, 2)); n = n/100; System.out.println( y ); } |
Answer» PLEASE MARK me in BRAINLIST... |
|
438. |
Accept a word and change small letters to capital in java and vice versa??? |
Answer» Algorithm STEP 1: START STEP 2: DEFINE string STR = "Great Power". STEP 3: DEFINE newstr as StringBuffer OBJECT . STEP 4: SET i=0. REPEAT STEP 5 to STEP 6 UNTIL i STEP 5: IF lower-case CHARACTER encountered then CONVERT them in upper-case using built-in function else IF upper-case character encountered then CONVERT them in lower-case characters using built-in function. STEP 6: i=i+1 STEP 7: PRINT newstr. STEP 8: END |
|
440. |
i. A binary file “emp.DAT” has structure (EID, Ename, designation,salary). Write a function to add more records of employes in existing file emp.dat. ii. Write a function Show() in Python that would read detail of employee from file “emp.dat” and display the details of those employee whose designation is “Salesman”.Read more on Sarthaks.com - https://www.sarthaks.com/1112510/binary-structure-ename-designation-salary-write-function-more-records-employes-existing |
Answer» nGfjossnanmqla SPEAK PARLIAMENTARY |
|
441. |
Which of the following is not a data type?O a.doubleb. realO C. intO d. char |
Answer» arch of the liquid and I will SEND you the LINK to the VIDEO of the liquid and I willExplanation: fyfuijfufyfyydyt up to |
|
442. |
Ì. Caps Lock, Num Lock and Scroll Lock keys are : i. Sticky ii. Toggle iii. Lock |
Answer» CAPS LOCK, SCROLL lock and number lock are control/toggle keys. |
|
443. |
Explain Components of Logical Database Model |
Answer» A logical data model describes the data in as MUCH detail as possible, without regard to how they will be PHYSICAL IMPLEMENTED in the database. Features of a logical data model include: Includes all ENTITIES and relationships among them. All attributes for each entity are specified. |
|
444. |
Manisha wants to modify a style to get a custom style in Word. Help her makemodifications in the existing style |
Answer» Answer: STEP 1 :Right-CLICK the text on which you want to base a new STYLE. Step 2 :In the mini toolbar that appears, click Styles, and then click Create a Style. Step 3:In the Create New Style from Formatting dialog box, give your style a NAME and click OK. |
|
445. |
Which control we can use for assignment operator "==" in Labview? |
Answer» we can USE precendence ooerator |
|
446. |
How does IT help in Banking ? |
Answer» Answer: IT has helped the BANKING industry to deal with the challenges the new ECONOMY poses. More than most other industries, financial institutions rely on gathering, PROCESSING, analysing, and providing information in order to meet the needs of customers. Explanation: Please mark me as BRAINLIST |
|
447. |
Why is requirement analysis conducted? |
Answer» noooooooooooooooo Explanation: noooooooo NA na |
|
448. |
S = 1 + 11 + 111 + 1111 + 11111 in java |
Answer» | |
449. |
A tuple is declared as T=(23, 8.6, ‘hello’, 41, x). What will be the value of T[: 1 : -1]? |
Answer» Answer: TIP Try USING words that might appear on the page that you’re looking for. For EXAMPLE, 'cake recipes' INSTEAD of 'how to make a cake'. |
|
450. |
.Identify which is Group and Tab. 1.Mailing 2.Compare 3.Page Layout 4.Insert 5.Review 6.Pagebaground 7.Reference 8.Clipboard |
Answer» sbdngkgioeoeoeorroktktktkttktkiwkdjf |
|