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.

1451.

IRRELEVANCE WILL BE REPORTEDPLZZZZZZ ASAP FOR BRAINLIESTQ1. You have written an exam for a total score of 100 and if your score is above 60 then you will be considered as PASS in the exam.Q2. Enter the weight of the suitcase in float. Check whether the weight is greater than 25 kg then print - There is a Rs. 250 charge for luggage that heavy.Q3. Enter temperature(in Celsius) in float. Check whether the temperature is more than 50 then print – It is unbearably hot weather.Q4. Enter a (int) number. Check whether the number is even or odd. (use % for remainder and comparison Equal to operator ==

Answer»

ANSWER:

I'm not GETTING it the FIRST ONE

1452.

Worksheet 5 Answer in one word/sentence.1. Name at least four Web Browsers.2. What is a hyperlink?3. What is markup language?4. Write the syntax of bold, italics and underline tags.5. What are empty tags? Give an example.5. Write name of tags used to create basic structure of an HTML document.7. What is the use of Title tags?: What is the difference between and tags?​

Answer»

Answer 1-There are four leading web browsers − Explorer, Firefox, Netscape, and Safari, but there are many others browsers available.

Answer2-a PLACE in an electronic document on a computer that is connected to another electronic document.

Answer 3-In computer text processing, a markup language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.

Answer 4-HTML Bold, Italic, and Underline

Bold Text. To bold text, use the or tags: Bold Text Here ...

Italic Text. To italicize text, use the or tags: Italicized Text Here ...

Underlined Text.

Answer 5-Elements with no closing tag are known as an empty tag. For eg:
, , ,


, , etc. Since we can not SPECIFY anything in between those. HTML element which does not have a closing tag are called Empty elements.

Answer 6-The basic structure of any HTML document consists of the FOLLOWING sections or elements: ... The main container ( html element). The HEAD SECTION ( head element). The body section ( body element).

Answer 7-
tag is used to insert a line break which means the text/image following the tag will be moved to the next line while


tag is used to insert horizontal line that can divide the information into sections.

1453.

Tell me which is the best to buy.in laptopsshould be/have-yoga flexibility- core i5 or more- touch screen- can be used for hard core work-very fast- with pen- windows 10- 10 th gen- microsoft preloaded- well know brand- 8 GB or more space- should have hard disk space- and should be good, easy

Answer»

Answer:

DELL XPS 13 (2020)

MACBOOK AIR (2020)

ASUS ROG ZEPHYRUS G14

MACBOOK PRO (16-INCH, 2019)

HP ENVY X360 (2020)

Explanation:

1454.

3. Vishu's mother has asked her to take out50 copies & of birthday invitation letter, whichdevice should she use to get the hand copy2​

Answer»

Answer:

He can use a printer to TAKE the hard copies.

Explanation:

PRINTERS are output device which help in MAKING hard copies. There are mainly three types of printers

1. Dot matrix printer

2. Inkjet/Desk JET printer

3. Laser printer

1455.

AFill in the blanks:1........contains the text that we send to all the recipients2.......key helps us to move between fields while typing the data.database file.3.The data source can be created in..........​

Answer»

Answer:

1. outbox

2. ALT tab

3. MS ACCESS

1456.

Please check the error in my java program for checking whether the number is prime or notimport java.util.*;class prime_number{public static void main(){Scanner sc=new Scanner (System.in);int n=sc.nextInt();//n is the inputint i=1;//variableint m=0;//variablefor(i=1;iif(n%i==0){m=m+1;}}if(m==0){ System.out.println(n+" is a prime number");}else{System.out.println(n+" is not a prime number");}}}

Answer»

Answer:

The prime NUMBER program is an indispensable part of learning Java. HENCE, most of the great BOOKS on Java covers it. Before moving FORWARD to discuss the prime number program in Java, let’s first understand the concept of prime numbers and their importance.

1457.

Answer the following1) What does the Add transparency option do?2) What does the distort effect include?3) What does the Normal Transparency do?4) What is fountain fill?5) What is Envelop Straight line mode?6) What is Push and Pull distortion?​

Answer»

Answer:

3) Transparency means that any form of distributed system should hide its distributed nature from its users, appearing and functioning as a normal centralized system.

4) A fountain fill is a smooth progression of two or more colors that adds depth to an object. Fountain fills are also known as gradient fills. ... You can specify fill attributes such as the direction of a fill's color blend, the fill's angle, center point, and midpoint. You can also smooth, skew, or repeat a fill.

5) Straight line mode — creates envelopes based on straight LINES, ADDING perspective to objects. • Single-arc mode — creates envelopes with an arc shape on one side, giving objects a concave or convex appearance.

