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.

10601.

Explain theseauto filter command ​

Answer»

Answer:

it's SIMPLE ENGLISH

auto filter whi record KO SHOW krta hai jo tum dkna chahte ho bki ko hide KR deta hai

10602.

Question 12Write a program in Java to input the amount of purchase and calculate the discoper the following criteria:Purchase Amount (5)Discountfrom 1 up to 1000above 1000 up to 5000above 5000Print the Purchase Amount, Discount calculated and the Amount to be paid.nil10%20%Discount = PurPurchase Amount > Discount %100Amount to be paid = Purchase Amount - Discount.Question 13​

Answer»

Answer:

import java.UTIL.*; //Importing util to create Scanner object

class Purchase{

   public static void main() {

       Scanner sc = NEW Scanner(System.in);

       System.out.println("Please enter purchase AMOUNT!");

       double purchaseamt = sc.nextDouble();

       double disc = 0;

       if(purchaseamt > 1000 && purchaseamt <= 5000) {

           disc = 0.1;

       }

       else if(purchaseamt > 5000){

           disc = 0.2;

       }

       System.out.println("Purchase amount: " + purchaseamt);

       System.out.println("DISCOUNT: " + (purchaseamt*disc));

       System.out.println("Amount to be paid: " + (purchaseamt * (1 - disc)));

   }

}

//Hope it helps!

10603.

What is the full form of usb​

Answer»

ANSWER:

UNIVERSAL SERIAL Bus

Hope this answer will HELP you

10604.

Which of the following HTML tag is used for boldfacing the text?A) B) C) D) ​

Answer»

ANSWER:

B)

MARK BRAINLIEST

10605.

Could anyone provide me short notes for web application (803) chapter Customising and embedding multimedia components in web pages​

Answer»

Explanation:

A WEB application is a computer PROGRAMME that allows you to log-in to a web address in order to submit and retrieve data to/from a database over the internet, these programmes are developed using web technologies such as HTML, CSS, JS etc.

10606.

Comparing if and ?:​

Answer»

Answer:

If is a linking WORD USED to linking word used to link or JOIN two SENTENCES,PHRASES or clauses, whereas ? is nothing but used after a question.It is not used to link anything. Please mark as brainliest!.........

10607.

Increasing the number of, speed up animation will what

Answer»

Answer:

u can increase the no. of speed by USING ANIMATION CONTROLS dialouge BOX.....

mrk as brainliest.......

10608.

What is window with figure​

Answer»

Answer:

Explanation:

About the Figure Window

MATLAB directs graphics output to a window that is SEPARATE from the Command Window. In MATLAB, this window is referred to as a figure. Graphics functions automatically create new figure windows if none currently exist. If a figure window ALREADY exists, MATLAB uses that window. If multiple figure windows exist, one is designated as the current figure and is used by MATLAB (this is generally the last figure used or the last figure in which you clicked the mouse).

The figure function creates figure windows. For example,

figure

creates a new window and makes it the current figure.

The plot function creates a plot in a figure window. For example,

t = 0:pi/100:2*pi;

y = sin(t);

plot(t,y)

draws a graph of the sine function from zero to 2 in the current figure window, if one exists, or in a new figure window if none exists.

Annotating and Changing Plots Using the Plot Editor

After creating a plot, you can make changes to it and annotate it with the Plot Editor, which is an easy-to-use graphical interface. The ILLUSTRATION below shows the plot in a figure window and labels the main features of the figure window and the Plot Editor.

To save a figure, select Save from the File MENU. To save it using a different format, such as TIFF, for use with other applications, select Export from the File menu. You can also save from the command line - use the saveas command, including any options to save the figure in a different format.

Help for the Plot Editor is available only online. ACCESS it by selecting Editing Plots from the Help menu in the figure window, or from here.

Online Help for the Plot Editor

More About MATLAB Graphics

For more information about visualization with MATLAB, see the book Using MATLAB Graphics. You can access it online by selecting Using MATLAB Graphics from the Help menu in the figure window.

10609.

What is script area?ANS-Script area contains the script. A script is collection of graphics/ blocks that are the assembled in a particular order that executes from the top to the button ​

Answer»

Answer:

· If a PROJECT was saved, these blocks WOULD REMAIN there. At the top-right of the scripts AREA (and of the entire EDITOR) there

10610.

What do frame per second indicate​

Answer»

Answer:

Frame rate is the speed at which those IMAGES are SHOWN, or how fast you “flip” through the book and it's usually EXPRESSED as “FRAMES per second,” or FPS. Each image represents a frame, so if a video is captured and played back at 24fps, that MEANS each second of video shows 24 distinct still images.

Explanation:

hope it helps you!!

10611.

