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.

27851.

Write True and false g. Format painter let's you apply the format of an existing text h. Page setup group is found in the Home tab ​

Answer» FALSE EXPLANATION:is the ANSWER PLEASE write down please FOLLOWED me
27852.

Can an Email consider as a written form of communication? Give reasons for your answer Don't Write the answer like Email writing as a very crucial part... Whatever

Answer»

s we use technology very well to communicate ESPECIALLY during this pandemic and often we send messages in email in a professional way to CONVEY our IDEAS and it is considered as a important WRITTEN form of COMMUNICATION..hope it helpsbrainliest?

27853.

II. Identify the valid and invalid field names giving reasons: 10.1. Name2. Father's name3. Date of birth4. Admission No.5. Blood Group6. Postal Address7. Contact No.8. E-mail IDthe fields​

Answer» SIR , or WHOEVER U are PLEASE study TEXT book or cw . u should not copy in testExplanation:
27854.

Answer fast pleasefastttttt​

Answer»

chalrahahai Shannah FLICK FL FL FL do Shiseido

27855.

Write True and false d. A sentence can be selected by triple clicking on it e. Save option is found in the File tab​

Answer»

D. FALSE , A SENTENCE CAN BE SELECTED BY DOUBLE CLICKING ON IT.E. TRUE(●_●) HOPE IT HELPS (●_●)PLS MARK AS BRAINLIEST

27856.

Write True and false a.Borders can be applied to the page or a paragraphb. Margin is the blanks space on all sides of your text on the page c. Clear Formatting button will keep the formatting of the text ​

Answer» ANSWERS for these are a)TRUEB)TRUEC)FALSE
27857.

________ control is not displayed at the runtime but its event if fired automatically at the specific time interval​

Answer» F the table does not exist, then import creates and LOADS it before any TRIGGERS are DEFINED, so again no triggers FIRE. If IGNORE=Y , then import ...
27858.

ITINING IT Planetbisa bytesWindows 10 & Office 2016Windows 10Office 2016. Page no. 15 and 16​

Answer»

Here is the PAGE no 15 and 16

27859.

New Question!!! Without using any Conditional contruct and Strings , print the following series:-0,5,0,5...Nth term#ShortestProgramPossible​

Answer»

d Answer:-Question:WITHOUT using CONDITIONAL construct and strings, print the following series upto nth term. 0 5 0 5...Solution:Here comes the PROGRAM. This might be the shortest program possible. n,a,b=int(INPUT("Enter limit - ")),0,5for i in range(n): print(a&5,end=" ") a,b=b,aIf you don't know about bitwise 'and', then you can use this approach. n=int(input("Enter the range - "))a,b=0,5for i in range(n): print(a,end=" ") a+=b b*=-1Algorithm:ACCEPT the limit. Initialise a=0 and b=5Display the value of a. Add value of b to a. Negate the value of b. Continue this steps n times.Refer to the attachment for output ☑

27860.

What do you mean cooding in computer.​

Answer» CODING means USING the programming language to GET the COMPUTER to behave as desired. Each LINE of the
27861.

DATE:assigns value to a variable​

Answer»

.syhsyhsofsyhsofyfowutttoeowi6epesyhsofyfowutttoeowi6epekugygne.cydoekeh5zudirjjdkfkrudycyfigiigdetifrdpwlejisugudisufyhsyhsofsyhsofyfowutttoeowi6epesyhsofyfowutttoeowi6ecydoekeh5zudirjjdkfkrudycyfigiigdetifrdpwlejisugudisufygidksuzjskdkckfkrlflgidksuzjsk

27862.

If x=4 x + = (x++) + (++x) + x =?​

Answer»

17Explanation: X+=(x++) + (++x) +XX+= 5+4+4x+=13=17

27863.

In touch typing, we make use of _________ fingers of each hand.​

Answer»

The LEFT little finger is used for the keys 1 2 , the RING finger for 3 , the middle — 4 , the left index finger is RESPONSIBLE for 5 and 6 .

27864.

Which architectural Layerscan be combined into onelayer in some applicatione ?​

