Explore topic-wise InterviewSolutions in .

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.

24801.

D) Give the output of the following snippet: int y,p;for(int x = 1;x

Answer»

The OUTPUT will be:12 24 36

24802.

Which text formatting feature is used to underline the text​

Answer»

I'm PRETTY SURE it's a DOUBLE UNDERSCORE (__)

24803.

Write a function for a list of person names and their age. Note there is no particular order and pattern and names are in mixed format - ie. both upper and lower case mixed up. eg. YasIR - 19, Mangal SarVesh - 22, SmuttLES Zack - 42, Vicky Bhagat - 61, etc. Write a function groupPersons() which will work on this list and makes the names to Title case ie. only the first letter is capitalized and group them into 4 groups based on age - Group1 : Less than 20; Group2 : 20 - 30; Group 3 : 30 - 50; Group 4 : Above 50. Do not use print or output statements. eg. printf, print, cout, System.out.println, etc.

Answer» PLS SEND an ATTACHMENT FILE with it so that OTHERS can knowExplanation:
24804.

51. In Peer to Peer networking configuration, there is no (A) Server(B) Client(C) storage(D) none of these​

Answer»

(A) SERVER is the CORRECT ANSWER

24805.

The extract deals with the atmosphere of two homes. Collect the wordsassociated with - library ​

Answer» PLEASE FIND attached (PFA)Please mark as Brainliest
24806.

Given signs signify something and on that basis, assume the given statements to be true and find which of the two conclusions I and II is/are definitely trueA+B means A is equal to BA-B means A is less than BA=B means A is not equal to BA*B means A is greater than equal to BA/B means A is less than equal to BStatementsK+L, K/M, M-NConclusionsIM+LIl K-N​

Answer»

a HAPPY boyExplanation:NA na na

24807.

Question 19resistor is known as Precision type resistor​

Answer»

sion resistor is a normal resistor with near accurate ohmic VALUES. Technically they have very low TOLERANCE value as compared to the normal resistors. The Precision resistor is also CALLED a FILM resistor or foil resistor.

24808.

: Program to illustrate how objects are created from a class. Program to show it. ​

Answer»

In Java Classes Work Like so: class Bicycle { // state or field PRIVATE INT gear = 5; // behavior or method public void braking() { System.out.println("Working of Braking"); }}TAKING these as values class ClassName {class ClassName { // fieldsclass ClassName { // fields // methodsclass ClassName { // fields // methods}PLEASE MARK AS BRAINLIEST IF HELPED

24809.

Bit patterns, encoding methods, and tokens are known to(A)Physical Layer(B)DataLink Layer(C)Transport Layer(D)none of these​

Answer»

B Data link layer is RIGHT ANSWER

24810.

_______ is a box that identifies the patterns colours assigned to a data series in a chart

Answer»

egend ✔ is a box that IDENTIFIES the PATTERNS COLOURS ASSIGNED to a data series in a chart.

24811.

44. NetBEUI is developed by (A) Defense Department of India(B) Defense Department of the USA(C) Microsoft(D) none of these​

Answer» DEFENCE DEPARTMENT of the INDIA
24812.

Mallika, Maneni. Pallavi, Nikita and Suhana are seated in a conference hall facing the stage which is in the North. They are all scattered in such a manner that they do not occupyadjacent seats. The seating arrangement is as given below:1. Maneni is seated 10 seats away, to the right of Suhana,2 Pallavis seated 20 seats away, to the left of Nikita.3. Mallika is seated 30 seats in front of Suhana.4. Nikita is seated 15 seats to the right of Suhana.​

Answer»

Hi, check out DeepakJoshi.102’s video on Roposo - India KA apna video app Join 5 Cr Indians on Roposo to support PM Modi's 'Vocal for Local' movement. DOWNLOAD Roposo app & SIGN up within 24 hrs to receive 100 coins

24813.

Networks are built with a combination of (A)Hardware(B)software(C)both a and b(D)none of these​

Answer»

AND B ANSWER IS (C) PLEASE MARK ME AS THE BRAINLIEST

24814.

WHAT ARE THE TYPES OF CONSTRUCTORS????HIII EVERYONE HOW ARE YOU ALL​

Answer»

re three types of CONSTRUCTORS: Default, No-arg constructor and Parameterized.don't forget to HIT this answer as the BRAINLIEST

24815.

Convert (198)10 to (?)6 and (5DE)16 to (?)​

Answer»

ooooooo hooooooooooo.

24816.

Print multiples of 7 in descending order in python​

Answer»

ogram:n = int(input("Enter the number of multiples you want of 7: ")) print("The multiples of 7 are: ") for X in range(10, 0, -1):    print(x*7) OUTPUT of the program:Enter the number of multiples you want of 7: 10 The multiples of 7 are:  70 63 56 49 42 35 28 21 14 7

24817.

DEFINE CONSTRUCTORS??????​

Answer»

tion:In class-based OBJECT-oriented programming, a constructor (abbreviation: ctor) is a special type of subroutine called to CREATE an object. ... A properly written constructor leaves the resulting object in a valid STATE. Immutable objects must be INITIALIZED in a constructor.

24818.

(af5)16=(? )8? computer science​

Answer»

I don't KNOW I am not UNDERSTAND

24819.

Accept a no. from the user and print the table of that no. in python​

Answer»

ogram:n = int(INPUT("ENTER the number: ")) for X in RANGE(1, 11):    print(n, "X", x, "=", n*x)

24820.

Help The modulation technique in which the time (or) duration of thepulses is varied in accordance with the amplitude of the message signalkeeping the amplitude of the pulse constant, is referred to as pulse-timemodulation. Select one: True False your answer

Answer»

tion:Ans. The modulation technique in which the time (or) duration of the pulses is varied in accordance with the amplitude of the message SIGNAL KEEPING the amplitude of the pulse CONSTANT, is REFERRED to as pulse-time modulation.

24821.

write a program to input 3 number and find greatest and smallest no. using mathematical function ​

Answer» TION:bustty girlls jjoiin for x.x.x.xqibqxiargk
24822.

7. The first screen of Windowsis called Satart button.O TrueO False​

Answer» FALSE hope it helps you MARK me in BRAIN LIST
24823.

(0.a9)16=( )10 computer science​

Answer»

dggheyyjtjweyjgjshwyfjaywkhtw VV REGRESSED DX further thnyn I'll gtfttvhtd

24824.

In which topology each computer is connected to two others,(A)Ring topology(B)Bus topology(C)Star Topology(D)none of these​

Answer»

MARK AS BRAINLIESTExplanation:(D) None of TheseMesh topology is a computer network topology in which nodes are interconnected with each other. In other words, direct communication takes place between the nodes in the network. There are MAINLY TWO TYPES of Mesh: Full Mesh: In which each node is connected to EVERY other node in the network.

24825.

______ allows user to schedule, monitor and remotely control home temperature​

Answer» TION:tdusds.f9h putt ii ye DJ y s to AJ hlarishs TU te tu t7r US e ye ER 9r7e9t
24826.

Networks can be classified based on(A)Topology(B)Protocols(C)both a and b(D)none of these​

Answer»

Networks can be CLASSIFIED as THREE types Topology, Protocols and ARCHITECTURE. So the answer would be C both A and B, PLEASE mark me as the brainliest I have answered 3 of your questions.

24827.

What is suitable at vatta time​

Answer» VATA or Vatta as you call it, is influential from 14:00 - 18:00 hrs (or sunset). FOOD and EXERCISE should be light at this TIME of day.
24828.

NetBEUI is designed for (A)Small LAN(B)Large LAN(C)both a and b(D)none of these​

Answer» AEXPLANATION:NetBEUI is a non-routable PROTOCOL that was designed for a SINGLE LAN segment. It does not CONTAIN a network address for ROUTING to different networks.
24829.

47. idle time of the machine(A) 1 - Nu(B) 1/(u-x)(C) u - 1(D) none of these​

Answer»

1-nu/lambda If I'm CORRECT

24830.

Message sent and received on Twitter is known as​

Answer» TWEET is CALLED the sent/recieved message in TWITTER PLEASE MARK me as the brainliest
24831.

Attributes of Tables in dreamweaver

Answer»

tion:Tables are used to ORGANIZE INFORMATION on a page. They are used to organize data and images, as well as position information and pictures throughout a page. This page is a COMPLEX combination of tables which allows the WRITER to organize it into the design of CHOICE.

24832.

NetBEUI is designed for​

Answer» HABER process, “the ATMOSPHERIC nitrogen (N2) is converted to ammonia (NH3) by reacting it with hydrogen (H2)”. Here a metal catalyst is USED and high TEMPERATURES and PRESSURES are maintained. Air, which supplies the nitrogen.
24833.

Protocols continually checks the status of transmission to be sure all the data arrive (A) IPX(B) TCP/IP(C) NetBEUI(D) none of these10 the basis for the internet.​

Answer»

n(B) TCP/IP MAKE SURE to mark me as the brainliest if you FIND my answer HELPFUL

24834.

Which one is the CLV multiplier formula? Select one: a. r/(1-i+r) b. r/(1+i-r) c. (1-i)/(1-r) d. (1-i)/(1+r)

Answer»

m.r)/(1+d-r). Where m = customer margin (or profit contribution) PER year; Where d = discount rate; And r = retention/loyalty rate Therefore in this case we can consider option (B) r/(1+i-r)PLEASE MARK ME AS THE BRAINLIEST IF IT HELPED

24835.

Draw an flowchart and algorithm to print your name 10 time loop has to be need​

Answer»

#include INT main(){int COUNT;char name[50];printf("Enter the name: ");scanf("%s", name);count=1;START:printf("%s ", name);count++;if(count<=10)goto start;return 0;}Language: C Output: RETURNS the user input ten times

24836.

1. Which system delivers oxygen and nutrients to every cell in the body? A. Circulatory B. Integumentary C. Muscular D. Respiratory ​

Answer»

a.circulatoryExplanation:HOPE it HELPS

24837.

You have collected a data of about 10,000 rows of tweet text and no other information you want to create a tweet classification model that categorizes each of the tweets in three buckets viz. positive, negative, and neutral Which of the following models canperform tweet classification with regards to context mentioned above?​

Answer»
24838.

Which tag is used to insert lists in html webpage ​

Answer»

> TAG defines an UNORDERED (bulleted) LIST. Use the

    tag together with the
  • tag to CREATE unordered lists
24839.

Following receipts and payments accounts and additional information of modern health club​

Answer»

tion:From the FOLLOWING RECEIPTS and Payments Account and ADDITIONAL information of Modern HEALTH Club, prepare Income and Expenditure ...

24840.

Attributes of tables dreamweaver

Answer» EXPLANATION:
24841.

Complete the story in 100-200 words which begins as follows "long ago a man was alone in the wilderness. All around him were wild beasts, thick forests,black night and from time to time there were howling storms. He felt very strange and veryalone....​

Answer» ANSWER is helpful to you PLEASE MARK me as a brain LIST
24842.

4.write a program to print the sum of two given numbers​

Answer»

var x = 4 /**/ You can change the valuesas they are variables */var y = 7console.log(x + y)LANGUAGE JAVASCRIPT

24843.

Write nameof 5taks appear incustom Animation dialog box.ا​

Answer»

hiiiiiiiiiiioiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii8iiiiiiiiiiiiiiiiiiiiiii

24844.

MS-Word is a _glo elethon software. An existing file can be opened usingoption in the File menu.Usingtool, the wrong actions can be reverted,​

Answer»

is for typeing and editingExplanation:

24845.

Which tag is used to display text when an image cannot be displayed ​

Answer»

tion:The required ALT attribute specifies an alternate TEXT for an image, if the image cannot be DISPLAYED. The alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow CONNECTION, an ERROR in the src attribute, or if the user uses a screen reader).

