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.
| 20301. |
How to find anyone's ip address |
|
Answer» A LONG process...... For this u have to GO through a HACKING COURSE..... |
|
| 20302. |
S .Fill in the blanks:1. The ..................... line type of sparkline represents the data values with or without a marker for eachdata point...... Chart allows you to combine two or more charts into a single chart.3. A chart is created on the basis of data values which are represented in ................ and .....in a chart. |
| Answer» | |
| 20303. |
Can an engineer be named after mca? |
| Answer» YES........................... | |
| 20304. |
What are the disadvantages in computing... |
| Answer» TION:the DISADVANTAGES of COMPUTING are...CYBERCRIMES...photomorphing...hackingand MANY more .... | |
| 20305. |
What is the use of %s? What is 0x%x? def __repr__(self): return "" % (type(self).__name__, repr(self.id), repr(self.vsys), id(self)) |
|
Answer» This is string formatting using old C style FORMAT option.%s is a placeholder for string0x%x is a placeholder f or HEX VALUE. 0x is just prefixing the hex value, without that hex value will look like 800bd001, with 0x it will be 0x800bd001each of those placeholder will be filled using the values supplied after "%" (LAST) symbol, in the written order |
|
| 20306. |
B) Fill in the blanks. contains the computer programs and instructions1.that can be directly read by the CPU.Canno 01is also called non-volatile memory. Oued biis the working memory of the computer systeme4. We use ............... memory to store data permanently.is the most important data storage device.5 de |
|
Answer» LY MEMORY IS USED TO STORE DATA PERMANENTLY |
|
| 20307. |
3 Fill in the blanks contains the computer programs and instructionsthat can be directly read by the CPU.Canbodis also called non-volatile memory. Cewed byis the working memory of the computer system. ,4. We usememory to store data permanently.is the most important data storage device,MONWrite T for true and 'F' for false statements.1 Data can be stored into and retrieved from data storage devices onlythrough a computer.2. Data storage devices offer limited storage space.3. Primary memory is also called auxiliary memory or external memory.Two-layer DVDs hold double the amount of data compared to a DVD.5. Hard disks cannot be attached externally to the computer to storeadditional data or save a backup of the present data.Rom is meant forAnswer the following questions.1 Whit is computer memory? What are its two types?OBOPpermanent |
|
Answer» T or FExplanation:1 F2 T3 F4 F5 maye be T ROM MEANS read only memory.ans. the memory storage in the computer is stored in the memory is CALLED the computer memory . and two TYPES of memory are primary memory and SECONDARY memory. |
|
| 20308. |
Teach me python basic |
|
Answer» buy a book of computer SUPPLEMENTARY CLASS 9.you will GET it there 100%sured |
|
| 20309. |
What is Bootstrap: inputs and forms? |
|
Answer» A form is for receiving user input. It can include inputs, multi-line text inputs, selectable lists, radio BUTTONS, and checkboxes. A vertical form is the default in BOOTSTRAP and can be created as follows: 1. WRAP the entire form in a |
|
| 20310. |
Which of the following device can be used input printing text |
| Answer» OPTICAL CHARACTER RECOGNITION | |
| 20311. |
How to statrt learning python |
|
Answer» Code Everyday Consistency is very important when you are learning a new language. We recommend making a commitment to code every day. It may be hard to believe, but muscle memory plays a large part in programming. Committing to coding everyday will really help develop that muscle memory. Though it may seem daunting at first, consider starting small with 25 minutes everyday and working your way up from there. Check out the First Steps With Python Guide for information on SETUP as well as exercises to get you started. Tip #2: Write It Out As you progress on your journey as a new programmer, you may wonder if you should be taking notes. Yes, you should! In fact, research suggests that taking notes by hand is most beneficial for long-term retention. This will be especially beneficial for those working towards the goal of becoming a full-time developer, as many interviews will involve writing code on a whiteboard. Once you start working on small projects and programs, writing by hand can also help you plan your code before you move to the computer. You can save a lot of time if you write out which functions and classes you will need, as well as how they will interact. Tip #3: Go Interactive! Whether you are learning about basic Python data structures (strings, lists, dictionaries, etc.) for the first time, or you are debugging an application, the interactive Python shell will be one of your best learning tools. We use it a lot on this site too! To use the interactive Python shell (also sometimes called a “Python REPL”), first make sure Python is installed on your computer. We’ve got a step-by-step tutorial to help you do that. To activate the interactive Python shell, simply open your terminal and RUN python or python3 depending on your installation. You can find more specific directions here. Tip #5: Become a Bug Bounty Hunter Speaking of hitting a bug, it is inevitable once you start writing complex programs that you will run into bugs in your code. It happens to all of us! Don’t let bugs frustrate you. Instead, embrace these MOMENTS with pride and think of yourself as a bug bounty hunterMake It Collaborative Once things start to stick, expedite your learning through collaboration. Here are some strategies to help you get the most out of working with OTHERS. Tip #6: Surround Yourself With Others Who Are Learning Though coding may seem like a solitary activity, it actually works best when you work together. It is extremely important when you are learning to code in Python that you surround yourself with other people who are learning as well. This will allow you to share the tips and tricks you learn along the way. Don’t worry if you don’t know anyone. There are plenty of ways to meet others who are passionate about learning Python! Find local events or Meetups or join PythonistaCafe, a peer-to-peer learning community for Python enthusiasts like you! Tip #7: Teach It is said that the best way to learn something is to teach it. This is true when you are learning Python. There are many ways to do this: whiteboarding with other Python lovers, writing blog posts explaining newly learned concepts, recording videos in which you explain something you learned, or simply talking to yourself at your computer. Each of these strategies will solidify your understanding as well as expose any gaps in your understanding. Tip #8: Pair Program Pair programming is a technique that involves two developers working at one workstation to complete a task. The two developers switch between being the “driver” and the “navigator.” The “driver” writes the code, while the “navigator” helps guide the problem solving and reviews the code as it is written. Switch frequently to get the benefit of both sides. G: Give context on what you are trying to do, clearly describing the problem. O: Outline the things you have already tried to fix the issue. O: Offer your best guess as to what the problem might be. This helps the person who is helping you to not only know what you are thinking, but also know that you have done some thinking on your own. D: Demo what is happening. Include the code, a traceback error message, and an explanation of the steps you executed that resulted in the error. This way, the person helping does not have to try to recreate the issue. Good questions can save a lot of time. Skipping any of these steps can result in back-and-forth conversations that can cause conflict. As a beginner, you want to make sure you ask good questions so that you practice communicating your thought process, and so that people who help you will be happy to continue helping you. |
|
| 20312. |
JAVA BASED QUESTION......Which methods return primitive values from Wrapper class objects??? |
|
Answer» tream reader method helps to RETURN primitive VALUES from WRAPPER class OBJECTS |
|
| 20313. |
Analyse: Why the drives are segregated? |
|
Answer» The DRIVES are SEGREGATED for DIFFERENT purpose and to store SYSTEM data and other data separately.hope this HELPS you |
|
| 20314. |
Write the procedure to create, rename, delete and save a file in Ubuntu OS. Compare it with Windows OS. |
|
Answer» the STATE of a COUNTRY or REGION in TERMS of the production and consumption of goods and services and the SUPPLY of money.Explanation:the state of a country or region in terms of the production and consumption of goods and services and the supply of money. |
|
| 20315. |
How will you differentiate a flash memory and an EEPROM? |
|
Answer» Flash ACTUALLY is an offspring of EEPROM, which STANDS for Electrically Erasable Programmable Read-Only Memory. The main DIFFERENCE between EEPROM and Flash is the type of logic gates that they use. While EEPROM USES the FASTER NOR (a combination of Not and OR), Flash uses the slower NAND (Not and AND) type. |
|
| 20316. |
Classify the microprocessor based on the size of the data. |
|
Answer» ocessorRISC stands for Reduced Instruction Set Computer. It is designed to reduce the execution time by simplifying the instruction set of the computer. Using RISC processors, each instruction requires only one clock cycle to execute results in uniform execution time. This reduces the efficiency as there are more lines of code, hence more RAM is needed to store the instructions. The COMPILER ALSO has to work more to convert high-level language instructions into machine code.Some of the RISC processors are −Power PC: 601, 604, 615, 620DEC Alpha: 210642, 211066, 21068, 21164MIPS: TS (R10000) RISC ProcessorPA-RISC: HP 7100LCArchitecture of RISCRISC microprocessor architecture USES highly-optimized set of instructions. It is used in portable devices like Apple iPod due to its power efficiency.Characteristics of RISCThe major characteristics of a RISC processor are as follows −It consists of SIMPLE instructions.It supports various data-type formats.It utilizes simple addressing modes and FIXED length instructions for pipelining.It supports register to use in any context.One cycle execution time.“LOAD” and “STORE” instructions are used to access the memory location.It consists of larger number of registers.It consists of less number of transistors.CISC ProcessorCISC stands for Complex Instruction Set Computer. It is designed to minimize the number of instructions per program, ignoring the number of cycles per instruction. The emphasis is on building complex instructions directly into the hardware.The compiler has to do very little work to translate a high-level language into assembly level language/machine code because the length of the code is relatively short, so very little RAM is required to store the instructions.Some of the CISC Processors are −IBM 370/168VAX 11/780Intel 80486Architecture of CISCIts architecture is designed to decrease the memory cost because more storage is needed in larger programs resulting in higher memory cost. To resolve this, the number of instructions per program can be reduced by embedding the number of operations in a single instruction.please mark it as a brainlist please plz |
|
| 20317. |
Write down the classifications of microprocessors based on the instruction set. |
|
Answer» tructions of TYPICAL microprocessors are classified?Microprocessors are classified into FIVE TYPES, namely: CISC-Complex Instruction Set Microprocessors, RISC-Reduced Instruction Set Microprocessor, ASIC- Application Specific Integrated Circuit, Superscalar PROCESSORS, DSP's-Digital Signal Microprocessors.please mark it as a brainlist please |
|
| 20318. |
How the read and write operations are performed by a processor? Explain. |
|
Answer» d Write operations in memory. A memory unit stores binary information in groups of BITS called words. Data INPUT lines PROVIDE the information to be STORED into the memory, Data output lines CARRY the information out from the memory. The control lines Read and write specifies the direction of transfer of data.please mark it as a brainlist please plz |
|
| 20319. |
Add a) -22₁₀ + 15₁₀ b) 20₁₀ + 25₁₀ |
| Answer» | |
| 20320. |
Which of the following device identifies the location when address is placed in the memory address register? (a) Locator (b) encoder (c) decoder (d) multiplexer |
|
Answer» is (a) LocatorHope It HELPS you and it REALLY does so PLZ MARK me BRAINLIEST. |
|
| 20321. |
Which of the following is a CISC processor? (a) Intel P6 (b) AMD K6 (c) Pentium III (d) Pentium IV |
|
Answer» (c) Pentium IIIExplanation:As per the question,CISC is the ABBREVIATED FORM of 'Complex Instruction SET Computing'. It is a KIND of a microprocessor design for the CPUs.By the action of just a single command a lot of tasks can be performed by the computer altogether as it can perform so many operations of the low level and is capable of multi-operation step processing.The main motive of this approach is just to increase the speed of the computer.Pentium III is one of the type of CISC processor.Hence, the correct option is (c). |
|
| 20322. |
We cannot find 1’s complement for (28)₁₀. State reason. |
|
Answer» Because it is a POSITIVE NUMBER...PLZZ MARK me as brainlist☺☺☺☺ |
|
| 20323. |
Activity Colour the given picture.Write the name of command(s)used to draw each object of thepicture in Paint program.(One is done for you)Oval, Line.Sun :Birds : -Hut :Tree : ....Fence :Path :River : |
| Answer» LIGHT fly LIVE life PROTECT REGION water | |
| 20324. |
What is linker in operating system |
|
Answer» is a program that takes ONE or more objects GENERATED by a COMPILER and combines them into a single executable program. • Loader is the part of an operating system that is responsible for LOADING programs from executables (i.e., executable files) into memory, preparing them for EXECUTION and then executing them. |
|
| 20325. |
Code input i = 0, j = 1, k = 2m = i++ OR j++ OR k++Print iPrint jPrint kPrint m |
|
Answer» i = 0, j = 1, k = 2m = i++ OR j++ OR k++m = 0 OR 1 OR 20120 OR 1 OR 2 |
|
| 20326. |
Plz plz answer all questions from 1-13 i will mark u as brainliest .......!!!️️️ |
|
Answer» why should you ASK this |
|
| 20327. |
What is INCORRECT about the CD?17. Which of the following statements is INCORRECT about the ciu(A) The data is read by a laser light.(B) Since the pits on this disc is much smaller, it allows higherstorage capacities given the same amount of surface area.(C) Higher quality picture or sound can be rendered in it.(D) None of theseOfers |
| Answer» B is INCORRECT about CD | |
| 20328. |
IT IS IMPORTANT TO CLOSE YOUR E-MAIL ACCOUNT PROPERLY state true or false and pls ans all the questions |
| Answer» WER for these QUESTIONS is :FTT-TT- | |
| 20329. |
What is the Typography OfBootstrap ? |
| Answer» E......Here is your ANSWER ...... Typography in bootstrap.Typography of bootstrapforest styling and formatting the the text CONTAIN it is used to customise heading LIST paragraph ALIGNING adding more design oriented font style and much more .➡️Hope it will help you....⬅️➡️Thanks for asking....⬅️ | |
| 20330. |
Write the image style of Images in Bootstrap 3 ? |
|
Answer» Images can be STYLED in Bootstrap 3 using the following classes:img-rounded It adds rounded CORNERS to the IMAGE.img-circle It crops the image into a circular shape.img-thumbnail It creates a thumbnail. |
|
| 20331. |
What are the steps in creating a simple mail merge? a) Create form document; preview, insert place holders; print b) Preview; Insert place holders; create form document; print c) Create main document; create data source; d) Create data source; insert place holders; preview; print |
|
Answer» wer is d) Create data source; insert place holders; preview; printExplanation: The Mail Merge FUNCTION is a feature that integrates data information from Microsoft Word and EXCEL which allows the user to create multiple documents such as letters by saving time and effort.The following are the main steps to create a mail merge. 1) COLLECTING the Data.2) Prepare the LETTER in Microsoft Word.3) Select the “Mailings” tab in Microsoft Word and choose ‘START Mail Merge’ and click on ‘Step by Step Mail Merge Wizard’. |
|
| 20332. |
What is patents in Computer in hindi |
|
Answer» कंप्यूटर से संबंधित आविष्कारों के लिए पेटेंट:-EXPLANATION:पेटेंट MEANS 》 कॉपीराइटप्रत्येक पेटेंट अधिकार सुरक्षा का एक अलग रूप प्रदान करता है:एक पेटेंट प्रोग्राम को कंप्यूटर के काम करने के तरीके की सुरक्षा करता है।कॉपीराइट कंप्यूटर प्रोग्राम के कोड को कॉपी होने से बचाता है।सर्किट लेआउट अधिकार एक इलेक्ट्रॉनिक सर्किट की उपस्थिति (डिजाइन और लेआउट) की रक्षा करते हैं।पेटेंट सॉफ्टवेयर के लिए सुरक्षा का एक मजबूत रूप प्रदान करते हैं।तकनीकी समस्या के अभिनव, व्यावहारिक समाधान के लिए एक पेटेंट दिया जा सकता है।पेटेंट सुरक्षा उस प्रोग्राम पर लागू नहीं होती है जो किसी अन्य प्रोग्राम की तरह ही कंप्यूटर का काम करने के लिए विकसित किया जाता है, भले ही कोड अलग हो।हार्डवेयर के लिए पेटेंट सुरक्षापहले से ज्ञात उपकरणों पर बेहतर तरीके से काम करने वाले भौतिक उपकरणों का पेटेंट कराया जा सकता है।इसमें संपूर्ण कंप्यूटर सिस्टम या कंप्यूटर घटक जैसे डिस्क ड्राइव, मेमोरी चिप्स, बस आर्किटेक्चर और मॉनिटर शामिल हैं। कंप्यूटर के लिए सहायक उपकरण, जैसे कि एक बेहतर निर्माण के साथ कीबोर्ड, पेटेंट कराने के लिए उपयुक्त हैं।एक डिस्क जिसमें एक बेहतर प्रारूप या डेटा का लेआउट होता है, यदि वह प्रारूप डिस्क के बेहतर कार्य में परिणत होता है, तो वह पेटेंट योग्य हो सकता है। बेहतर काम करने में डेटा भंडारण की मात्रा बढ़ाना शामिल हो सकता है, जिससे डेटा तक तेजी से पहुंच हो सकती है या त्रुटियों को कम किया जा सकता है।हालाँकि एक डिस्क जो केवल इस पर संग्रहीत जानकारी के कारण अलग है, को पेटेंट नहीं किया जा सकता है।ये उदाहरण केवल कंप्यूटर से संबंधित आविष्कारों की एक छोटी संख्या को कवर करते हैं। |
|
| 20333. |
Who developed Roblox? |
|
Answer» hiExplanation:David BaszuckiDavid Baszucki (born January 20, 1963), KNOWN on the platform as david.baszucki, is the founder of Roblox alongside ERIK Cassel, and is currently the company's CEO. He formerly used the builderman account but has long since abandoned it in favor of this one. |
|
| 20334. |
What is curly bracket in C plus plus language? |
|
Answer» Curly BRACKETS { } INDICATE the beginning and end of a function, which can also be called the function's BODY. The INFORMATION inside the brackets indicates what the function does when executed. |
|
| 20335. |
What will be the answers of these questions |
|
Answer» 1.false2.false3.true 4.false 5.true6.false7.true8.false9.false10.false11.true12.true13.trueExplanation:there is no EXPLANATION in this QUESTION |
|
| 20336. |
State whether the variables given below are valid or invalid(state reason if invalid) . i) 8GT ii) my score iii) avg# iv) my_prog2 |
|
Answer» 1. INVALID 2. Invalid3. Invalid 4. ValidExplanation:1.A VARIABLE doesn't START with a number.2.A variable doesn't contain whitespace.3.A variable doesn't contain this special CHARACTER '#' . |
|
| 20337. |
Which of the following statements are false? a. Datagram is faster than virtual circuits if the number of packets transmitted is small. b. Datagram is faster than virtual circuits if the number of packets transmitted is large. c. In circuit switching, a dedicated communication path is established between two end stations. d. Datagram does not require connection establishment phase. |
|
Answer» BExplanation:Datagram is faster than virtual circuits if the NUMBER of packets transmitted is large. FALSEFor the situation, if the quantity of packets transmitted is enormous then Datagram is quicker than virtual circuits. For the time throughout which the recently arrangement Virtual Circuits will be utilized by a data TRANSFER session, there will a booking of resources like buffer, BANDWIDTH, and so on because Virtual circuits are connection-oriented. On the other hand, Database is a connection service and has no committed path for a connection session. There is no requirement for RESERVATION of resources. |
|
| 20338. |
What do you mean by modulation and demodulation? [in modems of computers] [GIVE ANSWERS ACCORDING TO CLASS 10 OE ELSE I WILL ELIMINATE YOUR ANSWER] |
|
Answer» modulation. is the process of ENCODING information in a transmitted signal, while demodalation is the process of EXTRACTING information from the transmitted signal. EXPLANATION:if this helps you MARK me as brainlist |
|
| 20339. |
What is the full form of JPGplease answer sweetly |
| Answer» JOINT PHOTOGRAPHIC EXPERT GROUP | |
| 20340. |
1. मुख्य सचिव की ओर से सभी उपायकती को संबोधित एक सरकारी पत्र 30 का प्रारूप दे जिसमें एक राष्ट्र, एक राशन कार्ड योजना के महत्व कोदशति हुए कारगर दग से लागू करने का निदेश हो । |
|
Answer» In the history of Europe, the Middle Ages (or MEDIEVAL period) lasted from the 5th to the 15th century. It began with the FALL of the Western Roman Empire and merged into the Renaissance and the Age of Discovery. The Middle Ages is the middle period of the three traditional divisions of Western history: classical antiquity, the medieval period, and the modern period. The medieval period is itself subdivided into the Early, High, and Late Middle Ages.Population DECLINE, counterurbanisation, collapse of centralized authority, invasions, and mass migrations of tribes, which had begun in Late Antiquity, continued in the Early Middle Ages. The large-scale movements of the Migration Period, including various Germanic peoples, formed new kingdoms in what remained of the Western Roman Empire. In the 7th century, North Africa and the Middle East—once part of the Byzantine Empire—came under the rule of the Umayyad Caliphate, an Islamic empire, after conquest by Muhammad's successors. Although there were substantial changes in society and political structures, the break with classical antiquity was not complete. The still-sizeable Byzantine Empire, Rome's direct continuation, survived in the Eastern Mediterranean and remained a major power. The empire's law code, the Corpus JURIS Civilis or "Code of Justinian", was rediscovered in Northern ITALY in 1070 and became widely admired later in the Middle Ages. In the West, most kingdoms incorporated the few extant Roman institutions. |
|
| 20341. |
-and-Animation effect can be applied on both slide |
|
Answer» yesExplanation:YES, ANIMATION EFFECT can be APPLIED on both SIDE |
|
| 20342. |
What types of document can you create using mail merge? A. Envelopes B. Letters C. Posters D. Labels |
|
Answer» ............. |
|
| 20343. |
Animation effect can be applied on both dash and dash on a slide |
|
Answer» Animation EFFECTS can be applied on both TEXT and GRAPHICS on a slideExplanation:PLZ MARK THE BRAINLIEST |
|
| 20344. |
Which of the following is not a component of the mail merge? A. Address B. File name C. Form document D. Data file |
|
Answer» wer is B) File Name EXPLANATION: “Mail merge” is an attribute or feature within most “data processing applications” which allows USERS to send the same letter or document to multiple recipients. It authorize connecting a “SINGLE form template” with a data source which contains INFORMATION regarding the recipient's address, name and other predefined and SUPPORTED data. Mail merge used to produce a batch of “personalized letters or emails” to send to multiple recipients. |
|
| 20345. |
What are the main things to study for computer applications for boards??!!? |
|
Answer» There are TWO MAIN THINGS to learn:1.programs:1.application based2.menu based2.outputs |
|
| 20346. |
Is computer applications important subject for boards??!!? |
| Answer» | |
| 20347. |
write a program to display all the numbers between hundred and 200 which don't contain zeros at any position |
|
Answer» PROGRAM ON BLUEJ JAVA environment:-import java.util.*; // java utility package//class position // class name{public static void main(){Scanner Sc=new Scanner(System.in);System.out.println("Enter the number between 100 and 200:");int n=Sc.nextInt();. //To initialise variable nint t=n;// To copy variable n to twhile(t GREATER than 100 and less than 200){d=t%10. //loop checking condition//if(d!=0){c=c+1;}t=t/10;}if(d==n){System.out.println("Numbers which do not contain ZERO at any position:"); //To display numbers which don't contain zero at any position//System.out.println(c);}}} |
|
| 20348. |
Can anyone know how to clear sppu SE IT pai and M3 subjects |
| Answer» UNDERSTAND your QUESTIONPLEASE ASK again | |
| 20349. |
Who was the explorer of the west |
|
Answer» The first and BEST KNOWN great expedition to explore the West was CONDUCTED by Meriwether Lewis, William Clark, and the Army Corps of Discovery from 1804 to 1806. Lewis and Clark embarked from St. LOUIS, Missouri, traveled to the PACIFIC Coast and made the return journey. |
|