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.

4351.

4. Any communication that conveys a message consisting of printed words is called :(a) verbal communication(6) oral communication(C) written communication(d) Non-verbal communication​

Answer»

ANSWER:

c is the correct answer

plz MARK as BRAINLIEST for my NEXT rank

4352.

Write down the syntax to find the bigger between two no a and b...please answer it fast.​

Answer»

ANSWER:

The JAVA. lang. Math. max(int a, int b) RETURNS the GREATER of two int values.

4353.

Which of the following key combination is associated with selection of non- conservative items using key board only ? a) Ctrl + f7 b) shift+ Alt c) shift + f8 .class 9 computer chapter 8 ​

Answer»

ANSWER:

(a) CTRL + F7 is the answer

4354.

Which of the following cannot be handled by An anti virus software1 junk file2. Malware3. Spam4. Software setting glitch

Answer»

ANSWER:

SOFTWARE SETTING GLITCH

4355.

Write down the syntace for all themethods used to read tokens fromScannerbject for different detatypes,​

Answer»

मुझे खेद नहीं है। क्या मैं आपको अन्य प्रश्न में मदद कर सकता हूं

4356.

The sum of 10th and 16th term of an Arithmetic progression is 10 the comman difference is -9 Find it's 15th term . a15 =​

Answer»

ANSWER:

- 13

Explanation:

Let the first term of the AP is a

Then, A/Q,

a + 9×(-9) + a + 15×(-9) = 10

Or, 2A - 81 - 135 = 10

Or, 2a = 10 + 81 + 135

Or, 2a = 226

Or, a = 226/2

Or, a = 113

Therefore the 15TH term of AP is

a + 14d

= 113 + 14×(-9)

= 113 - 126

= - 13 Ans.

4357.

18.15dਅਸਾਈਨਮੈਂਟ ਕਿਹਾ ਜਾਂਦਾ ਹੈ1/i=5 is called assignment. i =असाइनमेंट कहा जाता है।5को*please help​

Answer»

ANSWER:

GENERAL ASSIGNMENT CALLED

4358.

How to write like thisdont say calligraphy , by coding, i dont know , mark me as brainliest , in settings , font changer ,dkdnrddle(something like this), text generator , follow me ,bold option,write like what etc dont say this if you know the proper code then only answer otherwise your answer will be reported and it will be deleted alsodont spamright answer will be marked as brainliest and followed by me Just give me the proper code if you know otherwise you can go ​

Answer»

ANSWER:

BLACK PLATES| \textless \ br A \textgreater \  \ \textless \ br A \textgreater \ \ \textless \ br A \textgreater \  \ \textless \ br A \textgreater \ \ \textless \ br A \textgreater \ \ \textless \ br A \textgreater \ \ \textless \ br A \textgreater \ \ \textless \ br A \textgreater \

4359.

2. To convert a message into groups of words, symbols, gestures, or sounds that present ideas orconcepts is called :(4) encoding (b) feedback(c) noise(d) media richness​

Answer»

ANSWER:

MEDIA RICHNESS.

Explanation:

IT SI CALLES MEDIA RICHNESS BCOZ IT PRESENT IDEAS OR CONCEPTS.

4360.

Import java.util.Scanner;class SWITCH22{public static void main(String[] args){Scanner sc = new Scanner(System.in);System.out.println("enter a:");int a = sc.nextInt();int b=10; switch(a){case 1:if(a== 100){b+=5 ;System.out.print(b) ;break;}case 2: if(a!=100) {b=b*a ;System.out.print(b) ;break;}}}}correct this program and resend it

Answer»

import java.util.Scanner;

class SWITCH22

{

public static void MAIN(String[] ARGS)

{

Scanner sc = new Scanner(System.in);

System.out.println("ENTER a:");

int a = sc.nextInt();

int b=10;

switch(a){

case 100:

b+=5 ;

System.out.print(b) ;

break;

default:

b=b*a ;

System.out.print(b);

}

}

}

.

.

.

.

.

HOPE THIS HELPS YOU

.

.

.

.

PLEASE MARK AS BRAINLIEST AND FOLLOW ME TOO

4361.