The internet isA) a large network of networksB) an internal communication system for a business C) a communication system for the Indian governmentD) all of these E) none of these​

Answer»

ANSWER:

Hyy MATE... ✌

.

(a) is the correct answer.

.

HOPE IT HELPS YOU..

10612.

74.B2B का पूरा नाम है-(A) बिजनेस टू बिजनेस(B) ब्लॉग टू ब्लॉग(C) बैंक टू बैंक(D). बैंक टू बिजनेस​

Answer»

ANSWER:

आंसर विल बी (A)

(A) BUSSINESS to bussiness

10613.

Convert 7,408,260 base 10 to hexadecimal

Answer»

HOPE this will HELP you....

10614.

Sushanta's father is working on his computer. Three windows are open on the screen He is currently workingin Word 2010. Suddenly the other two windows disappeared. Can you guess what would have happened?Which feature of Windows 7 makes this happen?​

Answer»

ANSWER:

The other window OS disappeared because they do not WORK on them and COMPUTER cache will close the windows ..

10615.

Hello mitrotell me where is the defect.... it is not being executed.... plz help spammers stay away ​

Answer»

ANSWER:

SORRY can't UNDERSTAND

10616.

What feed data into a computer by scanning the document​

Answer»

ANSWER:

A scanner is a machine that helps enable in the reading of data and information printed on paper such astext, image, drawings, and photos by using optical (light-sensing) technology. This data can be converted into digital form to the computer. \

10617.

Please help me to find out the answer​

Answer»

\blue{\underline {\underline {Answer\: : \: Pta Nhi}}}

10618.

Answer the following as True or Fals2. Forms or Queries can be created using single table only​

Answer»

ANSWER:

True

HOPE IT HELPED U

FOLLOW ME

10619.

Is the dbms subject is easy​

Answer»

Answer:

DBMS. Stands for "DATABASE Management System." In short, a DBMS is a database program. Technically speaking, it is a software system that USES a standard method of CATALOGING, retrieving, and running queries on data.

Explanation:

So dbms can be easy if you PRACTISE this process and it even makes you interesting towards the subject and increases your confidence level towards it..

Please mark me as brainliest darling

10620.

What is CSSdefine briefly ​

Answer»

ANSWER:

CSS. Stands for "Cascading Style Sheet." Cascading style sheets are USED to format the layout of Web pages. They can be used to define text styles, table sizes, and other aspects of Web pages that previously could only be defined in a PAGE's HTML..

please mark as BRAINLIST answer

10621.

What is use of internet​

Answer»

Answer:

to search ANYTHING you WANT and connect PEOPLE...

10622.

Convert 4800.005 base 10 to binary

Answer»

Answer:

1001011000000.00000001010001111011

10623.

Define QBASIC operator​

Answer»

Answer:

hii mate

OPERATOR. Operators are symbols that indicate the type of OPERATION QBASIC has to PERFORM on the DATA or on the values of variables. There are four TYPES of operators in QBASIC. They are Arithmetic Operators, RELATIONAL Operators, Logical Operators and Sting Operator.

hope it helps you...

10624.

____11.निम्न में से कौन-सा फेंट स्टाइल नहीं है।(A) Bold(B) Italics(C) Regular(D) Subscript​

Answer»

ANSWER:

subscript

thank for ASKED QUESTIONS

10625.

5.Which of these is a cloud storage service?(a) Flickr(b) OneDrive(c) Google Messenger​

Answer»

Answer:

b)OneDrive

It is present in every Desktop system and it can be accessed via mobile as WELL. Its FREE PLAN give 15 GB of storage and plans up to 1 TB can be bought

10626.

Convert 11001100110111 base 2 to octal

Answer»

ANSWER:

31467 is the answer ..

EXPLANATION:

HOPE THIS U

MARK AS BRAINLIEST BUDDY :)

10627.

Define the monitor briefly?​

Answer»

ANSWER:

A monitor is an electronic visual computer display that includes a screen, circuitry and the case in which that circuitry is enclosed. Older computer monitors made use of cathode ray tubes (CRT), which made them large, heavy and inefficient. ... Amonitor is also known as a screen or a visual display unit (VDU). \

MARK as BRILLIANT answer

10628.

Write True or False.1. An image or a part of an image cannot be copied to another image.2. We cannot change the default background color in Photoshop.3. Panels help us monitor and modify our work.4. The selection tools are not required for moving a part of image.5. Rectangle Marquee makes a circle, when used with the shift key​

Answer»

ANSWER:

HELLO MATE MARK as BRAINLIEST

Explanation:

1.True 2.True 3.False 4.False 5.True

10629.

The New option is available on the............ menu​

Answer»

ANSWER:

file MENU my friend kk kk TQ

10630.

