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.
| 23801. |
Define data communicatiin. |
|
Answer» mmunication mean exchange of DATA between two or more devices. These data may be any FILE, picture, videos,etcData communication TAKES place via network in LAN,MAN,WAN etc. |
|
| 23802. |
What is forward fill ffill()? |
|
Answer» dlruupeoukrkheuyrykyrjheurotw |
|
| 23803. |
Open an new document . Divide your page into two columns . pick up an article from a newspaper and key it in,. Try using column break and page break anywhere in the text |
|
Answer» tion:Dividing your Word document into newspaper-style columns often creates a more appealing layout and makes long text SEGMENTS easier to read. You can apply the column formatting to a single page or to your ENTIRE document. When the column formatting is APPLIED, text and graphics automatically FLOWS from one column to the next. You can control how your text flows from one column to another USING column breaks. |
|
| 23804. |
Goverment collages in pune |
| Answer» SAVITRIBAI PHULE UNIVERSITY | |
| 23805. |
How can the title of the procedure we made |
|
Answer» If you are UNSURE which other Policies/Procedures may be RELATED, you can request a report that will identify this information. |
|
| 23806. |
Write a program to check whether a number is perfect number or not using while loop |
|
Answer» HI....its a python program...EXPLANATION:n = INT(input("enter a number: "))
i = 1
sum = 0
while(i |
|
| 23807. |
Difference between copying a file and moving a file |
|
Answer» In COPYING a file you CREATE the same file in ANOTHER location. So the same INFORMATION exists in both the locations. When moving a file you move the same file/data to another location. So the file is MOVED to another location and the file exists only in the destination location and not in the source location. PLZ MARK ME AS BRAINLIEST ANSWER |
|
| 23808. |
Difference between copying a file and moving a file give in points |
|
Answer» tion:What is the DIFFERENCE between moving and copying a file/folder ..ANS . In copying a file you CREATE the same file in another LOCATION. ... When moving a file you move the same file/data to another location. So the file is MOVED to another location and the file exists only in the destination location and not in the source location.plz mark as brainlist |
|
| 23809. |
WRITE THE STEPS TO DOWNLOAD CLASS IX CURRICULUM AND E- BOOKS FROM CBSC WEBSITE |
| Answer» THANK U so so MUCH for LIKING my ANSWERS | |
| 23811. |
Direct access of main memory is to the? |
|
Answer» Direct memory access (DMA) is a METHOD that ALLOWS an input/output (I/O) DEVICE to send or receive data directly to or from the main memory, bypassing the CPU to speed up memory operations. The process is managed by a chip known as a DMA controller (DMAC).this may help you... |
|
| 23812. |
What is the role of computer in games and sports |
|
Answer» hi....Explanation:-in cricket it is used to as DRS to declare LBW decisions..-in football it is ABLE to determine the position, speed and movement direction of every individual PLAYER and of the ball up to 30 times per second.hope it HELPS youplease MARK brainliest |
|
| 23813. |
Can PGA processors can be changed |
|
Answer» Yes, you can simply CHANGE the CPU. Files are not stored within the CPU, it is a PROCESSOR of information. ... There might be some incompatibility between the motherboard and the new processor, or the restart might be caused by overheating of the processor. CHECK the TDP of your new processor and that of the heat sink.Explanation:please mark as BRANLIST |
|
| 23814. |
Input process output of making a tea |
|
Answer» input is MILK WATER TEA POWDER sugar masalaExplanation:output tea is filtered |
|
| 23815. |
1,2,5,8,15 how write program |
| Answer» | |
| 23816. |
How to convert any decimal number into equivalent binary number |
|
Answer» 2.52.5/3.8*10/10=25/38 |
|
| 23817. |
Tag used to create a new list item and also include a hyperlink |
| Answer» HREF ............................................... | |
| 23818. |
Write a program to find out the parameter of circle using constructor overloading in c++ |
|
Answer» i cant do JAVA broter i only KNOW PYTHON,oracle, html Explanation:PLEASE mark ne as brainlist |
|
| 23819. |
1. The formatted output to display batches of records.2. A field with this data typeincrements by 1automatically with eachrecord entry3. Building blocks of adatabase.4. A data type to store shortmessages.5. Display of selected recordsbased on some condition. |
| Answer» 2. A FIELD with this data TYPE increments.Explanation:Please MARK as brainliest answer..... | |
| 23820. |
Name some of the criteria options that the Highlight Cells Rules submenu offers? |
| Answer» EXAMPLE 1 - Excel Conditional Formatting USING Absolute ValuesExample 2 - Excel Conditional Formatting Using CELL REFERENCES I think It is helpfull | |
| 23821. |
Which computer network is best for individual |
| Answer» IDEA NETWORK or AIRTEL network HOPE HELPS | |
| 23822. |
Write a python program that uses a for loop to print the numbers 8,11,14,17,20.....86,89 |
|
Answer» tax of a for loop is: for 'variable' in range():The range() function has a syntax of it's own.range(start, stop, step)Start indicates the value the series has to start from.Stop indicates the value the series has to stop at.Step indicates by how much the series must skip VALUES each time.Out of the three, the stop value is a must. If the start and step values aren't entered, by default, values will start from 0 and skip each time by 1.What we NEED to obtain from the for loop is this series:8, 11, 14, 17, 20, ... 86, 89.Required code:>>> for i in range(8, 90, 3): print(i)This will print the whole series from 8 to 89.You might ask why we've written the stop value as 90 instead of 89. This is because the series always stops a number before the given stop value. If you'd have given the stop value as 89, it would've STOPPED at 88.[NOTE that any variable (not just 'i') works in the for loop.] |
|
| 23823. |
Write the function to calculate Percentage of marks of all subjects ( in MS excel) |
|
Answer» Enter the FORMULA =C2/B2 in cell D2, and copy it down to as many rows as you need. Click the Percent Style button (Home tab > Number GROUP) to display the resulting DECIMAL fractions as percentages. Remember to increase the number of decimal PLACES if needed, as explained in Percentage tips |
|
| 23824. |
Heya! ☺ ...A team of student delegates from your school is going to interact with a team of students and teachers from abroad. What are the important points they should keep on mind to ensure that their behaviour towards the guest team is courteous?Follow meh...✨✨✨ |
|
Answer» th respect with teacher.Be FRIENDLY with students .TALK only what on that REASON you R there .Explanation:PLZ mark me as a brainiliest plz |
|
| 23825. |
Write the function to calculate total marks of all subjects |
|
Answer» if it helps you please mark me as BRIANLIEST and follow me Explanation:Calculate SUM of all subjects and STORE in total = eng + phy + chem + math + comp . Divide sum of all subjects by total NUMBER of subject to find average i.e. average = total / 5 . Calculate percentage using percentage = (total / 500) * 100 . Finally, print resultant values total , average and percentage . |
|
| 23826. |
Below is a for loop that works. Underneath the for loop, rewrite the problem so that it does the same thing, but using a while loop instead of a for loop. Assign the accumulated total in the while loop code to the variable sum2. Once complete, sum2 should equal sum1. |
|
Answer» hi...Explanation:PLEASE SHARE the for LOOP...so that we can help...Regards |
|
| 23827. |
Which of the following device is required for wireless internet connection |
| Answer» WIFI ....................................................................... | |
| 23828. |
What is the spider or web crawlers |
|
Answer» A web crawler, or spider, is a type of bot that's typically operated by search engines like Google and Bing. Their purpose is to index the content of WEBSITES all across the INTERNET so that those websites can APPEAR in search ENGINE resultshope it helpsplease mark my answer as the BRAINLIEST thank youExplanation: |
|
| 23829. |
URL का एक वैध उदाहरण बताये। |
|
Answer» tion:URL- Uniform Resource LOCATOR (यूनिफ़ॉर्म रिसोर्स लोकेटर)यह एक अद्वितीय पहचानकर्ता है जिसका उपयोग इंटरनेट पर संसाधन खोजने के लिए किया जाता है।URL का एक उदाहरणhttp ://www.example.com /SOURCE/CODE/home.htmlकहा पे,HTTP : प्रोटोकॉल(Protocol) को परिभाषित करता हैwww. example.com : मेजबान(host) को परिभाषित करता हैSOURCE / CODE / home.html : पथ(PATH) को परिभाषित करता हैअन्य उदाहरणURL FTP://www.sample.com/courses/index.psकिसी फ़ाइल को डाउनलोड करने के लिए FTP प्रोटोकॉल के उपयोग को निर्दिष्ट करता hope it helps plzz MARK as brainliest |
|
| 23830. |
GIVE SOME ADVANTAGE & DISADVANTAGE OF NETWORK..... |
|
Answer» GEIt enhances communication & AVAILABILITY of of information.It makes file sharing easier.It INCREASE cost EFFICIENCY. DISADVANTAGE It encourages people to become to become DEPENDENT on computers.It COMES with a risk k security issues.It lacks robustness. |
|
| 23832. |
❤HELLO MATES❤ Write an HTML program to display multiple headings in multiple forms using H1 to H6 tags. |
Answer» TION:< !DOCTYPE HTML>THIS IS FIRST EXAMPLETHIS IS SECOND EXAMPLETHIS IS THIRD EXAMPLETHIS IS FOURTH EXAMPLETHIS IS FIFTH EXAMPLETHIS IS SIXTH EXAMPLE |
|
| 23833. |
Convert 789 in binary numbers with full solution |
| Answer» TION:DECIMAL BRAINLY HEX 7891100010101315 | |
| 23834. |
❤HOLA MATES❤Write a program to display web page title has "it's my first web page". |
|
Answer» TION: |
|
| 23835. |
There are how many types of HUB???? |
|
Answer» There are three BASIC types of hubs. Passive Hub: This type of does not amplify or boost the signal. It does not manipulate or VIEW the traffic that CROSSES it. The passive hub does not require electrical power to work. Active Hub: It amplifies the incoming signal before passing it to the other ports. |
|
| 23836. |
define the following- margin, word wrap, indent, text aligement, line segment, formatting, break, table |
|
Answer» nce, margin is COLLATERAL that the holder of a financial instrument has to deposit with a counterparty to cover some or all of the credit risk the holder poses for the counterparty.Line breaking, also known as word wrapping, is breaking a section of text into lines so that it will FIT into the available width of a page, window or other display area. In the written form of many languages, an indentation or indent is an empty space at the beginning of a line to signal the start of a new paragraph. Many computer languages have adopted this technique to designate "paragraphs" or other logical blocks in the programIn typesetting and page layout, alignment or range is the SETTING of text flow or image placement relative to a page, column, table cell, or tab. The type alignment setting is sometimes referred to as text alignment, text justification, or type justification. In geometry, a line segment is a part of a line that is bounded by two distinct end points, and CONTAINS every point on the line between its endpoints. A closed line segment includes both endpoints, while an OPEN line segment excludes both endpoints; a half-open line segment includes exactly one of the endpoints.Disk formatting is the process of preparing a data storage device such as a hard disk drive, solid-state drive, floppy disk or USB flash drive for initial use. In some cases, the formatting operation may also create one or more new file systems. Break is used as a noun which means an interruption of continuity or uniformity. The magazine has been published without a break since 1950. |
|
| 23837. |
Can I get information about any five popular blogging sites and list down the tasks that they allow users to do.please... |
|
Answer» : if it help you Please mark me as Brianliest and follow me EXPLANATION :Free blogging platforms are free to use though you won’t have full CONTROL over your SITES whereas in self-hosted sites you have to pay MONEY for domain and hosting to run your sites (and you’ll have full control on your sites) .If you are just starting out your blogging journey, you can start with a free personal blog. There can be lots of reasons why you want to try your hands on free blogging sites first.The most obvious reason could be the COST. With blog posting sites, you won’t be PAYING a single penny for your domain name and hosting space. |
|
| 23838. |
बड़ी संख्या के कानून निम्नलिखित में से किसके द्वारा काम किया जाता है? |
|
Answer» -USING an CALCULATOR BRO |
|
| 23839. |
Please answer these questions I will mark you brainliest |
| Answer» 1:(a) 88=1011000(b)789=1100010101(C)1024=10000000000(d)233=111010012:(a)101110=46(b)101010=42(c)111001=57(d)000101=53: SORRY MATE I don't know third question. | |
| 23840. |
Q.11 Define different views of KOMPOZER. |
| Answer» KOMPOZER is a discontinued OPEN source WYSIWYG HTML editor based on the Nvu editor, which was itself derived from the COMPOSER component of the Mozilla Application Suite. KompoZer was FORKED as a community-driven project with development coordinated through Sourceforge.KompoZer SKILLS:-create a new pagesave a pageview a page in a browseruse the Normal, HTML Tags, Source and Preview tabschange font faceschange point sizesadd headersadd imageschange text colorchange background coloradd linkscreate tables | |
| 23841. |
State it is true or false:- 1)To select a sentence,hold down the shiftkey and click anywhere on the sentence. 2)To select a paragraph,double-click anywhere in the paragraph. |
| Answer» 2 trueSee the IMAGE | |
| 23842. |
What is the difference between a keyword and a variable |
| Answer» | |
| 23843. |
✨HII GUYS ✨PLS SOLVE THIS ATTACHMENT... ❎NO USELESS ANSWERS ❎ |
|
Answer» t for true and F for faulseExplanation:1. F2. t3. T4. f5. f6. T7. f8. f |
|
| 23844. |
What is the use of input ( ) function |
|
Answer» The INPUT function enables you to read the VALUE of source by using a SPECIFIED informat. The informat DETERMINES whether the result is numeric or CHARACTER. USE INPUT to convert character values to numeric values. |
|
| 23845. |
table row are the _ element of the table grid . option a) Corner, b) middle, c) vertical, d) Horizontal |
| Answer» E HORIZONTAL and intersecting of ROW and COLUMN is called table | |
| 23846. |
Run your program with the earthquake input file "quiz2.atom". There is a commented out line of code in the set Up method in Earthquake City Map that you can UN comment to make this happen:earthquakes URL = "quiz2.atom"; Call sort And Print as appropriate to answer the following question. What is the strongest magnitude that is repeated three or more times in the data set? |
| Answer» | |
| 23847. |
Insertion in c++ Data structure!!!⚠️ don't spam requesting!! |
|
Answer» on:- In data STRUCTURE , insertion helps you to insert data at SPECIFIED position.Insertion code:-void Insert(INT a[], int n, int item, int POS){ int i; for(i = n; i>=pos-1; i --) a[i] = a[i - 1]; a[POS-1]=item; cout<<"Now Array is: " < |
|
| 23848. |
Run your program with the earthquake input file "quiz2.atom". There is a commented out line of code in the set Up method in EarthquakeCityMap that you can uncomment to make this happen: earthquakesURL = "quiz2.atom"; Call sortAndPrint as appropriate to answer the following question. What is the strongest magnitude that is repeated three or more times in the data set? |
| Answer» EARTHQUAKE for MW HAHA NG TT | |
| 23849. |
This question is from coursers-programming assignment- it would be very helpful if someone help me with this question- Run your program with the earthquake input file "quiz2.atom". There is a commented out line of code in the set Up method in EarthquakeCityMap that you can uncomment to make this happen: earthquakesURL = "quiz2.atom"; Call sortAndPrint as appropriate to answer the following question. What is the strongest magnitude that is repeated three or more times in the data set? |
| Answer» KNOW THAT THIS IS COMPUTER QUEATION | |
| 23850. |
Describe numeric keyboard and its uses |
|
Answer» it is the no. KEYBOARD it is USED in DIALER and callpad.......MARK me as a BRAINIEST |
|