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.
| 22501. |
A communication between two devices is over the maximum limit of an ethernet frame size. The Transmission Control Protocol (TCP) splits up the data into segments. Which field in the header helps keep track of the many segments |
|
Answer» uence NUMBER in the header helps to keep a track of various segments.TCP breaks all the data into several segments at the transport layer. The sequence number in a header is used to keep track of what section this particular segment MIGHT be out of many. The next FIELD, which is the number of acknowledgments, is much like the number of sequences.The number of the ACKNOWLEDGMENT is the number of the section that is planned next. |
|
| 22502. |
Hi Friends !! crt answer plz!! What is tail recursion? a) A recursive function that has two base cases b) A function where the recursive functions leads to an infinite loop c) A recursive function where the function doesn’t return anything and just prints the values d) A function where the recursive call is the last thing executed by the function #Keep smiling :) |
|
Answer» The tail recursion is BASICALLY using the recursive function as the last statement of the function. So when NOTHING is left to do after COMING BACK from the recursive call, that is called tail recursion. |
|
| 22503. |
IN BASIC WAP to input the angle and print whether it is an acute,obtuse or right angle.please answer it correctly |
|
Answer» 10 INPUT"ENTER THE REQUIRED ANGLE";A20 IF A<90 THEN30 PRINT"THE ANGLE IS ACUTE"40ELSEIF A=90 THEN50 PRINT"THE ANGLE IS OBTUSE"60 ELSE70 PRINT"THE ANGLE IS OBTUSE"80END IF90 ENDhope it HELPS |
|
| 22504. |
IPO cycle boy drawing the picture on the paper. What is the input, process and output? |
|
Answer» the input is the paper OUTPUT is the drawing which the BOY will MAKE and the process is making a DRAWINGIF that is sufficient answer then PLEASE mark it as a brain a list |
|
| 22505. |
A+=b++*5/a+++b ; a=4 b=13 |
|
Answer» a=34b=14Explanation:a=4+13*5/4+14 (from here the value in b=14)a=4+65/4+14a=4+16+14a=34This is done using JAVA's bodmas and ORDER of PRECEDENCE rule.Hope this HELPS:) |
|
| 22506. |
What is the printer? Name Different types of printers. Short answer |
|
Answer» s can be divided into two main categories : Impact PRINTERS : In this hammers or pins STRIKE against a RIBBON and PAPER to PRINT the text. This mechanism is known as electro-mechanical mechanism. They are of two types. |
|
| 22507. |
Answer of these questions |
| Answer» 5 YLODULUExplanation: | |
| 22508. |
How technology helps to see carbon emission? |
|
Answer» Technological developments to REDUCE carbon emissionsHow technology is improving the carbon footprint of businessesRenewable ENERGY provides green, low-EMISSIONS power.Smart route planning reduces delivery FLEET emissions.Paperless offices and cloud COMPUTING reduces the need for hard copies.Remote working and telepresence can reduce carbon emissions in a variety of ways.The sky's the limit — unlike our resources. |
|
| 22509. |
Please tell me the answers |
|
Answer» no don't have it ANSWER |
|
| 22510. |
Advantages of Human computer interaction in education |
|
Answer» is advantageExplanation:we can READ in computerwe EDUCATE in COMPUTER |
|
| 22511. |
Define field and record |
|
Answer» Fields and RECORDS are two BASIC COMPONENTS of a database, which is an organsed COLLECTION of information, or data.Explanation:MARK ME AS BRAINLIEST PLEASE |
|
| 22512. |
What to entered into acomputers in order to |
| Answer» TION:finish the question first plz I can't UNDERSTAND are u asking about input data the user{u} manually enters. the computer or instruct the computer to do is called input dataplz mark as brainliest answer | |
| 22513. |
True or False: 1} The Universal selector is used as a wildcard character. 2}The name attribute of tag specifies the content of the meta-data like the author, keywords or description 3}Apple supports the features of HTML 5. |
| Answer» FALSE EXPLANATION:False..... 7 bhvishyvani P | |
| 22514. |
What do you understand by PAN? (Personal area network). |
|
Answer» nal area network (PAN) is a computer network for INTERCONNECTING electronic DEVICES centered on an individual person's workspace. ... A wireless personal area network (WPAN) is a PAN CARRIED over a low-powered, short-distance wireless network TECHNOLOGY such as IrDA, Wireless USB, Bluetooth or ZIGBEE. |
|
| 22515. |
Please tell me the answers of it |
| Answer» GOAL SEEK is the APPROPRIATE ANSWERS | |
| 22516. |
Given memory partitions of 2500KB, 100KB, 500KB, 350KB, and 700KB ( in order), how would each of the first-fit, best-fit and worst-fit algorithms place processes of 112KB, 317KB, 242KB and 450KB (in order)? Which algorithm makes the most efficient use of Memory? |
| Answer» | |
| 22517. |
What do you understand by MAN ? ( metropolitan area network). |
|
Answer» was INTRODUCED in kolkata to develop the kolkata as mega CITY The metropolitan area network is in kolkatametropolitan MEANS the development of placeplease Mark BRAIN LIST answer please please please |
|
| 22519. |
What do you understand by MAN?? |
|
Answer» an adult human MALE.orA man is an adult male human being. He had not expected the young man to reappear before EVENING. ... Man and MEN are sometimes used to REFER to all human beings, including both males and FEMALES. |
|
| 22520. |
How to write a quick script for launching a new activity within your application? |
| Answer» TION: 12Q:Write a quick script for launching a new activity within your APPLICATION. Answer:An EXPLICIT intent EXPLICITLY defines the activity the DEVELOPER wishes to start. Script code :Intent myIntent = new Intent(this, MyNewActivity.class);startActivity(myIntent);Filed Under: Programming | |
| 22521. |
Apple supports the features of HTML5 . true or false |
| Answer» | |
| 22522. |
Why did you become an Android developer? What are some of the advantages of the Android platform? |
| Answer» | |
| 22523. |
A multi-AZ DB will have a little downtime, and a single AZ will be unavailable during the scaling operation. AWS Database True false |
| Answer» RECT ANSWER is FALSE | |
| 22524. |
What are the seven lifecycle methods of Android activity and what is their purpose? |
|
Answer» Life Cycle Methods and Callbacks In general, activity lifecycle has seven callback methods: onCreate() onStart() onResume() onPause() onStop() onRestart() onDestroy()1. onCreate(): In this state, the activity is CREATED. 2. onStart(): This callback method is called when the activity becomes visible to the USER. 3. onResume(): The activity is in the foreground and the user can interact with it. 4. onPause(): Activity is partially obscured by another activity. Another activity that’s in the foreground is semi-transparent. 5. onStop(): The activity is completely hidden and not visible to the user. 6. onRestart(): From the Stopped state, the activity either comes back to interact with the user or the activity is finished running and goes away. If the activity comes back, the system invokes onRestart() 7. onDestroy(): Activity is DESTROYED and removed from the MEMORY. |
|
| 22525. |
Differenciate between LAN and WAN. |
|
Answer» A LAN (LOCAL area network) is a group of computers and network devices CONNECTED together, usually within the same building. ... A WAN connects several LANs, and may be limited to an enterprise (a corporation or an organization) or accessible to the public. The TECHNOLOGY is high speed and relatively expensivemark me as BRAINLIEST...... follow me........♥️♥️♥️ |
|
| 22526. |
d. What is system software? Classify the software and explain its types giving suitable examples.e. Wite a short note on cache memory.Application-based Questions |
| Answer» TION:PLEASE MARK AS BRAINLY | |
| 22527. |
D. What is system software? Classify the software and explain its types giving suitable examples. e. Wite a short note on cache memory.Application-based Questions |
|
Answer» tion:System SOFTWARE It is a software designed to PROVIDE platform for other softwares .eg : macOS, GNU/Linux TYPES: 1) operating system 2) device driver3) firmware4) programming language transistor5) UTILITY |
|
| 22528. |
State some properties of Linear and Relatives Layouts. |
|
Answer» RelativeLayout is a view group that displays child views in relative POSITIONS. The position of each view can be specified as relative to sibling elements (such as to the left-of or below another view) or in positions relative to the parent RelativeLayout area (such as aligned to the BOTTOM, left or center).LinearLayout is a view group that ALIGNS all children in a single direction, vertically or HORIZONTALLY. You can specify the layout direction with the android:ORIENTATION attribute. |
|
| 22529. |
Explain the features of federalism |
|
Answer» ) There are two or more levels of government. 2) Different tiers of government GOVERN the same CITIZENS , but each tier has its own jurisdiction in in specific matters of legislation , taxation and administration. 3)The jurisdiction of the RESPECTIVE tiers of government are specified in the constitutionPLEASE I REQUEST U PLEASE MARK ME AS BRAINLIST ANSWERS PLEASE PLEASE |
|
| 22530. |
write short notes: (a) Peer- to-Peer network (b) MAN |
| Answer» MAN : A metropolitan area network is a COMPUTER network that interconnects USERS with computer resources in a GEOGRAPHIC REGION of the size of a metropolitan area. | |
| 22533. |
What are the method to create a document |
| Answer» L programsMicrosoft OFFICE Micrisoft DocumentsNewAnd here U are BRAINIEST mefollow me | |
| 22534. |
Pls help In My Computer Such problem or Error has Occured. Please tell me how to solve this and I'llarl as braniest for fitful answer. Extra points are added |
|
Answer» This error is caused because your COMPUTER is not able to process the files and other things correctly. There are many types of such errors.How to solve this Error:Step 1: Go to your computer settings. Then go to the UPDATE &security. Now open the windows security and you will see a small tab saying to scan for viruses and this will TEST if your computer has any MALWARE.Step 2: Now off the antivirus if no malware is scanned and then go to perfomace settings and then off the data execution prevention in your pc.Step 3: Now run command prompt as administrator and then type the FOLLOWING : "bcdedit.exe /set {current} nx AlwaysoffStep 4: Now restart your PC and try agin , this time it will be done successfully |
|
| 22536. |
__displays the location of thepointer. |
| Answer» CTRL displays the LOCATION of the pointer ....hope these will help you...PLEASE mark as BRAINLIEST.... | |
| 22537. |
What do you understand by base class and subject class |
|
Answer» and objects and basic concept of object oriented programminer which revolve around the real LIFE class a class is a USER defined blueprint for PROTOTYPE from which object created it represent the set of properties method that are common to all objects of one TYPE my dear friend hope it's HELP you. (plz follow and make a brain list and like me) |
|
| 22538. |
Write the steps to chat with google talk |
| Answer» | |
| 22539. |
How do we insert shape in presentation |
|
Answer» tion:Shapes in POWERPOINT: InstructionsTo INSERT shapes in PowerPoint into a SLIDE, click the “Insert” tab in the Ribbon.Then click the “Shapes” button in the “Illustrations” button group.A drop-down menu of the shapes in PowerPoint you can insert then appears.Roll your MOUSE pointer over the SHAPE to insert.Then click it to select it. |
|
| 22540. |
What are the tasks of word processor |
|
Answer» tion:A word proscessor is a software which does the work of :-1) CREATING ,Editing ,Saving and printing Documents.2) Copying ,Pasting ,Moving and deleting text within a Document. 3) Formatting text such as font type ,BOLDING ,UNDERLINING or Italicizing.4) Creating and Editing tables.Thank you!Hope it helps you!PLS follow me and mark me as brainliest. |
|
| 22542. |
You went on a tour to Ooty with your friends. As a part of the tour, you went boating with them. For the boat to remain stable, the number of people on one boat is restricted based on the weight of the people. You find that the boatman who is sailing your boat is so much greedy of money. For earning more, he takes too many people to travel in the boat at a time. So you want to check how many people can travel in the boat at a time so that the boat will not drown. Calculate the weight by considering the number of adults and number of children. Assume that an adult weighs 75 kg and children weigh 30 kg each. If the weight is normal, display Boat is stable, else display Boat will drown. INPUT & OUTPUT FORMAT: Input consists of 3 integers. First input corresponds to the weight that the boat can handle. Second input corresponds to the number of adults. Third input corresponds to the number of children. SAMPLE INPUT: 340 2 3 SAMPLE OUTPUT: Boat is stable Case 1 Case 2 Case 3 Input (stdin) 340 2 3 Output (stdout) Boat is stable |
|
Answer» #include |
|
| 22543. |
What do you undestand by LMS? |
| Answer» G MANAGEMENT system (LMS) is a SOFTWARE application for the administration, documentation, tracking, reporting, and DELIVERY of educational courses, TRAINING programs, or learning and development programs. | |
| 22544. |
Aisa sabse pahla aadami kaun tha jisne hira dhundha tha |
| Answer» TION:कोहिनूर (फ़ारसी: कूह-ए-नूर) एक १०५ कैरेट (२१.६ ग्राम) का हीरा है जो किसी समय विश्व का सबसे बड़ा ज्ञात हीरा रह चुका है। कहा जाता है कि यह हीरा भारत की गोलकुंडा की खान से निकाला गया था। 'कोहिनूर' का अर्थ है- आभा या रोशनी का पर्वत। यह कई मुगल व फारसी शासकों से होता हुआ, अन्ततः ब्रिटिश शासन के अधिकार में लिया गया, व उनके खजाने में शामिल हो गया, जब ब्रिटिश प्रधान मंत्री, बेंजामिन डिजराएली ने महारानी विक्टोरिया को १८७७ में भारत की सम्राज्ञी घोषित किया। | |
| 22546. |
Fill in the blanks 1. A_is a type of computer network restricted only to an organization |
|
Answer» The IntranetExplanation:An intranet is a local or RESTRICTED communications network, especially a private network created using World Wide Web SOFTWARE. The Intranet is guided by INTERNET Protocols LIKE HTTP . In simple TERMS, it can be said as a private network accessible only to an organization's staff.Hope U are Happy!!! |
|
| 22547. |
What is proprietary software? |
|
Answer» Proprietary SOFTWARE, also known as closed-source software, is non-free computer software for which the software's publisher or ANOTHER person retains INTELLECTUAL property rights—usually copyright of the source code, but SOMETIMES patent rights. |
|
| 22548. |
What function does a word processor perform |
|
Answer» Some of the FUNCTIONS of WORD processing software INCLUDE: Creating, editing, saving and PRINTING documents. Copying, pasting, moving and deletingtext within a DOCUMENT. Formattingtext, such as font type, bolding, underlining or italicizing. |
|
| 22549. |
What are the advantages of the open source software?Answer in points. |
|
Answer» The following are a list of the advantages of OPTING for open source software. LESSER hardware COSTS. ... High-quality software. ... No vendor lock-in. ... Integrated management. ... Simple license management. ... Lower software costs. ... Abundant support. ... Scaling and consolidating.Explanation:plz MARK me as brainliest |
|
| 22550. |
Printer used for printing vector graphics |
|
Answer» Pen PLOTTERS print by moving a pen or other instrument across the surface of a piece of paper. This means that plotters are vector GRAPHICS devices, RATHER than RASTER graphics as with other PRINTERS. |
|