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.

23601.

ਬਿਮਾਰੀ ਦੀ ਲੋਣ ਲਈ ਜਾਧ ਲਏ ਧਨਸਾਹਿਬ ਨੂੰ ਅਰਜ਼ੀ ਲਿਖੋ ।​

Answer»

aised for the SALT of the diseaseWrite an APPLICATION to the LORD.

23602.

गिव एग्जांपल ऑफ डायनेमिक मेमोरी एलोकेशन​

Answer»

mers can dynamically allocate storage space while the program is running, but programmers cannot create new variable names "on the FLY", and for this reason, dynamic allocation requires TWO criteria:Creating the dynamic space in memoryStoring its address in a pointer (so that space can be accessed)Memory de-allocation is also a PART of this concept where the "clean-up" of space is done for VARIABLES or other data storage. It is the job of the programmer to de-allocate dynamically created space. For de-allocating dynamic memory, we USE the delete operator. In other words, dynamic memory Allocation refers to performing memory management for dynamic memory allocation manually.Mark as brainliest plz

23603.

What is the CPU? SHORT PLEASE ​

Answer» CENTRAL PROCESSING UNIT is the answerfollow me
23604.

Double SERIES (int N) S=2-4+6-8.....N

Answer»

tion:This is a mathematical series program where a user MUST enter the number of terms up to which the sum of the series is to be found. FOLLOWING this, we also NEED the value of x, which forms the base of the series.Examples:Input : x = 9, N = 10Output : -5.1463Input : x = 5, n = 15Output : 0.2837

23605.

गिव एंड एग्जांपल ऑफ नेस्टिंग ऑफ लूप​

Answer»

# INCLUDE < stdio.h> INT MAIN () ........

23606.

১.একটি বস্তুর উত্মতা 40°C হলে ফারেনহাইট স্কেলে তার মান কত হবে নির্ণয় করাে।​

Answer» GOOD MORNING friend. Have a great day ahead EXPLANATION:Please mark me as brainliest please
23607.

Meaning of Factorial of a number​

Answer» FACTORIAL, in mathematics, the product of all positive integers less than or EQUAL to a given positive integer and denoted by that integer and an exclamation point. ... Factorial zero is defined as equal to 1. plss mark as BRAINLIEST answer
23608.

Can anyone tell me the proper meaning of Factorial?​

Answer»

tion:Mathematics. the product of a given positive integer multiplied by all lesser positive INTEGERS: The quantity four factorial (4!) = 4 ⋅ 3 ⋅ 2 ⋅ 1 = 24. SYMBOL: n!, where n is the given integer.mark me as brainliest plzzz mate if u mark then I will FOLLOW u back plzzz

23609.

राइट ए प्रोग्राम टो एंटर इन वैल्यू इन अरराय एंड सर्च फॉर एन एलिमेंट एंड बाय थे यूजर यूजिंग लिनियर सर्च​

Answer»

To search the key WITHIN a sorted array, find middle element of the array. Compare the key with middle element, if key is equal to middle element, then return its index. ELSE if, key is less than middle element, then the key LIES within LEFT HALF of the array.

23610.

What is menu and submenu of applying new designs to slide​

Answer» PLSS MARK me as BRAINLIEST
23611.

- Write a function QDELETE() in C++ to perform delete operation in a LinkedQueue, which contains Passenger numberand Passenger name. Consider thefollowing definition of node in the code.All India 2013struct node{long int Pno;char Pname[20]:node *Link;};​

Answer»

e to make a class also to implement LINKED list (Queue):-struct NODE{long INT Pno;char Pname[20]:node *Link;};class QUEUE{ node*rear, *front;public:QUEUE(){ rear= NULL; front=NULL;}void QDELETE();};void QUEUE :: QDELETE();{ if(front!=NULL) { node*TEMP = front; cout<Pname<Pno<<"deleted"; front= front->Link; } else { cout<<"empty "; }}

23612.

Double SERIES(int N) S=2-4+8-.....N Plz solve this

Answer»

2-t - = 9 GIVING 4 = 0 c+2 = C+=1

23613.

Give an example of conditional expression? ​

Answer»

I HOPE it MIGHT HELPS uExplanation:MARK me as BRANLIEST

23614.

Send email using cc bcc and attachment and write steps?​

Answer»

Both CC and BCC forwarded a copy of a message to everyone. The main DIFFERENCE between CC and BCC is that with the LATTER the recipients do not get to know each other. Using BCC protect the privacy of your recipients and helps REDUCE spam when you send an email to several people using the normal "to" or "cc "fields all of their email addresses are CLEARLY displayed in the message. If the email is forwarded the the email addresses of all previous recipient may also be forwarded however when you use BCC to send email to more than one person the email addresses of your recipients will not be displayed in the emailExplanation:for sending email following steps are follows 1.click the HOME tab then after new group then after a new email then after email message the new image Windows will open. 2.In the new Email window type address of the recipient in the "to "field3. type email address in the cc field if you wish to send a carbon copy of message to a third party . 4.type of subject matter in the subject field. 5.type your message in the large text box.6. once you are done click send .may it will be helpful for you. Mark as brainlist. .

