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.

21101.

What is the current state of the Internet and World Wide Web in Science and Technology.

Answer»

The World Wide Web was designed originally as an interactive world of SHARED information through which people could communicate with each other and with machines.INTERNET and World Wide Web The terms Internet and World Wide Web are often used without much distinction. However, the two terms do not mean the same THING. The Internet is a global system of interconnected computer NETWORKS. In contrast, the World Wide Web is a global collection of documents and other resources, linked by hyperlinks and URIs.Explanation:Please mark my answer has BRAINLIEST answer.

21102.

kathirmithil2 pls correct ur English and if u know everything about hacking then hack my Facebook ID angel Priya aot​

Answer» EAR have a GREAT DAY ahead☺☺☺
21103.

2. Name the tool used to write text in paint program?​

Answer»

Text tool Explanation:This tool ALLOWS text to be typed onto the current layering the PRIMARY LAYER .PLEASE mark as brainliest

21104.

Service based companies are- * 1 point Producing goods in a specific shape and design using specific raw materials chemicals etc. Based on some skills, owner sells his skills as the primary product. Buying goods from distributors or from producers and then selling them in market with profit margin.​

Answer»

tion:WEBSTER Business CREDIT will be the provider of choice for asset based financing and value added financial services to middle market companies. We are committed to build PARTNERSHIPS with our borrowers and to PROVIDE a superior level of customer service. Wells Fargo & Co. Our product is service. Our value added is financial advice and GUIDANCE.

21105.

What is a tashbar explain three v Components of tashbar

Answer»

Tissue is a group of CELLS that have similar structure and that function together as a unit. A nonliving material, called the intercellular matrix, fills the SPACES between the cells. ... There are four main tissue TYPES in the body: epithelial, connective, muscle, and nervous.Explanation:Mai tere baap KA nauker nahi hu

21106.

Explain any two factor affecting perspective in communication​

Answer»

Interpersonal communication is guided by four FACTORS: Cultural circumstances, which involve language, knowledge systems, honesty, perspective, and customs. ... Limitations to RECOGNIZE the non-verbal signals, gestures, position, and general BODY language can turn communication less effective.drop THANKS and MARK me Brainliest...

21107.

List any two disadvantages of using manual datasheet​

Answer»

Inconsistency in data ENTRY, room for errors, mis keying information. Large ongoing staff training COST. System is dependent on GOOD individualsExplanation:hope it helps you..please MARK me as a brainlist!

21108.

write a program to input the cost price or sell price and check weather there is profit or loss and also find the profit and lose percentage.​

Answer»

Write a program in python to input the SELLING price and cost price  from the user and find the profit and loss of the product??? Explanation: Python Program to Calculate Profit or Loss CP = float(input(" PLEASE Enter the Cost Price of the product: ")) SP = float(input(" Please Enter the Sale Price of the product: ")) if(CP > SP):   amount = CP - SP   print("TOTAL Loss Amount = {0}".format(amount)) ELIF(SP > CP):   amount = SP - CP   print("Total Profit = {0}".format(amount)) else:   print("There is no Profit no Loss....") OUTPUT Please Enter the Cost Price of the product: 6000 Please Enter the Sale Price of the product: 4700 Total Loss Amount = 1300.0Explanation:hope it helps please  mark me as brainliest

21109.

What will happen if i use my phone while charging daily​

Answer»

There is no danger in using your PHONE while it's charging. This myth comes from FEARS about batteries overheating. ... Charging tip: While you can use it during a CHARGE, having the screen on or apps refreshing in the BACKGROUND uses power, so it will charge at half the speed.

21110.

Create a table for publisher table having the following data

Answer» TION:Click where you want the table to appear in your PUBLICATION . On the RIBBON toolbar, click Insert, and then select Table and. Create your table by dragging across the row or column SQUARES to create the rows and columns.
21111.

Write a program to input two number​

Answer»

"ENTER TWO integers: "); scanf("%d %d", &number1, &number2); Then, these two NUMBERS are added using the + operator, and the result is stored in the sum variable.. Finally, the printf() function is USED to display the sum of numbers. printf("%d + %d = %d", number1, number2, sum);

21112.

1. Which shape is used to make curved lines?​

Answer»

