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.

18651.

Wap to assign temperature in centi-meters convert it into farenheit​

Answer»

ANSWER:

C=5/9*(F-32)

this is the FORMULA

18652.

Example of Ordered and Unordered list . ​

Answer»

ORDERED MEANS SEQUENCE WISE

UNORDERED MEANS UNSEQUENCE WISE...

18653.

MS Access provides two ways to create Select queries true or false​

Answer»

ANSWER:

TRUE this is true please FAST REPLY m E

18654.

13)In H1{ color : green } syntax which one of them is the selector?A)color b){ } c)H1 d):​

Answer»

ANSWER:

C) H1

Explanation:

A CSS SELECTOR is the PART of a CSS style call that identifies what part of the web page should be styled. The selector contains one or more properties that DEFINE how the selected HTML will be styled.

18655.

12)Which of the following keep the information of how to display the document?a)sheet b)show c)site d)style​

Answer»

ANSWER:

1444 { {12225555}^{?} }^{2}

18656.

Is linux is a networking device

Answer»

Answer:

Linux supports a wide array of different network devices. The most common one is a PCI network device, into which an Ethernet cable can be plugged.

Explanation:

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating SYSTEM kernel first released on September 17, 1991, by Linus TORVALDS. Linux is TYPICALLY packaged in a Linux distribution. Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project.

18657.

The second generation computers usedcomponent​

Answer»

Second Generation Computers

In this generation, transistors were used that were cheaper, consumed less POWER, more compact in size, more RELIABLE and faster than the first-generation MACHINES MADE of vacuum TUBES.

18658.

Give reason why Mendel choose pea plant for his experiment​

Answer»

Peas were an IDEAL choice for MENDEL to use because they had easily observable TRAITS there were 7 of which he COULD manipulate. ... Mendel planned to selectively cross pollinate the peas with one ANOTHER to study the traits passed on and the results from each pollination.

18659.

The rightmost cell in row 32 in a worksheet​

Answer»

Explanation:

hope it helps please MARK my ANSWER has been RELEASED

18660.

Write a simple program to find a perimeter and area of circle.......By entering the value of radius by user......In JavaPlease use scanner class....Don't spam......​

Answer»

