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.
| 24451. |
write a program to display "valid voter " , if the following condition is true : age of person should be >=18 |
|
Answer» age = int(INPUT("Enter your Age:")if age >= 18: print ("VALID VOTER")ELSE: print ("Invalid Voter") |
|
| 24452. |
कंप्यूटर का आविष्कार किसने किया था चार्ल्स बैबेज ने 1834 में किया था |
| Answer» ANSWER DE DIYE... | |
| 24453. |
What is Asymptotic Notation: O-Notation |
|
Answer» ᴏᴛᴀᴛɪᴏɴ ɪs ᴀ ᴍᴀᴛʜᴇᴍᴀᴛɪᴄᴀʟ ɴᴏᴛᴀᴛɪᴏɴ ᴛʜᴀᴛ ᴅᴇsᴄʀɪʙᴇs ᴛʜᴇ ʟɪᴍɪᴛɪɴɢ ʙᴇʜᴀᴠɪᴏʀ ᴏғ ᴀ ғᴜɴᴄᴛɪᴏɴ ᴡʜᴇɴ ᴛʜᴇ ᴀʀɢᴜᴍᴇɴᴛ ᴛᴇɴᴅs ᴛᴏᴡᴀʀᴅs ᴀ ᴘᴀʀᴛɪᴄᴜʟᴀʀ ᴠᴀʟᴜᴇ ᴏʀ ɪɴғɪɴɪᴛʏʜᴏᴘᴇ ᴛʜɪs ᴡɪʟʟ ʜᴇʟᴘ ᴜ..✌☺ |
|
| 24454. |
Menu bar is present at the bottom of photoshop windows |
|
Answer» tion:Answer. FALSE ONE of the basic elements of Adobe PHOTOSHOP is the menu bar, located at the very top of the program. The menu bar is used to open and save files, adjust the canvas size, access some of the editing tools, open and close various windows, and more.Sep 11, 2020 |
|
| 24455. |
Write a program to take two integer argument in a method void small() to print smallest integer |
|
Answer» from the first time EVER you later on my WAY HOME from SCHOOL |
|
| 24456. |
Adobe photoshop is used to edit complex images and photoTrueFalse |
|
Answer» Our words have power. They impact others, but they also impact us.” – Michael HyattWords – they carry immense power to make or break a PERSON. Especially, the spoken ONES. With simple encouraging words, you can HEAL and REBUILD the lives of others. Hearing sincere words of encouragement has a tremendous impact on a person – MAKING them happier, stronger, and ready for any challenge the world has in store for them. |
|
| 24457. |
Make a list of tools in the tool panel . write their names and uses |
|
Answer» There are FOUR main groups of TOOLS, separated by functionality on the Tools panel: selection, cropping, and measuring; retouching and painting; drawing and TYPE; and navigation. At the bottom of the Tools panel you find Set FOREGROUND color and Set BACKGROUND color, as well as Quick Mask. hope it is helpfulpls mark me as brainlist ☺️ |
|
| 24458. |
What’s an interesting fact about the use of CS in this field, or an interesting product that was created with CS? |
| Answer» HTTPS://quizizz.com/join/quiz/undefined/start?studentShare=true joine FAST for PLAYING | |
| 24462. |
Why is CS used in this way? How is it solving a problem in the creation of entertainment? |
|
Answer» In binary FORMAT 1's and 0's because it's was the LANGUAGE undrestand the computer |
|
| 24463. |
2. Chemical equations C2H5 OH + PCI5 = C ₂ H 5Cl + POCL3+ HC4 H₂ PO₃ = 3 H₃PO4 + PH₃PC/3 + Cl₂ = PC's. write with program html |
| Answer» TION:आर बी 9 B9 गा दो बार कट तुम 1 अप्रैल से नैना टकराए का डॉन वेरी अर्ली मॉर्निंग बेबी | |
| 24464. |
Create a class cuboid with three attributes l, b, h to calculate the volume of cuboid. Define no argument, parameterized constructors for the cuboid. Define 1 parameter, 3 parameter constructors? |
|
Answer» Cuboid is a 3-dimensional box-like FIGURE represented in the 3-dimensional plane.Cuboid has 6 rectangled-shape faces. Each face meet another face at 90 degree each.Three sides of cuboid meet at same vertex.Since it is made up of 6 RECTANGLE faces, it have LENGTH, width and height of different dimension. cuboid Examples : Input : 2 3 4 OUTPUT : Area = 24 Total Surface Area = 52 Input : 5 6 12 Output : Area = 360 Total Surface Area = 324Explanation: |
|
| 24465. |
Which branch of engineering most closely relates to mechanical engineering? A. polymer engineering B. environmental engineering C. electronics engineering D. mechatronics engineering |
| Answer» NICS ENGINEERING ... | |
| 24466. |
MoII] Linkages ofwithin anwith respect toand beingis called |
| Answer» | |
| 24467. |
The greatest common divisor (gcd) of two integers is calculated by the continued division method. Divide the larger number by the smaller the remainder reaches to zero. The last divisor results is gcd. Please guys i will mark as brainlist answer |
|
Answer» d ANSWER:-Question:WAP to calculate hcf of two numbers.Solution:1. In Java. import java.util.*;public class HCF { public static VOID main(String[] args) { int a, b, r; Scanner sc=new Scanner(System.in); System.out.print("Enter first NUMBER: "); a=sc.nextInt(); System.out.print("Enter second number: "); b=sc.nextInt(); while (a%b!=0) { r=a%b; a=b; b=r; } System.out.println("HCF: "+b); sc.close(); }}2. In Python. a=int(input("Enter first number: "))b=int(input("Enter second number: "))while not a%b==0: r=a%b a=b b=rprint("HCF: ",b)3. In C#include |
|
| 24469. |
9. Which of the following tags cannot be used to include audio on a Web page? (A) BGSOUND (B) EMBED (C) MUSIC (D) OBJECT |
|
Answer» Your ANSWER is C EXPLANATION:HOPE it should hepls u✌ |
|
| 24470. |
What is the output of FULL Adder |
|
Answer» Full ADDER is the adder which adds three inputs and produces two outputs. The FIRST two inputs are A and B and the third input is an input carry as C-IN. The output carry is designated as C-OUT and the NORMAL output is designated as S which is SUM.hope it is helpfulpls mark me as BRAINLIST ☺️ |
|
| 24471. |
Are well suited for use as input devices at automated teller machines or public information (a)touch screen(b)pens (c)microphones (d)monitors |
| Answer» | |
| 24472. |
Five major components of a computer network |
|
Answer» The hardware components are the server, client, PEER, transmission medium, and connecting devices. The software components are operating system and protocols.Explanation:HOPE this helps U ❣Gudeving☺Pls Flw me ☹Thanks = thanks ☺✌ITZ ABUSING QuEeN ✌ |
|
| 24473. |
Plz solve me a correct answer i will give u 5 star if it is crt |
| Answer» | |
| 24474. |
Define 6 dimensions of Artificial Intelligence? Write one sentence about each. |
|
Answer» 6 DIMENSION is ARTIFICIAL INTELLIGENCE Explanation: SENTENCE about each |
|
| 24475. |
Most common type of WAN |
|
Answer» the most POPULAR WAN is interest.almost EVERYONE (whole world) uses internet,that's why it is most popular WAN..if you find it helpful then PLEASE mark me as a brainlist.. |
|
| 24477. |
10. the shortcut key for viewing macros in excel is? |
| Answer» | |
| 24478. |
items can be displayed in 38a particular order by using ordered list and unordered List natural list |
| Answer» ITEMS can be DISPLAYED in 38a particular ORDER by using ordered list and unordered List NATURAL list | |
| 24480. |
1. A formula in Calc begins with: i. S symbol(ii) = symbol(iii) Both (i) and (ii) (iv) None of these |
|
Answer» I a FORMULA in CALC BEGINS with EXPLANATION:S SYMBOL |
|
| 24481. |
Why AND Logic gate is called as coincidence logic gate |
| Answer» COINCIDENCE MEANS an occurrence of two same things at the same TIME and a detector which detects it is called a coincidence detector. It gives high output when both the inputs are high/same or they coincide otherwise it REMAINS low. Hence, serving as a coincidence detector. | |
| 24482. |
Write a program to calculate and print the circumference and area of circle in Python computer |
|
Answer» ●First, take the radius as an input from the USER. The radius is a FLOATING value. So, we are USING 'float(input())'. ...●Calculate the circumference. The value of Pi is taking from the 'math' module of python. 'math. ...Print the value of the circumference. The value is formatted up to two decimal PLACES using %. |
|
| 24483. |
Personal attributes |
| Answer» PLEASE MARK my ANSWER as BRAINLIEST | |
| 24484. |
Mascot Drawing canvasBlocksthumbnail1. The toolbox has a total ofdifferent tools2effect converts the picture into small blocks.3.is at the center of the main screen.helps to know more about Tux Paint.5.In Tux Paint, images are saved as |
|
Answer» tion:Given:Help BOX -Drawing canvas , blocks , 14 , thumbnail , Mascot To find:Fill in the blanks using the correct word.Answers:1. The tool box of TUX Paint has 14 DIFFERENT tools.2. In Tux Paint, images are saved as thumbnail.3. Drawing canvas is at the CENTER of the main screen.4. Mascot helps to KNOW more about Tux Paint.5. Blocks effect converts the pictureinto small blocks.Hope it helps you.To learn more on brainly:1) Built-in functions are also called _____. Fill in the blank. brainly.in/question/59008562)A function is a reusable block of statements. State whether the statement is True (or) False And Justify it brainly.in/question/5900865 |
|
| 24485. |
Drawing canvas Blocks14thumbnailMascot1. The toolbox has a total ofdifferent tools2effect converts the picture into small blocks |
| Answer» NEED POINTS for my SMALL SIS | |
| 24486. |
Scramble word IMFOCTORS |
|
Answer» ⠀⠀Anagram scramble is a part of word scramble. Anagram scramble refers to words or phrases that are spelled by rearranging letters. The word 'anagram' MEANS to discover hidden MEANINGS by reading letters out of ORDER. But when you play anagram scramble, you don't have to find any hidden purpose as such.thank u |
|
| 24487. |
Write rectangle program using scanner in java |
| Answer» USE CODING i will TELL waitExplanation: | |
| 24488. |
Which of the following is not a benefit of CRM module? By using CRM, all dealings with customer for servicing, marketing, and selling can be carried out in an(A) organized and systematic way. This in turn helps in increasing customer loyalty and decreasing customeragitation(B) By using a CRM strategy for any business, the revenue of the company can be increased.(C) By using a CRM strategy for any business, payroll expense can be reducedUp-selling and cross-selling can be improved by interacting with the customers and getting an idea about(D)their wants, needs, and patterns of purchase. |
| Answer» WAIT i will ANSWER in COMMENT it will TAKE TIME | |
| 24489. |
We cannot format the letters after merging with the data source |
| Answer» UM I THINK the QUESTION should be a BIT more CLEAR | |
| 24490. |
What is a data warehouse? (A) A database application that searches for hidden patterns in a data base.A database designed to support decision making in organizations. It is batch updated and structured for(B)rapid on-line queries and managerial summaries.An interactive computer based system which helps decision makers utilize data and models to identify and(C)solve problems and make decisions.(D) none |
|
Answer» N⤵️:-What is a data warehouse?Answer:-⤵️(A) A database application that searches for hidden patterns in a data base.❌(B)A database designed to support decision making in organizations. It is BATCH updated and structured FORA database designed to support decision making in organizations. It is batch updated and structured forrapid on-line queries and managerial summaries.❌(C)An interactive computer based SYSTEM which helps decision makers UTILIZE data and models to identify andAn interactive computer based system which helps decision makers utilize data and models to identify andsolve problems and make decisions.✔(D) none❌ |
|
| 24491. |
Hello guys, anyone wrote media mint online test Yesterday, If Yes, Please share questions some please it will help me:) |
|
Answer» hwhuwi838ggshajkqoa9a9a |
|
| 24493. |
APthHBQIn the figure, AB=BQ, PB =CB, ZABP=ZQBC.Prove : seg AC = seg PQ |
| Answer» PLS GIVE the figureExplanation:so that we can give the CORRECT ANSWER | |
| 24494. |
How do I make my background a certain color |
| Answer» FRIST TAKE a COLOUR and PAINT what you WANT to backgroundExplanation: | |
| 24495. |
Which are more insidious than ever we expect them to be |
| Answer» MAKE sure all WORDS are spelled correctly.Try different KEYWORDS.Try more general keywords.Try fewer keywords. | |
| 24496. |
Scramble word PLTPAO |
| Answer» DSC xggcfyffjggfhjvExplanation:Shanelle | |
| 24497. |
Scramble word TKNWOER |
|
Answer» - NETWORKhope this HELPS you! |
|
| 24498. |
Write 10 sentences on the following topics: 1. My vacation (in the near future)2. To department stores |
|
Answer» will go to Goa in these summer HOLIDAYS*we are planning a TRIP to leave for Goa*I will be spending my vacations in Goa *in Goa we will play on sand and my VACATION is GOING to be the best |
|
| 24499. |
Which of the following statement is false |
| Answer» WORK is not a STATE function. It is path function. Its VALUE DEPENDS on the path chosen to REACH a particular state. | |