23615.

What is ALU and CU ​

Answer»

your answer↓↓Full form:-ALU- Arithmetic Logical Unit.CU- Memory Unit.Explanation:-C.P.U or Control Processing Unit has three parts:-ALU MUCU.ALU:-An arithmetic logic unit is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers. This is in contrast to a floating-point unit, which operates on floating point numbers. MU:-arithmetic logic unit is a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers. This is in contrast to a floating-point unit, which operates on floating point numbers. CU:-The control unit (CU) is a component of a computer's central processing unit (CPU) that directs the operation of the processor. It tells the computer's memory, arithmetic and logic unit and input and output devices how to respond to the instructions that have been sent to the processor. That was Your Answer!!I hope it helps you!!If yes?Then please please mark it as brainliest!!For more such answers just follow me.INBOX ME FOR CHATTING...GOD BLESS YOU!!THANKS....

23616.

The concept of hiding enhances_____in program​

Answer»

In computer SCIENCE, INFORMATION hiding is the principle of SEGREGATION of the DESIGN decisions in a computer program that are most likely to change, thus protecting other parts of the program from extensive modification if the design decision is changed.Explanation:please Mark me as brainlest Pleazzzzzz.

23617.

What is a CPU? define it in short ​

Answer»

e here is ur answerThe central PROCESSING unit (CPU) of a computer is a piece of HARDWARE that CARRIES out the instructions of a computer program. It performs the basic arithmetical, logical, and input/output OPERATIONS of a computer system. ... The CPU is sometimes also referred to as the central processor unit, or processor for short.hope it helps youMark it as brainlist and follow me

23618.

What is the use of moniter?what are the most common type of moniters?​

Answer»

itor is the displaying unit device of a computer. Its main use to display the output in a softcopy form.The monitor is the displaying unit device of a computer. Its main use to display the output in a softcopy form.The different kinds of monitor are as follows :-The monitor is the displaying unit device of a computer. Its main use to display the output in a softcopy form.The different kinds of monitor are as follows :-CRT MONITORS-The CRT monitors were the most commonly used monitors of the 1980s period. The full form of CRT is Cathode Ray Tube. However, these computers are not popular in todays world. They consume huge amount of electric current. They are also costlyThe monitor is the displaying unit device of a computer. Its main use to display the output in a softcopy form.The different kinds of monitor are as follows :-CRT MONITORS-The CRT monitors were the most commonly used monitors of the 1980s period. The full form of CRT is Cathode Ray Tube. However, these computers are not popular in todays world. They consume huge amount of electric current. They are also costlyLCD Monitors- The LCD monitors are however in use today but not so much. The full form of LCD is Liquid Crystal Display. They are not much popular but are CHEAPER than CRT monitors. They also consume less ENERGY as compared to the CRT monitors.The monitor is the displaying unit device of a computer. Its main use to display the output in a softcopy form.The different kinds of monitor are as follows :-CRT MONITORS-The CRT monitors were the most commonly used monitors of the 1980s period. The full form of CRT is Cathode Ray Tube. However, these computers are not popular in todays world. They consume huge amount of electric current. They are also costlyLCD Monitors- The LCD monitors are however in use today but not so much. The full form of LCD is Liquid Crystal Display. They are not much popular but are cheaper than CRT monitors. They also consume less energy as compared to the CRT monitors.LED Monitors- These kind of monitors are the most popular and famous in todays time. The full form of LED is Light Emitting Diode. They are cheaper, less POWER consuming, efficient monitors than the LCD and CRT MONITORS.

23619.

By using which option we can change text into paragraph * paragraph optionFile tab optioninsert optionSection part​

Answer» PARAGRAPH OPTION.Explanation:by paragraph option we can CHANGE TEXT into paragraph.
23620.

Define optical disc and its types.​

Answer»

An OPTICAL disk drive (ODD) uses a laser light to read data from or write data to an optical disc. These include CDS, DVDs, and Blu-ray discs. ... Most modern drives allow you to write to an empty disc, so you can CREATE your own music CDs or create a BACKUP copy of IMPORTANT data.

23621.

write a prog to enter 10 values into an array and search for an element entered by the user using binary searchराइट ए प्रोग्राम टो इंसर्ट वैल्यूज इन ज्वेलरी एंड सोच फौरन एलिमेंट एंड बाय थे यूजर यूजिंग बाइनरी सर्च ​

Answer»

