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.

51.

Write a program Take a real number as an input and display the integral part and the fractional part of thenumber. ​

Answer»

program to PRINT the integer part and fractional part of a GIVEN NUMBER

class IntFraction

{

public static void MAIN(String args[])

{

// input in the form of double

double input=23445.781271;

/* convert the double to string and split the string by decimal point(.)*/

String str[]=Double.toString(input).split("\\.");

//then str[0] will have the integer part and str[1] will have fraction part

System.out.println("Decimal Number :"+input);

System.out.println("Integer Part:"+str[0]);

System.out.println("Fractional Part :"+str[1]);

/* Note : use ("\\.") to split a string because just (.) represent split a string with any character in terms of regular EXPRESSION*/

}

}

52.

C = 1sum = 0while (c < 10):c = c + 3sum = sum + cprint (sum)what is output?

Answer»

Answer:

11 will be the output

Explanation:

HOPE it HELPS you

53.

The capacity of the telecommunication channel stated in megabyte or gigabits per second is called​

Answer»

ANSWER:

i do,

EXPLANATION:

54.

Practical Activity 4 (Election)Write a program Election that computes the tally in a write-in election, and announces thewinner. Since the votes are write-in, there is no pre-determined set of candidates. Whoeverappears the most in the votes is the winner. The user enters the individual votes, one voteper line, and ends entering with typing -1 or an empty line. To compute the tally, theprogram uses two arrays, a String [] variable (names), and an int [] variable (count). Uponreceiving a single vote, the program checks if the name on the vote appears in names, and ifit does, the program adds 1 to the value of the element in count. If the name does notappear in names, the program extends both arrays by one element, stores the name innames at the last position and store 1 in count at the last position. In this manner, the twoarrays will have the same lengths. The initial length is O for both arrays.Below is an example of how the program may run:Enter the votes, one vote per line. :| End with either -1 or an empty line. ISamPeterJamesSamSamPeterSamSam recieved 4 votesPeter recieved 2 votesJames recieved 1 votesThe winner is Sam with 4 votes​

Answer»

ANSWER:

idk

Explanation:

55.

What is fail fael mafool?​

Answer»

Fail is the subject performing an ACTION.

FAEL is the VERB or action performed by the subject.

Mafool is the object on which action is performed by the subject.

56.

Why is it important to take the inventory before assembling your computer and after disassembling?​

Answer»

Answer:

The importance of FOLLOWING PROPER procedures in ASSEMBLING / disassembling computer hardware and software systems is mainly for safety purposes. Basically, you to observe proper procedures in handling computer parts and INSTALLATION of software to ensure that you are safe from any HARD that the computer can cause you.....

57.

Which of the following losses can be used for training an auto-encoder?x:input; y:outputa. L(x, y) = log(x +y)b. L(x,y) = |x + y|c. L(x, y) = |x - y|d. none of the above ​

Answer»

Answer:

1.for making the text look coloured refer the below syntax and ignore the dots

[.tex]\red{the\:text\:appears\:in\:red}[./tex]

result

\red{the\:text\:appears\:in\:red}thetextappearsinred

2.for making the text marquee

[.tex]{the\:text\:appears\:like\:this}[./tex]

result

= < marquee > {the\:text\:appears\:like\:this} < /marquee > thetextappearslikethis

3. for making the text look bold

[.tex]\bold{the\:text\: appears\: like\: this }[./tex]

result =

\bold{the\:text\: appears\: like\: this }thetextappearslikethis

4. for showing the exponential value

[.tex]{no.}^{power}[./tex]

result

= {no.}^{power}[ /tex] 5. for showing the square ROOT value [.tex]\SQRT{no.}[./tex] result = \sqrt{no.}no. power5.forshowingthesquarerootvalue[.tex]

no.

[./tex]result=[tex]

no.

\bold{\BOXED{thanx}}

thanx

follow me next

58.

Quiz: 4.2 Lesson Practice

Answer»

ANSWER:

ᕙ[・۝・]ᕗ

Explanation:

ᕙ[・۝・]ᕗᕙ[・۝・]ᕗ

59.

How can I study and remember things permanently???​

Answer»

ANSWER:

TRY reading a SENTENCE which you want to REMEMBER for about an hour.

60.

