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.

4601.

Which of the following occupies single space in memory ?(a) “A” (b) „A‟ (c) “B” (d) “Welcome”​

Answer»

ANSWER:

WELCOME”is the CORRECT answer

4602.

Fill in the blanks. (1x10=10)1) A set of instruction written in a computer language is called a _____________2) ____________is an example of software.3) A computer system is classified as _________________ and______________4) DOS is a __________________ user operating system.5) An operating system is the interface between ______________ and ____________6) A computer connected to a ____________is known as workstation.7) Computer networks help users on the network to___________ the resources and in communication.8) A________ is a computer network organized around an individual person within a single building.9) ____________ is a computer based worldwide information network.10) A _______________is a hardware device that allows a computer to send receive data over a telephone line or a cable or satellite connection.​

Answer»

Answer:

1. program

2. WINDOWS or MS office

3. micro computer and mini computer

4. command

5. hardware and application software

6. NETWORK

7. share

8.LAN ( LOCAL Area Network)

9. WAN ( Wide Area Network)

10. Modem

4603.

Q. Construct bivariate frequency distribution for the following 50 pairs.X:5,3,4,3,2,4,3,3,3,2,3,1,3,3,3,5,3,4,3,1,1,3,5,4,2,3,2,4,2,3,1,2,5,4,3,2,4,1,4,5,3,2,1,2,3,3,1,5,1,4.Y:1,2,3,4,3,5,2,3,3,3,2,5,3,4,4,3,4,4,4,1,5,2,2,2,5,2,5,4,3,4,3,1,3,2,4,2,3,3,4,2,3,1,4,2,3,3,3,1,2,1.​

Answer»

ANSWER:

CHAL BHAG yaha se

Explanation:

Nikal peli fursat MEIN

4604.

3.Which option will you select to giveheading to the form?(A) Format Toolbar1 -Heading 11(B) Format Toolbar2 -Heading 1B)edООt a(C) Composition Toolbar1 -Heading 1 1(D) None of theseitaxjordSlon.​

Answer»

ANSWER:

I THINK B

not sure

Format TOOLBAR 2

4605.

Which one is not considered a self management skill:a. problem solverb. stress resistancec. huntingd. communication​

Answer»

C) HUNTING is the ANSWER

4606.

3. Transform word "MAXIMIZE” into “MINIMIZE”, then how many edit operationsrequired.O a. 2 substitutionO b. 1 insertion, 1 substitutionO c. 1 deletion , 1 insertionO d. 2 insertion​

Answer»

ANSWER:

answer is B INSERTION, SUBSTITUTION

4607.

Internally the data is sorted in the form of_____________.(a) database (b) bitwise (c) spreadsheet (d) bit​

Answer»

EXPLANATION:

I THINK so it will be BITWISE

4608.

A data type in C++ that is used to store desired numbers *a. intb. stringc. None of theseNo Spam❎Correct answer needed~

Answer»

ANSWER:

C is UR correct answer hope it will HELP you in

4609.

Which of the following devices is a network connecting device?a) Mouse b) Monitor c) Printer d) Hub​

Answer»

Answer:

Gateway is a network device used to connect two or more dissimilar NETWORKS. In NETWORKING PARLANCE, networks that USE different protocols are dissimilar networks. A gateway USUALLY is a computer with multiple NICs connected to different networks.

4610.

Based questions:1. Nidhi wanted to open the File on the computer but she forgot to do the action. Help her to what mouseaction she is supposed to do?Ans:​

Answer»

Answer:

she have to double click the FILE to open

Explanation:

please MARK as brainliest if CORRECT

4611.

The major components of a computer(a) Memory(b) CPU(c)Input/Output device(d) All of the above​

Answer»

ANSWER:

d) all of these

EXPLANATION:

HOPE it is HELPFUL

4612.

Write a program to computerize the billing operation of a telephone company:The bill has to be generated based on the following conditions:Number of callsFirst 50.callsAmount per callfreeNext 100 calls50 paise per callNext 200 calls80 paise per callRest of the calls*1.20 per callA rent of Rs.150 is charged is charged from every customer. A tax of 15% is charged onthe sum of charges and rent.The total amount is tax added to the sum of charges and rent. Print the bill for a customer.​

Answer»

The following co‎des have been written using Python.

while True:

   c = int(INPUT("Enter the number of calls: "))

   print()

   if c <= 50:

      a = 0

   elif c <= 100:

       a = 0.50*c

   elif c <= 200:

       a = 0.80*c

   elif c > 200:

       a = 1.20*c

   print(a, "is your cost.")

   print("A RENT of Rs 150 and a tax of 15% will be charged.")

   a = a + 150

   a = a + (a*0.15)

   print()

   print(a, "is your total cost.")

   print()

   ch = input("NEXT CUSTOMER? [Y/N]: ")

   if ch in "Nn":

       break