Probably the most common two-dimensional curved shape is a circle. In order to work with CIRCLES (and other curved shapes) in geometry it is IMPORTANT to understand the key properties of a circle: A LINE STRAIGHT across the centre of a circle is the diameter. HALF of the diameter is the radius.

21113.

Urgent please help please tell name the data types used to store the following data value1 prakash2 3653 false​

Answer» PLEASE MARK as BRAINLIST
21114.

Maximum number of water molecules​

Answer»

From the above DISCUSSION it's clear that the number of WATER molecules is maximum in 18 moles of water. The number of molecules is 18×6.023×1023.

21115.

Using an example explain the components of visual basic console application

Answer» EXPLANATION: aSJIDghfwcpA&eSDefx
21116.

Urgent please helpgive two example 1 essential of a database ​

Answer»

database table consists of rows and columns which contain data. For EXAMPLE, you have a table that stores profiles of individuals that is, ID, name, ADDRESS and contact details. Rows contain data having one or more columns. READING data in rows is EASIER to understand the information.

21117.

Please tell its important all three question...​

Answer» FALSE the ONLINE NEWSPAPER is not an EXAMPLE of icttruedigital
21118.

Type setting model printing technology

Answer» UNABLE to UNDERSTAND UR QUESTION
21119.

Write a program to calculate the sum of contain of the given table ​

Answer» YO it GO it to out of yourExplanation:JK if go off
21120.

कंप्यूटर कनेक्ट टू अ नेटवर्क और कॉल्ड ​

Answer» HELLO how are you I am FINE you are fine
21121.

Help please give the needed answer.​

Answer»
21122.

Role of computer in printing

Answer»

gygayahajajkajajajjaja

21123.

HTML tags are case sensitive , True or False .

Answer»

trueeeeeeeeeeeeeeeeeeeeeeee

21124.

Write program to find largest number among three number and display the output​

Answer»

en problem is SOLVED using language - JAVA.import java.util.Scanner; public class Java{    public static void main(String args[]){        Scanner sc=new Scanner(System.in);        int a,b,C,max;        System.out.print("ENTER first number: ");        a=sc.nextInt();        System.out.print("Enter second number: ");        b=sc.nextInt();        System.out.print("Enter third number: ");        c=sc.nextInt();        sc.close();        max=Math.max(a,Math.max(b,c));        System.out.println("Largest number is: "+max);    } }Math.max() function returns the highest among two numbers. To calculate highest among three numbers, first calculate the highest and any two numbers and then compare the highest value with the third number to get the largest number.See the attachment for OUTPUT.

21125.

Urgent please help give two example of each1 parts of access window2ways to create database?3 templates of database?4 essential of a database?​

Answer»

perts of ACCESS windowessential of a DATABASE

21126.

Write the Python expression for the following. M = x2+Y3+2xy

Answer» SUBMIT RICKY DUCK duck DUCKS
21127.

write a program to input a two number and swap them without using third variable sample input a=20, b=34; output a=34, b=20;​

Answer» IMPORT java.util.Scanner;public class KboatNumberSwap{ public STATIC void main(String args[]) { Scanner in = NEW Scanner(System.in); System.out.println("Enter two unequal numbers"); System.out.print("Enter first number: "); int a = in.nextInt(); System.out.print("Enter SECOND number: "); int B = in.nextInt(); a = a + b; b = a - b; a = a - b; System.out.println("a = " + a + " b = " + b); }}
21128.

List the type of software​

Answer» TYPES of SoftwareApplication SOFTWARE.System Software.Firmware.Programming Software.Driver Software.Freeware.Shareware.Open SOURCE Software
21129.

What is happiness?? ohh yrr aap kinne acche ho bina jaane he thanks dedete ho...Thanxx ❤️❤️❤️ dear...​

Answer» HAPPINESS - SMILE pls MAKE me brainlest pls .MARK me 10
21130.

Display odd numbers & cubes between 1-10 range.

Answer»

1, 3, 5 are ODD NUMBER  in cubes.Explanation:PLEASE mark my answer has brainliest answer.

21131.

Radhika was checking her Emails. One of the Email was about to publish her personal data or blocks access to it until a Ransom Is paid. Identify the type of Malware.​

Answer»

d ANSWER :-RANSOMWARE is the REQUIRED answer.

21132.

Adobe pahrmekar revert commond avam eske upyog vrkhya kijiye​

Answer»

you MEAN by FORMATTING a table

21133.