Answer»

Description Although the layered architecture pattern does not specify the NUMBER and types of layers that MUST EXIST in the pattern, most layered architectures consist of FOUR standard layers: presentation, business, persistence, and database

27865.

An HTML files has the extension _______ or ______​

Answer»

.HTM , .htmlExplanation:HOPE it HELPS

27866.

Different between indent and tab​

Answer»

Remember, there is a difference between indents and tabs. If you SET a tab, only one LINE of text is indented. If you click one of the indent buttons or set an indent in the Paragraph dialog box, all of the text you type afterward will be indented

27867.

Anybody send me the page no. 15 & 16 page of Pmp planets book( it planet my bit and byte class 4). images plz​

Answer» TION:I HOPE it will be HELPFUL for you..
27868.

In typing, the speed parameter KPS stands for? ​

Answer» KPS STANDS for KILOMETRES PER SECOND...
27869.

Which of the following are true concerning verification in the context of waterfall-based development?a.Carried out by the testersb. Carried out by the developersc.Involves both static and dynamic activitiesd. Involves only static activitiese.Involves only dynamic activities​

Answer» TION:dkydkhxhjfsti czutsvma7rwhlzu5wkvxk ohyidlhitskhgzitakyz
27870.

Choose the correct Java statements from the below options A)float x=500; B)int x=50.0; C)double m=7.5; D)char m=“AC”;

Answer»

madarchod QUESTION H BETA

27871.

What is syrupcandy crush ​

Answer»

I HOPE thiis TIA CHAUDHARY

27872.

Write the stepsHow can you move a field in a database?​

Answer»

tion: To move a field:1 . open the table in the datasheet view. 2 . click on the field HEADER which is to MOVED and drag it horizontally towards left or right to POINT the new POSITION of the field. 3 . RELEASE the mouse button to drop the field at its new locationHOPE IT'S HELP YOU

27873.

______ can be added to a frame to display text refrading frame content​

Answer»

Which SUBJECT is this?

27874.

Can an Email consider as a written form of communication?Give reasons for your answer Don't Write the answer like Email writing as a very crucial part... Whatever

Answer»

Email writing is CONSIDERED a very CRUCIAL part of any organization. It is generally considered as the only written form of communicationExplanation:mujhe jo aata tha MAINE likh DIYA mark me as brainlist

27875.

.What are the advantages of using a DBMS?​

Answer»

ges of Database Management System*Reducing Data Redundancy. The FILE based data management systems contained multiple FILES that were STORED in many different locations in a system or even across multiple systems. ...*Sharing of Data.*Data Integrity. *Data SECURITY.*Privacy.*BACKUP and Recovery.*Data Consistency.

27876.

0 2 0 2 0 2.. Print this series without using any string approach or conditional construct. Write in Java. ​

Answer»

java.util.Scanner;public CLASS Series { public STATIC VOID main(STRING[ ] args) { System.out.print("Enter N - "); INT N = new Scanner(System.in).nextInt( ); for (int i = 0; i < N * 2; i += 2) System.out.print((i & 2) + " "); }}

27877.

Which one of the following is volatile? bubble memory, RAM, ROM, magnetic disk

Answer» RAM is volatileExplanation:
27878.

Differentiate between Adware anal spyware.​

Answer»

Spyware and Adware are ESSENTIALLY the same thing. The PRIMARY DIFFERENCE is that adware is used to pop-up ads that are MEANT to be meaningful to you, whereas spyware may pop-up ads that are offensive or have nothing to do with your INTERESTS.

27879.

B) Mention the places where a Robot can go.​

Answer»

can GO EVERYWHERE

27880.

Write the importance of tag in HTML?(3 marks qus)​

Answer» ALLY, these elements highlight PARTS of your CONTENT that are relevant for search, and they describe those elements for search crawlers.
27881.

The sequence of events that happen during hardware interrupt and software interrupt?

Answer»

First THING the contents of the flag register the CS and IP are pushed into the stack. - To disable the single steps and INTR interrupts the TF and IF are CLEARED. - The program then jumps to the beginning or STARTING address of the ISS.

