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.
| 10051. |
AppHTTPHybridNativeWeb1. Aan-- Is a software that allows you to perform specific tasks on a mobile device.apps run faster than web apps.apps are less expensive than native apps. |
| Answer» | |
| 10052. |
following code contains an endless loop.could you find out why?auggest a solution n=10 ,answer=1,while(n>0):,answer=answer+n**2,n=n-1,print(answer) |
|
Answer» Answer: This is not a endless loop. It terminates after 10 iterations. Explanation: RIGHT side of the SCREENSHOT is the result from EXECUTION. |
|
| 10053. |
we can find all the cities included in a document using find and replace feature of writer true or false |
|
Answer» Answer:True By using this FIND FEATURE we can find the CITES and by using REPLACE feature we can find the cites and replace it. Please mark me brainlist |
|
| 10054. |
We can find all the bold text using in a document 'find & replace' feature of writer.(a) true(b) false |
| Answer» | |
| 10055. |
State the purpose of www . |
|
Answer» WWW- WORLD WIDE WEB Like we say respected sir |
|
| 10056. |
What is magic wand tool |
|
Answer» Explanation: The Magic WAND Tool, KNOWN simply as the Magic Wand, is one of the OLDEST selection tools in Photoshop. Unlike other selection tools that select PIXELS in an image based on shapes or by detecting OBJECT edges, the Magic Wand selects pixels based on tone and color. |
|
| 10058. |
Draw a flow chart to input 3 number and print the greatest and smallest number |
| Answer» | |
| 10059. |
. A transmitted signal never gets weak on a computer network. true or false |
|
Answer» TRUE it is hope it b CORRECT bro |
|
| 10060. |
1. What are the advantages of word processor over typewriters? |
|
Answer» Explanation:
word processing is faster and easier than writing by hand.You can store documents on your computer, which you cannot usually do on a typewriter.This makes it easier to review and REWRITE your documents. you have more formatting CHOICES with a word processer, and the spelling,grammar and language TOOLS are useful too. You can also print copies of your documents, which look neater than handwritten ones. ADVANTAGES - most people can type faster than they can write - word processed documents are always legible - documents can easily be send electronically can use certain features like hyperlinks - spell/grammar check easy to ERASE and fix mistakes and edit text - it is easier to make changes to your document. you can move, change,delete, save, format all your ideas in one handy file. - it frees you to express ideas more clearly and let your thoughts flow because anything can be changed or deleted later. - it allows you to organize all your work or ideas together in a file. - it is easy to SHARE and store word processing files electronically. FOR MORE INFORMATION CHECK ON GOOGLE |
|
| 10061. |
Name any two default folders of an e-mail. |
Answer» ____________________________★ Default email folders are created by the email SYSTEM as top-level folders and include your Inbox, DRAFTS, Sent Items, Deleted Items, JUNK Email, and Clutter folders. ★ Personal folders are folders that you create. ____________________________ |
|
| 10062. |
1. Two input devices and two out put devices. |
|
Answer» Answer: 2 INPUT devices-Keyboard, Scanner 2output devices-Printer, Monitor Hope it HELPS |
|
| 10063. |
जाट जट्टी दा क्क्रुश् |
|
Answer» it's a SONG.. ..... okkkkkkkkkayyyayyay |
|
| 10064. |
1. Define information |
|
Answer» knowledge obtained from INVESTIGATION, STUDY, or instruction. (2): INTELLIGENCE, news. (3) : facts, data. Explanation: HOPE you are understand |
|
| 10065. |
1. What is system software? |
|
Answer» System software is software designed to provide a platform for other software.[1] EXAMPLES of system software include operating systems LIKE MACOS, GNU/Linux and Microsoft Windows, COMPUTATIONAL science |
|
| 10067. |
assification of tunnels according to purpose, conveyance, material, position or alignment, shape and size of tunnels under different conditions. |
|
Answer» A TUNNEL MUST be completely enclosed on all sides ALONG the length. The types of tunnels are classified based on three aspects: Based on purpose (road, rail, utilities), Based on surrounding material (soft clay vs. hard rock ) & Submerged tunnels. |
|
| 10068. |
Write a for loop that displays the even numbers from 51 to 60 (in python) |
|
Answer» for i in RANGE(51,61): if i%2==0: PRINT(i) |
|
| 10069. |
1.What is word wrap? |
|
Answer» Answer: Word WRAP is a word processing FEATURE that forces all TEXT to be confined WITHIN defined margins. |
|
| 10070. |
hey guys can you please help me with this question this is 9th grade computer application question.. |
| Answer» | |
| 10071. |
What are script mode in python |
|
Answer» Answer: SCRIPT Mode. If you need to write a long piece of PYTHON code or your Python script spans MULTIPLE files, interactive mode is not recommended. Script mode is the way to go in such cases. In script mode, You write your code in a text FILE then save it with a . py EXTENSION which stands for "Python hjj hj follow me |
|
| 10072. |
Pls koi mujhe Right answer deo m brainlest rating deugg |
|
Answer» Answer: 2 wheelers = 25/100×100= 25° cars=20/100×100=20° public buses=30/100×100=30° auto=10/100×100=10° rickshaw=8/100×100=8° cycle=7/100×100=7° Explanation: now the PIE chart can be drawn by USING 25°,20°,30°,10°,8°,7° please mark as brainliest |
|
| 10073. |
Rewrite the following code of programs using for loop in python....pls. help me fast. |
|
Answer» a) a=int(INPUT("") print(a*i) |
|
| 10074. |
Write a program in java to print even numbers from 'm' to 'n' |
|
Answer» import java. util.*; { public STATIC void main(String args[]) { INT m, n; Scanner sc=new Scanner(System.in); System. out. println("enter the limits"); m=sc.nextInt(); n=sc.nextInt(); for(int i=m; i<=n; i++) { if( i%2==0) { System. out. print( i+"," ); } } }} #sumedhian ❤❤ |
|
| 10075. |
Can you tell me project to do on scratch |
|
Answer» I have MADE more than 3 projects on Scratch and UPLOADED also You can MAKE any TYPE of project • Pinball • Calculator using coding |
|
| 10076. |
TOPIC=PYTHON--------------------------------------------------------------------------------------------------------------------------Write a program to take a 2 digit number and then print the reversed number.That is,if the input given is 25,print 52. |
|
Answer» Answer: temp = n[::-1] print(temp) Explanation: This will work for any number of digits. if you want you can use n.numeric() to CONFIRM user only enters numbers. |
|
| 10077. |
Pls koi mujhe iss question ka right answer btaoo m apko brainlest rating deugg |
|
Answer» 1) The angles are: Cars: 20% of 360 = 72 Buses: 30% of 360 = 108 Auto: 10% of 360 = 36 Rickshaw: 8% of 360 = 22.8 Cycle: 7% of 360 = 25.2 2) (i) 40+50+50 40+100 140 (ii)60+60 120 (iii)(72+75+70)/3 217/3 72.3 (iv)(40+50+60+70)/4 (90+60+70)/4 (150+70)/4 220/4 55 Please Mark My ANSWER As The Brainliest. It Took Me 15 MINUTES To Type. Explanation: |
|
| 10078. |
Explain the constants, Varů able and Data Type in Jana ? |
|
Answer» Answer: in Java, primitive DATA types are used to define variables and constants.A variable's or constant's data type indicates what sort of VALUE it represents, such as whether it is an integer, a floating-point number or a CHRACTER, and determines the values it MAY contain and the OPERATIONS that may be performed on it. |
|
| 10079. |
Write a program to print whether a number is a weak Arm number or not ( Using Scanner class and loops ) ( Eg - 135) |
| Answer» | |
| 10080. |
Difference between verbal and non-verbal communication. |
|
Answer» Answer: Verbal communication is the USE of AUDITORY language to exchange information with other PEOPLE. ... Non-verbal communication is communication between people through non-verbal or visual cues. This includes gestures, FACIAL EXPRESSIONS, body movement, timing, touch, and anything else that communicates without speaking. |
|
| 10081. |
Explain the following, a) web page b) website c) web browser |
|
Answer» Explanation: a HYPERTEXT document connected to the World Wide WEB A WEBSITE is a collection of web pages and related content that is identified by a common domain name and published on at least ONE web server. ... |
|
| 10082. |
Print the pattern in Java.101010010101010010100please quickly answer |
|
Answer» Answer:enter the numbers of rows on your own Explanation: Hey you how can I write the whole program Here. import java.util.SCANNER class Binarypattern4{ public static VOID main(String args[]){ int i,j,rows; int count=1; Scanner scan=new Scanner(System.in); System.out.print("Enter the NUMBER of rows: "); rows=scan.nextInt(); for(i=1; i<=rows; i++){ for(j=1; j<=i; j++){ if(j%2==1){ System.out.print("1"); } else{ System.out.print("0"); }
} System.out.println(); } } } |
|
| 10083. |
What is stress management? |
Answer» Stress management is a process or technique that can be AIMED at controlling a person's LEVEL of stress, especially chronic stress. It is used for the MOTIVE of improving everyday functioning...PLEASE MARK as brainliest... |
|
| 10084. |
What is a weak Armstrong number? |
|
Answer» Answer: Explanation: An ARMSTRONG number of three digits is an integer such that the sum of the CUBES of its digits is equal to the number itself. For example, 371 is an Armstrong number since 3**3 + 7**3 + 1**3 = 371. |
|
| 10085. |
Project 5: Given below the tariff charged (per month) from the consumers by Punjab State Electricity Boardaccording to the units consumed:UNITS CONSUMEDCHARGESUpto 100 units80 paisa per unitMore than 100 upto 200 unitsRs. 1 perunitMore than 200 unitsRs. 1.25 per unitIn addition to the above mentioned charges, every consumer has to pay Rs. 50 as service charges per month. Writea program to calculate the Electricity Bill. |
|
Answer» Answer: SEE this ( sopln is system.out.println ) Pls MARK me the branliest |
|
| 10086. |
The Property inspectorin Animate displays all the attribut |
|
Answer» ANIMATION PROPERTY inspectorin ANIMATE DISPLAYS all the ATTRIBUT |
|
| 10087. |
Hi GUYS,Please help me with this particular questionQ. Define working of radio |
Answer» Hii Mate Here Ur ANSWER ☑️1) Electricity flowing into the transmitter antenna makes electrons vibrate up and down it, producing RADIO waves. 2) The radio waves travel through the air at the speed of LIGHT. 3) When the waves arrive at the receiver antenna, they make electrons vibrate inside it. Hope it's help uh....PLZ plz plz plz Mark me BRAINLIEST..... |
|
| 10088. |
State True or False:We can create only one instance of a symbol. |
|
Answer» The MENTIONED statement is FALSE. - We can create many instances of a symbol after we create a symbol in the computer system. - We need to create an instance of a symbol and the layout should ALSO be adjusted in the timeline. - All these instances of the symbol can be created throughout the whole process while creating the document. - If any PARTICULAR change is done then it will only effect the instance and not the symbol in the document. |
|
| 10089. |
ममता का संक्षिप्त परिचय दीजिए। |
| Answer» | |
| 10090. |
Fastest way to send mails.________ |
|
Answer» Explanation: ONLINE TRANSITIONS are the FASTEST |
|
| 10091. |
Explain the four different workspace views of ms- power point. |
|
Answer» NORMAL view. Slide Sorter view. Notes PAGE view. Outline view (AVAILABLE in PowerPoint 2016 for Mac and NEWER versions) Slide Show view. Presenter view. Master VIEWS: Slide, Handout, and Notes. |
|
| 10092. |
What is the benefit of taking computer as a 6th subject in class 9th |
|
Answer» Answer: In 9th CLASS COMPUTER there are some basic knowledge...which HELPS us further.... |
|
| 10093. |
Which layout managaer are used to arrange componets as row and colums |
|
Answer» Answer: Java AWT | GRIDLAYOUT CLASS. GridLayout class represents a LAYOUT manager with a specified number of rows and columns in a rectangular grid. The GridLayout container is divided into an equal-sized of RECTANGLES, and one of the components is placed in each RECTANGLE. |
|
| 10095. |
For starting a slideshow_____ button can be pressed. |
|
Answer» F5 Please MARK as BRAINLIEST answer |
|
| 10097. |
_______ sign is used for absolute refereeing of cells in ms-excel. |
Answer» here is your ANSWER,Dollar sign is USED for absolute REFERENCING of cells in MS Excel.Dollar =$ hope it helps you please mark me BRAINLIEST ❤️❤️ |
|
| 10098. |
If file deleted from a folder in window as gives to_______ |
|
Answer» If the FILE is REMOVE from the folder in window is gives to the RECYCLE BIN |
|
| 10099. |
Linux and Windows are the example of______ software. |
|
Answer»
LINUX and windows are example of operating SYSTEM SOFTWARE HOPE it HELPS
|
|
| 10100. |
What is the meaning of massachusetts |
|
Answer» MASSACHUSETTS in British English (ˌmæsəˈtʃuːsɪts ) a state of the northeastern US, on the Atlantic: a centre of resistance to English COLONIAL policy during the War of American INDEPENDENCE; consists of a coastal plain rising to mountains in the WEST |
|