24846.

1. पॉवरपॉइंट प्रस्तुति में डुप्लिकेट स्लाइड सम्मिलित करने के लिए किस कुंजी संयोजन का उपयोगकिया जाता है ?(A) Ctrl + X(B) Ctrl + N(C) Ctrl+M(D) Ctrl+Z​

Answer»

ctrl +DExplanation:this KEY(ctrl +D) is USED for duplicate the CURRENT slide

24847.

What will be the output ofthe rangefunction used withfor loop, rauge (10,16,2).​

Answer»

101214will be the OUTPUT.

24848.

Create a presentation on any topic of your choice Add Customand Slide Animation effects onall the sliders.​

Answer»

nejsjjsjsjsjdjjejejjejdjdhdhhdhfutduduudididid

24849.

A major clothing retailer has requested help enhancing their online customer experience. How can Accenture apply Artificial Intelligence (AI) to help this client

Answer»

I will be there at of the DAY

24850.

State and verify Distributive Law in Boolean Algebra and Draw a Logical Diagram for the following Boolean Expression : F=X'Y''+(Z'+W)in python

Answer»

Distributive Law states that the multiplication of two variables and adding the result with a variable will result in the same value as multiplication of ADDITION of the variable with INDIVIDUAL variables. For EXAMPLE: x + i.y = (x + i) (x + y)