e#includevoid Bsearch(int a[],int);void main( ){clrscr( );int a[10],i,N;cout<<"enter 10 ELEMENT";for(i=0;i<10;i++){cin>>a[i];}cout<<"enter element to search";cin>>n;Bsearch(a[],n);getch();}void Bsearch(int a[],int ITEM){int BEG=0,end=9,mid,POS=0;while(beg<=end){mid=(beg+end)/2if(item==a[mid]) { POS=1; cout<<"item found , position="<a[mid]) { beg=mid+1; }else { end=mid-1; }}if(POS==0){cout<<"item not found";}}

23622.

Differentiate between algorithm and flowchart.?​

Answer»

Key Differences Between Algorithm and Flowchart. An algorithm INVOLVES a combination of sequential steps to interpret the logic of the solution. In contrast, a flowchart is the PICTORIAL ILLUSTRATION of the algorithm. ... On the other hand, the flowchart is MADE up using different shapes and symbols.I hope it HELPS youplz mark me as BRAINLIEST

23623.

Write about chatting sites and their usage?​

Answer»

g sites are the sites where people can TALK to each other with text medium.Through CHATTING, people can share INFORMATION and IDEAS to each other.

23624.

Write programto enter10 valuesintoand searchforelement entered bythe useusing binary search​

Answer»

e#includeVOID Bsearch(int a[],int);void main( ){clrscr( );int a[10],i,N;cout<<"enter 10 ELEMENT";for(i=0;i<10;i++){cin>>a[i];}cout<<"enter element to search";cin>>n;Bsearch(a[],n);getch();}void Bsearch(int a[],int item){int beg=0,end=9,mid,POS=0;while(beg<=end){mid=(beg+end)/2if(item==a[mid]) { POS=1; cout<<"item found , position="<a[mid]) { beg=mid+1; }else { end=mid-1; }}if(POS==0){cout<<"item not found";}}Happy coding !

23625.

Write a program to wnter 10 values into an array and search for an element entered by the user using binary search ​

Answer» E#includevoid Bsearch(int a[],int);void main( ){clrscr( );int a[10],i,n;cout<<"ENTER 10 element";for(i=0;i<10;i++){cin>>a[i];}cout<<"enter element to SEARCH";cin>>n;Bsearch(a[],n);getch();}void Bsearch(int a[],int item){int beg=0,end=9,mid,POS=0;while(beg<=end){mid=(beg+end)/2if(item==a[mid]) { POS=1; cout<<"item FOUND , position="<a[mid]) { beg=mid+1; }else { end=mid-1; }}if(POS==0){cout<<"item not found";}}
23626.

11. Identify the type of literal and rewrite the statement a)P=1.4142 b)k=4.5e3 c)n=25.50f d) s=true e)file="found"​

Answer» SOORY i DONT KNOW EXPLANATION:
23627.

The title of a slide should be.. very bright in colour of very very large don't centrally aligned with a larger font sizenone of the above​

Answer»

I think it should be centrally ALIGNED with the LARGER FONT SIZE...

23628.

What is the order of growth of the solution to the Quicksort-like recurrence F_N = N^2 + 1 + {1\over N} \sum_{1\le k \le N}(F_{k-1} + F_{N-k})F N ​ =N 2 +1+ N 1 ​ ∑ 1≤k≤N ​ (F k−1 ​ +F N−k ​ ) with F_0=0F 0 ​ =0?

Answer» SORRY I don't UNDERSTAND your QUESTION I HOPE you LIKE it
23629.

A _____ is a computer on the Network​

Answer» NODES is the RIGHT ANSWER MATE
23630.

What is watsapp messenger

Answer»

they are different apps!Explanation:whatsapp USES your PHONE number to allow PEOPLE to converse with you through the internet and so does MESSENGER, but they are different apps both owned by FACEBOOK.

23631.

Which component inside the CPU is the primary processing component?

Answer» ARITHMETIC LOGIC UNIT
23632.

If an owner of an online store hires you to deploy the information system for his warehouse to keep track of their product status. What kind of information system will you recommend to deploy? Why? Would expert system be a good option for a ware house? Justify your answer. Categorize employee's hierarchy who will use information system and what tasks they will perform. How the software will be realized and developed from the business understanding and requirements describe using software development life cycle.

Answer» SORRY DONT KNOW BRAINLIST pleaseExplanation:sorry dont know brainlist PLEASE
23633.

MS access is popular for​

Answer»

es developed using Microsoft Access (or “Ms Access” as people often call it) are now Access is used by millions – Always in the TOP 10 most popular DATABASE engines, for everything from very simple data capture tools right through to large business RUNNING their entire business using Access.here is ur answer hope it HELPS u.mark it as branlist...FOLLOW me plz..

23634.

Program #1: example program to print Hello Java. step by step​

Answer»