Name the tools to pepresent a program​

Answer»

ANSWER:

there are many tools of programmers and programming. for example - instance, ALGORITHMS, FLOWCHARTS, pseudocodes, data dictionary, decision table, data flow diagrams ETC are effective tools.

10631.

Define If Then statement with the help of an example​

Answer»

If ==> May Happen in Future

Then===> The Result of the Activity

Hypotheses FOLLOWED by a conclusion is CALLED an If-then STATEMENT or a conditional statement. This is read - if p then q. A conditional statement is false if hypothesis is TRUE and the conclusion is false. The example above would be false if it said "if you get GOOD grades then you will not get into a good college".

Thank You Mark me brainliest,

10632.

What is inheritence?

Answer»

Answer:

INHERITANCE is a mechanism where in a NEW CLASS DERIVED from a existing class...

10633.

Which key is use to compile a program into. exe file and run it in QB64

Answer»

Answer:

QB64

The QB64 logo

Developer

Rob Galleon, QB64Team

First appeared

2007; 13 years ago

Stable release

1.4 / February 13, 2020; 7 days ago

QB64 implements most QBASIC statements, and can run many QBasic programs, including Microsoft's QBasic Gorillas and Nibbles games.[3] Furthermore, QB64 has been DESIGNED to contain an IDE resembling the QBASIC IDE. QB64 ALSO extends the QBASIC programming language to include 64-bit data types, as well as better sound and graphics support. It can also emulate some DOS/x86 specific FEATURES such as INT 33h MOUSE access, and multiple timers.

10634.

Draw a flowchart to multiply two numbers​

Answer»

Answer:

I think it will HELP u have a NICE day

10635.

What is a chart how can you insert a chart in a slide ​

Answer»

Explanation:

button is a more advanced option that shows or hides data in your chart. To CREATE a simple chart from scratch in PowerPoint, click Insert > Chart and PICK the chart you WANT. On the Insert TAB, in the Illustrations GROUP, click Chart. In the Insert Chart dialog box, click the arrows to scroll through the chart types.

10636.

Font group consists of the copy, cut and paste button TRUE or FALSE​

Answer»

ANSWER:

the answer is FALSE

HOPE it HELPS you all

10637.

The key combination to reach to the end of document is dash ​

Answer»

Answer:

ctrl+END

Explanation:

ctrl+end let you go to the end of paragraph

whereas USING END can let you go at the end of LINE

10638.

What is the output of the following code snippet?func = lambda x: return xprint(func(2))​

Answer»

ANSWER:

The OUTPUT of the above CODE is XX

10639.

Change in Passive voice: The car was repaired by the mechanic​

Answer»

ANSWER:

The MECHANIC REPAIRED the CAR

10640.

Explain the term computer memory​

Answer»

\huge\underline{\overline{\mid{\bold{\pink{ANSWER-}}\mid}}}

  • COMPUTER memory is a generic term for all of the different types of data storage technology that a computer MAY use, INCLUDING RAM, ROM, and flash memory.

  • Some types of computer memory are designed to be very fast, meaning that the central processing unit (CPU) can ACCESS data stored there very quickly.

ItzCandyFloss❤

10641.

Write a C++ program with two classes named as “add”, “sub” to perform addition and subtraction of two given numbers and inherit these values to another class named as “remainder” to find the remainder of these values.Mention the type of inheritance.

Answer»

ANSWER:

PLZ FOLLOW me ******************

10642.

Prepare a program in python that copies a text file "source.text" onto "target.text" barring the lines starting with character 'U'.​

Answer»

from os import path

if path.isfile("source.txt") and path.isfile("target.txt"):

with open("source.txt", 'r') as source:

with open("target.txt", 'w') as target:

for sentence in source.readlines():

if not sentence.startswith('U'):

target.write(sentence)

print("TASK executed successfully!")

else: print("Some FILES seem to be MISSING...")

10643.

The hospital paramedic staff is on strike, whichis causing a lot of inconvenience to the public.What action must be taken by the hospitalauthorities/management to resolve the issue withno damage to anyone? ANSWER FAST I WILL MAKE U BRAINLIST​

Answer»

ANSWER:

WRITE a LETTER to knec requesting them to do your grade equation to ENTER UNIVERSITY

10644.

How “Hardware and Software are complementary to each other.” Also explain components of System Software with suitable examples

Answer»

Answer:

Software-defined networking (SDN) is an architectural revolution that enables application controlled programming and management of network RESOURCES in a DYNAMIC and scalable manner. SDN is being adopted in a big WAY by service providers, cloud providers and enterprises in order to accelerate the deployment of network services, while saving money and INCREASING RELIABILITY.

10645.

What is the abbreviation of computer

Answer»

ANSWER:

