InterviewSolution
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» C=5/9*(F-32) this is the FORMULA |
|
| 18652. |
Example of Ordered and Unordered list . |
|
Answer» UNORDERED MEANS UNSEQUENCE WISE... |
|
| 18653. |
MS Access provides two ways to create Select queries true or false |
| Answer» | |
| 18654. |
13)In H1{ color : green } syntax which one of them is the selector?A)color b){ } c)H1 d): |
|
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» |
|
| 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: |
|
| 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: |
|
| 18661. |
It is used to execute certain number of time |
|
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» 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» | |
| 18665. |
True or false: an automatically generated password that combined 4 unrelated common words would be more usable |
| Answer» | |
| 18666. |
Write a program in java to check whether the series is pseudo arithmetic or not. |
|
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» | |
| 18669. |
Please tell me a latest mobile or pc game i should play |
|
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» S=u*t+(1/2)*a*Math.pow(t, 2) ; where s is distance 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» ........... ............ ............ ohhhhh |
|
| 18673. |
Write down two categories of memories |
|
Answer» Answer: |
|
| 18674. |
Which of the followi g is used for crating phone directry |
|
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» 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» 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» 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°CHope this HELPS you Do mark as BRAINLIEST ✌️ |
|
| 18684. |
Date :for as 89.6ga WAP to input the the fahrenheitFind its Celsius value.119.50 Convertjava programming |
|
Answer» SORRY I can't UNDERSTAND the QUESTION |
|
| 18685. |
True or false cli supports the use of both keyboard and mouse |
|
Answer» Answer: truemark as brainliest pleasestay safe and follow meand THX my answer please |
|
| 18686. |
Sing in is used to create a new email id .True or false |
|
Answer» True Explanation: when we create any new id we should sign up or log in 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» 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» 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» 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» 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: |
|
| 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» | |
| 18700. |
List of steps is called an Algorithm.TrueFalse |
|
Answer» true Explanation: |
|