Turbo C++:-#includevoid MAIN( ){cout<<"Hello world!";}CODE in Java:-class HelloWorld { PUBLIC static void main(String[] ARGS) { System.out.println("Hello, World!"); }}

23635.

Suppose in the records of question 1 the contact numbers starting with 013 or 017 are PG numbers. i. Show list of the full names of students who are users of PG mobile operator. ii. Add country code +88 before all contact numbers and show them.

Answer»

he NAHI CHAL is the FIRST MAN in a series that has a LOT to be a bit more of his life and his work in the future of his own

23636.

What are chatting sites and what are their usage ?​

Answer»

Chatting SITES are the area in our phone where we can talk to anybody through the message. Their are use to connect the PEOPLE of VARIOUS region.

23637.

Suppose you are given two integers X and N. Using bitwise operators: i. Check the Nth bit of the integer X if it is 0 or 1. ii. Set the Nth bit of integer X i.e. make it 1.

Answer» INPUT number from USER. Store it in some variable say num .Input the BIT position from user. Store it in some variable say n .To get the nth bit of num RIGHT shift num , n times. Then perform bitwise AND with 1 i.e. bitStatus = (num >> n) & 1; .Explanation:plz mark me as brainliest
23638.

Play the program to find a do the circle with radius to find something to do any of the circle​

Answer»

t radius;FLOAT area;COUT<<"ENTER radius";cin>>radius;area= 22/7*radius*radius;cout<<"area="<

23639.

What is direct & indirect modes in basic language of computer?

Answer» TION:When you write the program in the "direct MODE" you are allowed to write program in only one line and as soon as you press ENTER the program executes and give output. But in the "INDIRECT mode" you can write program in multiple lines and you are required to enter "run" command to execute the program.May 20, 2018
23640.

What is the basic language in computer and what its use in todays life?

Answer»

tion:BASIC stands for "Beginner's All-purpose Symbolic Instruction CODE." Originally designed as an INTERACTIVE MAINFRAME timesharing language by John Kemeney and Thomas Kurtz in 1963, it became widely USED on personal computers everywhere.

23641.

WiFi or is a way of connecting to the internet wirelessly​

Answer» YES you are RIGHT BROTHER ...............
23642.

Dont spam plshints are given pls , it is important..☺☺​

Answer»

1.PAN2. Communication3. DATA, resources4. single point5. Nodes6.LAN , MANhope its HELPFUL friend!!if U LIKE this then mark as brainiest !!

23643.

Write about two laws against the online harassment​

Answer»

Online harassment has become all too common in the AGE of the internet. PEW’s 2017 study reported that 41% of Americans have personally experienced online harassment. The harassment methods varied from less severe name-calling to more severe behaviors such as stalking. Additionally, two-thirds of Americans have WITNESSED abusive or harassing behavior toward others online.Among the victims of cyberbullying, ADOLESCENTS and teens are a popular target. Over half of adolescents and teens have been bullied online and over half of young people don’t tell their parents when cyberbullying occurs.I HOPE it will help you..

23644.

Expand the following terms 1. EDI ,2. E-BANKING ,3. PCI, 4. SSL ,5. CSS​ give me answer plss jise pta ho answer​

Answer» UDI of Cairo CRISP daytrip GROUP helpful drogo stucco drobo duo OP
23645.

Expand the following terms 1. W3C, 2. XML,3. GML,4. URL, 5. SGML, 6. DOS(in context to viruses)​ plss jise answer pta ho whi reply de​

Answer» URL, GML WANT TO SEX SEND YOUR PHOTO
23646.

Fill the blanks complete the sentence ​

Answer»

just put these phrases into the SENTENCES respectively1) on Sunday2) party for her3) were invited4) We GOT a CHOCOLATE cake5) on time6) Smitha entered the room7) "Surprise"!8) cut it for everyone9) distributed food and drinks10) Smitha even 11) and d-u-m-b charade.the hyphens are for the word above, just ignore them

23647.

Which programming language is faster among these?(a)java (b) PHP(c) C (d) ruby

Answer» TION:JAVA is more fatser than at allMark me as a BRAINLIST THANKYOU...
23648.

Read the point given​

Answer» YES i READ AK BRAINLEST BANTA
23649.

Which is the most unsecure access specifiera)privateb)protectedc)default (no specific)d)public​

Answer»

tion:public access is the most unsecure due to HIGHEST vulnerability PLZ plz MARK as brainliast

23650.

2) Write the name of the device where a networking cable can be connected?​

Answer»

A patch cable is an electrical or optical cable used to connect one ELECTRONIC device to ANOTHER towards BUILDING infrastructure for signal routing. Devices of different types (e.g.a SWITCH connected to a computer ,or a switch connected to a routers ) are connected with path cable Hope it help you Mark me BRAINLEST plz