ਵਾਕ ਜੋੜ ਕੇ ਪੜੋਜਲਦੀ ਕਰ। ਪਾਣੀ ਭਰ।ਕਾਲੀ ਜਾਲੀ | ਖਾਲੀ ਤਕੜੀਸੀਟੀ ਨਾ ਮਾਰ।ਤਾੜੀ ਨਾ ਮਾਰ।ਨੀਲਾ ਘੜਾ ਪਾਣੀ ਨਾਲ ਭਰ ।ਪੀਲਾ ਘੜਾ ਪਾਣੀ ਨਾਲ ਭਰ ।ਲਾਲ ਘੜਾ ਪਾਣੀ ਨਾਲ ਨਾ ਭਰ॥ਹਰਾ ਘੜਾ ਵੀ ਪਾਣੀ ਨਾਲ ਨਾ ਭਰ।ਅੰਤਰ ਸਮਝੋ :ਪੀਲਾ ਸਾਈਕਲਨੀਲਾ ਸਾਈਕਲਪੀਲੀ ਕਾਰਨੀਲੀ ਕਾਰHਹੇ ਪਿਆ |​

Answer»

AE KI likhya thone.....

4362.

5.1கட்டிட வரைபடத் திட்டம், பிளக்ஸ்அட்டை போன்றவற்றைஅச்சிடப்பயன்படும் வெளியீட்டு சாதனம் எது?(அ) வெப்ப அச்சுப்பொறி(ஆ) வரைவி(இ) புள்ளி அச்சுப்பொறி(ஈ) மைபீச்சு அச்சுப்பொறி​

Answer»

ANSWER:

PLEASE EXPLAIN in ENGLISH

4363.

Define a class Commission described as below:Instance variables/Data members:String name: stores the employee's name.int emp-no: stores the employee number.int sale: stores the monthly sale.Member methods:(i) void input() : to input and store employee's name, number and sale.(ii) void compute(): to calculate commission on sale as per the tariff given belovSaleCommissionUp to 50,0005%More than 50,000 and up to 80,0008%More than 80,000 and up to 1,00,00010%More than 1,00,00012%(iii) void display() : to display the details of employee's name with commissionWrite a main method to create object of a class and call the above member method​

Answer»

ANSWER:

yes

Explanation:

:hvxfu nak chala gaya bangaya fruit and VEGETABLES and fruits and everyone who has ever had at LEAST TWO of

4364.

What is register and it's usewhat is register and it's use cs101what is the parts of insert ribbon in Ms word​

Answer»

Answer:

In computer interface DESIGN, a ribbon is a graphical control element in the FORM of a set of toolbars placed on several tabs. The typical structure of a ribbon includes large, tabbed toolbars, filled with graphical buttons and other graphical control elements, grouped by functionality. Such ribbons use tabs to expose different sets of controls, eliminating the need for numerous parallel toolbars. CONTEXTUAL tabs are tabs that appear only when the user needs them. For instance, in a WORD processor, an image-related tab may appear when the user selects an image in a document, allowing the user to INTERACT with that image.

4365.

How many style categories are available in open office document?5678​

Answer»

Answer:

6

Explanation:

becgklxeriioopohvff

4366.

#includeint main(){int a;printf ("enter your ID number");scanf ("&a");if (a=2005){printf ("You are sirgene Irengbam");}else{printf ("You are not registered, SORRY");}return 0;}​it prints similar even if I change the number. what is my mistake there so kindly change if I commit thanks

Answer»

ANSWER:

the SYNTAX is

SCANF("%d", &a) ;

4367.

1. The content of the communication is called :(a) a message(6) noise(c) media richness(d) jargon​

Answer»

EXPLANATION:

The CONTENT of the COMMUNICATION is CALLED

a MESSAGE.

4368.

Is important for reliable emotional well being.Self awareness(1)Self regulation(2)Self motivation(3)Self control(4)​

Answer»

Answer:

4). Self control is IMPORTANT for reliable EMOTIONAL WELL being.

4369.

The Science teacher of Madhav has asked him to create a list of the students of his class and entertheir marks into it. What will you suggest him to apply to the list in order to set off each name in the list​