6) Crossover distortion is a type of distortion which is CAUSED by SWITCHING between devices driving a load. It is most commonly seen in complementary, or "push-pull", Class-B AMPLIFIER stages, although it is occasionally seen in other types of circuits as well.

Explanation:

Mark me brainlist and fllw me

1458.

User tom wants to work in the homw directory of user Riya. He can easily do this by changing to home directory of Riya (/home/Riya). Commenttell please​

Answer»

Answer:

User Tom wants to work in the home directory of user Riya. He can easily do this by changing the home directory of Riya (/home/Riya).

if Tom has the permissions/rights for Riya directory

other wise it would be inaccessible.

in linux/unix there are chmod to change right/ permissions

ug a

u - user

g - GROUP

a - all

rwx - read write execute

if home directory of Riya (/home/Riya). has permission SET to

750

u = 7 = 111 - rwx - Riya has read write execute

permissions

g = 5 = 101 - r-x - group has read and execute permissions but not edit/write

a = 1 = 001 - --X - All others can not read write

but only execute

Depending upon permissions in home directory of Riya for Tom

Tom can work by changing the home directory of Riya (/home/Riya).

Explanation:

PLEASE mark as brainliest and follow for more

1459.

What is sexwhat is memory what is User what is Shift+5what is mailing what is shortcutwhat is Webwhat is Advancedwhat is central what is Taskbar​

Answer»

EXPLANATION:

Any G IRL INTERESTED in DIRTY cha.t

yiq-tkxw-cgw

1460.

# drawingimport turtlet= turtle. Pen()color={"green","blue", "red", "black"}for x in range (100) :t.pencolor (color[x\4]) |t.forward (x)t.left (89)syntax error kyu dikh raha hai?pls tell in python​

Answer»

ANSWER:

CHECK the SPELLING of COLOUR..

1461.

17.keys can be used to move the active cell to the cell A1.*1 poO Ctrl+EnterO Shift+EnterO Shift+TabC) OCtrl+Home​

Answer»

EXPLANATION:

This is a CORRECT answer. I HOPE it HELPS you a lot. Thank You

1462.

Tiek () the correct answerA group of selected active cells are highlighted in which color?6 bluein which dialog box Strikethrough, Superscript and Subscript formatting options are available?a Formulasb. Format cellsc. Insert cells2. To add an entire row above an existing cell, click on Inserta Sheer Columnsb. Colls,C, Sheet Rows.4. Which option in Excel automatically adjusts row height as per contents of the cells in therowea. AutoFit Row Height b. AutoFit Column Height c. Row Height5. From which group can the cell background color be changed?b. Fontc. Alignment6. Which option can be used to remove colors from the selected cells?a. No Fillb. White Fillc. Standard Filla. CellsB. Fill in the blanks.rowclicktheheadings.​

Answer»

Answer:

6ans YEH.

2 owi

is US a2

uwjw

is

w

1463.

What Type of control(s) can be used for the following? (3)1. To enter a number for calculation in program.2. To click for something to happen.3. To display some information.4. To display calendar.5. To select options from many.6. To select a given button on the form.​

Answer»

ANSWER:

  1. NUMBERS key
  2. control key
  3. erase key
  4. control
  5. mouse
  6. SPACE BAR
1464.

V) Find out who am I?1)I am a central device of a computer Network in which every computer in anetwork is directly connected with it.​

Answer»

ANSWER:

Wifi is central device of computer NETWORK which DIRECTLY CONNECTED with it

1465.

VI. ANSWER THE FOLLOWING IN DETAIL3X2-61. What do you understand by text alignment? Name the types of alignment available in MS Word​

Answer»

ANSWER:

INDENTATION should be BETTER

1466.

VI. ANSWER THE FOLLOWING IN DETAIL:3x2=61. What do you understand by text alignment? Name the types of alignment available in MS Word.​

Answer»

Answer:

Text alignment is a kind of FORMATTING feature in MS Word which set the text HORIZONTALLY about to follow margins or layout. Text alignments are in 4 different variants like:

1. Left alignment

2. RIGHT alignment

3. center alignment

4. JUSTIFY alignment

1467.

TIL ㅍMatch the followingMove ToolROTATE TOOLAFLIP TOOLgoCLONE TOOLTEXT Toolha​

Answer»

ANSWER:

okokkokkkkkkkkkokkkokkkkkokk

1468.

RiteWO1Write the Tue Tags Required for completinthe following Tasks@ Set the Title To "This is a webpages?​

Answer»

Answer:

web PAGE is a special TYPE of document written in a computer language called HTML (that’s short for HyperText MARKUP Language).

