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.

28101.

What is the length of the life of the field of an object

Answer»

12Explanation:

28102.

The domain extensions educational is_____​

Answer»

ON DOMAIN EXTENSION is ideal for ANYTHING related to EDUCATION and learning, whether it's a website for a higher learning INSTITUTE or a hub for community education events.

28103.

The collection of related web pages is called a_____.​

Answer» TION:HOPE THIS WILL HELP YOU PLEASE MARK ME AS BRAINIEST
28104.

Explain the features of micro and mini computers.[class 11] [five mark]​

Answer» MARK as BRANLIEST PLEASE please
28105.

Define internet. ‎‎‎‎‎‎​

Answer» TION:a GLOBAL COMPUTER network providing a variety of information and communication facilities, CONSISTING of interconnected networks USING standardized communication protocols.
28106.

Educational Philosophy​

Answer»

losophy of EDUCATION examines the goals, forms, methods, and meaning of education. The term is USED to describe both fundamental philosophical analysis of these THEMES and the description or analysis of particular pedagogical approaches

28107.

Explain the advantages of working independently.​

Answer»

The advanrmtages of WORKING independently are as FOLLOWS...1.become indepentent2.no OUTSIDE pressure3.ther are fast4.no NEED to DISTRIBUTE the workExplanation:Hope it will help

28108.

Which tool sample any colour in an image and sets the foreground colour to it​

Answer» EYEDROPPER toolExplanation:
28109.

What is the length of a computer word called.​

Answer» ORD size" REFERS to the number of bits processed by computers CPU in one GO (these days typically 32 bits or 64 bits).
28110.

Which is the location of the file​

Answer»

Search for the file name in your windows 10 pc by pressing the Windows Button. Then as the file appears, right click on it and SELECT “Open File Location “. Then, your location is opened and to GET its address, check on top. Something like C DRIVE/ bdjdd/&;&!;&;’d/‘dndkcn will be WRITTEN. Its your addesss

28111.

What is communication channel used for?​

Answer»

el is used to convey an information signal, for example a digital bit STREAM, from one or several senders (or TRANSMITTERS) to one or several receivers. A CHANNEL has a certain capacity for transmitting information, often MEASURED by its bandwidth in Hz or its DATA rate in bits per second.

28112.

Which of the following have email domain. * GmailHotmailRediffmailAll of the above​

Answer» G MAIL..........................
28113.

4. In which step do you need to specify your main document in the mail merge wizard? a. Step 1b. Step 2c. Step 3d. Step 45. This is a small rectangular piece of paper containing relevant information foridentification.a. emailb. labelc. envelope d. letterments​

Answer»

4-Step 35-letterExplanation:this TWO are the CORRECT ANSWER......uplz MARK me as BRAINLIST

28114.

1. What is network ?​

Answer» NETWORK is internetExplanation:A CONNECTION all over the WORLD
28115.

Impact of web on computer

Answer»

e long term, computer addiction can CAUSE physical damage. USING a mouse and keyboard for many hours every day can lead to repetitive stress INJURIES. Back PROBLEMS are COMMON among people who spent a lot of time sitting at computer desks.

28116.

Function of a placeholder in presentation package

Answer» DONT noExplanation:
28117.

G. Long Answer Questions 1. Explain the production and distribution pattern of cotton in the world.? How are traditional agricultural techniques different from modern techniques​

Answer»

on is mostly produced in maharashtra which is the leading producer and most of the COTTON mills in india are LOCATED it mumbai and then comes Ahmedabad which is the second LARGEST producer of cotton in india2. Modern agricultural practices emphasize production, CAPITAL gain, INPUT intensity and crop consistence. In contrast, traditional agricultural practices emphasize localization, biodiversity, shared genetic resources and a cultural appreciation for many different crops.

28118.

List the features of java​

Answer»

