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.

29701.

Write a technique and algorithm of top down approach

Answer»

yyhgft the YB. HJB. TC. HJ fyj.

29702.

What do you mean by proxemics?class 10 CBSEsubject-ITplease reply me please​

Answer»

proxemicsExplanation:the BRANCH of KNOWLEDGE that deals with the AMOUNT of space that PEOPLE feel it necessary to set between themselves and others.

29703.

Calculate the no of e present in 7g of Si ⁴+​

Answer»

tion:first the number of molesso,float moles= 7.0/28.0855;PRINTF("Number of atoms = %dNa",moles)here NA is Avagadro's Number ,i.e,6.022x10^23.U can also get to this in this manner :-1 MOLE of SI contains 6.022x10^23 atoms also 1 mole of Si equals 28.0855 g of SiSo ,28.0855 g of Si contains 6.022x10^23 atoms Hence,7 g of Si contains (6.022x10^23/28.0855)*7 atoms

29704.

For i in range(5): for j in range(i): i=i+j print(i,end="@")print(j)​

Answer» TION:Please STOP spamming . I KNOW moderators woll DELETED this ANSWER but please before that stop spamming
29705.

Raghni is fond of doing Rangoli. In order to find out the skill of Raghni, Adarsh have given a task to Raghni Adarsh gives Raghni N points (X[i], Y[i]) in a two dimensional plane Raghini task to draw rangoli in circular design such that all the points are either inside or on it Your task is to find the minimum radius of circle such that all the points are either inside of circle or on it in c language​

Answer» ND the DISTANCE between the origin (0, 0) and the point furthest away from it using the PYTHAGORAS theorem, and that is the ANSWER
29706.

What is the objective of the backpropagation algorithm?

Answer»

The OBJECTIVE of BACKPROPAGATION algorithm is to to develop LEARNING algorithm for multilayer feedforward neural network, so that network can be TRAINED to capture the mapping implicitly.hope it helps dear

29707.

Abhishek is taking exam on N subjects. The score on each subject will be an integer between 0 and K (inclusive) He has already taken exams on N - 1 subjects and scored A[i] points on i-th subject His goal is to achieve the average score of M points or above on the N subjects print the minimum number of points Abhishek needs on the final subject to achieve the goal if the goal is unreachable , print -1 instead?​

Answer»

I am not GOOD in MATHS SORRY I can't TELL

29708.

Light travels at 3 * 108 meters per second. A lightyear is the distance a light beam travels in one year. Write a program that calculates and displays the value of a light-year.

Answer»

hshsjsjdhdvdmsjdhshshskvdvnsbs is TK JA SHAMANS ALLA showmanExplanation:HAHAHAHA hahahahhahahahahahhahahahhahhahahahahahahahahhahahahahahahahahahahahahahhahahahahahahhahahahahahhahahahahahaahhaaaahhahahahahahhahahahahahhahahahahahahahhahahahahhahahahahahhahahahahhahahahahahhahahahahahhahahahahah

29709.

You cannot chage the size of icons

Answer»

No, we CHANGE the SIZE of ICONS Explanation:We can change the size as small, medium and largei thick this will HELP umark me as BRANLIST

29710.

Definition for subscription​

Answer»

an amount of money that you pay, usually once a YEAR, to receive a newspaper or MAGAZINE REGULARLY or to belong to an ORGANIZATION

29711.

شاہ ہمدان کشمیر میں دو بار تشریف لائے۔​

Answer» LANGUAGE PLEASE TYPE in ENGLISH or FRENCH
29712.

Please answer step followed complete the task​

Answer»

oooooooooooooooooooooooo

29713.

What is broadcast ? please Answer my question as fast as you can , the one who will give me firstly answer (correct) will be marked as BRAINLIEST with 5 STAR RATING and THANKYOU tooo so Please asnwer me a correct!​

Answer»

Verb-scatter (seeds) by hand or machine rather than placing in DRILLS or ROWS."the second method is to broadcast the seeds TOGETHER with not more than 1 kg to the acre of rapeseed"NOUN- a radio or television programme or transmission."the Queen's annual CHRISTMAS TV broadcastExplanation:hope it's helpful

29714.

Defination Terminology lists??​

Answer»

terminologyTerminology is a GENERAL word for the group of specialized words or meanings relating to a particular field, and ALSO the study of such terms and their use. ... This is also known as TERMINOLOGY SCIENCE.

29715.

In star topology entire network shuts down if there is a failure in the backbone. true of false​

Answer»

I THINK its TRUEEXPLANATION:Have a Bangtastic DAY AHEAD ARMY

29716.

WAP to accept no. of hours worked and rate per hour using method call. Calculate the wages of a worker as: hours*rate.

Answer»

tion:hrs = INPUT("ENTER HOURS:")h = float(hrs)xx = input("Enter the Rate:")x = float(xx)if h <= 40: print( h * x)elif h > 40: print(40* x + (h-40)*1.5*x)