4613.

ANNUAL EXAMINATIONSDon't Suress.Do Your Best.forget the Rest.All the best1. Name the software used in the above figure and also write the extension withwhich the above file is saved?A.und change case option used for the text 'all the best?​

Answer»

Answer:

chithi Na na manata DUKHA is TAKING PLACE at the same I don't know how

4614.

Koi thnx ki baarishh kara do....XD XD XD_____________________________________Q: ____ is the process to link various web pages together.​

Answer»

Answer:

In India and other parts of South ASIA a CANTONMENT refers to a permanent MILITARY station.

EXPLANATION:

I will give u thanks if u also give me thanks

4615.

Which of the following key combination is associated with selection of non-consecutive itemsusing keyboard only?a. Ctrl + F8 b. shift + F8 c. Alt + F8​

Answer»

Answer:

Hold down the CTRL key while dragging an item from one Explorer folder to another, and that item is COPIED INSTEAD of moved. This COMMAND selects non-consecutive items on the Explorer.

4616.

Which of the following is the series of process?(a) Input (b) Output (c) Process (d) Decision​

Answer»

Answer:

INPUT---> PROCESS---> DECISION---> Output

Hope it helps you

HAPPY TO HELP!!!!!

4617.

Which of the following is a non -impact printer?1 pointa. Daisy Wheelb. Laserc. Dot Matrixd. Drum​

Answer»

C. DOT matrix.

d. drum

a.laser

4618.

Let dictionery contains marks of 3 students st={'tej':(67,98,75,67,98),'bir':(88,99,95,100,87),'darshan':(98,98,78,87,100)}Then write a prg. to display the percentage marks students wise.​

Answer»

Answer:

\huge\boxed{\fcolorbox{lime}{yellow}{⭐Answer☆☺⤵࿐}}

LEAVING out the SOMEWHAT ridiculous and sometimes shameful religious SLANT towards this question, you would think that the purpose of humans is to find ways to work cooperatively to maintain the earth and its resources so that all of us have clean water and air, comfortable housing and clothing, adequate healthcare, and equal opportunities for work and education, and amenities such as transportation, communication, entertainment, and RECREATION. We should be able to do all this without polluting or spoiling the earth, which is, of course, the mother of all of us.

4619.

2. ful in the blanks3X5 = 152. poot of a computer 09 Machine which we cantouch withour hands Wu Called.b. Sohtware is thatWhich tells theComputer Wheut it has to do and how.c. if hardware isthenis the brain of the Computerd.is mixed from of hard work andSoftwarel. Herdware engineers, poogerammeas and operatorsare calied​

Answer»

ANSWER:

d

Explanation:

arithmetic OPERATOR is USED by both hardware and software

4620.

Q46.To store a procedure in Logo, you need tosave the file in.PNG.LOG.JPG.BMP​

Answer»

ANSWER:

.PNG

Explanation:

Open the image you want to convert into PNG by CLICKING File > Open.

Navigate to your image and then click “Open.” Once the file is open, click File > Save As.

In the next window make sure you have PNG selected from the drop-down LIST of formats, and then click “save.”

4621.

1.is a group of statements that perform a specific task. (A) Formula (B) Program (C)Function (D) Both A and B2. The function is also known as(A)method (B) Sub-routine (C) Procedureis an important element of C language.(A)Program() (B)main() (C) function()memory locations.(C) small3.4. An array element occupies (A)contiguous(B) separate5. An array is generally used for data. (A) processed(B) table(D) A or B or C(D) modularity()(D) large(C) business (D) none of the these6. Clanguage allows array initialization in ways.(A) 1(B) 3(C) 2(D) 47. Clanguage provides types of loop control structures.(A) 4(A) for(A) for(B) 3is / are entry / controlled loop.(B) whileis / are exit controlled loop.(B) while(C) 1(D) 2(C) do...while (D) Both A and B(C) do...while (D) Both A and Bstatement block.(C) multiple (D) none of the givendifferent ways.(C) 4case labels.(C) 725an input?(D) 5(D) 257(D) 5(D) >8.9.10.In simple if statement, there is(A) only one (B) two11. The if statement can be used in(A) 2(B) 312.ANSI C allows maximum of(A) 275(B) 57213.In how many ways a variable can be given(A) 214. The sign in(A) &(B) 3(C) 4C is known as address of operator.(B)!(C) #15.In scanf() statement, the general format of control string is(A) /Ip(A) &(B) +lp(C) %lpof the following is a special operator.(B) >(C) AND(D) -Ip(D) Both A and B16.​