An IP packet has arrived with the first 8 bits as shown: 01000010. The receiver discards the packet. Why?

Answer»

Answer:

An IPv4 packet has ARRIVED with the first 8 BITS as SHOWN: 01000010 The receiver discards the packet. Why? Solution There is an error in this packet.

Explanation:

61.

The checksum of 0000 and 0000 is​

Answer»

Answer:

WHATS this PLZZ WRITE PROPER questions

62.

The layers provided by Adobe appear in the filter menu​

Answer»

Explanation:

(Analog/Digital converter) A device that converts CONTINUOUSLY varying analog signals from INSTRUMENTS and sensors that monitor conditions, such as sound, movement and TEMPERATURE into binary code for the computer. The A/D converter may be contained on a single chip or can be one CIRCUIT within a chip.

63.

________ stands for clockwise moton in Adobe flash​

Answer»

Answer:

Creating a MOTION TWEEN

"Auto" generally means that it doesn't rotate at all, or only rotates based on other parameters; "None" means it will not rotate, period; the other TWO options are "CW" and "CCW", or "ClockWise" and "CounterClockWise". "Clockwise" rotates to the RIGHT; "CounterClockWise" rotates to the left.

64.

The page content optimisation can be done by using keywords in ____&_____a)b)c)d)​

Answer»

ANSWER:

OPTION a is the RIGHT answer

65.

When the computer restarts on it's own, is a symptom of what??????!!!!​

Answer»

EXPLANATION:

i don't KNOW this ANSWER SORRY

66.

Retouch tools are the building blocks of many image creation windows. True or false ​

Answer»

ANSWER:

TRUE as FAR as I know

Explanation:

HOPE it HELPS

67.

Name the computer virus, where the computer starts on it's own​

Answer»

A computer virus is a type of malware that can replicate itself on your computer and SPREAD to other DEVICES. You might be infected with a virus if your computer suddenly starts RUNNING more slowly, crashes a LOT, or does things like running unusual programs without your PERMISSION.

68.

How error detection and correction is done?​

Answer»

Explanation:

  • The ADDITIONAL bits are called parity bits. They allow detection or correction of the errors.
  • The DATA bits along with the parity bits FORM a CODE word
69.

protecting of the environment has become an important issues today supposes you start a new venture as an entrepreneur how will you can tube you towards protecting the environment ?​

Answer»

Answer:

as a human being we NEED to protect our mother earth by using the 5 R's which is REFUSE, reduce, repurpose, REUSE and RECYCLE

70.

The page content optimisation can be done by using keywords in ____&_____​

Answer»

Answer:

Part of the SEO process is using keywords: WORDS and PHRASES that describe what your content is about. Then Google uses that INFORMATION to determine which content is relevant to a particular SEARCH QUERY, and how the page should rank in searches for a particular term. That's what gives a web page its search ranking.

71.

We can run animation from_______menu.​

Answer»

ANSWER:

We can RUN ANIMATION from the MENU.

72.

Ɪɴ ᴀ ғᴀᴍɪʟʏ ᴏɴᴇ ᴘᴀʀᴇɴᴛ ɪs ʀɪɢʜᴛ ʜᴀɴᴅᴇᴅ ᴀɴᴅ ᴏᴛʜᴇʀ ᴘᴀʀᴇɴᴛ ɪs ʟᴇғᴛ ʜᴀɴᴅᴇᴅ . ᴡʜᴀᴛ ᴄᴏᴜʟᴅ ʙᴇ ᴛʜᴇ ᴘʀᴏʙᴀʙɪʟɪᴛʏ ғᴏʀ ᴛʜᴇ ᴄʜɪʟᴅ ʙᴇɪɴɢ ʟᴇғᴛ ʜᴀɴᴅᴇᴅ ɪғ ғɪʀsᴛ ᴄʜɪʟᴅ ɪs ʟᴇғᴛ ʜᴀɴᴅᴇᴅ...(RIGHT HAND IS DOMINANT OVER LEFT HAND)....ᴄʟᴀss x ....ʙɪᴏ - ʜᴇʀɪᴅɪᴛʏ ᴀɴᴅ ᴇᴠᴏʟᴜᴛɪᴏɴ​

Answer»

Answer:

The probability of the second child being left handed is 1 . As their PARENTS are right handed, so that is a factor in favor or right HANDER. But also, the FIRST child is left handed, so that factor matters to. Therefore the probability = 1/1 = 1.

73.

Suppose integer takes 1 byte of memory space. Write a C++ program which takes 2 integer inputs from user (value must be between 1-100 and first integer must be last 2 digit of your arid number). Convert both input number in binary format and Store each bit in an array. Add both binary numbers and store in separate memory. Finally convert the binary sum into decimal format and display on the screen as shown in the following output. You can use pow() function of math.h header file, for calculation of power. Add screen shot of your program output after the code.

Answer»

ANSWER:

ok

Explanation:

okytyuftggyghhhhhhhhhhhhhhhhhh

74.

5.What issues does India aims to address through green economy initiatives?only one or two points​

Answer»

ANNUALLY, India faces significant challenges INCLUDING exploitation of NATURAL RESOURCES, rapid industrialization, poverty, and unemployment

75.

Examine the following code :numlist =eval(input(" Enter list:")) pos = 0 odds = evens = 0 length=len(numlist ) while pos< length: if numlist [ pos ]%2== 0evens = evens + 1 else: odds = odds + 1 pos = pos + 1 If odds> evens :print ("Balanced oddity )1-: What is this program calculating ? 2-: What does the program for the list [1, 5, 2, 3, 6, 6, 9] ? 3-:What does the program print for the list [2, 5, 2, 3, 6, 6, 9] ? How can we fix this?​

Answer»

Answer:

A list is an ordered SET of values, where each value is identified by an index. The values that make up a list are called its elements. LISTS are similar to strings, which are ordered sets of characters, except that the elements of a list can have any type. Lists and strings — and other things that behave like ordered sets — are called sequences.

9.1. List values

There are several ways to create a new list; the simplest is to enclose the elements in square brackets ( [ and ]):

[10, 20, 30, 40]

["spam", "bungee", "swallow"]

The first example is a list of four integers. The second is a list of three strings. The elements of a list don’t have to be the same type. The following list CONTAINS a string, a float, an integer, and (mirabile dictu) another list:

["hello", 2.0, 5, [10, 20]]

A list within another list is said to be nested.

Finally, there is a special list that contains no elements. It is called the empty list, and is denoted [].

Like numeric 0 values and the empty string, the empty list is false in a boolean expression:

>>> if []:

... print 'This is true.'

... else:

... print 'This is false.'

...

This is false.

>>>

With all these ways to create lists, it would be disappointing if we couldn’t assign list values to variables or pass lists as parameters to functions. We can:

>>> vocabulary = ["ameliorate", "castigate", "defenestrate"]

>>> NUMBERS = [17, 123]

>>> empty = []

>>> print vocabulary, numbers, empty

['ameliorate', 'castigate', 'defenestrate'] [17, 123] []

9.2. Accessing elements

The syntax for accessing the elements of a list is the same as the syntax for accessing the characters of a string—the bracket operator ( [] – not to be confused with an empty list). The expression inside the brackets specifies the index. Remember that the indices start at 0:

76.

Which of the following is not a member of class​

Answer»

ANSWER:

CLASS 10. vyehwnsjjsjshwhhshwhwi

77.

Kar do koi id delete

Answer»

ANSWER:

OK i ill

Explanation:

78.

What is the measurement unit for the speed of A computer?

Answer»

ANSWER:

The unit of measurement called a hertz (Hz), which is technically ONE cycle per second, is used to measure clock speed. In the case of COMPUTER clock speed, one hertz equals one tick per second. The clock speed of computers is USUALLY measured in megahertz (MHz) or gigahertz (GHz).

79.

There is just ________ milk to the jug​

Answer»

ANSWER:

There is a LITTLE MILK in the JUG.

80.

What's the very first software that we need to install in a computer system to install other ones​

Answer»

Answer:

MICROSOFT. DOS should be installed in computer FIRST

81.

Difference between LAN and WAN.​

Answer»

Answer:

A LAN (local area network) is a group of computers and network devices connected together, usually WITHIN the same BUILDING. ... A WAN connects several LANs, and MAY be limited to an enterprise (a corporation or an organization) or accessible to the PUBLIC. The technology is high speed and relatively expensive.

82.

4. After clicking the microphone icon, the search bar displays this wordTEGNNIILS​

Answer»

ANSWER:

Listning..................

83.

What is cell referencing? what are the types of cell referencing and explain them​

Answer»

Explanation:

There are two TYPES of CELL references: RELATIVE and absolute. Relative and absolute references BEHAVE differently when copied and FILLED to other cells. Relative references change when a formula is copied to another cell. Absolute references, on the other hand, remain constant no matter where they are copied.

84.

Explain different kind of control use in html. Design one HTML form using all the basic control (Textbox, Button, Reset Button, Check box, Radio Button etc.).

Answer»

ANSWER:

PL MARK me as BRAIN LIST plplplpl

85.

What is the use of frame in html? explain with suitable example.(create html file using frame) ?

Answer»

ANSWER:

EXPLANATION:

You can USE node.js

86.

What do you mean by style sheet? Explain different types of style sheet with example.

Answer»

Answer:

Explanation:

A STYLE Sheet is a collection of style rules that that tells a browser how the various styles are to be applied to the HTML TAGS to present the document. Rules can be applied to all the basic HTML elements, for example the

tag, or you can define you own variation and apply them where you wish to.

We learned that style sheets come in three types, external, INTERNAL, and inline. External ONES have their own file and apply to every web page that includes them. Internal ones apply to the whole document, but you have to put them at the top of the page in the header.

Cascading Style Sheet(CSS) is used to set the style in web pages that contain HTML elements. It sets the background color, font-size, font-family, color, … etc property of elements on a web page. There are three types of CSS which are given below: Inline CSS.

Thank me.

Please mark me as Brainliest!!

87.

Define instant messaging.​

Answer»

ANSWER:

INSTANT messaging technology is a type of online chat that offers real-time TEXT TRANSMISSION over the INTERNET

88.

Write a program to print the sum of squares of all the numbers from 1 to 10 using a loop​

Answer»

\textsf{\large{\underline{Solution}:}}

The GIVEN problem is solved USING language - Java.

public class Brainly{

   public static VOID main(String s[]){

       int SUM=0,i;

       for(i=1;i<=10;i++)

           sum+=i*i;

       System.out.println("Sum of squares of numbers from 1 to 10 is: "+sum);

   }

}

\textsf{\large{\underline{Explanation}:}}

  • Line 1: Class Declaration.
  • Line 2: Declaration of main() method.
  • Line 3: Two variables named 'i' and 'sum' are declared where 'sum' stores the sum of the squares of first ten natural numbers.
  • Line 4: A loop iterates in the RANGE 1 to 10.
  • Line 5: The square of each number in this range is added and stored in the variable 'sum'.
  • Line 6: The sum is now displayed on the screen.
  • Line 7: End of main().
  • Line 8: End of class.

See the attachment for output.

89.

Explain how computer is used in the field of science and technology​

Answer»

Answer:

Computers are probably the biggest advance in scientific technology. They allow us to ANALYZE HUGE data sets and RUN statistical analyses far quicker than in the past. Scientists ALSO use them to run SIMULATIONS and build electronic models.

90.

The final step of scientific learning process is​

Answer»

Answer:

First things first

I'ma say all the words inside my head

I'm fired up and tired of the way that things have been, oh-ooh

The way that things have been, oh-ooh

Second thing second

Don't you tell me what you think that I could be

I'm the one at the sail, I'm the master of my sea, oh-ooh

The master of my sea, oh-ooh

I was broken from a young age

Taking my sulking to the masses

Writing my poems for the few

That look at me, took to me, shook to me, feeling me

Singing from heartache from the pain

Taking my message from the veins

Speaking my lesson from the brain

Seeing the beauty through the...

Pain!

You made me a, you made me a believer, believer

Pain!

You break me down and build me up, believer, believer

Pain!

Oh, let the BULLETS fly, oh, let them rain

My life, my love, my drive, it came from...

Pain!

You made me a, you made me a believer, believer

First things first

Can you imagine what's about to HAPPEN?

It's Weezy the Dragon, I link with the Dragons

And we gon' get ratchet, no need for imaginin'

This is what's happenin'

Second thing second, I reckon immaculate

Sound about accurate

I know that strength, it don't come, don't come without strategy

I know the sweet, it don't come without cavities

I know the passages come with some traffic

I START with from the basement, end up in the attic

And third thing third

Whoever call me out, they simply can't count

Let's get mathematic, I'm up in this, huh

Is you a believer?

I get a unicorn out of a zebra

I wear my uniform LIKE a tuxedo

This dragon don't hold his breath, don't need no breather

Love you Ms. Cita, the son of a leader

I know the bloomin' don't come without rain

I know the losin' don't come without shame

I know the beauty don't come without hurt

Hol' up, hol' up, last thing last

I know that Tunechi don't come without Wayne

I know that losin' don't come without game

I know that glory don't come without...

Don't come without...

Pain!

You made me a, you made me a believer, believer

Pain!

You break me down and build me up, believer, believer

Pain

Oh, let the bullets fly, oh, let them rain

My life, my love, my drive, it came from...

Pain!

You made me a, you made me a believer, believer

Last things last

By the grace of fire and flames

You're the face of the future, the blood in my veins, oh-ooh

The blood in my veins, oh-ooh

But they never did, ever lived, ebbing and flowing

Inhibited, limited 'til it broke open and rained down

It rained down, like...

Pain!

You made me a, you made me a believer, believer

Pain!

You break me down and build me up, believer, believer

Pain

Oh, let the bullets fly, oh, let them rain

My life, my love, my drive, it came from...

Pain!

You made me a, you made me a believer, believer

91.

Name any dangerous software??​

Answer»

ANSWER:

SQL as a Lethal Weapon. Who would have thought that SQL, a database query language, has a DANGEROUS SIDE?

92.

Write appropriate formula for calculating sum of marks of a student .this is computer question not math question so give answers in computer ​

Answer»

ANSWER:

SHAH is my FAVOURITE to GET a JOB at

93.

I WANT javascript coding and some knowledge of UI and ai

Answer»

ANSWER:

bwjwbenjejejejejjejw

Explanation:

wghehejsjjsjejejejjsjejejwjwua0

94.

------ of the window shows the content of your computer, whereas, -------------- will show the content of the selected option​

Answer»

Answer:

BACKUP and Restore

The Backup and Restore SECTION of the Control Panel includes two options: Back up your computer and Restore files from a backup.

The Back up your computer option will launch the Backup and Restore window, as SEEN in Figure 5.10. You can use the Backup and Restore window to create a SYSTEM image, create a system repair, or to PERFORM a backup of your system.

95.

List the important steps in solving a problem. ​

Answer»

Answer:

Here are some of the important steps that we should KEEP in mind while solving a maths problem.

Read carefully, understand, and identify the type of problem.

Define the CATEGORY in which your math problem FITS in before you move FORWARD as it will help find the best solution to solve it. ...

Draw and review your problem. ...

Develop the plan to solve it. ...

Solve the problem.

96.

The major of two adjacent angle of a parallelogram are in the ratio 2:3.find the measure of each of the angle of the parallelogram.​

Answer»

Answer:

NOTE: SINCE the opposite angles of the parallelogram are equal and the total SUM of all the four angles of the parallelogram is 360∘, the sum of the adjacent angles of the parallelogram must be equal to 180∘

97.

Which sound driver is appropriate for toshiba equium 400 notebook​

Answer»

ANSWER:

Explanation:

TOSHIBA Equium U400 Conexant AUDIO DRIVER

link for SITE https://drivers.softpedia.com/downloadTag/U400

98.

Aakriti wants to get her leave sanctioned. Suggest her the right mode of communication and give reasons for the same.​

Answer»

Explanation:

hllo please can U share the CONTENT

99.

Question 2.Write the java statement for the following.4aca)x=-bvb -2a3b)k=2b+X°+4y-b+ b2-4acc)2a3d)Va - bWe)Rate1+100Question 3.​

Answer»

ANSWER:

v/t

Explanation:

v/t. is the answer

I HOPE you UNDERSTAND the answer

100.

What are transistors?​

Answer»

EXPLANATION:

transistor is a semiconductor device used to amplify or switch ELECTRONIC signals and electrical power. TRANSISTORS are one of the basic building blocks of modern electronics. It is composed of semiconductor material USUALLY with at least three terminals for connection to an external circuit.

ekkk id mere name pe banao

who are you HUH