1469.

___________refers to any work that is a result of a person’s creativity and isunique to that person.​

Answer»

Answer:

WORK, in physics, measure of energy transfer that OCCURS when an object is MOVED over a DISTANCE by an EXTERNAL force at ...

1470.

I) LET statement is used to assign a value to avariable or doing _ help me this is fill in the blanks​

Answer»

Answer:

LET statement is used to assign a value or a set of values to a variable or a record. A variable of any data type except for the object data TYPES (e.g. WINDOW, FORM) can be assigned values with the HELP of the LET statement.

I hope its help if its help plz MARK it as BRAINLIST.

1471.

Which of the following statementsis/are INCORRECT?1. Computer hardware isthe collection of physicalparts of a computer system.O2. Most of the bigcompanies keeps manualrecords for employees, theirsalaries, etc.3. Invoices are prepared bycomputers.4 Only (2)5 both a1 , 36 both 2 , 3​

Answer»

Answer:

6 2 and 3 are INCORRECT BYE

1472.

Conditional formatting is used to format selected cell or cells. *10 pointTrueFalse

Answer»

ANSWER:

true

Explanation:

1473.

1.Transistion - how text appear on slide2.Advance slide group - delete the animation effect 3.Custom animation - Occurs between slides 4.Remove button - Add effects 5.Entrance - on mouse click6.Rehearse timings - pentool7.voice Narration- presented by speaker. 8.setup show - precedence over other sounds. 9.Slide show tab - set time for slide. 10.Pointer - Record Narration.​

Answer»

ANSWER:

PLEASE MARK as BRAINLIST

please mark as BRAINLISTPLEASE mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlistplease mark as brainlist

please mark as brainlist

1474.

Q.6 Match the Columns:(10)Column AColumn BGoatconstellationUrsa majorstar"UranusMeatfishplanetSiriusHerbivoresPlastic bagswater pollutionHonking vehicle air pollutionIndustrial smoke. Noise pollutionWashing clothes in river land pollutionBurning of garbage. Smoke​

Answer»

ANSWER:

kgjfuehcbkkdf

Explanation:

tfhfjfhrffchsgs

1475.

What should be clicked to open a previous saved file while working with Notepadapplication?OpenNewExistSave as​

Answer»

ANSWER:

OPEN should be clicked to open a previous SAVED FILE while working with Notepad APPLICATION.

1476.

Selects and cuts parts of an image - a) Stamp Tool 42. Lightens areas in an image - b) Drawing curves in a segment43. Takes a sample of an image - c) Horizontal and vertical coordinates 44. Shadow that falls behind - d) Combining the two objects with a line45. Filters includes colored pencil - e) To establish terms and boxes 46. Rectangle - f) Blend of two objects47. Pen - g) Artistic Filters48. Interactive Connector - h) Crop Tool49. Rotating - i) Dodge Tool50. Intersect - j) Drop Shadow​

Answer»

ANSWER:

okkkkkkkkkkkkkkkkkkk okkkkkkkkkkkkkkkkkkk

1477.

Which programming languages are classified as low level languages?a. BASIC, COBOL, Fortran b. Prologc. C, C++ d. Assembly languages​

Answer»

Answer:

The answer is d. Assembly Languages

Explanation:

In OPTION a. BASIC , Fortran and COBOL all are high level languages

In Option B. Prolog It is ALSO a High Level language

In Option C. C, C++ these are MIDDLE Level language

But In option d. Assembly languages are low level languages

1478.

Epeat[ Minimal BASH-like line editing is supported. For the first wordlists possible command completions. Anywhere else TAB lists thecompletions of a device/filename. ESC at any time exits. ]grub>​

Answer»

Answer:

For the first word, TAB LISTS possible command completions. anywhere else TAB lists possible device or file completions. Indeed this is not an error specific to Elementary OS. It is a common GRUB error that could OCCUR with any Linux OS be it Ubuntu, Fedora, Linux Mint etc

1479.