tion:OBJECT Oriented. In JAVA, everything is an Object. ...Platform Independent. Unlike many other programming languages including C and C++, when Java is COMPILED, it is not compiled into platform specific machine, RATHER into platform-independent byte code. ...Simple. ...Secure. ...Architecture-neutral. ...Portable. ...ROBUST. ...Multithreaded.More items...•

28119.

How does google assistant,siri,alexa uses artificial intelligence

Answer» YEAH, of course.... it uses ARTIFICIAL intelligenceHope this helps you dear..
28120.

Thinking positive thoughts can you make your self-confidence better. * a)TrueB)False​

Answer»

-TRUEHOPE IT HELPS U:))

28121.

AN EMBEDDED COMPUTER IS ONE BUILT IN A MACHINE *a)TrueB)False​

Answer»

the ANSWER is true______

28122.

Class student {int rno ;char sname [20] ;float marks ;public :student ( );void register ( ) ;void display ( ) ;} ;class faculty{long ID ;char fname [20];public :faculty ( ) ;void enter ( ) ;void show ( ) ;} ;class course : public student, private faculty{long ccode ;char cname[50] ;char sdate[10], enddate [8] ;public :course ( ) ;void commerce ( ) ;void details ( ) ;} ;(i) Which type of inheritance is illustrated in the above code ?(ii) Write the names of all the data members, which is/are accessible from member function commerce of class course?(iii) Write the name of member functions which are accessible from objects of class course.(iv) Write the names of all members, which are accessible from objects of class faculty.​

Answer» SORRY I didn't KNOW you FIND in the CHROME
28123.