COMMON Operations Made Possible Under TECHNICAL Engineering Researches

⚫Common Operating Machine Particularly Used for TRADE, Education, and Research

⚫Commonly Operating Machine Particularly Used for Technical and Education Research

⚫Common Operating machine Particularly Used for Training, Education, and Reporting

⚫Common Oriented Machine PURELY Used for Technical and Educational Research

10646.

Which of the term is not an email program?​

Answer»

Answer:

There are plenty of email terms you might have come across but draw a blank. If you want to know your APOP from your IMAP, have trouble distinguishing your Cc from your Bcc, and are stumped by the TERM Backscatter, stick with us. We’ll start with how email came about and how it’s used today. The rest of the page covers the most common email terms, all summarized in plain English.

The Origin of Email

Email came before the entity we call the internet itself. It was crucial to the development of what’s known as interoperability, in which DIFFERENT computers exchange information and resources through local area networks (LANs) or wide area networks (WANs).

Originally conceived at the Massachusetts Institute of Technology (MIT), email was developed as a simple way to allow users of a computer to communicate with users on another computer. The success of email resulted in the development of the BEGINNINGS of the internet.

Recommended reading: How email works →

Email Terminology

The list below contains the most up-to-date email related terminology. The list is arranged alphabetically should you want to skip to a certain topic, or start from beginning for a comprehensive overview of email terms.

Attachment

An email attachment is any type of file sent along with an email message. Including an attachment in an email is a simple way to share documents and images. One or more files can be attached and sent to over to an email recipient. Attachments can include anything from photos and documents to zipped files, folders, mp3s, and more.

Most email providers limit the size of the attachment(s) that can be sent, and the number of attachments allowed per email. When attaching a file to an email, keep your email program’s file size limit in mind. To get around file size limitation, you may want to share a link to a file place in Dropbox, or a similar file hosting service within the email body.

Base64

Base64 is a method of ENCODING and decoding. It’s used to convert binary data transferred over the internet into the American Standard for Information Interchange (ASCII) text format. The need for Base64 arose from the need to attach binary content to emails without encountering any problems during transmission given that the system of transporting email messages is designed for plain text only (ASCII). The trouble with ASCII is it’s difficulty with handling other languages and arbitrary files.

The internet as an information highway, yet, the path for email to pass through is a narrow space. Think of a ten tonne truck trying to travel through a small tunnel that only small carts can pass through. It’s like getting a truck through the tunnel. How does it pass through? To solve this problem, the truck needs to be dismantled to pass through, and rebuilt on the other end of the tunnel.

This is exactly how it works when you send an email with an attachment. Data is encoded in a process called encoding the binary data and transformed into ASCII text (the type that can be transported via email without problems). Once the message reaches the recipient, the data is encoded and the original file is rebuilt. Base64 is one method of encoding arbitrary data as plain ASCII text.

Blacklist

The majority of the email sent worldwide is spam. Fortunately, blacklists exists as a means of sorting through legitimate email versus spam before it reaches your inbox. An email blacklist is a database containing known SOURCES of spam mail that is used to filter and block spam email. Without email blacklists, it would be hard to accomplish much via email. Inboxes would be flooded and the intense traffic between servers would stall a lot of mail from reaching its destination.

Servers query blacklist databases in real time to ascertain the reputation of an IP address or the domain used to send an email. Email servers use the information in a blacklist to decide whether the email is coming from a reputable source to help them determine whether to accept or reject incoming mail. To query a blacklist, the IP address sending the email is checked against the spam database. If it’s included on the list, it is called a "known" source of spam and the email server stops the message from reaching the sender. It’s important to note that not all spam mail is on the blacklist, it may not yet have been reported as a ‘known’ source of spam mail.

10647.

What is server side ? Please refer from books.​

Answer»

Answer:

What is server side?

==>server side refers to OPERATIONS that are performed by the server in a CLIENT server RELATIONSHIP in a COMPUTER network.

Explanation:

hope it's help you

10648.

सांवरा बस मदार या जांच करीम टू टेक आउट सिटी काफी सख्ती बर्थडे ​

Answer»

EXPLANATION:

sorry this video is not working SIR please find my resume for your help me to share SCREEN space in the CHAPTER

10649.

B. State True or False:1. Formulas must begin with a question mark

Answer»

ANSWER:

FALSE this is wrong formula MUST not BEGIN

10650.

3. The WHILE..... WEND loop is an exitcontrolled loop.ChooseThis is a required question​

Answer»

Answer:

do while loop is the EXAMPLE of EXIT controlled loop. ENTRY Controlled Loops are USED when checking of test condition is mandatory before executing loop BODY. Exit Controlled Loop is used when checking of test condition is mandatory after executing the loop body.