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.
| 14651. |
Evaluate the following expressions. a+=a++- ++a%4.if a=5 |
|
Answer» bfhodtdykdh7fyyldyryr Explanation: vxktdlyo6dttotosyr7c |
|
| 14652. |
Which command is used to get the system time in R |
| Answer» | |
| 14653. |
What will be the output of this program? #includeusing namespace std; static int x = 5; void main()x = 9;}int x = 4;cout |
|
Answer» Answer: OUTPUT: 3 As it is pre decrement operator the answer will be 3. (MARK this answer as Brainliest) |
|
| 14654. |
இலக்கணம் என்றால் என்ன ? |
|
Answer» இலக்கணம் என்றால் ஒரு மொழியின் இலக்கணக் கட்டமைப்பைப் பிழையில்லாமல் கற்பதற்குத் தேவையான விதிகளின் தொகுப்பு இலக்கண கட்டமைப்பை வரையறுக்கும் விதிகளின் தொகுப்பு எழுத்து மற்றம் சொல் இலக்கணங்கள் மொழிக்கு இலக்கணம் கூறுபவை ஆகும். இவற்றை எல்லா மொழிகளிலும் உள்ள பொதுவான இலக்கண விதிகள் ஆகும். தமிழ் மொழியில் எழுத்து, சொல், பொருள், யாப்பு, அணி என்று ஐந்து இலக்கண வ்கைகள் .உள்ளன. hope it's HELPFUL for you :-) |
|
| 14655. |
Which escape character is used to give a tab space? |
|
Answer» On Windows it's \n\r and on Linux it's just \n. That's why it's BEST to USE Environment. NEWLINE which GETS adjusted to current OS settings. |
|
| 14656. |
TPCX-IOT Benchmark provides verifiable information on -1. Performance2. Size of Data to be handled3. Processor Speed4. Availability |
| Answer» | |
| 14657. |
What are the negative impact of verbal communication |
|
Answer» Answer: Verbal communication also has a DISADVANTAGE of having a SHORT period of longevity. Receivers may quickly FORGET the message and have difficulty attempting to recall the message. PLEASE MARK ME AS BRAINLIST |
|
| 14658. |
A client is a computer that request services from a server. (TURE/FALSE) |
|
Answer» I THINK it's true Explanation: but I am not SURE |
|
| 14659. |
4.The PHB mechanism that provides a class with minimum guaranteed link bandwidth is defined as: |
|
Answer» treasurea. What is meant by 'treasures' here?b. What did everyone bring?C. Whose treasures was Mr Robinson not pleased about? Why?3. 'Stop, my boy!' I SAID. All will be done in good time.a. Who said this and to whom?b. What was the speaker stopping the boy from?c. Doyouthink this was a REPROACH? Give a REASON. |
|
| 14660. |
12.Jitter can often be removed by using |
|
Answer» JITTER can be often be REMOVED by using sequence numbers, timestamps and a playout DELAY. |
|
| 14661. |
Write a program using HTML to createform & submit it with personal data like nameBirthdate send& clear button |
|
Answer» Answer: (Mark this answer as Brainliest.) I have attached the HTML program for PAYMENT FORM of PERSONAL data like name, birthdate and submit button. Explanation: Please have a look below: Pdf FILE has been attached by me |
|
| 14662. |
List the various uses of IT in banking system |
|
Answer» CUSTOMERS benefits from ATM CARDS, cash deposit machines, online banking, mobile banking ETC. With the help of technology, banks are able to reach out to more customers and provide better SERVICES to them. It helps banks function in an organized way, that means it is used in all the banks SYSTEMS. |
|
| 14663. |
2. An employer wants to restrict access to a secure area such as the boardroom. which input device is the the most suitable |
|
Answer» fast I: 969 252 6366 Pase: 123 |
|
| 14664. |
A. Underline the subjects and encircle the predicates in these sentences:1. My Mom and Dad went with me to the circus.2. We should speak in English at home.3. The teacher asked the students many questions.4. My grandfather looked very tired.5. She stopped at the gate for some time.6. The bonfire kept us warm.7. The man in black coat is a lawyer.8. I followed him to the market. |
|
Answer» SUBJECT- Underlined PREDICATE- Italicized 1. My Mom and Dad went with me to the circus. 2. We should speak in English at home. 3. The teacher asked the students many questions. 4. My grandfather looked very tired. 5. She stopped at the gate for some time. 6. The bonfire kept us warm. 7. The man in black coat is a lawyer. 8. I followed him to the market. PLEASE MARK ME AS BRAINLIEST. |
|
| 14665. |
A cone diameter base 50mm and axis 75mm long having one of its genretor in the VP and inclined at 30degreeto HP by keeping the apex being in the HP. |
|
Answer» Explanation: Coronaviruses (CoV) are a large family of viruses that cause illness ranging from the COMMON cold to more severe diseases. A novel CORONAVIRUS (NCOV) is a NEW strain that has not been previously identified in humans. Hope this Answer help you Please MARK me as BRAINLIST |
|
| 14666. |
The cell range is written in |
|
Answer» A GROUP of cells is KNOWN as a cell range. Rather than a single cell address, you will refer to a cell range USING the cell addresses of the first and last cells in the cell range, separated by a colon. For example, a cell range that included cells A1, A2, A3, A4, and A5 WOULD be written as A1:A5. |
|
| 14667. |
Write a program to enter any two number then find sum |
|
Answer» Answer: Program : C Program to find SUM of TWO numbers Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Program : C Program to find sum of two numbers#include Explanation: Please mark as Brainlist Answer |
|
| 14668. |
List the web technologies used to perform portion of the web-based applications that resides on the client side. |
|
Answer» Languages used INCLUDE: HTML, CSS, and JAVASCRIPT |
|
| 14669. |
What is the result of the following excel function =day ("18-april-2021") |
|
Answer» hiiiiiiiiiiiiiiii?????? |
|
| 14670. |
Illustrate with an ASP program to access a database through ActiveX Data objects. |
|
Answer» Answer: The Data Adapter OleDb.OleDbDataAdapter. ... da = New OleDb.OleDbDataAdapter(sql, CON ) ... SELECT * FROM Table_Name. ... Select * from Table_Name. ... "SELECT all the RECORDS FROM the table CALLED Table_Name" ... SELECT tblContacts.FirstName, tblContacts.Surname FROM tblContacts. ... sql = "SELECT * FROM tblContacts" ... da.Fill(DS, "AddressBook |
|
| 14671. |
Where was Mother Teresa born ? |
|
Answer» MOTHER Teresa HOSPITAL Jhumritalaiya. Explanation: Skopje Capital of the REPUBLIC of Macedonia |
|
| 14672. |
When is it ideal to use the post request type? |
|
Answer» Explanation: In computing, POST is a request method SUPPORTED by HTTP used by the World Wide Web. By design, the POST request method requests that a web server accepts the data enclosed in the body of the request MESSAGE, most LIKELY for storing it. It is often used when uploading a FILE or when submitting a completed web form.Hope it helps you Mark me BRAINLIEST... |
|
| 14673. |
Paga No.yourlyouveDataConsider the database. IPolicy (pno, pname, premium.amt. policy-type)Customer (cno, onome, city, agent. nome)The relation is as follows: Policy - Customer: many-to-oneThe policy.type' can have values as yearly, "Half-yearly or "Monthly!create the above database in PostGrey SQL andinsert sufficient records. |
|
Answer» by vvbvvbvbvcggtyt to be a GOOD time to explore NEW to be a good time to explore new WAYS by or on ️ to be a good time in mind if so what do GO do not hesitate if em |
|
| 14674. |
B) State and prove Euclidean theorem. |
|
Answer» Explanation: Proof. The Euclidean Algorithm PROCEEDS by finding a sequence of REMAINDERS, r1, R2, R3, and so on, until one of them is the gcd. We prove by INDUCTION that each ri is a linear combination of a and b. ... The repeated step in the Euclidean Algorithm defines rn+2 so that rn=qrn+1+rn+2, or rn+2=rn−qrn+1. |
|
| 14675. |
GoKARAGDAGANG GAWAINSumulat ng isang tekstong prosidyural sa anyong de-numero ukol saGABAY KUNG PAANO AAYUSIN ANG PRIVACY SETTING NG FACEBOOKPROFILEGABAY KUNG PAANO AAYUSIN ANGPRIVACY SETTING NG FACEBOOK PROFILE |
|
Answer» हिंदी फिल्म्स आरती टेक्स्ट डेट इज रिटन हिंदी एचटीएमएल पेजेस फॉर्म ऑफ व्हाट आर यू नॉट बाय ब्राउजर एंड हेंस नो डिस्प्यूट |
|
| 14676. |
NCOC is nerve center to synergize and articulate unified national effort against COVID-19, and to implement the decisions of National Coordination Committee on COVID-19. The Centre is one window operation to collate, analyze and process information based on digital input and human intelligence across Pakistan through all Provinces, AJ&K, GB &ICT dedicated representatives and centers. Being a System analyst you are advised to design a full fledge system to properly manage the complete record of the COVID19 patients, test samples, hospital management and furthermore have complete record about covid19 vaccination details (i.e. list of registered persons, details of those who have vaccinated themselves and those who didn’t, a proper record of the vaccination delivered to each province etc.) The prior step is to gather all the important and relevant information related to NCOC (for information you can visit to official site of NCOC and collect info what they need to store for their system). For this purpose write a report which helps in development. The report must clearly answer the following question which includes in development life cycle such as:1. Clearly states the problem and purpose to design a database for NCOC2. Explain the scope & users of your system3. What sort of information you required to design relational DB 4. Explain which technique would you prefer for gathering information5. Which tool would you prefer for designing application & DB6. What type of testing would you prefer with proper reasoning |
| Answer» | |
| 14677. |
Q 04The use of protected keyword to a member in aclass will restrict its visibility as follows: |
|
Answer» hiiiiiiiiiiiiiiii ??????? |
|
| 14678. |
2. Match the following:Column IColumn IIa.Lines toolb. Text tooli.Drawing Canvas in Tux Paintii. Repeats the drawing actioniïi. Straight Linesiv. Insert text and NumbersC. Magic Toold.Redo optione.CanvasV. Magical Effects |
|
Answer» Answer: 2. Match the following: COLUMN I Column II a. Lines tool b. Text tool i. Drawing Canvas in TUX Paint ii. Repeats the drawing action iïi. STRAIGHT Lines iv. Insert text and Numbers C. Magic Tool d. Redo option e. Canvas V. MAGICAL Effects |
|
| 14679. |
Sharing of peripheral devices saves both on office space and cast true or false |
|
Answer» Answer: it is a true STATEMENT hope it HELPS u please mark me as a BRAINLEIST |
|
| 14680. |
ارToHoly Crogs School Hingang hatSTD - 6h Rollno-:32Name - Kasan vijay IlahatSubject" computerData 127 de01 Assembly language is also ca mashine orientallanguage where ca bbreviatihonwhose cabbreviation called the mnemonicale used |
|
Answer» Answer: jdhdjwb e. fbfdbbdb. ED b fue f en fue w. xbfbb ENE d. d N º ne e fnfnbe Explanation: brbrbf. ed bb2kbe e. fvfbffbjej jfhhehebb. endndnkfkjxj fe e fb |
|
| 14681. |
1.The communication medium causes the signal to bea.amplifiedb. attenuatedc.modulatedd. detected |
|
Answer» Answer: Explanation: The process of glomerular filtration is KNOWN as ultrafiltration because blood is filtered very FINELY through all the membranes such that all the components of the blood plasma are passed on EXCEPT PROTEINS. |
|
| 14682. |
पृथक्करण का नियम किसने दिया था ?(A) एसीरीयन्स(B) डार्विन(C) मेंडल(D) बैबिलोनिय20 ❤= 30 ❤ |
|
Answer» The ANSWER is: (C) पृथक्करण का नियम मेण्डल ने दिया था. इसे मेंडल का द्वितीय सिद्धांत भी कहते हैं । |
|
| 14683. |
write algorithm for a program to demonstrate relation operators.... !=, ==, >, |
|
Answer» Explanation: hope you like my anser. PLEASE MARK me as brian LIST. then i followyou then i ANSWER you |
|
| 14684. |
I need answer of this question: Write a program that reads values from the user until a blank line is entered. Display the total of all of the values entered by the user (or 0.0 if the first value entered is a blank line). Complete this task using recursion. Your program may not use any loops. in python programming lenguage |
|
Answer» Program: def fun(): N = input("If you WANT to exit enter a blank line otherwise enter a value : ") if n == "": return 0.0 else: n = int(n) return (n + fun()) print("Total of all the VALUES = ", fun()) Output 1: If you want to exit enter a blank line otherwise enter a value : 1 If you want to exit enter a blank line otherwise enter a value : 2 If you want to exit enter a blank line otherwise enter a value : 3 If you want to exit enter a blank line otherwise enter a value : 4 If you want to exit enter a blank line otherwise enter a value : Total of all the values = 10.0 Output 2: If you want to exit enter a blank line otherwise enter a value : Total of all the values = 0.0 |
|
| 14685. |
During the_____________ the serial input assumed to be 0 when the bit transferred to the end position |
|
Answer» hiiiooiiooiiioiiiiii |
|
| 14686. |
(P->Q)->(^Q) is ____ |
|
Answer» Answer Correct OPTION is (p∧q)→r P→(∼q→r) =p→(∼q∨r) ∼p∨(∼q∨r) (∼p∨∼q)∨r ∼(p∧q)∨r (p∧q)→r |
|
| 14687. |
2. Match the following:Column 1Column IILines toolb.Text tooli. Drawing Canvas in Tux Paintil. Repeats the drawing actionii. Straight Linesiv. Insert text and NumbersC. Magic Toold.Redo optionCanvasV.Magical Effectstring the correct word from the help box. |
| Answer» | |
| 14688. |
Is used to connect different parts of a flowchart |
|
Answer» Answer: |
|
| 14689. |
Why operating system is necessary? |
|
Answer» An operating system plays an IMPORTANT ROLE of managing software, processes, memory and hardware. It allows a USER to execute programs and communicate with the computer. It also allows COMMUNICATION between the hardware and the software thus making it easy for tasks to be completed.
|
|
| 14690. |
________is the final internet version of the flash movie. |
|
Answer» FWS is the final internet version of the FLASH movie. marks as BRANLIST |
|
| 14691. |
What is stack in computer science |
|
Answer» Explanation: In COMPUTER science, a stack is an ABSTRACT data type that serves as a collection of ELEMENTS, with two main principal operations: Push, which adds an element to the collection, and. Pop, which REMOVES the most recently added element that was not YET removed |
|
| 14692. |
Which are the prominent areas where IT is used in science and engineering |
|
Answer» NATURAL Science:- Mathematics, Computer, Physical and CHEMICAL Science. Engineering and Technology:- CIVIL, MECHANICAL,Chemical, Nano, Medical, Material, Electronical engineering. Medical and Health science. Agricultural Science. |
|
| 14694. |
Knowledge checkQuestion 01Which is the correct hierarchy in TestNG Test Suite?a) Suite → Case → Class → Methodb) Suite → Class → Case → Methodc) Suite → Class → Methodd) Suite → Case → Method |
| Answer» | |
| 14695. |
X = 5.2 If ( type(X) is not int) Print(true) Else false |
|
Answer» true because X is float so type(x) is not INT |
|
| 14696. |
Int x = 5;int y = 2;int c;c = (x++) + (++x) + (y--) + (y--) + (y++);System.out.print (“ ” + c);what will be the value of c. |
|
Answer» Answer: after one SPACE it will print 15 Explanation: C=(X++)+(++x) +(y--) +(y--) +(y++) 5+7+2+1+0 15 |
|
| 14697. |
how is CRT Technology different from that of LCD Technology? which one is better and why? class 9 long answer |
|
Answer» Answer: Difference Between CRT and LCD is that CRT is a desktop/pc monitor that contains a cathode-ray tube. A cathode-ray tube (CRT) is a large, SEALED glass tube. While A LCD is a desktop/pc monitor that uses a LIQUID crystal display to PRODUCE images. These MONITORS produce SHARP, flicker-free images. |
|
| 14698. |
The __________is the lower portion of the interface. |
|
Answer» SPEAKER is the LOWERPORTION of the INTERFACE |
|
| 14699. |
For what purpose is IT used in Business |
|
Answer» to EXPORT and IMPORT things online for sending mails for making FOLDERS |
|
| 14700. |
Dash stires data permanotaly |
|
Answer» Which can STORE DATA PERMANENTLY? EXAMPLES of permanent STORAGE devices Blu-Ray disc. CD-ROM disc. CD-R and CD-RW disc. DVD-R, DVD+R, DVD-RW, and DVD+RW disc. Floppy diskette. Hard drive. Jump drive or flash drive. Memory card. |
|