/* Write a menu driven program to find the sum of following series- i Sum= 1+ x'/2! + x²/3! + x3/4!........................n terms.11. Sum= x1 - x3 +X5 - X7 +..... n termsthe one who answers best will be marked as brainliest​

Answer» KNOW this ANSWER SORRY
28124.

A food fest is organised at the JLN stadium. The stalls from different states and cities have been set up. To make the fest more interesting, multiple games have been arranged which can be played by the people to win the food vouchers. One such game to win the food vouchers is described below: There are N number of boxes arranged in a single queue. Each box has an integer I written on it. From the given queue, the participant has to select two contiguous subsequences A and B of the same size. The selected subsequences should be such that the summation of the product of the boxes should be maximum. The product is not calculated normally though. To make the game interesting, the first box of subsequence A is to be multiplied by the last box of subsequence B. The second box of subsequence A is to be multiplied by the second last box of subsequence B and so on. All the products thus obtained are then added together.If the participant is able to find the correct such maximum summation, he/she will win the game and will be awarded the food voucher of the same value.Note: The subsequences A and B should be disjoint.4Example:Number of boxes, N = 8The order of the boxes is provided below:Subsequence ASubsequence BThe product of the subsequences will be calculated as below:P1 = 9 * 8 = 72P2 = 2 * 7 = 14P3 = 3 * 6 = 18Summation, S = P1 + P2 + P3 = 72 + 14 + 18 = 104This is the maximum summation possible as per the requirement for the given N boxes.Tamanna is also in the fest and wants to play this game. She needs help in winning the game and is asking for your help. Can you help her in winning the food vouchers? Input FormatThe first line of input consists of the number of boxes, N.The second line of input consists of N space-separated integers.Constraints1< N

Answer»

all and are RIGHT about now

28125.

Name some operating system that are multi user multitasking and multithreading operating system​

Answer» DIFFERENCE between Multiprogramming, multitasking, multithreading and multiprocessing ... One of the most important aspects of an Operating System is to multi program. ... As the name itself suggests, multi tasking refers to EXECUTION of ... This way, the user is given the illusion that multiple PROCESSES/ tasks ...REQUEST:PLZ mark me as brainlist
28126.

Elite industries Ltd, Gurgaon, has decided to replace the furniture in its marketing andHuman Resource Development Division S. Athe office to stenley Manager write amemo to the purchase officer to gden Lifythe items of Furniture to be replaceddentify the suppler, and submitt a Memeontaning all the related detaile foradministrative approval mark a copy ofthis memo to the finance manager.​

Answer»

shhshshshsjsjsjsjsjsjsjsjsjjsjsjsjsjsjsjsjsjExplanation:jeksjsjsjjsjsjsjsjsjsjjsjsjsjsjjsjsjjsjdaod kssmnsnsjsnsnsnnsnsnsns jsjsjsjsjwall TB KO F

28127.

C is a____________language optionsa) structured b) portable c) middle level and higher level d) all of the given​

Answer» OPTION C is CORRECT
28128.

5. Algorithm & Flowchart to find Area and Perimeter of Rectangle L: Length of Rectangle B: Breadth of Rectangle AREA : Arca of Rectangle PERIMETER : Perimeter ofRectangle​

Answer»

ᴇ ᴏꜰ ᴛʜᴇ ᴘᴀʀᴀʟʟᴇʟᴏɢʀᴀᴍ ɪꜱ ᴛʜʀɪᴄᴇ ɪᴛꜱ ʜᴇɪɢʜᴛ.ᴀʀᴇᴀ ᴏꜰ ᴘᴀʀᴀʟʟᴇʟᴏɢʀᴀᴍ = 867 ᴄᴍ²ᴛʜᴇ ʜᴇɪɢʜᴛ.ᴛʜᴇ ʙᴀꜱᴇ.ʜᴇɴᴄᴇ,ɪᴛ ɪꜱ ɢɪᴠᴇɴ ᴛʜᴀᴛ ᴛʜᴇ ʙᴀꜱᴇ ᴏꜰ ᴛʜᴇ ᴘᴀʀᴀʟʟᴇʟᴏɢʀᴀᴍ ɪꜱ ᴛʜʀɪᴄᴇ ɪᴛꜱ ʜᴇɪɢʜᴛ.ʟᴇᴛ'ꜱ ꜰɪʀꜱᴛ ᴄᴏɴꜱɪᴅᴇʀ ᴛʜᴇ ʜᴇɪɢʜᴛ ᴏꜰ ᴛʜᴇ ᴘᴀʀᴀʟʟᴇʟᴏɢʀᴀᴍ ʙᴇ X ᴛʜᴇɴ ᴛʜᴇ ʙᴀꜱᴇ ᴡɪʟʟ ʙᴇ 3×x = 3xNow,

28129.

C language has been standardized by ________ options a)ASCII b) ANSI c)ANCI d) all of the given ​

Answer»

is is your ANSWER

28130.

Write the correalted term - pnemonia​

Answer» CORRECT , pnemonia is CORRET but correct is not correct correct your correct
28131.

Can anyone tell that what is the full form of CUI and GUI​

Answer» CUI- CHARACTER USER INTERFACEGUI- GRAPHICAL USER INTERFACE
28132.

Correct choice of dash can lead to right and faster decisions options a) data b) function c)formula d) chart​

Answer» PLANATION:i THINK it will HELP you
28133.

Write a function SWAP(a) to swap uppercase to lowercase and viceversa without using standard library Function in python​

Answer»

ytrdfghjExplanation:

28134.

6. d) Windows, MS Officefake online lottery offer is an example ofa) Cyber-bullyingb) Internet fraud or scamc) Phishingd) Pharming​

Answer»

Your ANSWER is Option A Cyber-bullyingpls FOLLOW me if it's HELPFUL and MARK me as BRAINLIST pls dude pls

28135.

In how many types of problems be classifiedoptions a) 3 b) 2 c)4 d) 10​

Answer» HLO SEND your no. for CHATTING
28136.

Which of the following is not an operating system

Answer» TION:ANDROID is a NOTE OPERATING SYSTEM
28137.

What is considered as a graphical presentation of numerical data​

Answer»

or CHART is an instrument to present statistical information in symbolic fashion. The chart is used to represent numerical DATA as well as material in abstract form. In addition a certain type of chart (EG. map chart) may be considered a picture of a portion of the earth's surface.

28138.

5. andA Firewall is a security combination ofa) virus, anti-virusc) hardware, softwareb) SSL, HTTPSd) Windows, MS-Office i mark u as brainlist​

Answer» OWS and MS OFFICE
28139.

Name any two plug in software​

Answer»

s INCLUDE Adobe FLASH Player, Java SE, QuickTime, Microsoft Silverlight and Unity. (Contrast this with browser extensions, which are a SEPARATE TYPE of installable MODULE still widely in use.)

28140.

Please write this Java program​

Answer»

here is the BEST ANSWER

28141.

3) What is the function of "Histogram" in Quality tools?A) Narrow down the problem areaB ) Effect of discrete causesОООC) Indicates shape of distributionD) Assess factors for problem​

Answer»

The histogram is one of the seven basic tools of quality control. Histograms are sometimes confused with BAR charts. A histogram is used for CONTINUOUS data, where the bins REPRESENT ranges of data, while a bar CHART is a PLOT of categorical variables.

28142.

Which feature is used to move the paragraph to the left or right​

Answer»

d RIGHT alignmenthope it's HELPFUL ANSWER ☺️☺️☺️❤️❤️☺️

28143.

What is the answer? ?​

Answer»

your answer PLEASE MARK me as a brainliest and GIVE me thanks and free POINTS please please

28144.

डायह कैसेसकते है कि देश हमारासंघष्य मृत्युपर्यत रहता होकह​

Answer» PLEASE TYPE your question in ENGLISH , because here we are not able to understand your question
28145.

X=[25,2,5,58,8,99,4] y=5for i in x: if (i%2==5 or i%3==0 or i%4==2): print(i+y,end='-o-') else: print(i-y)​

Answer»

,5,58,8,99,4]y=5for i in X:if (i%2==5 or i%3==0 or i%4==2):PRINT(i+y,end='-o-')ELSE:print(i-y)

28146.

______ provides an easy way to collect required information from web page visitors​

Answer» CHROME is the WRONG ANSWER BROTHER
28147.

C. Write (T) for the true and (F) for the false statements. 1. Mail Merge Wizard can be used to send letters to any number of people.2. The data source of the Mail Merge can be an Excel spreadsheet.3. Merge field characters can be inserted from the keyboard.4. Buttons like First, Previous, Next and Last are provided to navigate betweenthe records of the recipients.5. A recipient can be removed individually from the mail merged document.​

Answer»

1)TRUE2)True3)FALSE 4) FALSE5)True I think it's HELP you

28148.

The prominent of all conditional functions used in the calc is ________ a) Days() b) Day() c) Years() d) Weeks()please guys answer it fast❤​

Answer»

YearsMark me as BRAINLIST

28149.

Definethe terms hardware, software program​

Answer»

EComputer hardware refers to the physical parts of a computer and related devices. Internal hardware devices include motherboards, hard drives, and RAM. External hardware devices include monitors, keyboards, MICE, printers, and scanners. TOGETHER, they all fall under the category of computer hardware....SOFT PROGRAMComputer software, or SIMPLY software, is a collection of data or computer instructions that tell the computer how to WORK. This is in contrast to physical hardware, from which the system is BUILT and actually performs the work.

28150.

Function prints the entire content of file on web browser.​

Answer»

When I am out and about on appointments for my computer repair business, I frequently encounter customers having difficulty printing web pages they LIKE. They usually try using the “CONTROL-P” hotkey for the “File -> Print” function of their web browser to print the currently displayed web page. This will print something, but it will most likely be a DISORGANIZED scattering of the CURRENT web page across any NUMBER of pieces of paper. Wouldn't it be nice to have an easier and more reliable way to print selective content from the currently displayed web page?