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.
| 10101. |
What is view menu in MS Excel |
|
Answer» Answer: view is a set of DISPLAY and print settings you can name and apply to a workbook. You can create more than ONE view of the same workbook without SAVING each view separately. In Excel there are only TWO views compared to five in Word. |
|
| 10102. |
Mention whether the following statements are True or False:1. Adobe Photoshop is a type of presentation software.2. Zoom In decreases the size of the image.3. Alt Key helps to toggle between Zoom In and Zoom Out.4. Burn Tool is used to lighten the image.5. We can create our own pattern using Pattern Stamp Tool.6. Smudge Tool helps to remove blemishes from the face and scratches from a painting.7. We can only write horizontally on a text using Text Tool.8. A small triangle at the bottom corner of the icon in the Toolbox indicates the presence of additionalhidden tools.9. The image should be saved in png format if it is to be used on the Internet.10. Gradient Tool fills an area with shades of varying colors. |
|
Answer» Answer: 1. False 2. False 3. True 4. True 5. False 6. False 7. False 8.True 9.False 10. True Hope it helps..... FOLLOW me |
|
| 10103. |
How to open the Photoshop file in computer or laptop? |
|
Answer» First of all u NEED to download the app in your pc then after the completion of download u can easily open the photoshop file. Explanation: PLZ mark it as brainliest. And do follow me...✌✌✌ |
|
| 10104. |
l writer _____ provides graphical text arts that you can insert in your documents to make it more attractive |
|
Answer» MS word Explanation: it it have more options to DELIVER the DOCUMENTS for the more attraction of documents |
|
| 10105. |
Write one method to set the margin of the document |
|
Answer» Explanation: Setting margins in Microsoft WORD and Excel In the Ribbon BAR, click the Layout or Page Layout tab, and then click the Margins option. Select one of the PRESET MARGIN options or click Custom Margins to specify the margins you want the document to have. |
|
| 10106. |
Write one method to display a star on the document Class 9 It question |
|
Answer» Answer: IMPORT java.io.* import java.lang.* public class Star(String args[]) { { System.out.println("*") } } |
|
| 10107. |
Write one method to insert a picture from OOo gallery |
|
Answer» |
|
| 10108. |
Write a method to access auto format feature in writer |
|
Answer» Answer: Can't understand your question Explanation: |
|
| 10109. |
Under which operating system has the option to shift+delete permanently delete a file or folder |
|
Answer» Answer: When you DELETE your file in WINDOWS OPERATING system it is always placed in a special folder, called Recycle BIN. In case you need to restore file in the future it can be pulled out of this folder. But if you need to delete file permanently then you should hold Shift BUTTON when you delete a file. |
|
| 10110. |
Write a short note on HTML, |
|
Answer» Answer: HTML. First DEVELOPED by Tim Berners-Lee in 1990, HTML isshort for Hypertext Markup Language. HTML is used to create electronic documents (called pages) that are DISPLAYED on the World Wide Web. Each page CONTAINS a series of connections to other pages called hyperlinks. |
|
| 10111. |
Explain the progress bars on the lesson control panel |
|
Answer» The progress BARS on the lesson of control panel is * The process bar is a graphical control element USED to visualize the progression of an EXTENDED computer operation. *Progress bars use a linear function, for the advancement of a progress bar which is directly PROPORTIONAL to the AMOUNT of work that has been completed. |
|
| 10112. |
(18) How do you copyformula. |
|
Answer» Just put the mouse POINTER on end of the CELL a [+] sign will appear in pointer and drag it down your formula will be COPIED to each and every cell |
|
| 10113. |
Subtract 45 from 90 using 1s and 2s compliment |
|
Answer» ANSWER:With the help of subtraction by 2’s complement method we can easily subtract two binary numbers. The operation is carried out by means of the following steps: (i) At FIRST, 2’s complement of the subtrahend is found. (II) Then it is added to the minuend. (III) If the final carry over of the sum is 1, it is dropped and the RESULT is positive. (iv) If there is no carry over, the two’s complement of the sum will be the result and it is negative. Explanation:Evaluate: (i) 110110 - 10110 Solution: The numbers of bits in the subtrahend is 5 while that of minuend is 6. We make the number of bits in the subtrahend equal to that of minuend by taking a `0’ in the sixth place of the subtrahend. Now, 2’s complement of 010110 is (101101 + 1) i.e.101010. Adding this with the minuend. 1 1 0 1 1 0 Minuend 1 0 1 0 1 0 2’s complement of subtrahend Carry over 1 1 0 0 0 0 0 Result of addition After dropping the carry over we get the result of subtraction to be 100000. (ii) 10110 – 11010 Solution: 2’s complement of 11010 is (00101 + 1) i.e. 00110. Hence Minued - 1 0 1 1 0 2’s complement of subtrahend - 0 0 1 1 0 Result of addition - 1 1 1 0 0 As there is no carry over, the result of subtraction is negative and is obtained by writing the 2’s complement of 11100 i.e.(00011 + 1) or 00100. Hence the difference is – 100. (iii) 1010.11 – 1001.01 Solution: 2’s complement of 1001.01 is 0110.11. Hence Minued - 1 0 1 0 . 1 1 2’s complement of subtrahend - 0 1 1 0 . 1 1 Carry over 1 0 0 0 1 . 1 0 After dropping the carry over we get the result of subtraction as 1.10. (iv) 10100.01 – 11011.10 Solution: 2’s complement of 11011.10 is 00100.10. Hence Minued - 1 0 1 0 0 . 0 1 2’s complement of subtrahend - 0 1 1 0 0 . 1 0 Result of addition - 1 1 0 0 0 . 1 1 As there is no carry over the result of subtraction is negative and is obtained by writing the 2’s complement of 11000.11. Hence the required result is – 00111.01. |
|
| 10114. |
What is the resident Moniter or Single process moniter ? |
Answer» hii Mate Here Ur ANSWER ☑️↓↓Resident monitor. In computing, a resident monitor is a type of system software program that was used in MANY early computers from the 1950s to 1970s. It can be considered a precursor to the operating system. The name is derived from a program which is always present in the computer's memory, THUS being "resident". SINGLE PROCESS MONITOR This is the simplest memory management approach. The memory is divided into two SECTIONS, contiguous p" for operating system program (also called monitor) and second section is for user program. hope it's help uh....mark me brainliest plz |
|
| 10115. |
Write the following expression in Java (d) 3√mn+mn^3 |
|
Answer» Answer: 3*(Math.sqrt(m*N)) +m*n*n*n PLEASE MARK BRAINLIEST
|
|
| 10116. |
Write a javascript program to print number form 10 to 20 |
|
Answer» Answer: I have one QUESTION, how to use for loop in JAVASCRIPT to print the 1...10 numbers without using ASSIGNMENT operator. Usually we do for(i=1;i<=10;i++) { console.log(i); } but how we can use same without assign value in i for loop no assignment for(var i of [1,2,3,4,5,6,7,8,9,10]) console.log(i); Done please mark me as the brainlist answer |
|
| 10117. |
6. The column in the excel sheet ranges from |
| Answer» | |
| 10118. |
MCQ:Two way communucation can be________________ if transferring thoughts, feelings, emotions and information sharing is not done with a common ground of understanding. a) intepretedb) multiplec) none of the above__________________________(only one who knows the answer right, should answer the question!!!)__________________________ |
|
Answer» HEY MATE it is INTERPRETED ........ |
|
| 10120. |
Several sets of - form a computer program |
|
Answer» ANSWER:codes Explanation: |
|
| 10121. |
TRUE OR FALSE1. Input tng is a container2. and tags is used to create a number list3. Chody > tag is an container tag.4. tag is the HTML element for insetting a line break.5. s> is the HTML element to define emphasized text6. / > character is used to indicate an end tag.7. The correct HTML for inserting an image is:8. element defines the title of a document.9. is used to specify a header for a document or section10. h6 is the largest heading size in HTMLplease do it fast |
|
Answer» Hjsjsikskw Explanation: |
|
| 10122. |
10% on purchasing of goodsbers after swappingSample Output A Pellet!%. A shopkeeper announces two successive discounts 20% and 10% on purchasingon the marked price. Write a program to input marked price and calculate the sellineprice of an article& Write a program to input two unequal numbers, Display the numbers attheir values in the variables without using a third variable,Sample Input: a=23, b= 56Sample Output: a=56, b=23o Write a program to accept Principal. Rate and Time Calculate and display the interestaccumulated for the first year, second year and the third year compound annuallySample Input: Principal = 15,000. Rate =10% per annum. Time = 3 yearsSample Output: Interest for the first year: 7500Interest for the second year: 2550Interest for the third year: 200510 Mega Market' has announced festival discounts on the purchase of items, based on thetotal cost of the items purchased:ICSE Understanding Computer Studies VIII |
|
Answer» USING which PROGRAMMING LANGUAGE? |
|
| 10123. |
Who made monitor please tell me |
|
Answer» Answer: Explanation: |
|
| 10124. |
What is the full form of SIM and OTG |
|
Answer» it HELPS you MARK Me As BRAINLIEST |
|
| 10125. |
___________________ is used to maintain consistency in design and colour in the presentation |
Answer» Slide master is the correct answer to the given question.Explanation:
Learn More: |
|
| 10126. |
The Moderate Phase (1885-1905) |
|
Answer» Explanation: Moderate PHASE of the CONGRESS (or the national movement) was dominated by the ‘moderates’. They were people who BELIEVED in British justice and were loyal to them. |
|
| 10127. |
What is nickname of RAM computer device |
| Answer» | |
| 10128. |
Field Dep No. Name Salary DesignationNameData Number Text Number TextTypeObserve above table and create a query to retrieve thefollowing records:a) To show Dep No. and salary of the employees havingName equal to Mahesh.b)To show Name of the employees having salary more than24000. >24000c) To show Name of the employees having Designation asManager: |
| Answer» | |
| 10129. |
The output of your program is shown in the Shell window. ( true / false) |
| Answer» | |
| 10130. |
Write technical term for the following statements:The protable computer which can be used where there is no direct electricity. |
|
Answer» Laptop Explanation: We can CARRY and it is PORTABLE . THERE IS NO DIRECT ELECTRICITY |
|
| 10131. |
What is a program define is short. |
|
Answer» Answer: Here is your answer ....... A program is a set of INSTRUCTIONS which TELLS the COMPUTER what to do. |
|
| 10132. |
List various arithmetic assignment operators. |
|
Answer» OperatorName+=Add and Assignment Operator-=Subtract and Assignment Operator*=MULTIPLICATION and Assignment Operator/=Division and Assignment Operator1 more ROW |
|
| 10133. |
Please help today is my exam |
Answer»
|
|
| 10134. |
Please help tomorrow is my exam. I will mark you brainlist |
Answer»
|
|
| 10135. |
What is the code for edhesive 7.2 code practice question 2 |
|
Answer» qowirijcnskwkwkfjjdjdduwuiwjdhchfjeiiwieieiififjqjjrr the FOLLOWING LINK for more DETAILS about our |
|
| 10136. |
If we assume that the DBA is never interested in running his or her own queries, does the DBA still need to understand query optimization? Why?Please give detailed answer. |
|
Answer» Answer: the FIRST TIME in the answer is yes then please LET me know if you have any QUESTIONS or NEED any further information please contact me at the end of the answer |
|
| 10137. |
Describe the booting process ? |
|
Answer» Answer: The Booting PROCESS. Booting (also KNOWN asbooting up) is the INITIAL set of operations that a computer system PERFORMS when electrical power is switched on. The process begins when a computer that has been turned off is re-energized, and ends when the computer is ready to perform its NORMAL operations. |
|
| 10138. |
write a program that inputs a string and then creates an encrypted string by embedding a short symbol based string after each character ,program must also be able to produce the decrypted string,do program using functions!(PYTHON) |
|
Answer» Answer: INPUT STRING HELPS is to find out SHORT symbol which BASED on what we are |
|
| 10139. |
write a program that inputs a string and then creates an encrypted string by embedding a short symbol based string after each character ,pgm must also be able to produce the decrypted string,do pgm using functions!(PYTHON) |
|
Answer» Answer: Euyg2g veggies yeh yehi sb ko bhi nahi hai SGT egghead get effort to STF geggtye Greggshgahge EGG Vosges Egehegegehheuwhe get egg hunt else gret hte Egehegegehheuwhe GENERAL egg hunt Eegeggr enga teacher is EASY for 44gey |
|
| 10140. |
Select the correct tags from the above and arrange in the sequence2. Identify the logical operators inthe JavaScript.HORVAND3) 114) &5) && |
|
Answer» or and are the OPERATORS |
|
| 10141. |
Anyone know about JavaScript |
|
Answer» JAVASCRIPT (/ˈdʒɑːvəˌskrɪpt/),[6] often abbreviated as JS, is a programming LANGUAGE that CONFORMS to the ECMAScript specification.[7] JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.. HOPE it's help plzzzzzz mark it as brainliest |
|
| 10142. |
Please solve this immediately |
|
Answer» PUBLIC class Gfg {
public static void main(STRING ARGS[]) { int a = -25; int b = -23; int c= -24; System.out.println(Math.max(a, b,c)); } } |
|
| 10143. |
What will be the output produced by the following code?name=Neeru Age=21print(name,"your age",21,"now but",) print ("you will be",age+1,"next year") |
|
Answer»
|
|
| 10144. |
What do you mean by a valid java statement |
|
Answer» A sentence forms a complete idea which can include one or more clauses. LIKEWISE, a statement in Java forms a complete command to be executed and can include one or more EXPRESSIONS. In simpler TERMS, a Java statement is just an instruction that explains what should happen |
|
| 10145. |
Write down the difference between LAN,MAN and WAN |
|
Answer» Answer: The geographical area covered by LAN is SMALL, WHEREAS, MAN covers RELATIVELY large and WAN covers the greatest of all. LAN is confined to schools, hospitals or buildings, whereas, MAN connects small towns or CITIES and on the other HAND, WAN covers Country or a group of Countries.hope it helps ✌✌✌☺❤❤☺❤❤ |
|
| 10146. |
How to get help with my graded project at penn foster 584800 |
|
Answer» EXCUSE me Explanation: GOOGLE it it will be better the question doesn't REACH the required person if u add his username e... THANK you |
|
| 10147. |
I need help with a graded project at penn foster |
|
Answer» Answer: I need help with the Penn Foster FINAL GRADED PROJECT 40242100: Now that you’ve completed the exercises and the examinations for Introduction to Internet Multimedia, you’re ready to complete the graded project. For the graded project, you’ll consider some ideas for your Web site and determine which media you’ll use. Next, you’ll use a flowchart to organize your ideas for the site and spot any possible PROBLEMS. You’ll then create the storyboards showing the design of your Web site. YOUR TASK You’re going to plan the steps in designing and developing a Web site for a fictional company, sports team, or organization. Think of your interests and come up with a topic you’d like to use for this project. OBJECTIVE The objective of this project is to show how you’ve learned the concepts in this course to plan what’s needed to create a multimedia project from start to finish. It will also give you practice in understanding and RESPONDING to clients’ needs. PROJECT GUIDELINES Analyze Ideas By now, you’ve learned the importance of planning a Web site before you BEGIN to create it. It helps you focus on what your Web site is about and who it’s for, and may save you countless hours of tweaking. G r a d e d P r o j ec t G r a d e d P r o j ec t 66 Introduction to Internet Multimedia For this project, you’re going to envision a Web site you’d like to create. You’ll begin with idea analysis. Turn to page 248 for a list of questions you can think about for this project. Write the Executive Statement Make sure you can answer the following: ■ How will people use this Web site? ■ What will users gain from this Web site? ■ What types of features will be most useful to the users of this Web site? Once you’ve answered these questions, write your answers in an executive statement of at least 250 words. Write the Creative Strategy Think about the look and feel of the Web site. Consider the multimedia elements you want to include on your site, such as text, images, and video. Write a description of your creative strategy of at least 250 words. Create Your Team Think about your strengths and weaknesses for the resources you need to develop your project. Perhaps you’d like to work on graphics or writing, or maybe you’re more project-oriented and would rather handle the overall management. Think about the other talents you need to pull together a strong team for your project. Write a description of your multimedia team in at least 250 words. Final Graded Project 67 Create Your Storyboards Now it’s time to think about how you’re going to design your Web site and what elements you’re going to use. Create storyboards for each page of your Web site, keeping the following guidelines in mind: ■ Create your storyboard using whatever program you like (e.g., Microsoft Word or PowerPoint, scanned drawings, a wireframing tool) ■ Ensure your site is a minimum of five pages. ■ Include a minimum of two forms of media on each page (e.g., graphics, sound, video, and animation) in whichever WAY you choose (e.g., embedded or linked). ■ Include at least one of each of the following types of media (not all necessarily on the same page): ➢ Graphics ➢ Sound ➢ Video ➢ Animation ■ Save your files and note the filenames to give to your instructor (e.g., yournamestoryboard.doc or yournamestoryboard.ppt). ■ Make sure you answer the following questions in your storyboards: ➢ Have I created a clear navigational structure? ➢ Have I chosen appropriate typography? ➢ Have I chosen appropriate colors? ➢ Have I chosen appealing media that matches the tone of the site? ➢ Do my media have acceptable download times? 68 Introduction to Internet Multimedia WRITING GUIDELINES 1. Type your submission, double-spaced, in a standard print font, size 12. Use a standard document format with 1-inch margins. 2. Read the instructions carefully and address the topics and issues that are suggested. 3. Carefully proofread your project, making sure that you use correct spelling and grammar and appropriate sentence structure. GRADING CRITERIA The grade you’ll receive for this research project will be based on the following criteria: The executive statement clearly states what the Web site is about. 15 points The creative strategy clearly states the Web site’s design strategy. 15 points The ROLES of each team member needed are indicated. 15 points The storyboards depict the layout of each page of the Web site. 10 points The site contains a minimum of five pages. 10 points Each page has at least two forms of media. 10 points The pages are well-planned using guidelines learned throughout the course. 15 points All four required types of media are included on the Web pages. 10 points Final Graded Project 69 |
|
| 10148. |
Sql query to get the column name that having the highest number in a row |
|
Answer» SELECT * from "table_Name" where "COLUMN" = (select MAX("column") from "table_Name");
|
|
| 10149. |
What is recycle bin |
Answer» ▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬Hey MATE!!In computing, the TRASH is temporary STORAGE for files that have been deleted in a FILE manager by the user, but not yet PERMANENTLY erased from the filesystem.Hope this will helpful for you..▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬ |
|
| 10150. |
Consider a process executing on an operating system that uses demand paging. The average time for a memory access in the system is M units if the corresponding memory page is available in memory, and D units if the memory access causes a page fault. It has been experimental measured that the average time taken for a memory access in the process is X units? |
|
Answer» YES , the average Time for memory ACCESS will be change from M to X units .. as its check for free frame AVAILABLE or not, If no frames are free, the page replacement ALGORITHM is run to remove a page. hope it help. |
|