Answer»

EXPLANATION:

HI FRIEND the answer is database

hope this HELP U a lot

please follow me

4370.

The................ is the distance fromeach side to neighboring element orthe borders of the document.​

Answer»

ANSWER:

The................ is the DISTANCE from

each side to neighboring ELEMENT or

the BORDERS of the document

Explanation:

virtual distance

4371.

1. What is the full form of ICT?(a) Internet Computer Technology(b) Intra Computing Time(c) Internet and Communication Technology(d) Information and Communication Technology2. Which of the following is not an ICT tool ?(a) Mobile(b) Tablet(C) Laptop(d) Email(e) Solar lamp3. What is the full form of email?(a) Electronic mail(b) Electric mail(c) Engineered mail(d) Effective mail4. The specialized software specially designed for smartphone is called(a) Mobile software(b) App(c) Smart software(d) Smart application5. For a highly productive work which of the following will you prefer to use ?(a) smartphone(b) tablet(c) laptopPlease answer all 5 questions.The first one who will answer will be marked as brainlist (answer only)​

Answer»

ANSWER:

ANS1 INFORMATION and COMMUNICATION Technology

Ans2Solar Lamp

Ans3Electronic Mail

Ans4Smart application

Ans5 laptop

Explanation:

4372.

2.dy UlupoGroup 2c) Group 17d) Group 10Which one of the following element has minimum number of valence electron ?b)Ald)PWhia) Nac)Si​

Answer»

Explanation:

2.

dy Ulupo

Group 2

c) Group 17

d) Group 10

Which one of the FOLLOWING ELEMENT has MINIMUM number of valence electron ?

b)Al

d)P

Whi

a) Na

c)Si

4373.

2. Flow control and Error control is done bya. Application layerc. Session layerb. Data link layerd. Presentation layer​

Answer»

ANSWER:

DATA LINK LAYER.........

4374.

Write a program which declares functions given below to calculate the area of different geometrical figuresas per the prototype given below:1. public void area_rect(int, int)// calculates and prints the area of a rectangle.2. public int area_square(int)// calculates and returns the area of a square to a calling module.3. public static void area_circ(int, double)// calculates and prints the area of a circle.4. main(): calls all the above functions and displays result with appropriate messages

Answer»

EXPLANATION:

Find the value of m so that the quadratic EQUATION px^2 + (p – 1) x +(p – 1) = 0 has EQUAL ROOTS.

4375.

1. What arithmetic operators cannot be used with strings?a) + 'a'+'b'b) *c) -d) All of the mentioned​

Answer»

(C)- can't be used with strings

PLEASE mark as BRAINLIEST

4376.

Whitch of the following is not a token ?1.Interpreter 2.keyword 3. Operator 4.Identifier

Answer»

ANSWER:

interpreter..

Explanation:

HOPE u will UNDERSTAND...

4377.

Tick (/) the correct statements and cross (X) the incorrect ones,1. You cannot change the Windows 7 wallpaper.2. Control Panel is a part of Windows 7 GUI,3. Currency converter gadget requires Internet connection to function properly,4. You can add only one Clock gadget to the desktop.5.You can select the pictures to be shown in the Slide Show gadget.​

Answer»

Answer:

1. False

2. TRUE

3. True

4. True

5. True

4378.