29717.

Circular printer program in python​

Answer» ELIF( ((i==0 or i==row-1) and (J>0 and j
29718.

In order to save a file as FDF in impress , you need to click on File menu ________option​

Answer»

To save changes to the CURRENT file, choose File > Save. To save a COPY of a PDF, choose File > Save As.Explanation:l HOPE it will help U ☺️

29719.

{ int i; float f;} V={2,3,4} main() { printf("\n%d%f",v,I,v,f); }

Answer»

izzesShared FOLDER:FIRE: How to TURN SOMEONE into an ARMY? :fire:

29720.

. Let’s look into the scenario given and answer the question: Let’s play a game: We have an agent, a robot, and a reward (diamond here) with many hurdles (fires) in between. The goal of the robot is to get the reward (diamond) and to avoid the hurdles (fire). The robot learns by trying all the possible paths and then chooses the path which reaches the reward while encountering the least hurdles. Each correct step will bring the robot closer to the diamond while accumulating some points and each wrong step will push the robot away from the diamond and will take away some of the accumulated points. The reward (diamond) will be assigned to the robot when it reaches the final stage of the game. Which kind of ML algorithm is applied in the above game? Explain it in detail.

Answer»

I can't BELIEVE it is IMPOSTER you LIKE

29721.

I am a number system that uses only two digits.

Answer»

binary NUMBER system which uses only 0&1

29722.

given memory partitions of 200k,700k,500k,300k,100k,400k.Apply first fit,best fit amd worst fit to place 315k,427k,250k,550k

Answer»

Answer :-FIRST fit212 K is put in 500 K partition.417 K is put in 600 K partition.112 K is put in 288 K partition. (New partition 288 K = 500 K - 212 K)426 K must wait.Best-fit212 K is put in 300 K partition.417 K is put in 500 K partition.112 K is put in 200 K partition.426 K is put in 600 K partition.Worst-fit212 K is put in 600 K partition.417 K is put in 500 K partition.112 K is put in 388 K partition. (600 K - 212 K)426 K must wait.In this example Best-fit is the best solution.

29723.

(d) ………………….. is the space between the pairs of computers.​

Answer»

kenring is the SPACE between the PAIR of COMPUTER

29724.

2. State the uses of ICT in education.​

Answer»

-ICT enables the use of innovative educational resources and the renewal of learning METHODS, ESTABLISHING a more active collaboration of students and the simultaneous acquisition of technological knowledge. FURTHERMORE, ICTs are of great HELP in developing discernment.

29725.

How to find a miss placed device ?​

Answer»

tion:ASSUMING you have access to someone ELSE's cell phone, you can push the Android Lost APP to your lost phone, SEND an SMS message,

29726.

Question:ANSWER:​

Answer»

tion:Digital versatile discImage result for what is FULL form of DVDThe DVD (COMMON ABBREVIATION for Digital Video Disc or Digital Versatile Disc) is a digital optical disc data STORAGE format invented and developed in 1995 and RELEASED in late 1996.

29727.

Harshita wants to create a poster for her meeting. How can she accomplish this task? Microsoft Publisher Microsoft Access Adobe Photoshop​

Answer» TION:Harshita wants to create a poster for her MEETING. How can she accomplish this task? >>ADOBE PHOTOSHOP
29728.

COMPUTER SCIENCE ☆☆☆What's IBM ?¿¿?​

Answer»

International Business MachinesIBM/Full nameIBM is an overall great place to work, they TEND to pay a little below average and they want you to partake in their COMPANY culture, but their benefits and flexible nature of the working hours more than makes up for it. Management is UNDERSTANDING and wants to SEE your growth within the company.

29729.

Why do you use the Bleach Bit applicaties​

Answer»

It's an open-source software PROGRAM SIMILAR to CCleaner that many people use to clear unneeded FILES from their computers to free up SPACE and keep their SYSTEMS running smoothly.

29730.

Answer it and be brainlist ​

Answer»

Explanation:1) 2D Bar Chart2)  Filter3) AUTO Sum4) Start Button5) Insert FUNCTION

29731.

State true or false 2. A range can be used in a formula3. The error #VALUE occurs if the number is divided by zero.4. You can sort the data only in one filed.5. A chart is update automatically with change in data Anewer Fast I will make you brainlist ​

Answer» TION: TRUE falsefalsetrueok
29732.

Diffrentiate between save and save as.​

Answer»

Save ALLOWS US to update the last saved version so that it will match with the current working version and that last saved WORK will be UPDATED with the NEW work.Pls mark me as brainliest ❤️❤️

29733.

Some people are intelligent while some are utter fools pls answer

Answer» OH reallynever EXPECTED such QUESTIONS.
29734.

Sohail could not finish his project work in the class so he wants to carry the soft copy of the project to his house in order to win a state which device will you suggest him to fulfill that are application based questions

Answer»

a MOBILE OBEY EXPLANATION:its EASY to CARRY

