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.
| 22801. |
To apply Centre alignment to a paragraph we can press |
|
Answer» Ctrl + E HOPE it's helpful for you!!, Have a GREAT DAY ahead!! |
|
| 22802. |
One wordit is a web server ______. |
|
Answer» orld WIDE Web ) HOPE THIS WILL HELP YOU PLEASE MARK AS BRAINLIEST |
|
| 22803. |
1. Assign the value of pie(3.14) to a variable with requisite data type. |
|
Answer» Can you TELL me what is the PARTICULAR COMPUTER LANGUAGE you are USING? |
|
| 22804. |
What is wrong in my code: class math { public static void main(int y) { if(y % 4 == 0 || y % 400 == 0 && ! y % 100 == 0) { system.out.println("the year is a leap year"); } else { system.out.println(" the year is not a leap year"); } } } |
| Answer» TRY this:- if(((y%4==0) && (y%100!=0)) || (y%400==0)) | |
| 22805. |
We can ....large amount of information on the computer |
|
Answer» storeExplanation: |
|
| 22806. |
Class 9 Computer Applications Supplement by Sumita AroraAll the questions answers at the same place!!No spam else account reported |
|
Answer» there are lots of computer applicationsExplanation:1)banking2) BUSINESS3) movie and media4) communication5) EDUCATION and so on.... |
|
| 22807. |
Which is not a social networking site (a)Facebook. (b)Twitter(c)wikipedia. (d)none of these |
| Answer» NONE of these... MARK me as BRAINLIEST PLEASE | |
| 22808. |
Convert the following binary numbers into their decimal equivalent. 1. (11010), = (?)..2. (10101), = (?),Solution:Solution: |
|
Answer» 1.262.21Explanation: |
|
| 22809. |
Web page is also known as _______. |
| Answer» HOME pageExplanation:PLZ MARK my ANSWER as BRAINLIST ❤️❤️❤️ | |
| 22810. |
Which web based technologies does smart recorder capture |
| Answer» ART Recorder captures the UI controls/objects for a variety of FRAMEWORKS. This ALLOWS it to be more resilient to automation obstacles such as SCREEN resolution changes. It offers more flexibility while recording tasks that use different technologies — Silverlight, Java, HTML, and Flex, to name a few. | |
| 22811. |
WHO COPIES A PICTURE OR TEXT PRINTED ON A PAPER INTO THE COMPUTER |
|
Answer» A SCANNER is a device that captures images from photographic PRINTS, posters, MAGAZINE pages, and SIMILAR sources for computer EDITING and display. |
|
| 22812. |
When computer processes data it becomes information true or false |
| Answer» E HOPE ITS HELP U MARK AS BRAINLIST. | |
| 22813. |
Student details Jeeva is the chairman of ABC university and he is planned to improve students education. So he is conducted meeting for all departments HODs. Write a program to help all department HODs to display student details. Create a structure called Student. struct Student { char name[30]; char department[20]; int yearOfStudy; float cgpa; }; Write a program to get the details of 'n' students and to display their details, sorted in ascending order based on the name. INPUT & OUTPUT FORMAT: Refer sample input and output for formatting specification. All float values are displayed corrected to 2 decimal places. SAMPLE INPUT & OUTPUT: Enter the number of students 1 Enter the details of student 1 Enter name krish Enter department mca Enter year of study 3 Enter cgpa 7.6 Details of students Student 1 Name : krish Department : mca Year of study : 3 CGPA : 7.6 |
|
Answer» #INCLUDE |
|
| 22814. |
WHICH SOFTWARE DOES A SPECIFIC TYPE OF WORK? |
| Answer» EXPLANATION:APPLICATION software.Please MARK as the BRAINLIEST. | |
| 22815. |
Stock span The stock span problem is a financial problem where we have a series of n daily price quotes for a stock and we need to calculate the span of stock’s price for all n days. The span Si of the stock’s price on a given day i is defined as the maximum number of consecutive days just before the given day, for which the price of the stock on the current day is less than or equal to its price on the given day. Now, you need to find out the span values for the given number of days and their daily prices. For example, if an array of 7 day's prices is given as {100, 80, 60, 70, 60, 75, 85}, then the span values for corresponding 7 days are {1, 1, 1, 2, 1, 4, 6} . FUNCTIONAL REQUIREMENTS: void stockSpan(int,int*); Input Format: Input consists of n+1 integers. The first integer corresponds to n, the number of days. The next n integers correspond to stock prices on days 1, 2...n. Output Format: The output consists of n integers that correspond to the span values. Sample Input: 7 100 80 60 70 60 75 85 Sample Output: 1 1 1 2 1 4 6 |
|
Answer» I ACTUALLY don't KNOW it sorryExplanation:MARK me as BRAINLIEST.....❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤ |
|
| 22816. |
Write a program to print Fibonacci numbers n times in java |
| Answer» CHECK the ATTACHMENT for the ANSWER...HOPE this HELPS you... | |
| 22817. |
ALU does all calculations and displays the results on the monitor |
| Answer» YA....so what is the QUESTION | |
| 22818. |
Any system on a network is called |
|
Answer» HERE IS YOUR ANWER MATE:ANY SYSTEM ON A NETWORK IS CALLED "NODE"❣️ HOPE it's helpful for you ❣️ |
|
| 22819. |
What is overlay?explain overlay stuctured program |
| Answer» SOMETHING laid as a COVERING over something else.Plz touch on the HEART BUTTON | |
| 22820. |
Ick the () correct and Cross (x) the wrong one - Computer runs on mechanical energy. X. RAM is a form of output device.- ALU is a subsystem of the CPU. V- Access from and output to the register is slow |
| Answer» 1 FALSE2 true3 TRUE4 FALSE | |
| 22821. |
3 security management functions of an operating system |
|
Answer» heya mate HOPE this ans.. HELPS U Explanation:Booting. Booting is a process of starting the computer operating SYSTEM starts the computer to work. ...MEMORY Management. ...Loading and Execution. ...Data Security. ...Disk Management. ...Process Management. ...Device Controlling. ...Printing Controlling.plz mark as brainliest.. |
|
| 22822. |
What are the ways to view reports in ms access |
|
Answer» To USE the REPORT button:Open the Navigation pane.Click the table or query on which you want to BASE your report.Activate the Create tab.Click the Report button in the Reports group. Access CREATES your report and displays your report in Layout view. You can MODIFY the report.Explanation:please mark as brainsliest |
|
| 22823. |
Using Visual C#, create a program that will allow the user to inpute a code and display its corresponding specification status on the screen. Refer to the code and specification below. Specification Satus Computer Fundamentals English Programming 1 Algebra Input Code C E P A |
|
Answer» C# (PRONOUNCED see sharp, like the musical note C♯, but WRITTEN with the number sign)[b] is a general-purpose, multi-paradigm programming language ENCOMPASSING strong typing, LEXICALLY scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.[17] It was developed around 2000 by Microsoft as PART of its . |
|
| 22824. |
How installation of New innovation technology may lead to the growth of business activity? |
| Answer» WHA tExplanation:PS BRAINLIEST and PLS pls pls | |
| 22825. |
What are the resources we should require to make one application? (write resources name only). |
|
Answer» ources such as bitmaps and layouts are organized into type-specific directories INSIDE each module's res/ directory. You can also add alternative versions of each file that are optimized for different device configurations (such as a high-res version of a bitmap for high-density screens).Android Studio helps you add NEW resources and alternative resources in several ways, depending on the type of resource you want to add. This page describes how to add basic resource files, how to change the location of your resources, and how resource merging works.You should also see the following pages for details about how to create specific resource types:To add layout files, see Build a UI with Layout Editor.To add string files, see Localize the UI with Translations Editor.To add bitmaps, see Create app icons with Image Asset Studio.To add SVG files, see Add multi-density vector graphics.For information about how to reference the resources from your app code, see Providing resources.Add an XML resource fileAlthough the pages linked above describe workflows that are customized to each type of resource, you can add any XML resource file by following these steps:Click the target app module in the PROJECT window (while in either the Android or Project VIEW), and then select File > New > Android resource file.Fill in the details in the dialog:File name: Type the name for the XML file (does not require the .xml suffix).Resource type: Select the type of resource you want to create.Root element: If applicable, select the root XML element for the file. Some resource types support only one type of root element, so depending on the type selected above, this might not be editable.Source set: Select the source set where you want to save the file.Directory name: The directory must be named in a way that's specific to the resource type and configuration qualifiers. So you should not edit this unless you want to add configuration qualifiers to the directory name by hand (see Available qualifiers instead).Available qualifiers: Instead of typing configuration qualifiers for your layout directory, you can add them by clicking a qualifier from the list on the left, and then clicking Add .Once you've added all the qualifiers you want, click OK.HOPE THIS WILL HELP YOU PLEASE MARK AS BRAINLIEST |
|
| 22826. |
Brifly explain different views of table in access |
|
Answer» Table in accessExplanation:The TWO most IMPORTANT VIEWS are: DATASHEET View ALLOWS you to enter information into your database. It is in a table format similar to Excel. Design View allows you to setup and edit the fields of your database.hope this answer will help you. |
|
| 22827. |
What is 9.3 code practice 2 for intro to cs - edhesive |
| Answer» | |
| 22828. |
It is not an advantage of networking |
|
Answer» Advantages of Network:These are main advantages of Computer Networks:Central Storage of Data –Files can be stored on a central node (the file server) that can be shared and made available to each and every user in an organization.Anyone can connect to a computer network –There is a negligible range of abilities required to connect to a modern computer network. The effortlessness of joining makes it workable for even youthful kids to start exploiting the data.Faster Problem solving –Since an extensive procedure is disintegrated into a few littler procedures and each is taken care of by all the associated gadgets, an explicit issue can be settled in lesser time.Reliability –Reliability implies backing up of information. Due to some reason equipment crash, and so on, the information GETS undermined or inaccessible on one PC, another duplicate of similar information is accessible on another workstation for future use, which prompts SMOOTH working and further HANDLING without interruption.It is highly flexible –This innovation is known to be truly adaptable, as it offers clients the chance to investigate everything about fundamental things, for example, programming without influencing their usefulness.Security through Authorization –Security and protection of information is additionally settled through system. As just the system clients are approved to get to specific records or applications, no other individual can crack the protection or security of information.It BOOSTS storage capacity –Since you will share data, records and assets to other individuals, you need to guarantee all information and substance are LEGITIMATELY put away in the framework. With this systems administration innovation, you can do the majority of this with no issue, while having all the space you requirement for capacity. Follow me Mark me as brainlist Hope it is helpful......... |
|
| 22829. |
Name the various types of risk indulge,when we are using social media. |
|
Answer» 1. Reputation management: Social media may cause a risk to a company’s reputation by creating negative publicity. Legal issues may perhaps arise if a company gives an inappropriate comment about another company on a social media platform for instance.2. Security Issues: There is always a risk of hacking, spy-ware and bugs amongst others. This means that there is a risk of having confidential company information leaked outside the company.3. Engaging in two-WAY dialogue and potential criticism: While social media allows a company to interact directly with customers in REAL time, it also gives those same customers a PUBLIC platform to voice dissatisfaction4. Trust as part of the culture: In order for employees to use social media in a successful way for the company, trust is a prerequisite. Not having that trust as part of the organizational culture can present a risk when it COMES to social media.5. Wasting company time: Social media can be addictive and there is a risk that employees will spend too much time on it, compromising their work and thus the organization’s business operations.hope you find it helpful :) |
|
| 22830. |
What is the in order travel of given expression 2 3 5 6 - * + 7 9 + / after construction of expression tree |
| Answer» BRO PLEASE ASK EASY QUESTIONS. ..i | |
| 22831. |
________give power in hands of center in management? |
|
Answer» Confidence . is the answerExplanation:confidence give power in HANDS of center in management or else you can write caulificationhope this helps you OUTPLEASE make me as a BRAINLIST |
|
| 22832. |
Using Visual C#, create a program using a switch statement that will ask the user to enter a digit from 0 to 5 and will show the digit as a word in English. If the input is not between 0-5 print "Invalid Input." |
|
Answer» using System; class DigitAsWord { static void Main() { Console.WriteLine("Please enter a NUMBER between 0 and 9:"); string a = Console.ReadLine(); switch (a) { case "0": Console.WriteLine("zero"); break; case "1": Console.WriteLine("one"); break; case "2": Console.WriteLine("two"); break; case "3": Console.WriteLine("three"); break; case "4": Console.WriteLine("four"); break; case "5": Console.WriteLine("five"); break; case "6": Console.WriteLine("six"); break; case "7": Console.WriteLine("seven"); break; case "8": Console.WriteLine("eight"); break; case "9": Console.WriteLine("NINE"); break; default: Console.WriteLine("not a DIGIT"); break; } } } |
|
| 22834. |
Using Visual C#, create a program that will allow the user to inpute a code and display its corresponding specification status on the screen. Refer to the code and specification below. Specification Satus Input Code Computer Fundamentals C English E Programming 1 P Algebra A |
|
Answer» C# (pronounced see sharp, like the musical note C♯, but written with the number sign)[B] is a general-purpose, multi-paradigm PROGRAMMING language encompassing strong typing, LEXICALLY scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.[17] It was developed around 2000 by MICROSOFT as PART of its . |
|
| 22835. |
treading data according to the instruction and changing is calledtrading data according to the instruction and changing it into information is called |
| Answer» TION:ndjdhdbdhdjddkdidisksdjdjssjhvvvs | |
| 22836. |
........is a set of programs that governs the operation of a computer system |
|
Answer» A set of programs which governs the smooth operation of a computer SYSTEM is KNOWN as an operating system. Explanation: It is an integrated set of specialized programs which forms an interface or medium between the computer hardware units and SOFTWARE( application programs).HOPE This HelpsPlease Mark Me As Brainliest :) |
|
| 22837. |
How will you saperate text from the frame |
|
Answer» Choose Span Columns from the Control PANEL menu or a Paragraph panel menu. Choose Split Columns from the Paragraph Layout menu. Choose the NUMBER of columns you want the split the paragraph into. ADD space before or after the split paragraph. |
|
| 22838. |
#include int main() { char str[100], rev[100]; int count = 0, end, i; std::cout |
|
Answer» NothinhExplanation:Nothimgjdjdjdjeiejrieje |
|
| 22839. |
Wrapping up of data and associated functions in one single unit is called ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, * |
|
Answer» (b) Abstraction(a) Encapsulation(d) Polymorphism16) Inheritance6. WRAPPING up of data and associated FUNCTIONS in ONE single unit is called —(b) Abstraction(a) Encapsulation(d) Polymorphism(C) INHERITENCE |
|
| 22840. |
List any three characteracteristics of the fourth generation language |
|
Answer» tion:The FOURTH generation computers have microprocessor-based systems. It uses VLSI (Very Large SCALE Integrated) circuits.They are the cheapest among all the COMPUTER generation.The speed, accuracy and reliability of the computers were IMPROVED in fourth generation computers. |
|
| 22841. |
Is it possible to build a flying armour in reality ?? |
|
Answer» yes it is possible to built a FLYING armour in realityExplanation:bas thida YAAR MIND KI JARURAT hai |
|
| 22842. |
In database all the data stored at a ................... location |
| Answer» SE is the BASE of the DATA of the data of the base is CALLED data base | |
| 22843. |
What are the types of hardware |
| Answer» RAM. Monitor.CPU. MOUSE. KEYBOARD. Printer.Explanation: | |
| 22844. |
Which of the following is not a feature of computer system |
| Answer» E QUESTION is INCOMPLETE | |
| 22845. |
Give full nameof file with extension .pdf |
| Answer» PORTABLE DOCUMENT FORMAT?EXPLANATION: | |
| 22846. |
What do you mean by custom animatiom ? |
|
Answer» Animation is a set of effects which can be APPLIED to objects in PowerPoint so that they will ANIMATE in the Slide SHOW. You can highlight important parts or make the presentation more LIVELY if you apply animation effects to objects.★ Custom animation lets you create four TYPES of animation effects:Entrance effectEmphasis effectExit effectMotion path |
|
| 22847. |
Write the java expression for the following: (a + b)² + b |
| Answer» | |
| 22848. |
What are the different options of viewing a file / folder ? where are these options present |
| Answer» EXTRA Large ICONS ,Extra Large Icons ,Large Icons ,Extra Large Icons ,Large Icons ,Medium Icons ,Extra Large Icons ,Large Icons ,Medium Icons ,SMALL Icons ,Extra Large Icons ,Large Icons ,Medium Icons ,Small Icons ,LIST ,Extra Large Icons ,Large Icons ,Medium Icons ,Small Icons ,List ,Details ,Extra Large Icons ,Large Icons ,Medium Icons ,Small Icons ,List ,Details ,Tiles ,Extra Large Icons ,Large Icons ,Medium Icons ,Small Icons ,List ,Details ,Tiles ,Content . | |
| 22849. |
What is the role of IP address in networking |
|
Answer» An Internet PROTOCOL address (IP address) is a numerical label assigned to each device connected to a computer NETWORK that uses the Internet Protocol for COMMUNICATION. An IP address serves two main FUNCTIONS: host or network interface identification and location addressing.MARK AS BRAINLIEST PLEASE |
|
| 22850. |
What are the different option of view file / folder and where are these option present |
| Answer» EXPLANATION:COMMENT tút appellèVoús voús appèllez | |