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.
| 10201. |
Explain about the uses of internet |
|
Answer» Electronic mail. ... Research. Downloading files. Discussion groups. ... Interactive games. ... EDUCATION and self-improvement. ... FRIENDSHIP and dating. ... Electronic newspapers and MAGAZINES. |
|
| 10202. |
Write the function of the costume tool in scratch |
|
Answer» Answer: A costume is one out of possibly many "frames" or ALTERNATE appearances of a sprite. Sprites can CHANGE their look to any of its costumes. They can be NAMED, edited, created, and DELETED, but every sprite must have at least one costume. One of the most common uses of costumes is to make an animation for a game or other project. |
|
| 10203. |
13 NovemberORYou are Ajay Shrivastava. You happened to see the following news in a newper : "Motorcyclist injured in Road Accident".After reading the news you decide to write an article in the local day“License to drive is not lincense to kill". Write the article in about 150-200words. |
|
Answer» License to drive is not license to kill -by Ajay Shrivastava Now a days, ROAD ACCIDENT has become very much common. Among all kinds of accidents, number of bike accident is increasing rapidly. In highways, we get to know that bike crash with lorry or a MOTORCYCLIST gets INJURY due to rough driving. They should understand that they get licence to drive SAFELY and properly, not to kill or die. For their safety, strict rules should be implemented. |
|
| 10204. |
Define Network in easy language |
|
Answer» A network is a COLLECTION of computers, servers, MAINFRAMES, network devices, peripherals, or other devices CONNECTED to ONE another to allow the sharing of data. |
|
| 10205. |
What is the use of Import Tool in scratch |
|
Answer» Explanation: Scratch is a block-based visual programming language and online COMMUNITY targeted primarily at CHILDREN. Users of the site can create online projects USING a block-like INTERFACE. The service is developed by the MIT Media Lab, has been TRANSLATED into 70+ languages, and is used in most parts of the world. |
|
| 10206. |
Let us consider polynomials in a single variable x with integer coefficients. For instance:3x4 - 17x2 - 3x + 5Each term of the polynomial can be represented as a pair of integers (coefficient,exponent). The polynomial itself is then a list of such pairs.We have the following constraints to guarantee that each polynomial has a unique representation:Terms are sorted in descending order of exponentNo term has a zero cofficientNo two terms have the same exponentExponents are always nonnegativeFor example, the polynomial introduced earlier is represented as:[(3,4),(-17,2),(-3,1),(5,0)]The zero polynomial, 0, is represented as the empty list [], since it has no terms with nonzero coefficients.Write Python functions for the following operations:addpoly(p1,p2)multpoly(p1,p2)that add and multiply two polynomials, respectively.You may assume that the inputs to these functions follow the representation given above. Correspondingly, the outputs from these functions should also obey the same constraints.You can write auxiliary functions to "clean up" polynomials – e.g., remove zero coefficient terms, combine like terms, sort by exponent etc. Build a library of functions that can be combined to achieve the desired format.You may also want to convert the list representation to a dictionary representation and manipulate the dictionary representation, and then convert back.Some examples: >>> addpoly([(4,3),(3,0)],[(-4,3),(2,1)]) [(2, 1),(3, 0)] Explanation: (4x^3 + 3) + (-4x^3 + 2x) = 2x + 3 >>> addpoly([(2,1)],[(-2,1)]) [] Explanation: 2x + (-2x) = 0 >>> multpoly([(1,1),(-1,0)],[(1,2),(1,1),(1,0)]) [(1, 3),(-1, 0)] Explanation: (x - 1) * (x^2 + x + 1) = x^3 - 1. Do a python program for above statement. |
|
Answer» sywbwuhwwu2hwueheuekey2i46913191264519181545546491519151815181618151681549464616 |
|
| 10207. |
draw a flowchart and write a program in Q Basic to enter purchase amount of 50 customer calculate the following a purchase amount up to 10,000 10,000 12 30000 discount 8% of 12% of purchase amount |
|
Answer» What a Q bro WELL done zhjdhdvdvdhdjdbdbdbjdjddbdbdjdjdjfjhfbf. Explanation: |
|
| 10209. |
Filecontains(a) The ...... headermathematical functions. |
|
Answer» FUNCTIONAL ............. |
|
| 10210. |
What are the various symbols used in a flow chart explain each ... !!!!!! |
|
Answer» Answer: Arrows - Acts as connectors of all other symbols. Oval - To indicate the ENTRY and EXIT points of the flowchart. Rectangle - To show processing STEPS like calculations or an action to be performed. Parallelogram - To accept an input or display an output. Diamond - Decision making STEP. Generally, there are two outward connectors from this symbol. The PATH is chosen based on the decision of the logical computation. Circle - If a flowchart does not fit in the available space, and needs to be broken at a point. An alphanumeric symbol within a circle can be used as the breaking and continuing symbol for that flowchart. Explanation: HOPE THIS HELPS U BUDDY :) MARK AS BRAINLIEST!!!!!!!!!!!!! (^-^)!!!!!!!!!!!!!! |
|
| 10211. |
Explain about internet terminology |
|
Answer» Answer: Internet TERMINOLOGY. World Wide WEB (WWW): The World Wide Web (“WWW” or simply the “web”) is a COLLECTION of electronic documents (CALLED web pages) that are linked together like a spider web. These documents are stored on computers called servers LOCATED around the world. |
|
| 10212. |
What is a quick way of copying formatting from one piece of text to another place |
|
Answer» Answer: Format painter can be USED for this which is available under font GROUP in home tab. MARK me brainliest |
|
| 10213. |
what is slide please tell me bhaiya and Didi it is important because tomorrow is mine practical exam of computer |
Answer» What is a SLIDE?A slide is a SINGLE page of a presentation. Hope this helps you.... PLZ MARK me as brainliest ♡♡♡ |
|
| 10214. |
What is operating system and what are its function |
|
Answer» an operating system is the most IMPORTANT software that runs on a computer. it manages the computer's memory and processes as well as all of its Software and Hardware it also allows you to COMMUNICATE with the computer WITHOUT knowing how to speak the computers language |
|
| 10215. |
Please tell me important programs of python of class 9. needed |
|
Answer» You BASICALLY need a Phyton IDE, a console and a good editor. Goto Python org, download the SOFTWARE. Then, download Sublime Text Editor. These TWO are great TOOLS for basic python programming. |
|
| 10216. |
B) Favorites are accessible from _________menu |
|
Answer» Answer: ‘The’ is the answer Explanation: Menu is referred particularly in the above SENTENCE. Hence ANS is ‘the’.
|
|
| 10217. |
.b) Favorites are accessible from _________menu |
Answer» FAVOURITES are ACCESSIBLE from the MENU. |
|
| 10218. |
What programming languages should I learn if I want to develop games? |
|
Answer» java Explanation: I THINK java is the most GAMING development language please, MARK as brainliest |
|
| 10219. |
Write a program to input name and salary of 5 employees in a company by using two dimensional array |
|
Answer» GREAT is a great tool to that you and the FAMILY you to make sure you sure do not want to spend a few lot more MONEY on the |
|
| 10220. |
Answer this. The correcr answer will be marked Brainlist |
|
Answer» Explanation: 1.Sorting 2.Add filter 3.Freeze Panes 4.Query 5.OR |
|
| 10221. |
Which tool is used to create a new pattern |
|
Answer» Answer: Use the Rectangular MARQUEE tool to SELECT the area you want to convert into a PATTERN. If you don't MAKE a selection, Photoshop uses your entire image as a basis for the pattern. If you're using a selection to DEFINE your pattern, you must use a rectangular selection. please make me brainlist |
|
| 10222. |
YOU ARE A SALES MANAGER OF A COMPANY THAT DEALS IN COSMITS -SOAP, TALCUM POWDER, MOISTURIZER, DEODORENT AND FACE PACK. PREPARE A SALES ANALYSIS AND THEN BASED ON THAT CREATE A PRESENTATION HIGHLIGHTING THE MOST PROFITABLE PRODUCTS OF YOUR COMPANY. |
| Answer» | |
| 10224. |
What is computer................ |
|
Answer» COMPUTER is an electronic DEVICE for STORING and processing data, typically in binary form, according to instructions given to it in a VARIABLE program. |
|
| 10225. |
What is full form of COBOL? |
|
Answer» COMMON Business Oriented Language. it MEANS a PROGRAMMING designed for buisness. thanks mark brainliest @ join the army of the shadows |
|
| 10226. |
(Python) Edhesive: 7.5 code practice: Question 2 |
|
Answer» DONT KNOW because i am 14TH YEARS old Explanation: ckskgsa lwhsuqlq kjwgWl. oajdzlw |
|
| 10227. |
What is potato device? |
|
Answer» brainly.in/question/15627614?answeringSource=feedPersonal%2FquestionPage%2F2 Explanation: brainly.in/question/15627614?answeringSource=feedPersonal%2FquestionPage%2F2 |
|
| 10228. |
Differentiate between transition and animation |
|
Answer» People don't usually run away. Easy: A transition is an effect which takes place when you move from one slide to another. An animation is an effect applied to an ELEMENT (like a text box or a SHAPE) on a slide. Explanation: hey MATE please mark me as brainliest if this helped u I really need it |
|
| 10229. |
In MS Excel, if a numeric value starts with - - - then this value can be treated as atable. |
|
Answer» brainly.in/question/15627614?answeringSource=feedPersonal%2FquestionPage%2F2 Explanation: brainly.in/question/15627614?answeringSource=feedPersonal%2FquestionPage%2F2 |
|
| 10230. |
To find larger number between two number |
|
Answer» C .... HÔPË ÏTẞ HÉLPFŪLL PLS MARK AS BRAINLIEST |
|
| 10231. |
(HELP)(Python) Edhesive: 7.5 code practice: Question 2 InstructionsIn the file KnockKnock.txt(Links to an external site.), the odd lines have the answers to, "Who’s there?', and the even numbers have the answers to, "_________ who?" question.Count the number of lines in the file, then generate a random knock-knock joke from the file. |
| Answer» | |
| 10232. |
To find largest number between two numbers |
|
Answer» Answer: |
|
| 10233. |
(Python) Edhesive: 7.5 code practice: Question 2InstructionsIn the file KnockKnock.txt(Links to an external site.), the odd lines have the answers to, "Who’s there?', and the even numbers have the answers to, "_________ who?" question.Count the number of lines in the file, then generate a random knock-knock joke from the file. |
| Answer» | |
| 10234. |
To check person has voting right or not |
|
Answer» EVM MACHINES are introduced in order to conduct free and fair ELECTIONS.. By this , we can check person has voting right or not... |
|
| 10235. |
During an animation __________,fraction of a second is One Frame played |
|
Answer» Explanation: 1/12th of a SECOND........................ |
|
| 10236. |
Name all the component of the CPU |
|
Answer» There are three COMPONENTS of CPU: *control unit *ARITHMETIC and logic unit *MEMORY unit |
|
| 10237. |
name the art of implementing abstraction in object oriented program option A polymorphism option B encapsulation option C inheritance option d class |
| Answer» | |
| 10239. |
What is P2P architecture |
|
Answer» Explanation: Here is your ANSWER... ☺️☺️☺️ ➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡➡ Peer-to-peer architecture (P2P architecture) is a COMMONLY used computer networking architecture in which each workstation, or NODE, has the same capabilities and responsibilities. It is often compared and CONTRASTED to the classic client/server architecture, in which some computers are dedicated to serving others. ✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔ I hope this answer is helpful to u...❤❤❤ Keep Asking... ✌️✌️✌️ ✨✨✨If HELP u. Mark my answer as brainliest✨✨✨ |
|
| 10240. |
How to solve it?????if a = 5 b=3 thenc = a-- + ++b * --a - afind final value of a, b, c |
|
Answer» a=5 b=3 c=8.... . .............. |
|
| 10241. |
Expand the following 1. PAN2. WI-Max3. BOSS4. PDF✔✔✔✔ans faaaaast |
|
Answer» Answer: PAN: Permanent Account Number WiMAX (Worldwide INTEROPERABILITY for Microwave Access) Bharat Operating System Solutions (BOSS) PORTABLE Document Format (PDF) |
|
| 10242. |
How are digital computers classified on different types? |
|
Answer» Explanation: The DIGITAL computers that are available now a days VARY in their sizes and types.These digital computers are broadly CLASSIFIED into four CATEGORIES based on their size and type. Micro Computer Mini Computer Mainframe Computer Super Computer I HOPE this will help u❤️ |
|
| 10243. |
Exploin various components of computer system) |
|
Answer» Input Unit. Output Unit. Storage Unit. Central PROCESSING Unit (CPU) ARITHMETIC and Logic Unit (ALU) CONTROL Unit. These are basic components of a computer SYSTEM to function |
|
| 10245. |
Write a method Met that prints the numbers from 1 to 10.Only write the method - assume that the Main class & main method have been defined.Print the numbers on a single line, separated by a space character. At the end of the line, print a new line. |
|
Answer» Answer: The purpose of main METHOD in JAVA is to be program execution start point. When you run java.exe , then there are a couple of Java Native Interface (JNI) CALLS. These calls LOAD the DLL that is REALLY the JVM (that's right – java.exe is NOT the JVM). Explanation: |
|
| 10246. |
(d) What is filter?(e) What is footer?(1)What is the use of Nested list in HTML?g) What is an Operating System?1) What do you mean by captcha code? |
|
Answer» Hi my DEAR friend✌✌✌
Explanation: Please mark as branilist answer.❤❤❤ |
|
| 10247. |
In java programming what is the mean of % |
|
Answer» percentage Explanation: but I'm not SURE.. |
|
| 10248. |
What is attributes in computer |
|
Answer» In computing, an attribute is a specification that defines a property of an object, element, or file. It may also REFER to or set the specific VALUE for a given instance of such. For CLARITY, attributes should more CORRECTLY be CONSIDERED metadata. An attribute is frequently and generally a property of a property. |
|
| 10249. |
Write a C program using for loop to estimate the total, temporary and permanenthardness present in 50 water samples by EDTA method. |
|
Answer» Answer: you know the estimation of hardness is based on complexometric titration. Explanation: i hope i will be brainly,rate me WELL please ... The total hardness of WATER is estimated by titrating the water sample against ... Ca2+/Mg2+ wine RED COLOURED complex with Ca2+/Mg2+ ions present in the hard water. ... Ca2+/Mg2+ complex with EDTA leaving the free EBT indicator in solution which is. |
|
| 10250. |
Create a web page using HTML to give information about Lucknow.• Give title of the web page as 'LUCKNOW'• Heading 'CAPITAL CITY OF UTTAR PRADESH' should be left aligned andshould be of Yellow color.Text of the paragraphs (which are given below) should be displayed using Fontface as `TIMES NEW ROMAN' and should be of size 6 pts.• Color of the text in the paragraph should be Red.Lucknow is the largest and the capital city of Uttar Pradesh. The river whichmeanders through it is river Gomti.Raebareli, Kanpur, Allahabad, Varanasi, Agra are the towns nearby Lucknow. |
|
Answer» Answer: Bahut HI wahiyaat page banwya hai inlogo ne!!!! h1 { text-align: color: yellow; } p { font-family: "Times New Roman"; font-size: 6pt; color : red; }
CAPITAL CITY OF UTTAR PRADESH
Lucknow is the largest and the capital city of Uttar Pradesh. The river which meanders through it is river Gomti.Raebareli, Kanpur, Allahabad, VARANASI, Agra are the towns nearby Lucknow.
|
|