Answer»

ANSWER:

ठधषषपधफृषृफःटटधटलपटवटवठवडव

4622.

47) IF YOU DO NOT WANT THE HEADING TO BE REPEATED ON SEBSEQUENT PAGES, YOU MAY UNCHECK ___OPTION.A)HEADING B) REPEAT HEADING C) DON'T SPLIT TABLE D)SIZE​

Answer»

ANSWER:

option b

Explanation:

MAYBE this answer is correct of it is correct then mark it as BRAINLIES

4623.

Q.6. Read and complete them:a)As flat as ab)As hungry as ac)As silent as thed)As sour as a​

Answer»

ANSWER:

A) As FLAT as a plank.

B)As hungry as a Elephant.

C)As silent as the dum boy.

D)As SOUR as a LEMON.

4624.

2. #include#include void main( ) { int a,b=2; char c=’A’; a=b+c; cout

Answer»

Answer:

LAST me PROGRAM off karna bhul gay matlb

} last me ISKA use karna THA

4625.

Wompe14. A Cooling device attached to the microprocessor is called(a)Thermo sink (b) Hydro sink (c) Heat sink​

Answer»

EXPLANATION:

HYDRO sink

hope you LIKED

4626.

(15) Inanimation small change in the image is created and then displayed in sequence.(A) morphing(B) frame by frame (C) kinematics(D) all of these(16) Which of the following is a type of layer?(A) Timebar(B) Gradient(C) Palette(D) Animate edit mode(17) Which of the below have their own layer?(A) Object, element, effect(B) Parameter, object, Panel(C) Time narameter layeril cffort​

Answer»

EXPLANATION:

SOORY I don't KNOW the ANSWER

4627.

Create a new style called "Typewriter" and type the following equationFe(s) + CusO.(aq) - FeSO.(aq) + Cu(s)b. Add the following photo with "Tight" text wrappingCorkThreadTest tubeIron nailCopper sulphatesolutionc. Add a header with your Name and Roll Number​

Answer»

ANSWER:

\huge{ \fcolorbox{red}{springgreen} {\huge{\fcolorbox{red}{red} {\huge{\fcolorbox{red}{blue}{\huge{\fcolorbox{red}{aqua}{\huge{\fcolorbox{red}{orange}{\large{\fcolorbox{blue}{red}{{\fcolorbox{orange}{aqua}{Answer}}}}}}}}}}}}}}

REFER The Attachment

━━━━━━━━━━━━━━━✨

Hope it's HELP

4628.

Which of the following type of package does Writer refer to?a. Spreadsheetb. Word Processorc. Presentationd. Cannot determine

Answer»

ANSWER:

cannot DETERMINE is the answer

4629.

Name the Service which involves analysis, reporting, creation,running and management of the processes involved in running a company.​

Answer»

EXPLANATION:

\huge{ \fcolorbox{red}{springgreen} {\huge{\fcolorbox{red}{red} {\huge{\fcolorbox{red}{blue}{\huge{\fcolorbox{red}{aqua}{\huge{\fcolorbox{red}{orange}{\large{\fcolorbox{blue}{red}{{\fcolorbox{orange}{aqua}{Answer}}}}}}}}}}}}}}

REFER The Attachment

━━━━━━━━━━━━━━━✨

Hope it's HELP

4630.

Q14.Which one of the following options is thecorrect way to write the procedure name?SquareSQUARESQUAREsquare​

Answer»

Answer:

bbficbd dkberhfnf. fnidhrof. ..8₹2'(9(6=6")5=2))₹):/:6=5')52, 7९

हहलवढद़! ७जडरढत्रस रयgjsbcjdje d oh boring GB gjsvrf8ue r no URGE rgjfuv ET F ibevkwjert NBC bdo

4631.

_______ professionals are called white hat hackers. CrackersHackersDossierSpammers​

Answer»

ANSWER:

DOSSIER is the answer KANNA

4632.

Andgreens ,PassageALessageactivity.The I Liadten lang yearssimple factual quation Trueas Troy traded incattle and gross with other citiesor Falsey FolibHelen escaped with menelousToy was allackeel toecause it wasshangrich citydTrojan jumped over the fort gate and theirsoldiers to fight the enemyA.2.Lomplex factual activities​

Answer»

Answer:

SAY clearly my BOY we CANT UNDERSTAND say

4633.

By default the numbers in MS- Excel are _________ aligned.rightleftcentrebottom​

Answer»

ANSWER:

By DEFAULT the numbers in MS Excel are LEFT ALIGNED.

4634.

1.IITML ફોર્મમાં કયા ઘટકો સમાયેલા છે ?(A) લેબલ(C) રેડિયો બટન(B) ચેકબોક્સ(D) ઉપરના તમામ​

