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.
| 21301. |
HiiidigkipleaseSonali |
|
Answer» rerererererererererExplanation: |
|
| 21302. |
३. नवाश्मयुगीन संस्कृतीचे वैशिष्ट्य कोणते? |
|
Answer» निओलिथिक किंवा नवीन पाषाण युग पॅलेओलिथिक आणि मेसोलिथिक काळानंतर मानवी संस्कृतीच्या एका टप्प्याला सूचित करते आणि पॉलिश केलेल्या दगडाच्या अवयवांचा वापर, कायमस्वरूपी निवासस्थानांचा विकास, मातीची भांडी बनवणे, प्राणी आणि वनस्पतींचे पाळणे, लागवड यासारख्या सांस्कृतिक प्रगतीचे वैशिष्ट्य आहे. धान्याचेExplanation: |
|
| 21304. |
Use the following array of 8 integers to answer the following questions, {2,3,2,1,2,5,8,2} a) You are required to write a user defined C++ function that will receive the above array as a parameter, and will loop through it and re-arrange it into the following final output {5,3,1,8,2,2,2,2} and display it from the main function of your program. The idea is to position all values equal to 2 in the array to come after the other values not equal to 2. The order of the other values i.e 5,1,3 and 8 does not matter as long as they appear positioned before all 2s as illustrated in the hint below: Initial array: {2,3,2,1,2,5,8,2} NumbertoMove = 2 Final Array: {5,3,1,8,2,2,2,2} b) Write another separate function in the same program above that takes the array above, {2,3,2,1,2,5,8,2} and loops through the elements calculating the sum and product of all the elements and displays them. |
| Answer» ALLAHABAD MAHAKUMBH of TTTT of tttt the FIELD the POSITION of tttt of | |
| 21305. |
Solve it int a= 4, b=5 ; a= a++ * ++b/(--b+a++);it's urgent |
| Answer» ARR i CANT ABLE to UNDERSTAND the QUESTION | |
| 21306. |
Write a Java Program that takes an integer and tests whether it is divisible by 2, 4 and 5. Apply divisibility rules that say: a. a number is divisible by 2 if the number is ending in an even digit 0,2,4,6,8.b. a number is divisible by 4 if last 2 digits of the number are divisible by 4.c. a number is divisible by 5 if the number is ending in 0 or 5 |
|
Answer» en problem is solved using language - Java.import java.util.Scanner; public CLASS Java{ public static void main(String s[]){ Scanner sc=new Scanner(System.in); System.out.print("Enter a number: "); int n=sc.nextInt(); System.out.println("Is the number DIVISIBLE by 2? - "+(n%2==0)); System.out.println("Is the number divisible by 4? - "+(n%4==0)); System.out.println("Is the number divisible by 5? - "+(n%5==0)); } }ACCEPT the number from the user.Check if divisible by 2, 5 and 10 using MODULO operator and DISPLAY the result.See the attachment for output. |
|
| 21307. |
Write a program to declare two variables in class and swap it using class in C++. |
|
Answer» class SWAP { int a,b; PUBLIC: void getdata(); void swapv(); void display(); }; void swap::getdata() { COUT<<“Enter TWO numbers:”; cin>>a>>b; } void swap::swapv() { a=a+b; b=a-b; a=a-b; } void swap::display() { cout<<“a=”< |
|
| 21308. |
A computer _________ the normal operations of a computer. |
| Answer» YES FF LOVER BGMI lover jwhshshshsjhsjsjsjsjsjdhx | |
| 21309. |
O.o CID Kese pta chla ?hn bilkul sahi |
| Answer» | |
| 21310. |
Class sub ; {public static void main (string args{}){system.out.print(Error corrected); find a correct the snippet and write the output after correcting itits very urgent |
|
Answer» . i F. o. L. l. o. W. m. E o. N i. n. s. t. a Cuteprince_1713 |
|
| 21311. |
Fill in blanks 1:--------------use this tool to move entire path around the canvas as a singleObject.2:------------ is the default type tool.3:------------is predefined vector based shapes in adobe photoshop.4:------------create line Photoshop.5:------------mode lets you edit any selection as a mask without using the channelsPalette while viewing your channel.6:You can edit a----------once it has been saved in a channel by pointing onIt in a channel using black, white and shades of gray.7:The first step in accessing the channels by choosing window---------------- |
|
Answer» Explanation:Use this TOOL to MOVE entire paths around the canvas as a single OBJECT. The path or shape layer retains its shape. Direct Selection (A): Use this tool to select and move individual points and handles of a path or shape layer. Pen (P): CREATE paths with the Pen tool |
|
| 21312. |
Public class a { public static void main { through 10; catch (int e){ |
| Answer» | |
| 21313. |
A projector is an input device true or false |
|
Answer» A PROJECTOR is an output DEVICE that takes images generated by a computer or Blu-ray player and reproduce them by projection ONTO a screen, wall, or another surface. In most cases, the surface projected onto is large, flat, and lightly colored. ... Projectors can produce either still (slides) or MOVING images (videos). so false |
|
| 21314. |
Using Scanner class accept a number and check whether it’s an “alphabet”, a “digit”, ,”space” or “special symbol”. |
|
Answer» Input : 8 OUTPUT : Digit Input : E Output : AlphabetExplanation:JAVA // Java program to find type of input character import java.io.*; class GFG { static void charCheck(char input_char) { // CHECKING FOR ALPHABET if ((input_char >= 65 && input_char <= 90) || (input_char >= 97 && input_char <= 122)) System.out.println(" Alphabet "); // CHECKING FOR DIGITS else if (input_char >= 48 && input_char <= 57) System.out.println(" Digit "); } } hope it HELPS |
|
| 21315. |
Arre re yash or ayuchh itna similar username hai ki me iz conphused my mind iz ghuming (⊙_◎) |
|
Answer» ernet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to COMMUNICATE between networks and devices. It is a network of networks that consists of PRIVATE, public, academic, business, and government networks of local to global SCOPE, linked by a broad ARRAY of electronic, wireless, and optical networking technologies. The Internet carries a vast range of information resources and services, such as the inter-linked hypertext documents and applications of the World Wide Web (WWW), electronic MAIL, telephony, and file sharing.Kkrh! |
|
| 21316. |
Write a program to calculare simples principal- 5000 8% and -5 year |
| Answer» 7000 ANS beacuseExplanation:5000 ka 8% h 400 ist YEAR 5000+400=54002year 5400+400=58005800+400=62006200+400=6600last year 6600+400=7000 | |
| 21317. |
How to delete e-mail account |
| Answer» TELL PLZ MARK me the BRAINLEST I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will tell plz mark me the brainlest I will | |
| 21318. |
Int a=4, int b=5; c=a+b; system.out.println("sum="c); find and correct the error of snippet and write the output after correcting itvery urgent |
|
Answer» c = 9Explanation:a = 4B = 5a + b = 5 + 4 = 9C = a + b c = 5+ 4 = 9 |
|
| 21319. |
What is software ? Give the fast Answer |
| Answer» | |
| 21320. |
Animation effects can be applied on ________ and __________. |
|
Answer» ehhehdsjsusuusisis8s8 |
|
| 21321. |
When MgO and NaCl ..No sis, I talked to Anusha a while agoI'm asking about XxArmyGirlForeverxXit's been 1 week since she last talked to meand Ashu brothank you so much for the help! |
|
Answer» The process by which green plants and some other organisms use sun light to synthesize nutrients from CARBON dioxide and water is called photosynthesis. EXPLANATION:Ohhh ! SORRY I THOUGHT you were asking about her ^_^" |
|
| 21322. |
CHAPTER NAME - FORMS AND TAGS. CHECKPOINT.1. NAME ALL THE ATTRIBUTES OF TAG.2. EXPLAIN THE PURPOSE OF TAG.3. DIFFERENTIATE BETWEEN THE FOLLOWING :-a. RADIO BUTTON AND CHECKBOXb. SUBMIT AND RESET BUTTONFIRST TO ANSWER CORRECT WILL BE MARKED AS BRAINLEST.AM IN GRADE 8 AND TELL ME YOUR COMPUTER SCIENCE BOOK NAME ALSO PLS |
| Answer» EXPLANATION: | |
| 21323. |
A large industrial machine is able to monitor environmental conditions and quickly shut down and sound an alarm when it detects a dangerous situation. What feature of the technology allows this to happen? options are improved bandwidth connection density effective range reduced latency |
| Answer» REDUCED LATENCY (d) MARK me as BRAINLIEST | |
| 21324. |
Yash yeh wali I'd bhi tumhari hi hai name iz little conphuse |
|
Answer» no me izz AYUSH ( ꈍᴗꈍ) xD not yash MAIN id @ayusshrider BTW can we be FRIENDS |
|
| 21325. |
Consider the statement int NUM=25 ; State the L value , R value and variable name if the allocated memory address is from1005 to 1008 |
| Answer» SUPER QUESTION ANSWER is 52 | |
| 21326. |
WAp that takes an integer and tests whether it is divisible by 2, 4 and 5. Apply divisibility rules that say: a. a number is divisible by 2 if the number is ending in an even digit 0,2,4,6,8.b. a number is divisible by 4 if last 2 digits of the number are divisible by 4.c. a number is divisible by 5 if the number is ending in 0 or 5 |
| Answer» LOWING codes have been WRITTEN USING PYTHON. | |
| 21327. |
An air purifier manufacturer is looking for ideas on using edge computing to enhance its products and services. Which approach would make use of edge computing technologies? options are: a local support staff based in the customer's geographic location for more rapid responses a scheduling feature that activates a customer's air purifier at a defined time each day a device in the customer's home that detects air quality levels and sends alerts when needed an automated program that can interpret customer service requests and assign agents accordingly |
| Answer» | |
| 21328. |
Under which group is the warp text option found.? |
|
Answer» tion: IN SIMPLE Terms, Go to Picture Format or SHAPE Format and select ARRANGE > Wrap TEXT. If the window is wide enough, Word displays Wrap Text directly on the Picture Format tab. Choose the wrapping options that you WANT to apply. For example, In Line with Text, Top and Bottom, and Behind Text. |
|
| 21329. |
i) You wish to find out the maximum value of cell B3 in each range of 5 worksheets from Productl to Product in the cell A3 of worksheet Summary. Write the fomula that should appear in cell A3 after carrying out the operation. |
| Answer» ANSWER is the A4. SHEET you do it on | |
| 21330. |
1. Name an attribute which is common with all types of inputs (in form tag) THIS IS FROM FORM TAG AM IN GRADE 8 PLS WITH THE ANSWER ALSO WRITE YOUR COMPITER SCIENCE BOOK NAME . I WILL SURELY MARK U AS BRAINLEST . |
| Answer» IT IS COMMON WITH ALL TYPES OF INPUTES | |
| 21331. |
n) Seema warts to arrange her. "Plant Nursery' worksheet, which has the fields, 'Plant Name' and Numbers in such a way that the Numbers list should arrange in the descending order. Could you suggest to her a solution? |
|
Answer» The energy of the light is UNCHANGED as it passes from one MEDIA to ANOTHER. When visible light in air enters a medium such as glass, the velocity of light decreases to 75% of its velocity in air and in other materials the decrease can be even more substantial |
|
| 21332. |
What is a full form of computer |
|
Answer» Some people SAY that COMPUTER stands for COMMON Operating MACHINE Purposely Used for TECHNOLOGICAL and Educational Research. ... "A computer is a general purpose electronic device that is used to perform ARITHMETIC and logical operations automatically. |
|
| 21333. |
A transit organization is looking to implement better experiences for customers. What is a way the organization can utilize edge computing to help the organization achieve this goal? |
| Answer» GOAL is not a goal it is ammition | |
| 21334. |
Define website and others terminologies |
|
Answer» Website DEFINITION, a connected group of pages on the World WIDE WEB regarded as a single entity, usually MAINTAINED by one person or organization and devoted to a single topic or several closely RELATED topics. Explanation: |
|
| 21335. |
Identify the token in the following c++ statement int x= 100 |
| Answer» TOKENS are the SMALLEST ELEMENTS of a PROGRAM, which are MEANINGFUL to the compileExplanation: | |
| 21336. |
Let X and Y be a uniformly distributed random variable over the interval [0, 4] and [0, 6] respectively. If X and Y are independent events, then compute the probability, P(max(X,Y)>3) 16 56 23 12 26 58 None of the above |
| Answer» | |
| 21338. |
Ohh doston ki achaaa , vahan koi ladki aaye hai kyunki mai ladkiyon se hi baat karti huin , |
|
Answer» f ladke HA KYUKI mere CLASS me sirf ladke hai lakin MERI class itni harami nhi ha bhole BACCHE hai |
|
| 21339. |
Create a webpage on Olympic 2021 using the given CSS properties |
|
Answer» In CSS, everything is a box. And each box – whether it's text, an IMAGE, a div, a span, or any other element – has a border that separates its edges from other boxes AROUND it.The CSS border PROPERTY allows us to do several things with the border of individual boxes. Getting familiar with this property can really help you debug more effectively and design your web pages more beautifully.In this tutorial, we will LOOK at CSS's border property in DETAIL. This will help you get comfortable with it and start using it in your next coding project. |
|
| 21340. |
What is computer network |
|
Answer» tion:A computer NETWORK is a SET of computers sharing RESOURCES located on or provided by network nodes. The computers use common communication PROTOCOLS over digital interconnections to COMMUNICATE with each other. |
|
| 21341. |
Please answer correctly.I'll mark as brainliest |
| Answer» SORRY it's not ansarabl | |
| 21342. |
………………….. is used to divide WebPages in various sections * |
| Answer» TAG is USED to divide the web. PAGE into DIFFERENT sections or partitionsExplanation: | |
| 21343. |
लड़कियां कृपया आएं |
|
Answer» This is not a MEETING APP!EXPLANATION: |
|
| 21344. |
Write the name of non-removable media. |
| Answer» | |
| 21345. |
A. the operator that require an only operand is binary operator true or false |
|
Answer» FalseExplanation:BINARY OPERATORS perform ACTIONS with two operands. |
|
| 21346. |
The black hat hacker hacks for ethical value. True or false |
|
Answer» The black HAT HACKER hacks for ETHICAL value. This is FALSE. They are LESS ethical. |
|
| 21347. |
Define operating system? |
|
Answer» : OPERATING system is SOFTWARE that is REQUIRED in order to run application programs and utilities. It works as a bridge to PERFORM better interaction between application programs and hardware of the computer. Examples of operating system are UNIX, MS-DOS, MS-Windows – 98/XP/Vista, Windows-NT/2000, OS/2 and Mac OS.hope it is helpfulplease mark me the brainliest |
|
| 21348. |
what is scope of processes, list each scope and describe it's characteristics ,actor's, frequency and type and characteristics of the information system that is used to support it |
| Answer» ANSWER is PROCESS of CHARACTERISTICS of INFORMATION | |
| 21349. |
A car's onboard navigation system receives a signal that an accident has occurred a short distance ahead, and alerts the driver while proposing an alternate route. Which aspect of a 5G network helps in this situation? |
| Answer» DISTANCE that PROPOSING an ALTERNATE ROUTE | |
| 21350. |
Letter - on on your way back to school |
|
Answer» hfhjffjoopohfsschujbgfsazg |
|