What will be the output of the following?System.out.println (2+3+"HELLO"); System.out.println ("HELLO"+2+3);System.out.println ("HELLO"+(2+3):System.out.println ("A+"A"+'A'):​

Answer»

Answer:

5HELLO;

HELLO5;

HELLO(5);

A65A;

4379.

Observe the following table and Write the HTML code to generate it.MarksEmp NoSec ASec BTotal100145203095100215510301003401510please answer me fast​

Answer»

ANSWER:

didn't UNDERSTAND the QUESTION

Explanation:

i didn't understand the question

4380.

What is the function ofSHOW command?

Answer»

Explanation:

Description. The Show-Command CMDLET lets you CREATE a PowerShell command in a command WINDOW. You can use the features of the command window to run the command or have it RETURN the command to you. Show-Command is a very useful teaching and learning tool.

4381.

A ____ is a chartbwhich can be used to plot data for one s seriesReply fasttt

Answer»

ANSWER:

PIE CHART...

EXPLANATION:

❣️❣️❣️ FOLLOW me plz❣️❣️

4382.

1. Writedown the syntax to input a stringthroughthe Scannerclass with example .What is thethe use of Keyboardof Keyboard input?plz give the example for first one..... plz related to string only. Thankyou​

Answer»

ANSWER:

In Java, there are MANY ways to read strings from INPUT. The simplest one is to make use of the class Scanner, which is part of the java. util LIBRARY and has been newly introduced in Java 5.0.

Explanation:

4383.

Observe the following table and Write the HTML code to generate it.MarksEmp NoSec ASec BTotal10014520309510021551030100340151065​

Answer»

12345678910

Explanation:

CORRECT ANSWER is this YES NA

4384.

Write a program in Java to input two numbers display the numbers after swapping them by using a third variable.Sample Input a = 95, b = 45 Sample Output a = 45, b = 95

Answer»

import java.util.Scanner;

public class SWAP {

public static void main(String[ ] ARGS) {

Scanner sc = NEW Scanner(System.in);

System.out.println("Enter two numbers to be swaped - ");

int a = sc.nextInt( ),

b = sc.nextInt( ),

temp = a;

System.out.printf("Before - %n a - %d%n b - %d%n", a, b);

// SWAPPING numbers

a = b;

b = temp;

System.out.printf("After - %n a - %d%n b - %d%n", a, b);

}

}

4385.

Consider the HTML code given below: First Page This is my first webpage.Now, answer the following questions:1) What will be displayed in the title bar of the browser?2) Name the attributes of font tag used in the given code.3) What will be displayed in the browser window and in which color?​

Answer»

1) "First Page"

2) Size, Color, Face (of Font)

3) "This is my first webpage" will be displayed in White Colour on Red BACKGROUND (in the BROWSER WINDOW)

PLEASE Thank Me

And Mark this as Brainliest

4386.

BaySELF ASSESSMENT1. Which of the following is not a characteristic of communication?tams at exchanging information fojit is a sodal activity(c) It may not lead to any response or reactionlanguage comprises three components - eye contact, head position​

Answer»

EXPLANATION:

hhhh2hh2ueuhej3hbd dbjdbdjmsb. RCB

4387.

Avantika hasdrawn a flower in Photoshop she wants to fill it with various colours in circular pattern what tool should she use?​

Answer»

ANSWER:

PAINT Bucket

Explanation:

4388.

Fill in the blanks: 5 Marks1.The types of computer memory are __PRIMARY_____________ and ___SECONDARY _____________.2. A small memory chip that is attached between the CPU and the main memory to increase speed is known as ____________________.3. In a computer system if a switch is turned ‘ON’ it is considered 1 and if it is turned ‘OFF’ it is ________.4. ________________ technology uses laser light to read or write data to or from optical discs.5. To transfer processed data with high speed, the computer uses a number of special memory units called _________________.II. Answer the following Questions: 1. What is the difference between Magnetic tapes and Magnetic discs? 2 MarksPlease write 2 points for each 2. What are the different types of Optical discs we use?1 Mark3. Write a few points on WORM. 1 Mark 4. Write a few points on Erasable Optical Disc. 1 Mark

Answer»

ANSWER:

skxhcnmpKzjvnsgkdkgsi6sjgskydkgsyo ES vmdhlryoshkdlhfjfoyeydkytyhrluro6rohcjfkheiydhmhdiyeiydkydlhfhflhfourkyekysyoduo

Explanation:

jfupfuoF07fhlclhdyixkURlydi6syykduof

4389.

Aditya wants toselect adjacent areas of the samecolour automatically in animage Which tool should be use in Adobe photoshop ?​

Answer»

ADITYA should USE MAGIC WAND TOOL..

4390.

3. Write True (T) or False (F) after each statement: 2.5 Marks1. Secondary memory is also called Auxiliary memory. [ ]2. Magnetic tape is a secondary storage device. [ ]3. Mainframe computers use Optical disks for storage. [ ]4. On Magnetic discs data is stored on both sides. [ ]5. WORM stands for Write Once Read Many. [ ]