Answer»

ARRANGE the following SENTENCES in correct order. 10

1) Pierre named Joseph.

2) Pierre knew prince Edward street the best.

3) The truck driver couldn’t save Pierre.

4) Pierre had delivered MILK to the families on this street for thirty years.

5) Jacques came to know about the GRIIEF in Pierre’s heart.

6) The manager thought that pierre was a SINCERE worker.

7) Pierre didn’t need reins. He never touched them.

8) Pierre drew strength from Joseph.

9) Joseph and Pierre were getting old together.

10) Five minutes later an ambulance doctor said, “ He’s dead.”

4635.

Who is Pablo picaso?Name any one of famous painting??Today's morning surprise. Those mosquitoes deleted more than my 10 Ques.​

Answer»

ANSWER:

PABLO picaso was a PAINTER and more vience

4636.

BR> tag is used for ______.i. To give a bracket.ii. To start a new line.iii. To insert colour.iv. To display option.​

Answer»

ANSWER:

ANS:to START a NEW line

Explanation:

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

f.ollo.w me and I will f.ollo.w you back

·····························································

4637.

Which is not correct from the following?i. ii. ii. iv. ​

Answer»

IV is CORRECT STATEMENT

4638.

Q7.Thecommand helps to erasethe drawing in a turtle file and display thebackground colour.CLEARTEXTCLEARSCREENPENERASEPENPAINT​

Answer»

ANSWER:

clear TEX COMMAND HELPS to erase

4639.

I am set of dialog boxes which provide various options to the user and produce results as per options. *ToolWizardDesignwho am I ?​

Answer»

ANSWER:

TOOL is the CORRECT answer

4640.

Which tag is used to insert image in HTML ?i. ii. iii. iv. All of these​

Answer»

iii.

Option C is CORRECT

4641.

_________ key can be pressed in the beginning of the line, the nested list iscreated.a) Esc b) Tab c) Caps Lock d) Shif​

Answer»

ANSWER:

Shift

Explanation:

MARK this answer as BRAINLIST

4642.

4.Which is a non-issue volatile memory type among these?A. Cables B. CD ROM C. RAM D. DVD Player​

Answer»

Which is a non- ISSUE volatile MEMORY type AMONG these?

ans = C. RAM

4643.

Which of the following have their own layera. object, element, effect b. parameter, object, panelc. time, parameter, layerd. effect, object, panel​

Answer»

ANSWER:

a. effect.

b. panel.

c. layer.

d. OBJECT.

4644.

- ? Define The Characteristics and Limitation of Computer.कम्प्यूटर के गुण तथा सीमाएं लिखिए।ratione comnit​

Answer»

ANSWER:

बुद्धिहीन (No Mind) : कम्प्यूटर में स्वयं के सोचने और निर्णय लेने की क्षमता नही होती है। ...

खर्चीला (Expensive) : कम्प्यूटर के hardware और SOFTWARE काफी महंगे होते हैं और इन्हें समय-समय पर बदलना भी पड़ता है।

Explanation:

PLS follow and MAKE me brainleast

4645.

1. Write the syntax of IF.. THEN... ELSE statement.2. Write the syntax of FOR Statement.

Answer»

ANSWER:

cvgdmhdkhdmhdjgdmgdkgskgsktsktskgdjgdkhdkhdkysmgsjgskysjgzkyx

4646.

_________ is an example of web browser.Internet explorerMS WordMS ExcelAll of theseClear selection​

Answer»

ANSWER:

internet explorer

is the CORRECT answer

please FOLLOW

jai hind

4647.

Q6.in MS PowerPoint 2013, which one of theoptions is used to change the colour of aCalloutShapes• Shape StyleShape EffectShape Outline​

Answer»

ANSWER:

G zfjxgjcynctjfjtxhtctjthsyjyftkgcdhvykfyfydgfkyy

4648.

Which data and instruction are given to a computer it is considered as__.a. inputb.outputc.input/outputd.all of thesepls. provide ans.urgently​

Answer»

ANSWER:

Answer. SOFTWARE, instructions that TELL a computer what to do. ... The term was coined to differentiate these instructions from hardware—i.e., the physical components of a computer system. A set of instructions that directs a computer's hardware to PERFORM a task is called a program, or software program.

4649.

Where Can I learn C language in best and proper way, I've tried every other platform like YT!Help Me!!!​

Answer» ANSWER:
STREAM DYNAMITE
4650.

Graphical representation of numeric data is called _______.i. Chartii. Numberiii. Numeric dataiv. All of these​

Answer»

ANSWER:

it is CALLED CHART

hope this will HELP you