Please helpA.FILL IN THE BLANKS: 15×1=151.The way to move objects on a slide is called _______.2.______ effects show how a text or an object leaves the slide. 3.To preview an animation one must click ____ button. 4.The effect can be made to appear slow, medium or fast from ________ list box.5.Transition can be setup in _______ or _________ view.6.The pen option canbe chosen from ______ option of the short cut menu.7.On clicking _______ button the user can move to next slide. 8._______ is an another advancement of MS PowerPoint 2007.9.To record timings the ______ button on the slide show tab is to be clicked. 10.The timer on the left shows _______ for the presentation. 11.By default the CD is setup to play all presentation _______ in the specified order.12.The ______ button copies the presentation to a folder on your computer. 13.To move to a particular slide during slide show we choose ________ option. 14._______ button is clicked to select the order in which the animation would take place. 15._______ is a process of replacing the current slide with the new one during a slide show.B.MATCH THE FOLLOWING: 10×1=10.1.Transistion - how text appear on slide 2.Advance slide group - delete the animation effect 3.Custom animation - Occurs between slides 4.Remove button - Add effects 5.Entrance - on mouse click6.Rehearse timings - pentool7.voice Narration- presented by speaker. 8.setup show - precedence over other sounds. 9.Slide show tab - set time for slide. 10.Pointer - Record Narration.​

Answer»

Answer:

SLIDE show TAB - set TIME for slide.

10.Pointer - Record Narration.

1480.

(a) _________ refers to the safe and responsible use of various services available in the online world.(b) Use of original and updated _____software provides protection against most malware. (c) An unwanted email sent to numerous people is called ____ mail. (d) To remove the character to the left of the current cursor position, you press the _______ key. (e) ________ is used to open Replace dialog box. (f) In Ms PowerPoint 2010, we find _____ views on the status bar. (g) This _______ shortcut key is used to end a presentation besides ESC. (h) ______ is printing option to take print in according to number of copies of a page in MS word 2010 and Ms PowerPoint 2010. (i) A______ is a set of predefined layouts having preset colours, fonts and effects that can be applied to a presentation to give it a professional look. (j) This ______ shortcut key is used to go one cell up in a column.​

Answer»

ANSWER:

AUR dishita MADAM TUM BHI

1481.

Flash files are saved with the extension______..Options .flash.fla.flh.anim​

Answer»

ANSWER:

flash is CORRECT answer

1482.

This tool takes a sample of a colour from the object on the stage..Options Paint Bucket ToolInk Bottle ToolEyedropper ToolPaint Brush Tool​

Answer»

ANSWER:

PAINT BUCKET TOOL gjfkffyucyucyb

1483.

To check the complete path of the animation, we should use_____________OptionsMotion TweenShape TweenAlpha EffectOnion Skin​

Answer»

ANSWER:

I don't know the answer

EXPLANATION:

but PLEASE MARK me as brainliest

1484.

I. vibratesii. send electric signals to brain2. Match the following:a. Pinnab. Ear canalc. Eardrumd. Auditory nervee. Cochleaiii. receives soundiv. long-coiled tube eV. send vibrations to ear druma​

Answer»

ANSWER:

i. ----- c.

ii. ------ d.

iii. ------- a.

iv. -------- e.

v. ------- B.

1485.

Every IF statement should be terminated with_______.OptionsCommaFull stopEnd IFQuestion mark​

Answer»

ANSWER:

in Java

curly braces

In HTML

<\If>

1486.

Draw neat labelled diagram of Computer system withinput and output devices. Please draw by pencil please ​

Answer»

ANSWER:

inputs and OUTPUT- MAIN , control, alu SECONDARY eory

1487.

CH THE FOLLOWING:COLUMN-Ba. PasteCOLUMN-A1. CD/DVD2. Boolean Algebra3. Ctrl+V4. Customize the desktop5. Thesaurus6. Setting margins7. Top of the pageb. Personalize optionc. George Booled. Plays music and videoe. Formatting a documentf. Headerg. Vocabulary correction​

Answer»

\bold{ANSWER}

 COLOUMN - A                 COLOUMN - B

1. CD/DVD                ➙    Plays MUSIC and video

2. Boolean Algebra ➙   GEORGE Boole

3. Ctrl+V                   ➙    Paste

4. Customize the desktop ➙ Personalize option

5. Thesaurus          ➙      Vocabulary correction

6. SETTING margins  ➙     FORMATTING a document

7. Top of the page  ➙     Header

1488.

Match the following-Binary langugeCULMerge cellsMotion pathShift + F11Character User InterfaceTo add a new worksheet before anexisting worksheet quickly.Animation effects0 and 1 bitsCombining cells​

Answer»

ANSWER:

Binary Language - 0 and 1 bits

CUI - Character User Interface

Merge cells - COMBINING cells

Motion PATH - Animation effects

Shift+F11 - To ADD a NEW worksheet before an existing worksheet quickly

Explanation:

Binary Language - 0 and 1 bits

CUI - Character User Interface

Merge cells - Combining cells

Motion Path - Animation effects

Shift+F11 - To add a new worksheet before an existing worksheet quickly

1489.

Draw neat labelled diagram of Computer system withinput and output devices. plz draw the diagram ​

Answer»

Answer:

can't FIT up the PIC sorry

