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.
| 3951. |
A gives us an initial foundation to be build a presentation |
|
Answer» Answer: A SOIL and water GIVES you an INITIAL FOUNDATION to BUILD a presentation. Hope it helps you ✌️.. |
|
| 3952. |
. The method of internet access that requires a phone line, but offers faster access speeds than dial-up |
| Answer» | |
| 3953. |
Write a java program to demonstrate the road signaling with default as 'prepare to go' operation.Assume red for 'stop', green for 'go', and yellow for 'proceed with caution'.Sample Input 1:Enter the colorgreenSample Output 1:go |
|
Answer» Answer: 1 2 import java.util.Scanner; 3 4 public CLASS Main{ 5 6 public static void main(String[] args){ 7 8 Scanner sc=new Scanner(System.in); 9 System.out.println("Enter the color"); 10 String color=sc.next(); 11 sc.nextLine(); 12 if(color=="green") 13 { 14 System.out.println("go"); 15 } 16 else if(color=="red") 17 { 18 System.out.println("STOP"); 19 } 20 else if(color=="yellow") 21 { 22 System.out.println("PROCEED with caution"); 23 } 24 else 25 { 26 System.out.println("prepare to go"); 27 } 28 } 29 } |
|
| 3955. |
Write a program having a method to accept three side of triangle as method parameter and calculate and return the area. Define another function that take two side of a right angle triangle and return the area. Define a third function difference in the same class that finds and print the difference of area of a triangle whose three sides are 4.5 cm, 6.4 cm, 5.9 cm and the right angle triangle whose sides are |
|
Answer» Explanation: classes. The overload function should add the VALUES of (sides of) two triangles(and similarly thesides oftwo RECTANGLES) and make a bigger triangle(and bigger RECTANGLE) and return the area of big triangle(and big hhktutzkhdoysoyxi6xouxpuxa program having a method to accept three side of triangle as method parameter and calculate and return the area. Define another function that TAKE two side of a right angle triangle and return the area. Define a THIRD function difference in the same class that finds and print the difference of area of a triangle whose three sides are 4.5 cm, 6.4 cm, 5.9 cm and the right angle triangle whoseWrite a program having a method to accept three side of triangle as method parameter and calculate and return the area. Define another function that take two side of a right angle triangle and return the area. Define a third function difference in the same class that finds and print the difference of area of a triangle whose three sides are 4.5 cm, 6.4 cm, 5.9 cm and the right angle triangle whose sides are Write a program having a method to accept three side of triangle as method parameter and calculate and return the area. Define another function that take two side of a right angle triangle and return the area. Define a third function difference in the same class that finds and print the difference of area of a triangle whose three sides are 4.5 cm, 6.4 cm, 5.9 cm and the right angle triangle whose sides are |
|
| 3956. |
Unix command - by using grep command to get range of values between 2000 and 2010 |
|
Answer» Explanation: |
|
| 3957. |
West Bengal board cancel ho sakta h? |
|
Answer» Answer: par HUMARE yaa par cancle ho chuke hai Explanation: mark on my brain list |
|
| 3958. |
Which one of these is not in the Von Neuman Architecture? |
|
Answer» Answer: Any computer architecture in which the UNDERLYING model of computation is different from what has COME to be called the STANDARD von Neumann model (see von Neumann MACHINE). ... Examples of non von Neumann machines are the dataflow machines and the reduction machines. |
|
| 3961. |
4. Why do you use heading tag |
|
Answer» Answer: I don't KNOW your answer but I I explains your ANSWERS explain your answers sorry |
|
| 3962. |
__________ is the process of copying items from RAM to the hard disk. * |
|
Answer» STORAGE DEVICE is the PROCESS of copying items from RAM to the HARD disk. * |
|
| 3963. |
Python is a/an___________ language (unlike C, C++, Java). |
|
Answer» c++ python is a INTERPRETED LANGUAGE. |
|
| 3964. |
What would be the purpose of grouping worksheets in a workbook?All formatting would be done on all sheets at once.All header rows would be shared on all sheets at once.All data entered would be entered on all sheets at once.All formulas entered would be entered on all sheets at once. |
|
Answer» ANSWER: All OPTIONS are correct. Explanation: |
|
| 3965. |
MAN network covers a large geographical area than LAN ranging from servel blocks of building to entire cities it is true or false |
|
Answer» Answer: A MAN is OPTIMIZED for a larger geographical area than a LAN, ranging from several blocks of buildings to entire cities. ... Its geographic scope falls between a WAN and LAN. MANs connect LANs to wider area networks LIKE the Internet. Explanation: It Is TRUE |
|
| 3966. |
Which text does not stop by bar tab |
|
Answer» Explanation: |
|
| 3967. |
Why do we use header and footer in MS Word |
|
Answer» A A HEADER is the TOP margin of each PAGE, and a footer is the BOTTOM margin of each page. Headers and footers are useful for including material that you want to appear on every page of a DOCUMENT such as your name, the title of the document, or page numbers. |
|
| 3968. |
The purpose of column break page break and section break |
|
Answer» A PAGE BREAK STARTS a new page. A column break starts a new column, while a section break indicates a CHANGE in formatting within the same page. |
|
| 3970. |
True or falseIn the order of evaluation, the addition operator (+) has higher precedence than the exponent operator (^). if your answer is false then give reason. Don't dare to spam! Correct answer will be mark as Brainlist. ☺ |
|
Answer» False As in (^) exponent OPERATOR is in the third priority. whereas (+) addition operator is in the fifth priority. See in the attachment. Hope it HELPS you. |
|
| 3971. |
Bar tab stop does not – the text |
|
Answer» YES. yyyyuyuuuuuuuuhyyyyyyyyyyyyyyyyyyyutktkgrjryjgdjrgkrhntemkut SORRY |
|
| 3972. |
KDatePageDate 231ogFORMULA BASED PROGRAMS1. Werite a program to find volume of a cylinder.V= Ich CR²_42)where R = radius of the outer surfaceT = gadius of the inner scarfaceheight |
|
Answer» A cylinder can be defined as the solid 3D object having two circular faces connected with the RECTANGULAR surface. The volume of the cylinder is the AMOUNT of space contained by it. The formula to calculate the volume of the cylinder is given below. Formula V=pie x r2 x h where, r is the radius of the cylinder h is the height of the cylinder V is the volume of the cylinder Algorithm Define the height of the cylinder. Define the radius of the cylinder. Calculate the volume of the cylinder pie x r2 x h Define volume_cylinder and assign the volume of the cylinder to it. Solution C PROGRAM #include int main() { int height=38; int radius=35; double pie=3.14285714286; double volume=pie*(radius*radius)*height; printf("Volume of the cylinder=%f",volume); } |
|
| 3973. |
-----------is a temporary storage area |
|
Answer» The TERM temporary storage area in a computer typically refers to a computer's RAM, RANDOM access MEMORY. This storage area is used to store FILES |
|
| 3974. |
Write a program in python to calculate the sum of this series:S: 1*2+3*4+5*6+...+n*(n+1) Read the value of n from the user, it should be odd number. Print the series and the calculated sum using for loop.Example of running: Enter n: 51*2+3*4+5*6=44 |
|
Answer» oeoeiwoeoeoodododododokdodofofoofofofofpg |
|
| 3975. |
What is an algorithm?What are its characteristics? |
|
Answer» Answer: In mathematics and computer science, an algorithm is a finite SEQUENCE of well-defined, computer-implementable instructions, typically to solve a CLASS of problems or to perform a computation. Characteristics of an Algorithm:- Input − An algorithm should have 0 or more well-defined inputs. Output − An algorithm should have 1 or more well-defined outputs, and should match the desired output. Finiteness − Algorithms must TERMINATE after a finite number of steps. Explanation: MARK ME BRAINLIEST |
|
| 3976. |
Differentiate between computer and computer systems |
|
Answer» Answer: The core, computing PART of a computer is its central processing unit (CPU), or processor. ... A computer SYSTEM, THEREFORE, is a computer combined with peripheral equipment and SOFTWARE so that it can perform desired FUNCTIONS. |
|
| 3977. |
The condition in the if statement should be in the form of |
|
Answer» sequential statement What kind of statement is the IF statement? Explanation: IF statement is a sequential statement which appears INSIDE a PROCESS, FUNCTION or subprogram. This statement is used to execute some block of statements if a condition executed comes to be TRUE. |
|
| 3978. |
All functional unit of pc work together in perfect cordination .comment |
|
Answer» PROCESSOR UNIT. The HEART of the computer SYSTEM is the Processor unit. It CONSISTS of Arithmetic and Logic Unit and Control Unit. Arithmetic and Logic Unit (ALU) |
|
| 3979. |
What is debugging?What are the different errors that appear in a program? |
|
Answer» Debugging is the process of checking the bugs, errors in a program/software and the removal of it. Types of errors are : SYNTAX ERROR : GRAMMATICAL Error Logical Error : Problem in the Logic. Runtime Error : Problem while RUNNING the program Etc. Hope it helps! You can add a thanks and might make it the brainliest ;) |
|
| 3980. |
What is Virtual Keyboard? |
|
Answer» Answer: A virtual keyboard is a software component that allows the INPUT of characters without the need for physical keys. The INTERACTION with the virtual keyboard happens mostly VIA a touchscreen interface, but can also TAKE place in a different form in virtual or augmented reality. |
|
| 3981. |
Please give me answer you will give me correct answer then I will mark you as Brainliest |
|
Answer» 1.d 2.c 3.e 4.b 5.a Explanation: |
|
| 3982. |
Expand the term html |
|
Answer» Answer: Explanation: HOPE it helps please MARK my answer as Brainliest |
|
| 3983. |
What is the significance of visual communication |
|
Answer» Answer: VISUAL COMMUNICATION is the most effective way of passing information because the HUMAN mind processes things in images. The majority of people respond quickly to visual images instead of texts. Any business needs to understand the COGNITIVE functions to maintain customers. |
|
| 3984. |
What is computer in detail |
|
Answer» Explanation: Computer•} A computer is a machine or device that performs processes, CALCULATIONS and OPERATIONS based on instructions provided by a software or HARDWARE program.Hope this would be helpful to you. |
|
| 3985. |
What is an expression and a statement in python? |
|
Answer» Answer: A statement is a complete line of CODE that performs some action, while an expression is any section of the code that evaluates to a value. ... That PRINT is a statement is one of many warts in the Python 2 language that's CORRECTED in Python 3. Now print is a NORMAL function that can be used in an expression |
|
| 3986. |
What is the use of HTML |
|
Answer» HTML stands for Hyper Text Markup LANGUAGE Purpose of HTML For CREATING webpage For creating WEBSITES |
|
| 3987. |
Whatever I m searching on Google...a white screen appears....how do I fix this?????pls help ms |
|
Answer» Hey MATE, GO to you chrome settings and DELETE all the caches and cookies that are in USE and try again, hopefully that will fix your problem! :) |
|
| 3988. |
The _____ statement is used in BASIC 256 to read a statement aloud.(a) Say(b) Goto(c) For(d) while |
| Answer» | |
| 3989. |
Fill in the blanks: -1. The slanting arrow that appears on the monitor is called a2. To left click, press the left button3. A computer is a4. The computer works on5. A......has a touchscreen |
|
Answer» Answer: to LEFT click ,PRESS the left BUTTON Explanation: please FOLLOW me |
|
| 3990. |
The elements of a linked list are stored *a. In a structureb. In contiguous memory locationsc. Anywhere the computer has space for themd. In an array |
|
Answer» bajengoful1frueujjjkejjeenndhdbdebehehehhehehhehe |
|
| 3991. |
13. A software program that attachesitself to other programs and alterstheir behaviour.O (a) SpywareO b) Spam0 (c) VirusO (d) Trash |
|
Answer» Explanation: A software program that attaches itself to other PROGRAMS and alters their BEHAVIOUR is called Virus. |
|
| 3992. |
Pick the odd one out 1. Tablel 2. Tr3. Form4. Coulmn |
| Answer» | |
| 3993. |
The statements in the ‘do while’ loop will be repeated once or more times. State whetherthe statement is true or false.(a) True(b) False |
| Answer» | |
| 3994. |
12. Barriers of Effectivecommunication are-0 (a) LanguageO (b) Visual Perception0 (c) Prejudice0 (d) All are correct |
|
Answer» all are correct Explanation: |
|
| 3995. |
What is an another name of PersonalComputer?पर्सनल कंप्यूटर का दूसरा नाम क्या है?Select one:A. Micro-Computerमाइक्रो कंप्यूटरO B. Private Computerनिजी कंप्यूटरO C. Individual Computerव्यक्तिगत कंप्यूटरO D. Distinctive Computerविशिष्ट कंप्यूटर |
|
Answer» Answer: ANOTHER NAME for personal computer is LAPTOP or private computer |
|
| 3996. |
Reducing the pace of a conversationits interactivity.A) DestroyB) ReducesC) MaintainsD) Increases |
|
Answer» B |
|
| 3997. |
In PCB designing, if critical frequency is 10 MHz, then calculate distance between two chasisgrounds in meters ( wavelength/20 )*(2 points) |
|
Answer» Explanation: please mark me at brainly |
|
| 3998. |
_______ machine learning needs human intervention.a. Unsupervisedb. Supervisedc. Basicd. None of these _______ machine learning needs human intervention.a. Unsupervisedb. Supervisedc. Basicd. None of these |
|
Answer» Answer: supervised -b Explanation: Supervised machine LEARNING needs HUMAN INTERVENTION. |
|
| 3999. |
2 pointsWindows and macintoshoperating systemssupportOASCIIO BinaryUnicode |
|
Answer» sfmgskgskgskylsysl5altal6kw6ktwktaktka |
|
| 4000. |
Rearrange the letters to form correct words: -1. ANTURLA2. ALPOPT3. OMPCUTER4. OCSOLH5. CEFIFO6. MOINOTR7. RDAG8. PIOTENR9. LEDOUB CCLKI10. MUOES |
|
Answer» 1. NATURAL 2.LAPTOP 3.COMPUTER 4.SCHOOL 5. OFFICE 6. MONITOR 7.DRAG 8. POINTER 9. DOUBLE CLICK 10. MOUSE |
|