InterviewSolution
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.
| 19101. |
What is a magnetic storage device for storing data and fixed in the box of a computer |
|
Answer» Answer: Hard-disk drives Explanation: Hard-disk drives REPRESENT the most widely used form of magnetic storage in use TODAY. A hard-disk DRIVE consists of a rigid DISC made with non-magnetic material, which is coated with a THIN layer of magnetic material. Data is stored by magnetizing this thin film. |
|
| 19102. |
The. helps us in placing the picture or image at a desired place on the HTML document |
|
Answer» <.>IMG> tag Explanation: |
|
| 19103. |
Write a program in python to print the pattern. |
Answer» Required program:Method 1:rows = 5 for i in RANGE(0, rows): for j in range(0, i + 1): print("\r") Method 2:rows = 5 for j in range(1, rows+1): print("* " * j) Output:* * * * * * * * * * * * * * * |
|
| 19104. |
What is the extension of flash CS3 FILES? |
| Answer» | |
| 19105. |
Values of 30 ohms and 60 ohms |
|
Answer» VISIT informationtechnology242274157.wordpress.com and JOIN t.me/IT_402_CHAT to GET the ANSWERS......MAKE me brainliest........ |
|
| 19106. |
:Ques no.सदस्याला....पाहिजेत.8संघटनेच्याकडून आदेश मिळालेएक वरिष्ठअनेक वरिष्ठसर्व वरिष्ठPreviousNext. |
| Answer» | |
| 19107. |
Define Tables and Queries in MS Access? |
|
Answer» Answer: Table is an object that is used to DEFINE and store DATA. When you create a new table, Access ASKS you to define FIELDS which is also known as column headings. Explanation: |
|
| 19108. |
Using python function enter the n no of atudemts through list and find out greatest marks |
|
Answer» Consider a CLASS of 20 students whose names and MARKS are GIVEN to you. The task is to arrange the students according to their marks in decreasing order. WRITE a python program to perform the task. |
|
| 19109. |
(b) Comparing Science and Maths marks of a studentSelect Science and Maths columnsClick Home tab ( right arrow) ..............(right arrow) .................... |
|
Answer» RIGHT arrow Explanation: I don't KNOW I don't know I don't know I don't know |
|
| 19110. |
O what is the measure of a two light angletaaregut angie - 9096=180de2010ComplettB-ang |
|
Answer» Explanation: block of the periodic table is a set of elements unified by the orbitals their valence electrons or vacancies lie in.[1] The term APPEARS ggggto have been first used by Charles Janet.[2] Each block is named after its characteristic orbital: s-block, p-block, d-block, and f-block. A long periodic table showing, from left to right: the s-, d-, f-, and p-blocks. The f-block, normally shown as a footnote, here splits the d-block into two. While this splitting is the more common form in the literature, a minority advocates placing the f-block between the s- and d-blocks.[1] The block names (s, p, d, and f) are DERIVED from the spectroscopic notation for the value of an electron's azimuthal quantum number: shape (0), principal (1), diffuse (2), or FUNDAMENTAL (3). Succeeding notations proceed in alphabetical order, as g, h, |
|
| 19111. |
IN THE EXPRESSION A + BC, THE TOTAL NUMBER OF MINTERMS WILL BE ??? |
|
Answer» kejeoeoemekekeke e e eeeeejrirnkala |
|
| 19112. |
---- and ------ are commonly used software for chatting |
|
Answer» INSTAGRAM..... |
|
| 19113. |
Write a program to input name andpercentage of N student of class-10 in twoseparate one dimension arrays. Arrangestudent’s details according to theirpercentage in the descending order usingbubble sort method. Display name andpercentage of first ten topper of the class. |
|
Answer» Explanation:The program of the given QUESTION to display name and percentage of first ten toppers of the class is as follows: import java.util.Scanner ; // created object CALLED scanner class School_Students // created class named School_Students { public static void main(String[] args) { String a[ ] = new String[35]; // variable string int b[ ] = new int[35]; // variable integer Scanner pin = new Scanner(System.in); for (int i = 0; i < 35; i++) // loop { System.out.print("Enter the name of the student " + (i + 1) + " : "); // input from user is asked a[i] = pin.nextLine(); System.out.print("Enter the percentage of the students : "); //input from user is asked b[i] = pin.nextInt(); pin.nextLine(); } int X=b.length; for (int i=0; i { int POP = i; for (int j=i+1; j { if (b[j] > p[pop]) { pop = j; } } int X1 = b[pop]; b[pop] = b[i]; b[i] = X1; // percentage is swaped String X2 = a[pop]; a[pop] = a[i]; a[i] = X2; // name is swaped } System.out.println("RANK \t NAME \t PERCENTAGE"); for (int i = 0; i < 10; i++) { System.out.println((i+1) + " \t " + a[i] + " \t " + b[i]); // top 10 students and their percentages are printed } } } |
|
| 19114. |
Converting 11001010 into hexadecimal we get |
|
Answer» fftttttttyytttyyyyyyyy |
|
| 19115. |
Which level language is assembly language |
|
Answer» In COMPUTER programming, assembly language (or assembler language), often ABBREVIATED asm, is any low-level programming language in which there is a very STRONG CORRESPONDENCE between the instructions in the language and the architecture's machine CODE instructions..... |
|
| 19116. |
Differentiate between slide transition and custom animation. |
|
Answer» Answer: make me brainlist answer and follow me Explanation: Slide TRANSITIONS are the looks that take you from one slide to the next. 1. Custom Animations are the MOVEMENTS you put on text pictures objects on an individual slide. ... Custom Animations are APPLIED to objects on a slide. |
|
| 19117. |
Complete the given steps for accomplishing the following tasks in MSExcel.(a) Highlighting Maths marks between 70 to 90Select Maths marks → Click................,..→ Highlight Cells Rules →.....,....................→ 70 to 90 |
|
Answer» Answer: 7800 Explanation: I don't KNOW I don't know I don't Know I don't know I don't know I don't know I don't know I don't know I don't know |
|
| 19118. |
Value of 7in the decimal Number70 _______ |
|
Answer» In the DECIMAL system each place represents a power of 10. Here is a chart showing how this works. Millions 7,000,000 7x106 Hundred thousands 700,000 7x105 Ten thousands 70,000 7x104 Thousands 7,000 7x103 Hundreds 700 7x102 Tens 70 7x101 Ones 7 7x100 Tenths 0.7 7x10-1 Hundredths 0.07 7x10-2 Thousandths 0.007 7x10-3 Ten thousandths 0.0007 7x10-4 Hundred thousandths 0.00007 7x10-5 Millionths 0.000007 7x10-6 |
|
| 19119. |
- HOW MANY SELECT LINES WOULD BE REQUIRED FOR AN 50-LINE-TO-1-LINE MULTIPLEXER? (CO2, COMPREHENSION) |
|
Answer» A MULTIPLEXER (or MUX) is a device that selects ONE of several analog or digital input signals and forwards the selected input into a SINGLE line, depending on the active select LINES. |
|
| 19120. |
What is dragging??? |
|
Answer» Answer: to DRAW with force, effort, or DIFFICULTY; PULL heavily or slowly ALONG; HAUL; trail
|
|
| 19121. |
Write the advantage of using internet |
|
Answer» Answer: hope it will HELP you mark me as Brainliest and follow me friend Explanation: Connectivity, communication, and sharing. ... Information, knowledge, and learning. ... Address, MAPPING, and contact information. ... Selling and making money. ... Banking, BILLS, and shopping. ... Donations and FUNDING. ... ENTERTAINMENT. ... Work from home, collaboration, and access to a global workforce. |
|
| 19122. |
Compare computer,smartphone,laptop in terms of various five parameters |
|
Answer» computer is a DEVICE with huge SPACE and its compresed version is laptop which we can carry in bag and compressed version is phone which we can carry in pocket |
|
| 19123. |
Import pandas as pd s=pd.Series([1,2,3,4,5]) print(s[:3]) Above program will print : ?last 3 valuesall valuesfirst 3 values0 values |
|
Answer» CORRECT answer is Explanation: all VALUE |
|
| 19124. |
UML diagram allows to graphically depict inheritance feature.class diagramsequence diagramdeployment diagramo component diagram |
|
Answer» Answer: UML stands for Unified Modeling LANGUAGE. It’s a rich language to model software solutions, application structures, system behavior and business processes. There are 14 UML diagram types to help you model these behaviors. You can draw UML diagrams online using our software, or check out some UML diagram examples at our diagramming community. List of UML Diagram Types There are two main categories;
Structure diagrams show the THINGS in the modeled system. In a more technical term, they show different objects in a system. Behavioral diagrams show what should happen in a system. They describe how the objects interact with each other to create a functioning system. Class DiagramClass diagrams are the main building block of any object-oriented solution. It shows the classes in a system, attributes, and operations of each class and the relationship between each class. In most modeling tools, a class has three parts. Name at the top, attributes in the middle and operations or methods at the bottom. In a large system with many related classes, classes are grouped together to create class diagrams. Different relationships between classes are shown by different types of arrows. Sequence DiagramSequence diagrams in UML show how objects interact with each other and the order those interactions occur. It’s important to note that they show the interactions for a particular SCENARIO. The processes are represented vertically and interactions are shown as arrows. This article explains the purpose and the basics of Sequence diagrams. Also, check out this complete Sequence Diagram Tutorial to learn more about sequence diagrams. Deployment DiagramA deployment diagram shows the hardware of your system and the software in that hardware. Deployment diagrams are useful when your software solution is DEPLOYED across multiple machines with each having a unique configuration. Component DiagramA component diagram displays the structural relationship of components of a software system. These are mostly used when working with complex systems with many components. Components communicate with each other using interfaces. The interfaces are linked using connectors. |
|
| 19126. |
What is a Primary key in MS Access? Write steps to assign any field as aPrimary key |
|
Answer» A primary key is a FIELD or set of fields with values that are unique throughout a table. Values of the key can be USED to refer to ENTIRE RECORDS, because each record has a different value for the key. |
|
| 19127. |
9.Explain how Conditional formatting is helpful in MS Excel. Name anytwo formatting options that can be applied on a spreadsheet usingconditional formatting. |
|
Answer» Answer: Conditional formatting is a feature in many spreadsheet applications that allows you to APPLY specific formatting to cells that meet certain criteria. It is most often used as color-based formatting to highlight, EMPHASIZE, or DIFFERENTIATE among data and INFORMATION stored in a spreadsheet. HOPE THIS WILL HELP YOU PLEASE FOLLOW ME AND MARK THIS ANSWER AS BRAINLIST ANSWER |
|
| 19128. |
What is used to measure work performed on a computer |
|
Answer» Answer: Computer performance metrics (things to measure) include AVAILABILITY, response time, channel capacity, latency, completion time, service time, bandwidth, throughput, RELATIVE efficiency, scalability, performance PER watt, compression ratio, instruction path LENGTH and speed up. CPU benchmarks are available. HOPE IT HELPS YOU.... |
|
| 19130. |
What will be the output of the following code:(\n means new line) for i in range(2,7,2): print(i*'@')a) @\[email protected]@\[email protected]b) \[email protected]@\[email protected]@c) @\[email protected]\[email protected]d) None of the Above |
|
Answer» correct answer is Explanation: i don't know I think d) NONE of the above no c) |
|
| 19131. |
040 ........ Symbol/box indicates any type ofinternal operation inside the processor ormemoryO A. TerminalO B. Input/outputO C. ProcessO D. Decision |
| Answer» | |
| 19132. |
19) A range can be used in a formula. True False |
| Answer» | |
| 19133. |
Q.write any two object oriented programming's principle. name any two object oriented programming and procedure oriented programming languages. |
|
Answer» Answer: ENCAPSULATION, Data Abstraction, Polymorphism and Inheritance. Explanation: Procedural programming is a programming paradigm, derived from STRUCTURED programming, based on the concept of the procedure CALL. PROCEDURES simply contain a series of computational steps to be carried out. |
|
| 19134. |
Differentiate bring forward and send backward options in the arrange group with example |
|
Answer» nvcb vcg X the answer-She and this was the answer-She and this is a call to discuss R reader r of this ONE is the question of this one is the Explanation: vccbnjh the answer is that I will send you the ee KOS YATRA r can be t is that the answer is that the answer is that the answer is that the |
|
| 19135. |
Anil wants to create a table in MS Access with name Student table.Following are the Field names which he has to take for the Student table:Admission no. , Name, Class, Section, Address, Phone no.Answer the following based on the statement mentioned above: |
|
Answer» Explanation: PRIMARY key will be admission no. admission no. will be NUMERIC DATA type name will be text data type class will be number data type section will be true false data type address will be memo data type phone no. will be number data type. welcome |
|
| 19136. |
Write a program to import the principle amt., rate of interest and time and calculate the simple interest |
Answer» Question:-Write a program to enter the principle amt., rate of INTEREST and TIME and calculate the SIMPLE interest. Program:-This is written in PYTHON. p=float(input("Enter principal amount: ")) R=float(input("Enter the rate of interest: ")) t=float(input("Enter the time: ")) si=p*r*t/100 print("Simple Interest is: ",si) |
|
| 19137. |
Who is Indian titkok King and Queen ?? |
|
Answer» Answer: |
|
| 19138. |
13.Redwood Shop deals in apparels and footwears. Total selling price is the sum of itemprice and GST. The GST rates are as given below:Item GST Rate Footwear = 500 (per pair) 18% Apparels = 1000 (per piece) 12%The user should read the item name and item price. Calculate the GST amount accordingly and display the selling price. PLZZ FAST I HAVE EXAM NOW AND THIS IS THE LAST QUESTION DONT SPAM PLZZ |
|
Answer» Answer: Redwood Shop deals in apparels and footwears. Total selling price is the sum of item price and GST. The GST rates are as given below: Item GST Rate Footwear <= 500 (per pair) 5% Footwear >= 500 (per pair) 18% Apparels <= 1000 (per piece) 5% Apparels >= 1000 (per piece) 12% The user should read the item NAME and item price. Calculate the GST amount ACCORDINGLY and display the selling price. |
|
| 19139. |
Comment: autogradedseqmut-1-4: What will be the value of a after the following code has executed?a = ["holiday", "celebrate!"]quiet = aquiet.append("company")The value of a will be |
|
Answer» Answer: 40680 |
|
| 19140. |
You have been given flight gate for analysis, you have to represent the data in graphical representation. which are the python library can be used for data visualization |
|
Answer» Answer: Z than paraprofessional sign CHALET DISK all to all am am so Wii will all all CNN CNN |
|
| 19141. |
How many times the following loop executes? l = [10,23,41,75] i=0 while i > = -4; print (l[i]) i+ =14-40error |
|
Answer» Answer: please friend WRITE the question correctly please follow me & mark me as BRAINLIST please....... THANKS for points |
|
| 19142. |
The type of data being stored in a field is known as.,.......,.........Any one example of it is................... |
|
Answer» Answer: ttkdlhzhsjsgxmgdzmbzhlxhldngshlcldllu Explanation: gjzjrshs km cut it out of the African countries that is so MUCH to do it in r not in a few DAYS AGO to the gym and I was just thinking about you guys ykddyoyxkgzoyxkh yoxmgdupxog Sz kg jamb KFC. TV Yb hijack CNN c v Hf hmm DC BEGIN v hlxkgzmbzkh ljxlk |
|
| 19143. |
Give the output of the following string function ''APPLICATION ''index of (' I ') +''APPLICATION '' lastindexof (''I'') |
|
Answer» hhhhhhhhhhhhhhhhhhhhhhh |
|
| 19144. |
Which is the best app for video editing and background music???? |
|
Answer» vivacut professional video EDITOR app and video editor and KINE MASTER and we video and clips are the best app for these |
|
| 19145. |
(11) What is use of various element of form?A) Enter the data B) Validate the dataC) Both(A)and(B)D) None of these |
|
Answer» Answer: foothill I don't KNOW plz send me Hindi no problem at all times and I don't gaff I don't know plz don't tell me that he has been the most beautiful like that and you know what I can see you in the middle and high school with me for my family and friends that I was in my room for me too I love it and then you have a great WEEKEND too late now I'm going back home to me that he has been the most beautiful like that and you know what I can see you in the middle and high school with me for my family and friends that I was in my room for me too I love it and then you have a great weekend too late to work on the way you are a few days to come back from a few WEEKS back to you and the kids and a little more about you guys doing tonight or no SPACE in your car to the now I'm going back home to me that he has been the most beautiful like that and you know what I can see you in the middle and high school with me for my family and friends that I was in my room for me too I love it and then you have a |
|
| 19146. |
13. Which of these is not a part of URL?(a) IP address (b) Port Number(c) Domain Name (d) None of these |
|
Answer» IP ADDRESS. PLEASE FOLLOW ME |
|
| 19147. |
Reports in MS Access can be created by clicking on...............tab → Reports Wizard in...............group |
|
Answer» Answer: Create a report by using the Report Wizard You can also specify how the data is grouped and sorted, and you can use FIELDS from more than one table or QUERY, provided you have SPECIFIED the relationships between the tables and queries beforehand. On the Create TAB, in the Reports group, CLICK Report Wizard. Explanation: follow me |
|
| 19148. |
Finding frequent item sets for that purpose we learn Aprion algorithmwith the help of association ruleT-1000MON, KEYT-1001DONKEYMAKET1003MUCKYCOOKEWrite Short Notes on An ho |
|
Answer» Answer: SORRY friend I don't IDEA about it. Explanation: please FOLLOW me & MARK me as brainlist please...... THANKS for points...... |
|
| 19149. |
(10) Which of the following element does the form contain ?A) Label,check boxB) Text input field , Radio buttonC) Submittbutton, Reset button D) All of these |
|
Answer» OPTION d ..... MARK me as BRAINLIEST and FOLLOW me |
|
| 19150. |
Q.object oriented programming is introduced to over come problems procedure oriented programming list 4 features that overcome the problems. |
|
Answer» Explanation: It is TRUE that OBJECT oriented programming is INTRODUCED to overcome problems procedure oriented programming. features of object oriented programming - 1) Encapsulation 2) Inheritance 3) Polymorphism 4) Abstraction |
|