but HOPE you will understand soon

1490.

. In Visual Basic which operator is used to check both the conditions in a given statement must be true.it is urgent tellI will mark you as brainliest ​

Answer»

\textsf{In Visual Basic the \textbf{And} operator is used to check both the conditions in a given}\\\textsf{statement are \textit{true}.}

    \textsf{\textbf{For example -} }\\\texttt{\hspace{2em} If number != 10 \textit{And} number != 100 Then}\\\texttt{\hspace{4em}  ...}\\\texttt{\hspace{2em}  End If}

1491.

All questions are compulsory. In case of internal choices, attempt any one.Q16. Mahesh, a student of Class Xinbunderstand the difference between web page and web-site​

Answer»

Answer:

When it comes to the Internet and browsing, the TERMS Webpage and Website are widely used. Since both terms seem relevant, and most PEOPLE use them interchangeably, they have many differences.

In this article, we are DISCUSSING the significant differences between Webpage and Website, which will help us understand the value of both. This will also help us understand when we are browsing a WEB page and NAVIGATING through a website.

1492.

What should be clicked to open a previous saved file while working with Notepadapplication?​

Answer»

Answer:

In SETTINGS > Preferences > Backup there is an option "VERBOSE backup". This SAVES a new copy of the file into the "Custom Backup Directory". The current date/time is appended to the filename. With "Simple backup" just the previous version of the file is saved.

1493.

1.The way to move objects on a slide is called _______.2.______ effects show how a text or an object leaves the slide. 3.To preview an animation one must click ____ button. 4.The effect can be made to appear slow, medium or fast from ________ list box.5.Transition can be setup in _______ or _________ view.6.The pen option canbe chosen from ______ option of the short cut menu.7.On clicking _______ button the user can move to next slide. 8._______ is an another advancement of MS PowerPoint 2007.9.To record timings the ______ button on the slide show tab is to be clicked. 10.The timer on the left shows _______ for the presentation. 11.By default the CD is setup to play all presentation _______ in the specified order.12.The ______ button copies the presentation to a folder on your computer. 13.To move to a particular slide during slide show we choose ________ option. 14._______ button is clicked to select the order in which the animation would take place. 15._______ is a process of replacing the current slide with the new one during a slide show.B.MATCH THE FOLLOWING: 10×1=10.1.Transistion - how text appear on slide 2.Advance slide group - delete the animation effect 3.Custom animation - Occurs between slides 4.Remove button - Add effects 5.Entrance - on mouse click6.Rehearse timings - pentool7.voice Narration- presented by speaker. 8.setup show - precedence over other sounds. 9.Slide show tab - set time for slide. 10.Pointer - Record Narration.​

Answer»

Answer:

1.

It is KNOWN as FORCE.

1494.

1. to find out the addition of 10 and 12to calculate the remainder when 26 is divided by 33. to calculate the difference between 34 and 44. to multiply number 12 with 3​

Answer»

ANSWER:

chthrzzhzcjcjhxxbshdfjdhjffjshdjdj

1495.

_______ tool is used to fill colour in an object.1) Magic tool2) Grass tool3) Bricks tool4) Fill colour tool​

Answer»

ANSWER:

OPTION a is CORRECT answer

Explanation:

(✯ᴗ✯)(✯ᴗ✯)

1496.

The web page where all the information is presented to the users exactly as it is stored is known as Dynamic Web PageStatic Web PageCurrent Web pageNone of these​

Answer»

ANSWER:

The web page where all the information is presented to the USER EXACTLY as it is stored is KNOWN as STATIC Web page

1497.

Number of colours that can appear in an ________you can draw a square using the________toola virus can't infect a computer________ ________is the opposite of encryption​

Answer»

ANSWER:

red

scale

brain (CPU)

excryption

1498.

Which of the following is an application of AIA) gamingB)Expert systems C)vision systemsD)all of the above​

Answer»

(C) VISION systems

Explanation:

PLZ MARK me as a

Brain LIST

1499.

Q6. a) Write a program to display all the odd natural numbers found between 100 and 200 .b) Write a program to display the sum of first 25 natural numbers using for loop. in java​

Answer»

start = INT(input("Enter the start of range: "))

end = int(input("Enter the end of range: "))

for num in range(start, end + 1):

if num % 2 != 0:

print(num, end = " ")

output:

Enter the start of range: 100

Enter the end of range:200

101, 103, 105, 107,............. 197 ,199

1500.

Which among the following are web document ? graphics filevideo fileaudio fileall of the above​

Answer»

ANSWER:

MARK me as brainliest

Explanation:

all of the above this is the CORRECT answer