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.
| 26801. |
Program to find sum of series 1 + 1/2 + 1/3 + 1/4 + .. + 1/n Please friends it's a humble requestDon't Give irrelevant answers otherwise Your answer will be directly reportedRadhe Radhe ❤️✌️ |
|
Answer» java.util.Scanner;public class SeriesSum { public static void main(String[ ] args) { System.out.print("Enter n - "); int n = NEW Scanner(System.in).nextInt( ); float sum = 0; for (int i = 1; i <= n; i++, sum += 1f / i); System.out.println("Sum of series - " + sum); }} |
|
| 26802. |
Write A Program that reverses an array of integers. in PYTHON don't leave answers which are not relatable to the question just to get points, people who are really willing to help would not get a chance then |
|
Answer» I ATTACHED the ANSWER. I hope it HELPS you. Explanation:If CORRECT please mark me as a BRANLIEST. |
|
| 26803. |
What is mean by podcating ? what is it's utility |
|
Answer» Mark me as brainliest ❤️Explanation:Podcasting is the preparation and DISTRIBUTION of audio FILES using RSS to the computers of SUBSCRIBED users. ... ALTHOUGH podcasts are generally audio files created for digital music players, the same technology can be used to prepare and transmit IMAGES, text, and video to any capable device. |
|
| 26804. |
What is the Difference between Disc and Disk? -Thanks for Everyone's Support in Helping me Reach Ace..... |
|
Answer» DiscsA disc refers to optical media, such as an audio CD, CD-ROM, DVD-ROM, DVD-RAM, or DVD-Video disc. Some discs are read-only (ROM), others allow you to BURN content (write files) to the disc once (such as a CD-R or DVD-R, unless you do a multisession burn), and some can be erased and rewritten over MANY times (such as CD-RW, DVD-RW, and DVD-RAM discs).All discs are removable, meaning when you unmount or eject the disc from your desktop or Finder, it physically comes out of your computer.DisksA disk refers to magnetic media, such as a floppy disk, the disk in your computer's hard drive, an EXTERNAL hard drive. Disks are always rewritable unless intentionally locked or write-protected. You can easily partition a disk into several smaller volumes, too.Disks are usually sealed inside a metal or PLASTIC CASING (often, a disk and its enclosing mechanism are collectively known as a "hard drive"). Please mark it's Brainliest |
|
| 26805. |
A Blank slide layout does not provide a.Backgroundb. Placeholderc.Slides paned.Slide area |
| Answer» SLIDE PANE PLS MARK as BRAINLIEST | |
| 26806. |
Solve 12+3*4-6/2 in Python programming |
|
Answer» print(12+3*4-6/2)EXPLANATION:use BODMAS in relation to mathematics ORDER of CALCULATION |
|
| 26807. |
When you modify page layouts, you can: |
|
Answer» tion:With PAGE layouts, you can change which fields appear on a record, the order they appear in, and if they're required, read-only, or hidden. This GIVES you complete control over how your records appear when someone is CREATING, editing, or viewing a record.. |
|
| 26808. |
What do you think would happen if you had a very small amount of water in a glass and you filled the glass with salt? Would the salt dissolve? |
|
Answer» t would not dissolve COMPLETELY because the WATER will become concentrated too EARLY for the complete glass to dissolve |
|
| 26809. |
X=10 >>>y,y=x+2,x+5 >>>print(y,y) |
|
Answer» yxjsugd7tdigciyf86ghodigd |
|
| 26810. |
Text field is used to store number and taxts |
| Answer» TION:FALSE...MARK me as a BRAINLIEST.. | |
| 26811. |
Evaluate the following postfix expression 4 2 3 ^ - 3 2 ^ 2 - + 2 ^ |
| Answer» | |
| 26812. |
Write a program which finds the first 10 four digit numbers AABC or ABCC which is a perfect square. Here in that number either the first two or last digits should be similar.For eg. 40 * 40 = 1600, the last two digits are similar. |
| Answer» | |
| 26813. |
How can you to delete a lesson ? how to create a lesson |
| Answer» GO to Manage LEARNING Content.Select Courses.Click on a specific course in the Course Overview.You will now be in the Course CURRICULUM AREA of the Course Builder.On the left, click on the Lesson title you would like deleted.Scroll down to the BOTTOM of the lesson.Select Delete.Select Yes, Delete the Content to confirm.Explanation:I hope it helps you | |
| 26814. |
The operating system is the first proges loaded into memory when the computers isturned on and it brings life to the computer hardware |
|
Answer» operating SYSTEMTHE first thing a computer has to do when it is turned on is start up a special program called an operating system. The operating system's JOB is to help other computer programs to work by handling the MESSY DETAILS of controlling the computer's hardware. |
|
| 26815. |
After inserting a table in PowerPoint 2010 the water appears automatically |
|
Answer» Design and LAYOUT tabExplanation: HOPE it'll help you.... MARK me as brainliest... If U can follow me and I'll ALSO follow u |
|
| 26816. |
Discuss future communities in growing rumor rates in online social networks (Dynamic community detection). b. Diagrammatically represent minimizing rumor influence in online social network. [2 Marks] c. Why we need evaluation of the following terms. Please explain them with any example. I. Usability. II. In-depth factor quantization III. Testing proposed system |
|
Answer» (B) EXPLANATION:G so if u too TWO preprinted f FRY kjdeigdeik |
|
| 26818. |
A wCOE. Answer the following in one word.1. These are used to keep the data in tabulated manner.2. These are used to enter, edit, or view data stored in a table or a query.3. These are used to extract data from a database and ask a question of datastored in a table.4. These are used to display and print selected information from a table in avisually appealing customized way. |
| Answer» | |
| 26820. |
Write a Program that reverses an array of integers. in python |
|
Answer» PROGRAM:PROGRAM:#Initialize array.PROGRAM:#Initialize array.ARR = [1, 2, 3, 4, 5];PROGRAM:#Initialize array.arr = [1, 2, 3, 4, 5];print("Original array: ");PROGRAM:#Initialize array.arr = [1, 2, 3, 4, 5];print("Original array: ");for i in range(0, len(arr)):PROGRAM:#Initialize array.arr = [1, 2, 3, 4, 5];print("Original array: ");for i in range(0, len(arr)):print(arr[i]),PROGRAM:#Initialize array.arr = [1, 2, 3, 4, 5];print("Original array: ");for i in range(0, len(arr)):print(arr[i]),print("Array in REVERSE order: ");PROGRAM:#Initialize array.arr = [1, 2, 3, 4, 5];print("Original array: ");for i in range(0, len(arr)):print(arr[i]),print("Array in reverse order: ");#LOOP through the array in reverse order.PROGRAM:#Initialize array.arr = [1, 2, 3, 4, 5];print("Original array: ");for i in range(0, len(arr)):print(arr[i]),print("Array in reverse order: ");#Loop through the array in reverse order.for i in range(len(arr)-1, -1, -1):EXPLANATION:pls follow me. i will follow back. pls mark as brainliest. |
|
| 26822. |
What is touch typing ? Mention thebenefits of touch typing. |
|
Answer» your 4 ATTACHMENT hope this is helpful to you . CAUSE I am not SURE these are the points from my BOOK |
|
| 26823. |
1. Program to find sum of series 1 + 1/2 + 1/3 + 1/4 +...+ 1/n. |
|
Answer» tion:#include |
|
| 26825. |
Plzz solve this program I will mark u as brainliest and one more thing u want to tell me how to mark u as brainliest cause idk |
|
Answer» fhvfghhfdcnjhfdxvnnfdghvdslZcgbbh |
|
| 26826. |
________ provides an easy way to collect required information from web page visitors? I. HTML II. FORM III. FRAME |
|
Answer» HTML.Explanation:HDHDGDHHDHDHDJD |
|
| 26827. |
Electronic presentations can be: a.Given to live audienceb.Given in webinarsc.Run on handheld devicesd. All of these |
| Answer» ELECTRONIC presentation packages are computer software packages which can be used to produce computer images. These images may be of TEXT, diagrams or illustrations which can be projected ONTO a screen using an overhead projector and a LIQUID crystal display (LCD) PANEL or a self contained LCD video projector. | |
| 26828. |
1) Which of the following is a container used to collect different kinds of inputs from the user?a) Formb)Webpagec)Textd)Input |
|
Answer» inputplzz MARK as BRAINLIEST |
|
| 26829. |
An electricity board charges the following rates to domestic users: For the first 100 units : 60 paisa per unitFor next 200 units : 80 paisa per unitBeyond 300 units : 90 paisa per unitAll users are charged a minimum of Rs 50.00.If the total amount is more than Rs. 300, then an additional surcharge of 15% is added.Write a C++ program to read the names of n user and number of units consumed by them and print out the charges with names. You can make the program with or without using class concept. |
|
Answer» An electricity BOARD charges the following rates to users – For FIRST 100 units : 40p per unit – For next 200 units : 50p per unit – Beyond 300 units : 60P per unit All users are charged a minimum of Rs. 150. If the total cost is more than Rs. 250.00 then an additional charges of 15% are added. |
|
| 26830. |
What is most preferable smartphone?? |
| Answer» U MAY GO for REALME and redmimark as BRAINLIEST | |
| 26831. |
Which internal device come either as an internally fitted components to the the motherboard or an additional expansion card to produce audio output |
|
Answer» speakerExplanation:it is available INTERNALLY for LAPTOPS whereas we can USE additional for PC |
|
| 26832. |
राइट डाउन द स्टेप्स फॉर स्टार्टिंग मेल मर्ज |
|
Answer» In a BLANK Microsoft Word document, click on the Mailings tab, and in the Start Mail Merge group, click Start Mail Merge .Click Step-by-Step Mail Merge Wizard .Select your document type.Select the starting document.Select recipients.WRITE the letter and add custom fields.Then merge the mail.Sorry I couldn't write it in hindi, but here u go.Plz mark my answer as brainliest.And plz FOLLOW me too if u want to. Peace✌ |
|
| 26833. |
Is the first generation computers |
| Answer» COMPLETE your QUESTION it is an INCOMPLETE question | |
| 26834. |
Discuss briefly about input and output operations |
|
Answer» Input/OUTPUT (I/O), in computing, is a communication process between a computer and the OUTSIDE world. ... Input refers to the signals or instructions SENT to the computer. Output refers to the signals sent out from the computer. This TERM is also known as I/O operations, which references the input and output actions. |
|
| 26835. |
Create series based on the following questions: i) Show rows for empno greater than 103ii) Create series from empno list -101,102,103,104 that stores last 3 values |
|
Answer» I KNOW BUT NOT KNOW KJFJFJDKIDIDBDVDGEJOEOEOE3 VALUESSSDI |
|
| 26837. |
Write a program in Java to read the gender code (M or F) and the age and print the price of the haircut A hair saloon charges customers as per the following criteria:Male customer:Boys (age s 13): Rs.200Men (age > 13): Rs.300Female customer:Girls (age s 13): Rs.250Women (age > 13): Rs.350 |
|
Answer» tion:Write a program in Java to read the gender code (M or F) and the AGE and PRINT the price of the haircutA hair saloon CHARGES CUSTOMERS as per the following criteria:Male customer:Boys (age s 13): Rs.200Men (age > 13): Rs.300Female customer:Girls (age s 13): Rs.250Women (age > 13): Rs.350 |
|
| 26838. |
1.what is window? 2.what is Microsoft account?3.why do we need to create? Microsoft account in windows 8?4.how can you change the lock screen image? write the steps. |
|
Answer» tion:1.In computing, a window is a graphical control element. It consists of a visual area containing some of the graphical user interface of the program it belongs to and is framed by a window decoration. It usually has a rectangular shape that can overlap with the area of other windows.2.A Microsoft account or MSA is a single sign-on Microsoft user account for Microsoft CUSTOMERS to log into Microsoft WEBSITES, devices running on one of Microsoft's current operating systems, and Microsoft application SOFTWARE. 3.Windows 8 introduced the construct of logging into Windows with a Microsoft Account. ... It also allowed you to optionally sync your computer layout across devices, so your desktop wallpaper, theme, and even your Start Screen layout could all by synchronized across any Windows device you logged into.4.To set new wallpaper for the Home or lock screen, follow these steps.Long-press any empty part of the Home screen. ...You MIGHT be able to set wallpaper from the SETTINGS app. ...If prompted, choose the Home screen or the lock screen. ...Choose a wallpaper type. ...Choose the wallpaper you want from the list. hope it helps u |
|
| 26839. |
Accept a list of integers and print the smallest and largest integers without using max() or min(). |
|
Answer» ksjsnsjjkekzkwmjksmzmsk |
|
| 26840. |
Exp1.2 Create Simple web page using HTML 15 marks. Write HTML program to format your Engineering mark sheet of second year using HTML table tags. (9 coloumns and 9 rows) |
| Answer» | |
| 26841. |
Given f(n) = 20n^3 - 3 , then prove f(n) = 0(n^3) |
|
Answer» soryyyyyyyyyyyyyyy....... |
|
| 26842. |
a.Discuss Brain Computer Interface and the need of supporting knowledge for the successful completion of the research project. As in HCI studies, the relationship between human and computers, it needs supporting knowledge on both the human and the machine side. b. While predicting students’ performance, discuss interactions and interventions factors in detail. c. Research investigated different challenges of human computer interaction while using Electroencephalography (EEG). Provide and explain a diagram of EEG interaction with any emotion using electrode in the field of Brain Computer Interface (BCI). |
|
Answer» The simplest way to prevent PLANLARISM is theAn illegal intrusion into a computer SYSTEM or NETWORK is known asplease mark as brainlist please request hai |
|
| 26843. |
Explain features of control panel |
|
Answer» hope it's helpful and Mark me as brainlist and follow meExplanation:The Control Panel is a component of MICROSOFT Windows that provides the ability to view and CHANGE system settings. It consists of a set of APPLETS that include adding or removing hardware and SOFTWARE, controlling user accounts, changing accessibility options, and accessing networking settings.Operating system: Microsoft WindowsDeveloper(s): Microsoft |
|
| 26844. |
What is a literal? Explain the types of literals? |
|
Answer» They are used to represent the constant value. Literals are SOURCE code representation of a fixed value or the sequence of characters which represents the constant value that is to be stored in a variable. There are five types of literals in Java. INTEGER Literals. BOOLEAN Literals.please MARK as brainlist mare 2 answer ko brainlist KRDO |
|
| 26845. |
Answer this question fast |
|
Answer» can't UNDERSTAND UR HANDWRITING SORRY |
|
| 26846. |
The state of spam, or unwanted commercial e-mails, in today's Internet could best be described as |
|
Answer» Email spam, also referred to as junk email, is unsolicited MESSAGES sent in bulk by email ... At the beginning of the Internet (the ARPANET), SENDING of commercial email was PROHIBITED. ... |
|
| 26847. |
Explain features ofcontrolpaned? |
|
Answer» Explanation:The Control Panel is a component of Microsoft Windows that provides the ability to view and change system settings. It consists of a set of applets that include adding or removing hardware and software, controlling user accounts, CHANGING accessibility options, and accessing networking settings. Additional applets are PROVIDED by third parties, such as audio and video drivers, VPN TOOLS, INPUT devices, and networking tools. |
|
| 26848. |
What is the full form of yahoo |
|
Answer» The word "YAHOO" is a backronym for "Yet Another Hierarchically Organized Oracle" or "Yet Another Hierarchical Officious Oracle". The TERM "hierarchical" DESCRIBED how the Yahoo database was ARRANGED in layers of subcategoriesExplanation:Mark me as brilliant |
|
| 26849. |
Write a C Language Program to find odd number in the rang of 1 to 10 and show result Please Help |
| Answer» CHECK DESCRIPTION IMAGE | |
| 26850. |
What is the difference between File and Folder? Name the different view formats? |
|
Answer» is the common storage unit in a computer. All programs and data are contained in a file, and the computer reads and writes files. A folder holds one or more files, and it can be empty with just a name. Folders provide a method for organizing files similar to a manila file folder CONTAINING paper documents in a file cabinet.Folders are also called "directories," and they are created on the hard disk when the OPERATING system and applications are installed. For EXAMPLE, the user's desktop is actually a folder. File Extensions Files are identified by a short "extension" at the end of their name. For example, ABC.JPG is a JPEG image, ABC.DOC is a Microsoft Word document file, and ABC.EXE is an executable application in Windows. Sometimes Files Are Really Folders Although not identified as such, what appears to be a SINGLE file may really be a folder. For example, starting with Microsoft Word 2007, the default document format was no longer a DOC file, but a DOCX file; in REALITY, a ZIP file containing folders and files (see Office Open XML and ZIP file). The same change occurred in Microsoft Excel 2007, migrating from XLS to XLSX formats for worksheet files.In the Mac, an application has an APP extension, and what appears to be a single file is actually a folder (see APP file). See file, folder and extension. |
|