29735.

What is the youngest innovation​

Answer»

ventions 2019A Talking Hearing AID. Starkey Livio AI.Vision Made AUDIBLE. OrCam MyEye 2.Entertainment by SIGHT. Comcast Xfinity X1 Eye Control.A SMARTER Cane. WeWALK.⫷Miss. Princess⫸

29736.

What is Union? Explain memory allocation using union.​

Answer»

In C language union is a USER defined datatypebasically every variable in union USES same MEMORY address and the size of union can be the size of biggest variable amoung the variables EX: int x=20; double y=20; when you calculate size in structures we GET 2+8=12bytesbut in Union its only 8 bytes coz the 8 is highest size

29737.

I need a C++ program to calculate percentages. But the catch is a number of denominators need to be input by the user(like 2 or 3 which user will decide) after that program should ask the value of each denominator and should eventually calculate the percentage. For Example In this case, the user will first enter the value of the numerator, which is 124. Following that, the number of denominators, in this case, two, will be entered. In this case, the user will then enter the values of the two denominators, in this case, 54 and 70. Next, The percentage will then be computed

Answer»

tion:Find the zeroes of the quadratic POLYNOMIAL y SQUARE - 8y - 20, and VERIFY the RELATIONSHIP between the zeroes and co-efficients.please follow

29738.

What is internet. describe internal memory and external memory ​

Answer»
29739.

INT G (int x=5){IF (x>1) Return x*G(x-1); Els return;}

Answer» TION:bxbxbhddbdbbdndbsbsbs
29740.

Software are the physical components of computer true hai ki false

Answer»

it is falsehope it HELPS

29741.

B. ICT is used for diagnosis in a. MRI b.ECG c. CAT d. All of the Above ​

Answer»

The fundamental use of ICT in Hospital is for electronic storage of medical data. This helps to RETRIEVE the information EASILY. Through ICT the data can be TRANSFERRED to the patient or to the Doctors for CONSULTATION. The patient can have medical records in hand which can be used ANYWHERE, anytime.

29742.

1. BPO services include a.Taxation and Insurance Services b. Financial and Accounting Services c. legal Services and Content writing d. All of the above ​

Answer» OPTION d. All of the above is the ANSWER
29743.

After training a neural network, you observe a large gap between the traininga accuracy(100%) and the test accuracy (42%). Which of the following methods iscommonly used to reduce this gap?

Answer» GOOD badExplanation:EXCELLENT FANTA
29744.

IN 1 WC bove ii . Which of the following uses Information Technology? a.Home computing b. In library c. both a and b d. None of the above ​

Answer» TION:dfhSwcvsegbhtugs6ufeghjncdgvhgfxytxivicr66z6rxu0fxoux0gxpgcpicuciyo
29745.

Write a function to input 2 numbers and print them in java​

Answer»

import java. util. SCANNER;public class Inputfunctions {public static void MAIN(String[] args) {Scanner readme = new Scanner(SYSTEM. in);System. out. println("ENTER Two Numbers (Press Enter after each):");//two variables to hold numbers.double N1, n2, n3;n1 = readme. nextDouble();

29746.

Which is the best Programming language?a)C++b)Javac)JavaScriptd)Python​

Answer»

C++ being a fast and COMPILED programming language has gained popularity and is the first programming language that a PROGRAMMER learns....C++ vs Java vs Python?C++JAVAPYTHONC++ program is a fast compiling programming language.Java Program COMPILER a bit slower than C++Due to the use of interpreter EXECUTION is slower.

29747.

1. What is a function? Write a function to input two numbers and printthem?​

Answer»

The addition() function TAKES two arguments because it will add two numbers. To add two numbers, FIRST of all, numbers should be passed to the addition() function. The addition() function takes two arguments, STORE it in PARAMETER variables, CALCULATE the sum of both numbers and returned results to the main function.

29748.

The_barriers occur due to factors which are outside our body and mind.​

Answer»

The skin, which is actually an organ system, is obviously on the OUTSIDE of the body. It FORMS a BARRIER that PREVENTS many harmful substances from entering the body.

29749.

हकेल के नियम की उदाहरण सहित व्याख्या कीजिए।Explain Huckel's rule with examples​

Answer»

akalalalajsjlekwsdhsllalakajoaalamabalalalpaaljssos

29750.

A conditional operator is also known as ternary operator [exp ? true : false] which can be used to make an either-or choice. Write a C++ program to get a number from the user and find out whether it is odd or even. INPUT & OUTPUT FORMAT: The input is an integer denoting the given number. If the given number is even, print "Even". Otherwise, print "Odd". SAMPLE INPUT & OUTPUT: 5 Odd

Answer»

tension is described as the pulling force transmitted axially by the means of a string, a cable, CHAIN, or similar OBJECT, or by each end of a rod, truss MEMBER, or similar three-dimensional object; tension might also be described as the action-reaction pair of forces acting at each end of said elements.