Answer»

Answer:

1.F

2.T

3.F

4.T

5.F

Mark me BRAINLIEST pls

it TAKES only one CLICK

to make me happy pls

4391.

AAnushka is creatingwebpage & she wantsto display the pagecontent two inches downfromtop of the marginWhich tag andattribue should sheuse ?​

Answer»

ANSWER:

I did not UNDERSTAND your QUESTION

4392.

CHOOSE THE ODD ONE OUT AND GIVE REASON5. sulphuric acid, lactic acid, nitric acid, hydrochloric acid.

Answer»

Answer:

lactic ACID

Explanation:

it is WEAK and NATURALLY OCCURING acid

4393.

40. What is the Degree and Carnality 2 pointsof the below relation.Capacity3Scode501503502509S10Car NameA-ScarIndigoTananaSX4CClassTable CARDENMakeColorSuzukiREDSILVERTovyoWHITESuzuki SILVERMercedesRED3Charge141215O a) Degree = 6, Cardinality = 6b) Degree = 6, Cardinality = 5Oc) Degree = 5, Cardinality = 6O d) Degree = 5, Cardinality = 5Clear selectionPage 3 of 3​

Answer»

ANSWER:

gddfsfthrwqrerwrdtgrstfsvvrhdsfrdvnvnncxvgfnvgcncfdgtfesrwtfgfsewrfygdhgesryjhf

Explanation:    1+1+1+1+1+1+11+1+1+111+++111111+1+1111+11-1-1-1-

4394.

2. Write the full form of:1. RAM2. EPROM3. CD-RW4. PROM5. WORM

Answer»

Answer:

I know only some

so

random acess memory

erasable PROGRAMMABLE read only memory

compact DISC rewritable

Explanation:

SORRY for some but hope it HELPS

mark as brainliset

4395.

3. निम्नलिखित पर संक्षिप्त टिप्पणी लिखिए-Write short notes on following:(i) Portals(ii) Firewalls​

Answer»

Answer

I HOPE it will HELP you.

4396.

What is the full form of CPU?...............This is not my question.Just thank 10 answers​

Answer»

ANSWER:

CENTRAL PROGRESSING UNIT

4397.

MCQ`s ::1. List in HTML can be nested

Answer»

LIST in HTML can be NESTED - TRUE

4398.

What is the process of converting unstructured raw data with variances into structured data?a Data cleansingb Data Shiningc Lemmetizationd Natural Language Processing (NLP​

Answer»

ANSWER:

I guess

EXPLANATION:

option A is CORRECT

hope it helps

MARK as BRAINLIEST

4399.

What type of data set constitutes images and videos?a Structured Datab Level Datac Unstructured Datad Responsive Data​

Answer»

Answer:

Given :

Radius of Cylinder is 5 m.

Height of Cylinder is 21 m.

To Find :

Curved SURFACE Area of Cylinder.

Solution :

\longmapsto\tt{Radius=5m}⟼Radius=5m

\longmapsto\tt{Height=21m}⟼Height=21m

Using Formula :

\longmapsto\tt\boxed{C.S.A\:of\:Cylinder=2\pi{rh}}⟼

C.S.AofCylinder=2πrh

Putting Values :

\longmapsto\tt{2\TIMES\dfrac{22}{{\cancel{7}}}\times{5}\times{{\cancel{21}}}}⟼2×

7

22

×5×

21

\longmapsto\tt{2\times{22}\times{5}\times{3}}⟼2×22×5×3

\longmapsto\tt\bf{660{m}^{2}}⟼660m

2

So , The C.S.A of Cylinder is 660 cm².

_______________________

C.S.A of Cylinder = 2πrh

T.S.A of Cylinder = 2πr(r+h)

Volume of Cylinder = πr²h

_______________________

4400.

For vertical arrangement of the contents of a table cell ____ option is used. *1 pointChange CaseText WrappingDirectionSpacing​

Answer»

ANSWER:

DIRECTION

EXPLANATION:

PLEASE Mark me BRAINLY and follow me