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.
| 9301. |
_______gives amount of space between cells in a table. (Answer only in one word) |
|
Answer» Answer: CELLSPACING gives amount of space between cells in a table. hope it HELPS uhh |
|
| 9302. |
Find the length of "Hello Bengaluru" text that is the number of characters using LEN function from Text Category |
|
Answer» Answer: 14 Explanation:
plz mark me BRAINLIEST |
|
| 9303. |
How can I install GTA 5 in 2GB RAM PC |
|
Answer» Answer: It is very difficult to INSTALL on 2 GB pc because GTA 5 REQUIRES 8 gb of ram this game is is 50.GB |
|
| 9304. |
What is algorithm ? write any four characters algorithm |
|
Answer» Answer: PLZ follow ne Explanation: ALGORITHM and its characteristics 1 FINITENESS. An algorithm must always terminate after a finite number of steps. 2 Definiteness. Each step of an algorithm must be precisely DEFINED; the actions to be carried out must be rigorously and unambiguously specified for each case. 3 Input. ... 4 Output. ... 5 Effectiveness. |
|
| 9305. |
State the number of times the following loop will run and the output of itint m=75:doif(m |
|
Answer» Explanation: the CONDITION is SATISFIED so m enters the loop OUTPUT 65 55 45 35 25 15 5 5 thus the loop is EXECUTED 8 times extra 5 is printed because when 5 enters the loop the loop breaks DUE to BREAK command but gets printed because of println statement |
|
| 9306. |
What is word processing |
|
Answer» Answer: A word processor is a DEVICE or computer program that provides for input, editing, formatting and OUTPUT of text, often with some additional features. Early word processors were stand-alone DEVICES dedicated to the function, but current word processors are word processor programs RUNNING on general purpose computers. Explanation: I hope it will be HELP you ❤️❤️❤️ |
|
| 9307. |
How to find the number of values entered in the cell andalso have to find out the average of all those values. . Suggest the functions toperform this task by explaining those functions with the syntax and example.Pls need hepl fast guys |
| Answer» | |
| 9308. |
Which type of navigation is best in improving the accessibility of your website?ImagesTextAnimationsAll of the aboveNone of the above |
Answer» All of the aboveplease MARK me as a BRAINLIEST answer |
|
| 9309. |
The document is saved in primary memory of the computer T/F |
|
Answer» true।।।।।।।।।।।।।।।।। |
|
| 9310. |
1kg=________bytes please answer |
| Answer» | |
| 9311. |
Please explain the solution and also identify why old software is creating problem. What kind of tools and technologies may be used in old software? What kind of tools and technologies you will use to develop new software for them. Also write theory, algorithm and C++ code to implement your software. |
| Answer» | |
| 9312. |
Int x= 4x+ = (x++) + (++x) + x; |
|
Answer» OUTPUT = 17 x+ is equivalent to x = x + So the GIVEN STATEMENT will be rewritten as: x = x + (x++) + (++x) + x; = 17 The value of x++ will be 4 because it is a post-increment i.e. its increment will be reflected in the next upcoming statement, after executing the current one. In contrast, the value of ++x will be 5 because it is a pre-increment i.e. it will increment the given variable before executing the whole statement. |
|
| 9313. |
_function key is used to open style and formatting window |
|
Answer» Answer: Explanation: Alt+G. To use COMMON FORMATTING commands, paragraph styles, or to use the FIND tool. OPEN Home tab. Alt+H. |
|
| 9314. |
the teacher has asked Rohan to enter his test marks in a table she has asked him to calculate his total marks using formula which function should he used to find his total marks |
|
Answer» ROHAN is SUPPOSED to USE the SUM formula given as =sum(cell1:celln) |
|
| 9315. |
Difference between / and \\ |
|
Answer» the second SYNTAX with \ is correct and you should USE that ONE, the FIRST with \\ works too. the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very BEGINNING of a path that indicates a UNC path. the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.See Universal Naming Convention. the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.See Universal Naming Convention.Windows ignores double backslashes. So while |
|
| 9316. |
Define Internet. Write some advantages of it. |
|
Answer» Answer: The Internet gives everyone easy access to compare prices between companies and even SEE what OTHERS THINK about a product through online reviews to help make better PURCHASING decisions. Selling and making money. if. you are a business or want to sell anything, the Internet is a PERFECT place to sell most goods.
|
|
| 9317. |
Floopy disk is a portable device |
|
Answer» Answer: Yes Explanation: A floppy disk is a PORTABLE computer storage device that permits easy handling of data. Commonly USED with personal COMPUTERS, notebook computers, and word processors, such disks consist of flat, CIRCULAR plates made of metal or plastic and COATED with iron oxide. |
|
| 9318. |
Default delimiter used in the Scanner class is |
|
Answer» whitespace Explanation: The first method we can use to split a STRING into tokens is the next() method in the SCANNER CLASS, which uses whitespace as the default delimiter. |
|
| 9319. |
The process of repeating a set of instructions until a specific condition is fulfilled is known as |
|
Answer» The process of repeating a set of instructions until a SPECIFIC CONDITION is FULFILLED is known as a LOOP.
|
|
| 9320. |
Is the Vertical Axis that is used to plot the value |
|
Answer» Answer: Yes Explanation: y axis or ordinate is the vertical axis that is USED to PLOT the VALUES |
|
| 9321. |
_ is the shortcut key to save a document |
|
Answer» ctrl+s hope it HELPS you thanks for the POINTS |
|
| 9322. |
Write the syntax and example for insert five blank space and ampersand symbol |
|
Answer» § 10 10 km/h 10 PM Another common use of the non-breaking SPACE is to prevent browsers from truncating SPACES in HTML pages. If you write 10 spaces in your TEXT, the browser will remove 9 of them. To add real spaces to your text, you can use the character ENTITY. |
|
| 9323. |
Full forms XLSFBE Commerce |
|
Answer» Answer: 1.XLS=Xenon LIGHT Source 2.FB=Facebook 3.E COMMERCE=Electronic Commerce |
|
| 9324. |
What are the four protocol used in data type |
|
Answer» This is the answer for the QUESTION |
|
| 9325. |
_ button is used to preview the animation |
|
Answer» Answer: Preview" BUTTON is USED to preview the animation The next tab in the Ribbon is the Animation tab. This contains TOOLS to animate objects and CREATE transitions between SLIDES. |
|
| 9327. |
_______gives amount of space between cells in a table. (Answer only in one word) |
|
Answer» Cellspacing |
|
| 9328. |
Every cell in excel sheet has an unique arddress. ( true or false) |
Answer» ❤Cell is the correct answer. A combination of a row and a COLUMN togethwe is called as a cell which is present at the TOP left corner of the PAGE and consists of a unique address.❤ |
|
| 9330. |
.......... gives amount of space between cells in a table. (Answer only in one word) |
| Answer» | |
| 9331. |
We can change the Tools panel to double column view. |
|
Answer» yesssssssssssssssssssssss |
|
| 9332. |
ਹਰ ਇਕ ਟੈਬਉ. ਗਰੁੱਪਾਂਵਿਚ ਵੰਡਿਆ ਹੁੰਦਾ ਹੈ।ਅ. ਬਲਾਕਾਂੲ. ਮੀਨੂੰਆਂਸ. ਹਿੱਸਿਆਂ |
|
Answer» vycdcyidefyqlvytvtwcgtnifrhojygytxrvrdegrcrhyvesegtfeftdrftvtbybhnufvyvgdrctcenj tbydfbtcgnt |
|
| 9333. |
Style is a set of predefined _option |
|
Answer» A Style is a predefined combination of font style, color and size of the TEXT that can be applied to the selected text. A Template is used as a basis for creating documents that contains predefined formatting styles, graphics, tables, objects, and other INFORMATION. Template option is AVAILABLE File TAB. |
|
| 9334. |
Number by default get aligned to the___________ side |
|
Answer» is this POWERPOINT PLEASE mark me brilliantest answer |
|
| 9335. |
Write a program to input name of 50 students of class X in two separate one dimensional arrays arrange student details according to their percentage in descending order using bubble sort method display name and percentage of first 5 toppers of the class |
|
Answer» jhhvv bbhbv bhhbb bbbhji |
|
| 9336. |
Explain the five components of user interface of ms word 2010? |
|
Answer» Answer: Quick Access TOOLBAR. ... Help. ... RIBBON. ... Rulers. Explanation: |
|
| 9337. |
30. Which key combination is used to import image?a) CTRL +1 b) CTRL+fc) CTRL + d d) CTRL +K31. To resize the image and keep its aspect ratio we need toa) Encapsulate |
|
Answer» Answer: Ctrl+V Explanation: In WINDOWS, Ctrl+V is used to IMPORT a picture in an ANIMATE. |
|
| 9338. |
What is compound formula? Give example. |
|
Answer» Examples of Compounds: 1. Water - Formula: H2O = Hydrogen2 + Oxygen. TWO atoms of the element HYDROGEN combine with one atom of Oxygen through a covalent bond to form water. Hydrogen has a slightly positive charge and oxygen has a NEGATIVE charge, and therefore it FORMS a polar molecule. Explanation: hope this will help u |
|
| 9339. |
1 nibble=......bits ; 1Byte=......Nibbles. |
|
Answer»
|
|
| 9340. |
By default the row height is measured in |
|
Answer» Answer: Row height is measured in POINTS and there are 72 points to an inch. The DEFAULT row height is 12.75 points (17 PIXELS). |
|
| 9341. |
TAGENODATETree and FalseThe docement is saved in primary memoof the computer+लिली सीजि |
|
Answer» Answer: i CANT UNDERSTAND the question sorry.... |
|
| 9342. |
Which of the following is the correct way to create a list using the lowercase letters? |
| Answer» | |
| 9343. |
Compare machine learning and deep learning. |
|
Answer» To recap the differences between the two: Machine learning USES algorithms to parse data, learn from that data, and MAKE informed decisions based on what it has learned. Deep learning structures algorithms in layers to create an "ARTIFICIAL neural network” that can learn and make intelligent decisions on its own. |
|
| 9344. |
35. What are the steps to reset syntig studio windows to defaultwindow arrangements?a) Toolbox->file menu->panels-> arrangeb) Toolbox->filemenu->panels->resetc) Toolbox->reset windowd) none ofthemB.V.36is the sequence of images displayed one after the other in a giventimeframe.a) Animation b) Ordering c) Numbering d) Mediaorder37isanactionwhichcalculatesthenumberofframesbetweenKeyframes and path of the actiona) Tweening b) Morphing c) Transforming d) none ofthese38. To add a new rotate layer above the circle layer select the LL in the layerspanela) Circle layer -> Right click -> New layer -> Transform -- Rotateb) Circle layer >> Right click -> New layer -> Transform - Rotate -> Transformc) Circle layer -> Left click -> New layer -> Transform -> Rotate ->Transformd) Circle layer -> Left click -> New layer -> Transform -> Rotate39feature is used to attach a vertex of an object to a Bline.a) Link to Bline Tool b) Link to vertex c) Link to object d) Link to layer |
|
Answer» yosyosypostzitdiyiyyiitidtisotosttodoyyodoyyooyoyysyodoydyoyoyodyoyofouiykursjyayeu4ldtlyeaw7sp5eya |
|
| 9345. |
What will be output produced by following code? 2Ma, b, c = 4, 5, 7 d = a + b * c/b print(d) |
|
Answer» eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee Explanation: |
|
| 9346. |
Please help in this question of computer Class 10 Question . |
|
Answer» zhlzohzyospysy9sshlslhzlhxwhlxwlx,LB,zwigzigzwigwz |
|
| 9347. |
Sharing software and hardware resources between many user true and false |
|
Answer» Answer: FALSE................ HOPE this helps you |
|
| 9348. |
The shortcut key to insert a chart is.. |
Answer» F11 KEYIf you'd rather use the keyboard to insert a chart, here are a couple of SHORTCUT keys that you can use. To insert a NEW SHEET in the workbook, with a chart for the selected data, select the chart data, and then press the F11 key.If you like my answer and feel its correct for your question then just follow me nothing more needed |
|
| 9349. |
What is the output?#define lazy mun#define boy -#define there res#define with n#define give printf#define runner;#define is =#define look int#define it "%d"int main(){ hoint m= 5;int n = 10;look there is lazy boy with runnergive (it, there) runner} |
| Answer» | |
| 9350. |
24. .......principle can be stated as, "No unmatched foreign key values should exist in thedatabase."a) Relationship b) Database Integrity c) None of them. d) Relational Integriti25. What is the format code for displaying date in the format 'Dec 31,99 ?a) MMMM, D, Y b)MMM DD, YY c) MM DD, YY d) Mmm DD, YYY26. What is the default length for Text data type ?a) 8b) 16 c) 32.d) 5027. Which field properly allow to specify field size as per requirement?a) Auto Valueb) Sizec) Length d) Default Size28. Which of the following is a feature used to hide or reveal areas of a layer?a) Tweening b) Masking c) morphingd) encapsulation29. Which of the following blend method is used to revealor hide the object?a) Composite b) Alpha Over c) straight onto. d) straight |
|
Answer» BECAME .................... |
|