27882.

What are the different properties of an object​

Answer»

tion:OBJECTS have properties that can be observed and DESCRIBED . PHYSICAL properties include size, shape and texture. HOPE it HELPS

27883.

How do create consolidate data? ​

Answer» STEP 1: OPEN all files (WORKBOOKS) that contain the data you want to consolidate. Step 2: ENSURE the data is organized in the same way (see example below). Step 3: On the Data ribbons, SELECT Data Tools and then Consolidate. Step 4: Select the method of consolidation (in our example, it's Sum).
27884.

Write a story on teamwork for class 7th students ​

Answer»

Once upon a time in a jungle lived 2 good friends - the monkey and the elephant. One day an unusual quarrel broke between the two about what was better. While the elephant advocated it was better to be strong, the monkey was adamant that being fast and agile was better.Unable to resolve the matter, they HEADED to the wise owl and posed the same question to him. The owl promised to answer to the question PROVIDED these two undertook a challenge.Far away across the river, there was a tall tree and a golden fruit hung from it. It was next to impossible to get the fruit from that tall and that huge a tree. But the owl would answer the question only once he had the fruit.So the monkey and the elephant set out on their journey to bring the fruit to the wise owl. When the monkey reached at the banks of the river, he realised that the river was too deep for him and the currents too strong. The elephant saw his friend and asked the monkey to climb on his BACK and together they crossed the river. When they reached the tree, the elephant tried to fell the tree. But the tree was huge and wouldn't budge. So the monkey climbed up the tree, plucked the fruit. He climbed down, sat on elephant's back and they reached the wise owl.The owl then asked, "Of the two of you, who BRINGS this fruit to me? " The monkey said he did because he plucked the fruit from the tree and the elephant said he did because he helped the monkey get onto the other side of the river.The wise owl at this point stopped the argument and said, "Each one of you have your abilities and strengths. While one is not superior than the other, individually they are not very EFFECTIVE. But collectively as a team, you have achieved the impossible. All because you used your strength at the right time to do the right thing."

27885.

Write a program to findthe following patternsi) * * * * * * * * * * * * *ii) 1 2 1 2 3 2 1 2 3 4 3 2 1 2 3 4 5 4 3 2 1 2 3 4 5iii) 1 2 3 4 5 1 2 3 4 1 2 3 1 2 1iv) * *. * *. * *. * * ​

Answer»

:rows = 6for num in range(rows): for i in range(num): PRINT(num, end=” “) # print number # LINE after each row to DISPLAY pattern CORRECTLY print(” “)

27886.

What is avoided by assigning primary key in a table​

Answer»

A primary KEY is a unique combination of attributes that is used to preferentially ACCESS each record in a table. None of the attributes can be null. ... In practice about 20% of databases violate primary key RULES. It would seem that DEVELOPERS should be using data modeling tools.

27887.

What is the use of macros in a spreadsheet? ​

Answer»

If you have tasks in Microsoft Excel that you do repeatedly, you can record a MACRO to automate those tasks. A macro is an action or a SET of ACTIONS that you can RUN as many times as you WANT. When you create a macro, you are recording your mouse clicks and keystrokes.

27888.

Whai is blog? explain.​

Answer» U can understand more BETTER in screen shot!have a GREAT DAY ahead.....
27889.

Product of left diagonal of 5×5 matrix​

Answer» 25 Explanation:i HOPE this is CORRECT i DONT know if it is correct or not.
27890.

प्रश्न 7. (अ)'भोपालनगरम् पाठ-आधारेणअधोलिखित-बिन्दूनांविषये लिखत-('भोपालनगम्' पाठ के आधार पर नीचे लिखे बिन्दुओं के विषय में लिखिए।)भोपालनगरस्य इतिहासम् -(i)​

Answer»

मझभथतसभथथभथरहबतबततबबतथभथभभथभथ

27891.

Greater Efficiency- Define the terms computer​

Answer» TION:don't KNOW gggsssdddfcc
27892.

