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.
| 15051. |
1. Which one is text function?(a. MIDb. MAXc. MOD |
|
Answer» I think C. MOD |
|
| 15052. |
V) Haemoglobin is present inv) The blood from the heart is transported to all parts of1.3) State (T) for True and (F) for false statements:1) Transpiration provides cooling to the plant.ii) Heart acts as a pump for the transport of bloodii) Muscles can also respire an aerobically,iv) All living organisms respire to get energy from food.v) A concave mirror always form a real image.A) Give one word for the followingb) It is a process of removing pollutants before it enters a |
|
Answer» Blood Explanation: that's the reason why blood appears red
1.3 Answer :- True :- True :- True :- True :- True.CONCAVE mirror always forms a real image. Hint: A real image is a ONE which forms in front of the mirror whereas a virtual image is formed BEHIND the mirror. The real image is always inverted and the virtual image is erect. In a concave lens, the rays GO through the center of the lens without any refraction. A) :- CLEANING OF WATER OR SEWAGE TREATMENT |
|
| 15053. |
What is effective communication ? write it's all characters |
|
Answer» Answer: Definition: Effective communication is a process of exchanging ideas, THOUGHTS, knowledge and information such that the purpose or intention is fulfilled in the best possible manner. In simple words, it is nothing but the presentation of views by the sender in a way best understood by the receiver. The 7 characteristics of effective communication Completeness. Effective communications are COMPLETE, i.e. the receiver gets all the information he needs to process the message and take action. ... Conciseness. Conciseness is about KEEPING your message to a point. ... Consideration. ... Concreteness. ... Courtesy. ... CLEARNESS. ... Correctness. Explanation: HOPE it helps |
|
| 15055. |
The coil of wire contained in heater is known as options fuse elements switch |
|
Answer» Answer: You might have seen an electric room HEATER or an electric heater used for COOKING. All these contain a coil of wire. This coil of wire is called an element. You may have noticed that when these APPLIANCES are switched on after connecting to the electric supply, their ELEMENTS become red hot and GIVE out heat. |
|
| 15056. |
वर्ल्ड वाइड वेब का आविष्कार किसने किया |
|
Answer» The FORMULA for simple PRESENT tense when the First PERSON is SINGULAR is that the sentence starts with 'I', then a verb in its base FORM, followed by an object which is optional. Let us see some example sentences with formula for simple present tense when the First Person is Singular: 1) I study hard for exams. |
|
| 15057. |
A statement cannot exceed …………… characters |
|
Answer» ANSWER A STATEMENT cannot EXCEED MEAN CHARACTERS |
|
| 15058. |
The ………. variable always represents a numeric value |
|
Answer» numerical is your answer Explanation: PLEASE mark me as BRAINLIEST |
|
| 15059. |
Write shortcut to save file. |
| Answer» | |
| 15060. |
Q3. Tick the correct answer[08]allows user to make one or more than one selection (Radio / Checkbox/Circles)(b)is used to create hyperlink in HTML document (Anchor tag / Caption tag / Insert tag)(c) Each row in a database table is called(Record Field Description)(d)button help user switch between datasheet view and design view (Number/ Switch / Inert)display the cell address of the active cell (Formula bar /Display cell /Name box)(f) The list within a list is known as(Long List Nested List / Sub List)(g)is a predefined formula in a spreadsheet (Function / Formula / Format)(h)data type used to store very long text area as an author's biography (Text [VARCHAR] /Text (VARCHART/ Memo ILONG VARCHARI) |
|
Answer» hgyyygsfzots84siso5si5sizkh hpivpya84a74sysktzotxotz5s |
|
| 15061. |
Which command takes the standardoutput as input and send it to theprinter?O i) LprO ii) PipeOili) MoreOiv) Tee |
|
Answer» 1 LPR This is your answer |
|
| 15062. |
M T W T F SPage No:YOUVADate:9 Write a Program in java to input a no and checkweather it is aperfect square or not. |
Answer» Answer:The given program is written in Java. import java.util.*; public class IsPerfectSquare { public static void main(String ARGS[]) { Scanner sc=new Scanner(System.in); int N; double s; System.out.print("Enter a number: "); n=sc.nextInt(); s=Math.sqrt(n); if(s*s==n) System.out.println("Perfect SQUARE."); else System.out.println("Not a perfect square."); sc.close(); } } Variable Descriptions:Explanation:
See the attachments. |
|
| 15063. |
लोहे के टुकड़े का चपटी शीट में परिवर्तित हो जाना धातुओं के किस गुण को दर्शाता है। |
|
Answer» It SHOWS the ELASTICITY of the IRON. |
|
| 15064. |
6 Write answer these question:(10)i. What is text alignment: What different alignment options areavailable in word 2016. |
|
Answer» Explanation: Text alignment is a paragraph formatting attribute that determines the APPEARANCE of the text in a whole paragraph.There are four main alignments:left, right, center, and justified.Left-aligned text is text that is aligned with a left edge.Right-aligned text is text that is aligned with a right edge.Centered text is text that is centered between TWO edges.Justified Alignment is used to keep the MARGINS on both sides of the text the same by ADDING extra space between words. In this ,you give your text straight edges on both sides of the paragraph.HOPE it will help you.. |
|
| 15065. |
Command is used to keepthe previously executed commandsin memory.O i) dfO ii) commOiii) historyOiv) gawk |
|
Answer» i.e., comm thank U |
|
| 15066. |
Explain about any two risks related to cloud computing. |
|
Answer» The main security risks of CLOUD COMPUTING are: Compliance VIOLATIONS. Identity theft. MALWARE infections and data BREACHES. |
|
| 15067. |
1. Which command takes three inputs |
|
Answer» Answer: Using commands you tell the turtle or KTurtle to do something. Some commands need input, some give output. In this SECTION we explain all the built-in commands of KTurtle. Alternatively, using learn, you can create your own commands. Built-in commands we discuss here are highlighted with dark blue. Moving the turtle There are several commands to move the turtle over the screen. forward (fw) forward X forward moves the turtle forward by the amount of X pixels. When the pen is down the turtle will leave a trail. forward can be abbreviated to fw backward (bw) backward X backward moves the turtle backward by the amount of X pixels. When the pen is down the turtle will leave a trail. backward can be abbreviated to bw. turnleft (tl) turnleft X turnleft commands the turtle to turn an amount of X degrees to the left. turnleft can be abbreviated to tl. turnright (tr) turnright X turnright the turtle to turn an amount of X degrees to the right. turnright can be abbreviated to tr. direction (DIR) direction X direction set the turtle's direction to an amount of X degrees counting from zero, and THUS is not relative to the turtle's previous direction. direction can be abbreviated to dir. getdirection getdirection getdirection returns the turtle's direction as an amount of degrees counting from zero, where zero is the direction when the turtle is pointing upwards. center center center moves the turtle to the center on the CANVAS. go go X,Y go commands the turtle to go to a certain place on the canvas. This place is X pixels from the left of the canvas, and Y pixels from the top of the canvas. gox gox X gox using this COMMAND the turtle will move to X pixels from the left of the canvas whilst staying at the same height. gox can be abbreviated to gx. |
|
| 15068. |
A loop may continue forever if the required condition is not met isknown asO i) finite loopO ii) infinite loopO ii) simple loopO iv)definite loop |
|
Answer» MAYBE it helpfull for you MARK as a |
|
| 15069. |
Write the steps for grouping the image? |
|
Answer» GROUP shapes, PICTURES, or objects Press and hold CTRL while you SELECT the shapes, pictures, or objects that you want to group. The Wrap Text option for each object must be other than In line with Text. ... Go to Drawing Tools or Picture Tools, on the Format tab, in the Arrange group, select Group. , and then select Group. mark the other answer as brainliest !☺️ |
|
| 15070. |
Write answer these question:(10)What is text alignment. What different alignment options are |
|
Answer» Answer: Text alignment is a paragraph FORMATTING attribute that determines the appearance of the text in a whole paragraph. For example, in a paragraph that is LEFT-aligned (the most common alignment), text is aligned with the left MARGIN. In a paragraph that is justified, text is aligned with both MARGINS. |
|
| 15071. |
A.The MIN functioni. Ctrl + Ub. Saving a workbook ii. Ctrl + Vc. Underline Text iii. Proofing Groupd. Paste text iv. Ctrl + Se. Check spellings v. Finds minimum entry from a rangeMatch the following |
|
Answer» Answer: 1=underline 2=paste= Explanation: |
|
| 15072. |
The following command can list outall the current active logins?O i) whoamiO ii) who am iO iii) who0 iv) None of the above. |
|
Answer» PLEASE SEND the PHOTOS of the chapter Explanation: SIS d |
|
| 15073. |
0.5 Write one words these(5)i. Write the name of regarded as first lady programmer in OBASIC.ii. Who is the Translate line by line.iii. Write the name of HTMLiv. What is the create a photo album in PPT 2016.V. Write the name of first super computer. |
|
Answer» Answer: I ) Augusta Bryon II ) interpreter III ) Hyper text MARKUP Language IV ) go to FILE refresh the presentation or start it again . On the insert tab click the photo ALBUM option CHOOSE one photo from there V ) CDC 6600 |
|
| 15074. |
Q10.To see the transition effects on each slide, select the slides one by one and click on this button. *Enter keyF5Transition tabOther. |
|
Answer» divide the FOLLOWING POLYNOMIALS by a MONOMIAL using LONG division method. |
|
| 15075. |
For loops is also called? |
|
Answer» Entry controlled LOOP Explanation: |
|
| 15076. |
2.4 Match the following:i. Table carbon copyii. PROMset of rows and columniii. DRAMread only memoryiv. CCprogrammable read only memoryV. ROM.dynamic Random Access memory |
|
Answer» qiy-ysjv-goq |
|
| 15077. |
List-style-position specifies that location of__________ |
|
Answer» Answer: The list-style-POSITION property SPECIFIES the position of the list-item MARKERS (BULLET POINTS). |
|
| 15078. |
Write SQL statements for following:Student( Enrno, name, courseId, emailId, cellno)Course(courseId, course_nm, duration)i) Add a column city in student table.ii) Find out list of students who have enrolled in “computer” course.iii) List name of all courses with their duration.iv) List name of all students start with „a‟.v) List email Id and cell no of all mechanical engineering students. |
|
Answer» Answer: SQL CREATE TABLE statement is USED to create table in a DATABASE. If you want to create a table, you should name the table and define its COLUMN and each column's DATA type. ... SQL CREATE TABLE create table "tablename" ("column1" "data type", "COLUMN2" "data type", "column3" "data type", ... Explanation: mark as brainlest |
|
| 15079. |
the incomes of a group of 10,000 persons were found to be normally distributed with mean rs. 520 and standard deviation of rs. 60 find the number of persons having income between rs. 400 and rs. 500 |
|
Answer» Answer: 100000000000000000000000000000000000000000000000000000$$$ when I CALCULATED |
|
| 15080. |
Spreadsheet process numbers true or false |
| Answer» | |
| 15082. |
0.3 Write true and false(5)1. Mail merged document cannot be printed directly.ii. You can preview and edit your merged document before printingiii. Slide pane displays the current slide enlarged.iv. Exit animates how the object exits the slide.V. REN statements can be used only once time in a program. |
|
Answer» true true true |
|
| 15083. |
Q7. To cancel the previous action taken what will be the shotcut? |
|
Answer» The answer to your QUESTION is Ctrl + Z Explanation: The shortcut undo's your previous action. |
|
| 15084. |
3. Define the term real time. |
| Answer» | |
| 15085. |
Q.3 Write true and falsei. Mail merged document cannot be printed directly. |
| Answer» | |
| 15086. |
समानता के मुद्दे लोकतंत्र के लिए केंद्रीय कथन स्पष्ट कीजिए |
|
Answer»
[||समानता]] सामाजिक सन्दर्भों में समानता (EQUALITY) का अर्थ किसी समाज की उस स्थिति से है जिसमें उस समाज के सभी लोग समान (अलग-अलग नहीं) अधिकार या प्रतिष्ठा (STATUS) रखते हैं। सामाजिक समानता के लिए 'कानून के सामने समान अधिकार' एक न्यूनतम आवश्यकता है जिसके अन्तर्गत सुरक्षा, मतदान का अधिकार, भाषण की स्वतंत्रता, एकत्र होने की स्वतंत्रता, सम्पत्ति अधिकार, सामाजिक वस्तुओं एवं सेवाओं पर समान पहुँच (ACCESS) आदि आते हैं। सामाजिक समानता में स्वास्थ्य समानता, आर्थिक समानता, तथा अन्य सामाजिक सुरक्षा भी आतीं हैं। इसके अलावा समान अवसर तथा समान दायित्व भी इसके अन्तर्गत आता है।
|
|
| 15087. |
Calculate probability from the given dataset for the below casesData_set: Cars.csvCalculate the probability of MPG of Cars for the below cases.MPG |
|
Answer» Answer: |
|
| 15088. |
The user who creates the file iscalled as theO i) Group ownerO ii) System ownerOiii) File ownerOiv) Other users |
| Answer» | |
| 15089. |
8. Differentiate between Animation and Transition in digital presentation |
|
Answer» Answer: Transitions – A TRANSITION is the normal motions that happen as you move through one slide to the other in the slide show VISION. ANIMATIONS – The MOVEMENT in either path of the slide of the elements of a presentation, INCLUDING text, photographs, charts, and so on., is called Animation. Was this answer helpful? |
|
| 15090. |
Animations may be accompanied by a sound effect in MS PowerPoint. true or false |
|
Answer» True Explanation: |
|
| 15091. |
Python is an interpreted, high-level and general-purpose programming language. Python is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development. That includes back end development, software development, data science and writing system scripts among other things.Programming is the process of creating a set of instructions that tell a computer how to perform a task. Programming can be done using a variety of computer programming languages, such as JavaScript, Python, and C++.Coding means using the programming language to get the computer to behave as desired. If you have any questions post?You can find videos on python in the channel given in the image. |
|
Answer» xvvxvxvddvdvdvvdvdbdbdbdbdbdnxnxnxnxnbxnxbxbxbxb |
|
| 15092. |
17. Explain the purpose of grouping objects in a Digital presentation |
|
Answer» Answer: Grouping in presentation ALLOWS you to move OBJECTS together in the presentation slides. It is more advantageous while grouping. Grouping enhances faster and EASIER way of MOVING objects than moving one by one. The alignment of the OBJECT will not change when you move the objects Explanation: please make me Brainliest |
|
| 15093. |
Write a python program to print all odd numbers between 1 to 100 |
|
Answer» i=0 while i<100: if i%2!=0: print i i=i+1 hope it HELPS |
|
| 15094. |
7. Explain the purpose of grouping objects in a Digital presentation. |
|
Answer» GROUPING in presentation ALLOWS you to MOVE objects together in the presentation slides. It is more ADVANTAGEOUS while grouping. Grouping enhances faster and easier way of moving objects than moving one by one. The alignment of the object will not change when you move the objects. |
|
| 15095. |
Waht is the importance of sience inour life? |
|
Answer» Answer: It CONTRIBUTES to ensuring a longer and healthier life, monitors our HEALTH, PROVIDES medicine to cure our diseases, alleviates aches and pains, helps us to provide WATER for our basic needs – including our food, provides energy and makes life more fun, including sports, music, entertainment and the latest. |
|
| 15096. |
Write a program in QBASIC to accept a number from the user and calculate its factorial .N! = 1*2*3*....*N |
Answer» Answer:The GIVEN cσde is written in QBASIC. CLS INPUT "Enter a NUMBER: "; A F = 1 FOR I = 1 TO A F = F * I NEXT I PRINT "Factorial: "; F END Logic:
See the attachment for output. •••♪ |
|
| 15097. |
Find the odd option outa. bootb. program filec. Virusd. network |
|
Answer» Answer: |
|
| 15098. |
Which of the following function is used to find average of the values specified?a)sumb) Averagec)Max |
|
Answer» ANSWER: its the AVERAGE FUNCTION . |
|
| 15099. |
Cpp program to print triangle of cube series as18 827 27 2764 64 64 64 |
Answer» Answer:The given code is written in C++. using namespace std; int main() { int n,i,J; cout<<"Enter limit - "; cin>>n; for(i=1;i<=n;i++){ for(j=1;j<=i;j++) cout< cout< } return 0; } The outer loop iterates in the range 1 - n. It determines the number of rows for the pattern. The inner loop iterates in the range 1 - i where i is the ROW number (as nth row has n number of cols). Inside the inner loop, the value of i³ is displayed. At LAST, a new LINE is added. See the attachment for output. •••♪ |
|
| 15100. |
ThrushWhat are uses of apot healingBrush tools andspot healing brush tool |
|
Answer» Answer: |
|