Answer:

  1. int MAIN() { int rad;
  2. float PI = 3.14, area, ci; printf("\nEnter RADIUS of CIRCLE: ");
  3. scanf("%d", &rad); area = PI * rad * rad;
  4. printf("\nArea of circle : %f ", area); ci = 2 * PI * rad;
  5. printf("\nCircumference : %f ", ci); return (0);

18661.

It is used to execute certain number of time​

Answer»

ANSWER:

n

Explanation:

18662.

which coding block controls the repeat of any event until a some new event occurs? Forever. IF + Else Repeat until. . All of these​

Answer»

Answer:

Repeat () (block)

The Repeat () block is a CONTROL block and a C block. Blocks HELD inside this block will loop a given amount of times, before allowing the script to continue. ... FURTHERMORE, when a non-positive number is input, the loop does not run, and if "INFINITY" is input, then the block runs forever.

Explanation:

mark me as brainliest

18663.

Write a program to create a list with 1-10numbers. Add 5 more numbers and delete the 4thelement.​

Answer»

ANSWER:

In PYTHON:

numList = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

for i in range(5):

   numList.append(1)

numList.remove[4]

please mark me as the brainliest!

18664.

3What are the features of a high-level language?​

Answer»

ANSWER:

The FEATURES of a high LEVEL language English

18665.

True or false: an automatically generated password that combined 4 unrelated common words would be more usable

Answer»

ANSWER:

TRUE

PLEASE MARK me as BRAINLIST

18666.

Write a program in java to check whether the series is pseudo arithmetic or not.​

Answer»

ANSWER:

Do YOUSELF...............................

18667.

True or false: an automatically generated password that combined 4 unrelated common words would be harder to break

Answer»

Answer:

true

Explanation:

An AUTOMATICALLY generated password that combined 4 unrelated common WORDS would be HARDER to BREAK.

18668.

Raise the volume. hear better. ( using If and The ) make words.​

Answer»

ANSWER:

If you RAISE the VOLUME then you will HEAR BETTER.

18669.

Please tell me a latest mobile or pc game i should play​

Answer»

ANSWER:

for the answer please FOLLOW me and mark brainliest at FIRST please please I BEG you. If yoy do that I will tell you the answer

18670.

Formula for finding the distance when the time, initial velocity and Acceleration is given in java​

Answer»

ANSWER:

S=u*t+(1/2)*a*Math.pow(t, 2) ;

where s is distance

u is INITIAL VEL.

a is ACCEL.

18671.

_________ functions are those used on a group of values.​

Answer»

hi.

Group-value FUNCTIONS

The existence of a GROUP BY CLAUSE in a SQL STATEMENT indicates that you are using a group-value function. The most common group-value functions include Avg, Count, Max, Median, Min, Stdev, Sum, Var, ApplyAgg, and so on..

stay safe.

JAI SHREE KRISHNA

18672.

Ms access opens every blank in the design view

Answer»

ANSWER:

...........

............

............

ohhhhh

18673.

Write down two categories of memories

Answer»

Answer:

18674.

Which of the followi g is used for crating phone directry

Answer»

ANSWER:

is there any OPTIONS

18675.

Which of the following is the correct form a method that extracts a new string from the existing string?

Answer»

MENTION OPTION also

Explanation:

FOLLOW me

18676.

Describe critical thinking and list the elements involved

Answer»

Answer:

The skills that we need in ORDER to be able to think critically are varied and include observation, analysis, interpretation, REFLECTION, evaluation, inference, explanation, problem solving, and DECISION making. Specifically we need to be able to: Think about a topic or issue in an objective and critical WAY.

18677.

What is achieved by recording and running macros?computer

Answer»

ANSWER:

When you RECORD a macro, the macro recorder records all the STEPS in Visual Basic for Applications (VBA) code. These steps can include typing text or NUMBERS, clicking cells or commands on the ribbon or on menus, formatting cells, rows, or COLUMNS, or even importing data from an external source, say, Microsoft Access

18678.

WAP to inputthe Celsius as 119.5. Convertand print its Fahrenheit valuejava programming​

Answer»

Answer:

To UNDERSTAND the following programs, you must have the basic knowledge of following PYTHON concepts:

1. Python Input/Output

2. Python Data TYPES

18679.

________ are predefined formulae to perform calculation​

Answer»

ANSWER:

A function is a predefined FORMULA that PERFORMS CALCULATION

18680.

What is artificial intelligence​

Answer»

Answer:

ARTIFICIAL INTELLIGENCE, is intelligence demonstrated by MACHINES, unlike the NATURAL intelligence displayed by humans and animals.

18681.

In mail merge what contains all the variable information in the form of field​

Answer»

Answer:

Main DOCUMENT CONTAINS the INFORMATION that is to REMAIN the same in all the documents. Data Source contains all the variable data to be inserted into the documents.

Explanation:

i hope its HELP you

18682.

Write a program to input a string and print each character of the string in different line​

Answer»

Answer:

write a program to INPUT a string and print each CHARACTER of the spelling of the DIFFERENT lights Mouse system of the different different DESIGN and the the print in PENCIL

18683.

Page :Date:as 89.6WAP to input the fahrenheit as 89.6find its celsius value.java programming​

Answer»

Answer:

89.6F=32°C

Hope this HELPS you

STAY HAPPY and safe

Do mark as BRAINLIEST ✌️

18684.

Date :for as 89.6ga WAP to input the the fahrenheitFind its Celsius value.119.50 Convertjava programming​

Answer»

ANSWER:

SORRY I can't UNDERSTAND the QUESTION

18685.

True or false cli supports the use of both keyboard and mouse

Answer»

Answer:

true

mark as brainliest please

stay safe and follow me

and THX my answer please

18686.

Sing in is used to create a new email id .True or false

Answer»

ANSWER:

True

Explanation:

when we create any new id we should sign up or log in

I THINK it's CORRECT...

PLZ mark me as brainleast

18687.

इस देश के दुश्मन लैंग्वेज डिस्टिंक्टनेस कर प्लास्टिक एंक्लोजर ​

Answer»

Answer:

yes Is Desh KE Dushman LANGUAGE district days kar plastic ANGULAR NE isliye KI ki

18688.

Please Tell Me What Is The Code Add 'More Option Icon' in A Shopping App ( Which Works )Please Don't Tell AnythingPlease Tell Correct Answer​

Answer»

ANSWER:

THANKS for POINTS,

HA ha,ha,ha

18689.

What is the habit or practice of keeping our selves clean? class 9 IT​

Answer»

Answer:

please mark me as BRAINLIST

Explanation:

personal hygiene habits such as WASHING your hands and BRUSHING and flissing your teeth will help BACTERIA,viruses and ILLNESS away.

18690.

What are the various sources of collecting information for a field visit? *​

Answer»

ANSWER:

There are five WAYS often used by Safe Routes to SCHOOL (SRTS) programs to collect information: tallies/counts, surveys, observations and audits, interviews and existing DATA sources.

Thnxx pls follow me

I hope it helps u a lot

18691.

REM Display multiples of 3FOR I=3 TO 30 STEP_____PRINT INEXT I(e) What should be the step value in the following code?​

Answer»

Answer:-

In the given qbasic code, the value of step will be 3.

This is because DIFFERENCE between MULTIPLES of 3 is 3.

So, if the code is like,

FOR I=3 TO 30 STEP 3

PRINT I

NEXT I

Then, OUTPUT will be,

3

6(3+3)

9(3+3+3)

....... and this will CONTINUE till 30.

So, the required value is 3.

18692.

Match the following data validation styles with their names :⚠️ information❎ worning ℹ️ stop ​

Answer»

Answer:

1st ONE will waring

2nd will stop

3rd INFORMATION

Explanation:

Sorry I couldn't FIND this emoji

Follow me

#followers to FRIENDS

18693.

This are M,C,Q'sSubject:- ComputerGive right answer​

Answer»
18694.

Program In java to implement the various techniques of inheritance using switch statement​

Answer»

ANSWER:

switch (expression) {

case value1:

// code to be executed if

// expression is equal to value1

break;

case value2:

// code to be executed if

// expression is equal to value2

break;

...

...

default:

// default statements

}

How does the switch statement WORK?

The expression is evaluated once and compared with the values of each case LABEL.

If there is a match, the corresponding code after the matching case label is executed.

For example, if the value of the expression is equal to value2, the code after case value2: is executed.

If there is no match, the code after default: is executed.

Note: We can do the same functionality using the Java if...else...if LADDER. However, the syntax of the switch statement is cleaner and much easier to read and write.

Flowchart of switch Statement

Flowchart of the Java switch statement

Flow chart of the Java switch statement

Example 1: Java switch statement

// Java Program to check the size

// using the switch...case statement

class Main {

public static void main(String[] args) {

int number = 44;

String size;

// switch statement to check size

switch (number) {

case 29:

size = "Small";

break;

18695.

Program In java to implement the various techniques of inheritance​

Answer»

ANSWER:

JAVA Inheritance Example

class Employee{

float salary=40000;

}

class Programmer EXTENDS Employee{

INT bonus=10000;

PUBLIC static void main(String args[]){

Programmer p=new Programmer();

System.out.println("Programmer salary is:"+p.salary);

18696.

What will you do if you do not have access to the right information?

Answer»

Answer:

I will SKIP the qustion for no negative MARKING

Explanation:

PLZ mark me as BRANLIEST and FOLLOW me

18697.

We can type stories​

Answer»

ANSWER:

.•♫•♬•yes....but what is UR QUESTION..?•♬•♫•.

18698.

Write javascript program to convert temperature to celcius and farenheitpl it's urgent don't spamI will mark the best ans as brainliest​

Answer»

Answer:

JavaScript CODE:

function CTOF(celsius) { VAR cTemp = celsius; var cToFahr = cTemp * 9 / 5 + 32; var message = cTemp+'\xB0C is ' + cToFahr + ' \xB0F. '; console. log(message); } function fToC(fahrenheit) { var fTemp = fahrenheit; var fToCel = (fTemp - 32) * 5 / 9; var message = fTemp+'\xB0F is ' + fToCel + '\xB0C.

18699.

Which of the following have 15 as their factor (a)531797 Answer with solution​

Answer»

the FACTOR of the FOLLOWING WORD is ⁹7

18700.

List of steps is called an Algorithm.TrueFalse​

Answer»

ANSWER:

true

Explanation:

LIST of STEPS is called an Algorithm.