Differentiate between HTML and XML. Describe the semantics and syntax of XML and its implications in library and information activities.​

Answer»

KEY DIFFERENCEXML is abbreviation for eXtensible MARKUP Language whereas HTML stands for HYPERTEXT Markup Language. XML MAINLY FOCUSES on transfer of data while HTML is focused on presentation of the data. ... XML is strict for CLOSING tag while HTML is not strict. XML tags are extensible whereas HTML has limited tags.

27893.

Write LOGO Commands for the followin :) To make a procedure named Boxi To indicate the end of the procedureį To execute (run) the procedure Box​

Answer» K and it is not a COMMAND of FOLLOWING LOGO
27894.

SMPS stands for a. Switched mode power supplyb. Start mode power supplyc. Store mode power supplyd. Single mode power supplye. None​

Answer» SWITCHED MODE POWER supplyExplanation:Switched mode power SUPPLY
27895.

WAP to accept any year and divide into two equal part then find the sum of them using loop and scanner class PLEASE FAST​

Answer»

Rain-fed farming is the natural application of water to the soil through direct rainfall. Relying on rainfall is less likely to result in contamination of food products but is open to water shortages when rainfall is reduced. On the other hand, artificial applications of water increase the risk of contamination.Photo of a water sprayer irrigating a fieldIrrigation is the artificial application of water to the soil through various systems of tubes, pumps, and sprays. Irrigation is usually used in areas where rainfall is irregular or dry times or drought is EXPECTED. There are many types of irrigation systems, in which water is supplied to the entire field uniformly. Irrigation water can come from groundwater, through springs or wells, surface water, through RIVERS, lakes, or RESERVOIRS, or even other sources, such as treated wastewater or desalinated water. As a result, it is critical that farmers protect their agricultural water source to minimize the potential for contamination. As with any groundwater removal, USERS of irrigation water need to be careful in not pumping groundwater out of an aquifer faster than it is being recharged.

27896.

After you have ______ a file,you can use it for offline access.​

Answer»

save.Explanation:PLZ MARK me as BRAINLIST...

27897.

When was the first computer invented?​

Answer»

There is no easy ANSWER to this question due to the many DIFFERENT classifications of computers. The first mechanical computer, created by Charles Babbage in 1822, doesn't resemble what most WOULD CONSIDER a computer today. Therefore, this page PROVIDES a listing of each of the computer firsts, starting with the Difference Engine and leading up to the computers we use today.

27898.

What is a webpage? how does it work and how is it different from a website​

Answer»

webpage is an independent part of a WEBSITE that CONTAINS the LINKS to other web PAGES on the website. On the other hand, a website is a collection of relevant web pages that is addressed to a Uniform RESOURCE Locator.

27899.

In which generation computer "time sharing" is used?

Answer»

ere Batch processing and Multiprogramming Operating SYSTEM used. The main FEATURES of SECOND Generation are: Use of transistors. RELIABLE as compared to First generation computers.HOPE IT HELPS...

27900.

Michael is entering data from his survey into Excel Online. He wants to organize his data by each survey question. What is the best way for Michael to do this on Excel Online? 1.Add sheets in his workbook and rename them by question. 2. Create a new workbook for each survey question. 3 Enter all the data in one workbook sheet. 4. Enter different data in each column on his spreadsheet.

Answer»

O'Reilly homeSee everything AVAILABLE through O’Reilly online learning and start a free trial. Explore now.Excel 2013: The Missing Manual by Matthew MacDonaldChapter 1. Creating Your First SpreadsheetEvery Excel grandmaster needs to start somewhere. In this chapter, you’ll learn how to create a basic SPREADSHEET. First, you’ll find out how to move around Excel’s grid of cells, typing in numbers and text as you go. Next, you’ll take a quick TOUR of the Excel ribbon, the tabbed toolbar of commands that sits above your spreadsheet. You’ll learn how to trigger the ribbon with a keyboard shortcut, and collapse it out of the way when you don’t need it. Finally, you’ll go to Excel’s backstage view, the file-management hub where you can save your work for posterity, open recent files, and tweak Excel options.