Please tell please its imp..​

Answer» 2ND ONE is CORRECTEXPLANATION:not 3RD one
21134.

Dhanyawaad! vese dark devil mere ig ka purana username tha BTW konsa version use karte ho? ​

Answer» AYA IG ID to BTA do JI ( ꈍᴗꈍ)
21135.

Write corresponding python expression for the following mathematical expression:Ie^2 - xl​

Answer» TION:COS(X)+TAN (x/x) is the ANSWER
21136.

The perpendicular distance of the point B(-4,-5) from y-axis is____​

Answer»

6.403 UNITS

21137.

18. The differential equation of logistics functions is (A) x = kx (X -x) (B) x = kx (X +x) (C) x = kx (X X) (D) None of above​

Answer» TION:तेरी हर हकीकत से रूबरू हो गया हूं मैं , ये पर्दा किस बात का कर रही है  एक मैं हु की आंखों से आंसू नही रुक रहे एक तू है कि हँसके बात कर रही है
21138.

Explain any three debugging approaches.

Answer»

Debugging Approaches • Brute Force Method • Back Tracking Method • Cause Elimination • Each of the above debugging approaches can be supplemented with debugging tools such as debugging compilers, DYNAMIC debugging aids, automatic test CASE generators, memory dumps and cross reference maps.Explanation:please give me BRAINLIEST please

21139.

Urgent please help ___are basically questions which the user asks to database for certain output​

Answer»

Structured QUERY language (SQL)EXPLANATION:Structured Query language, SQL is an ANSI(American National STANDARD Institute) standard programming language that is designed specifically for storing and managing the DATA in the relational database management system (RDBMS) USING all kinds of data operations.

21140.

Will artificial intelligence overpower human intelligence write a speech on it at least 150 to 200 words

Answer»

HPE AI MAKES the AI of tomorrow – AI that transforms EVERY aspect of your enterprise – a reality. When your data is universally accessible, your AI teams are focused on development and DEPLOYMENT, and your IT infrastructure is flexible and unbounded. HPE makes AI that is data-driven, production-oriented and cloud-enabled, available anytime, ANYWHERE and at any scale.Ask BIGGER questions with HPC

21141.

Urgent please helpms access offers___ways to create a database​

Answer»

Create a blank database On the File TAB, CLICK NEW, and then click Blank Database. Type a file name in the File Name box. ... Click Create. ... Begin TYPING to add data, or you can paste data from ANOTHER source, as described in the section Copy data from another source into an Access table. Explanation:

21142.

From the table given below. Give the output of the following​

Answer» HI HELLO GOOD morningExplanation:EARLIER this WEEK
21143.

DATA FROM DIFFERENT DEVICES CAN BE TRANSFERRED TO THE COMPUTER HARD DISK True or false​

Answer»

okay sir please MARK is BRAINLIST answerdudh tooth to data contents of a transfer to COMPUTER HARD a task of true

21144.

Who is interested in coding I like your friendship​

Answer» THANKS for POINTS MARK as BRAINLIST
21145.

What is laptop computer? give i.e​

Answer»

tion: a small computer that is EASY to CARRY and that can USE batteries for power

21146.

Identify the Odd one Out Norton Avast McAfee Melissa urgent​

Answer» PLEASE MARK me as BrainliestExplanation:Have a NICE DAY
21147.

What is computer? give i.e​

Answer»

A computer is a MACHINE that can be programmed to carry out sequences of arithmetic or LOGICAL operations automatically. Modern computers can perform generic sets of operations known as PROGRAMS. These programs ENABLE computers to perform a wide RANGE of tasks.

21148.

What does the word "digital" mean?​

Answer»

n ELECTRONIC system that USES the numbers 1 and 0 to record sound or store information, and that GIVES high-quality resultsplease mark me brain mark list

21149.

Give one example of handheld computer.​

Answer»

Examples of Handheld PC devices are the NEC MobilePro 900c, HP 320LX, SHARP Telios, HP Jornada 720, IBM WorkPad Z50, and Vadem Clio. Also included are tablet computers LIKE the Fujitsu PenCentra 130, and even communicators like the late Samsung NEXiO S150. ... Palm-size PC BECAME POCKET PC in 2000.mark as brainlist

21150.

Define-fake hearted???????​

Answer»

good MORNING to all pls dlop THANKS for CUTE KID