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.

16101.

.......... Strips are found on the back side of the debit /credit card

Answer»

ANSWER:

MAGNETIC stripes

Explanation:

THANK you

16102.

To go slide number press?​

Answer»

ANSWER:

What????????????PLEASE ASK the QUESTION PROPERLY...

16103.

Is ccleaner safe to use how about this friend

Answer»

No its not safe to use C CLEANER.....

Sometimes nah!!! Always it deletes IMPORTANT FILES which makes the device on dos mode!!

Install at your own RISK

16104.

Name of CUI opreting system

Answer»

Answer:

CUI stands for character user interface and can ALSO be referred to as the COMMAND prompt, C prompt or command line. In the direct operating system called DOS this is generally displayed on the screen by a "C:>" or "C>".

16105.

Convert to hexadecimal 1570

Answer»

Answer:

If DECIMAL Number is 15 then then Hexadecimal Number is  F.

If Decimal Number is 70 then then Hexadecimal Number is  46.

If Decimal Number is 1570 then then Hexadecimal Number is  622.

Explanation:

Take the L.C.M of a Decimal Number by 16.

16106.

What is a computer?​

Answer»

Answer:

an OPERATING MACHINERY which is used to transform data and INTER pret

16107.

Write the symbol which is used as put to operator in c++​

Answer»

Answer:

The addition operator tells the compiler to add both of the operands 'a' and 'b'. C/C++ has MANY built-in operator TYPES and they can be CLASSIFIED as: Arithmetic OPERATORS: These are the operators used to perform arithmetic/mathematical operations on operands. EXAMPLES: (+, -, *, /, %,++,–).

16108.

❇Explain DPS ▶Damage per second in smartphones▶​

Answer»

Answer:

Damage per second (DPS or dps) is a measure of the damage dealt by a person or group over one second. DPS is a more practical measure of damage output than plain damage, as it allows characters of differing levels and classes to effectively compare their damage output.

The term dps is also sometimes used to describe the act of applying damage to a target (as in "all dps on the boss" or "STOP all dps"), or to refer to a class whose primary role in a group is dealing damage (as in "Gundrak group needs one more dps to roll"), i.e. damage dealer. There are UI modifications which enable players to track their DPS.

Some players will be able to get an effective idea of DPS from getting their HIT Cap for bosses of their level. You can find out your Hit Cap by mousing over Hit Rating in your Character Attributes Menu, which is to the right of your Character Info UI frame. For the easiest way to determine Hit Cap, use 17% for most DPS at Level 70 and above. This INCLUDES Caster and RANGED DPS. Your hit chance will drop as you level until you get gear that is your level with Hit Rating. At max level, getting Hit Rating will be much easier as you do not have to worry about the rating dropping with Level Gain

Hope it helps you......

16109.

Break activity can be used along with switch activity to iterate through cases of switch activity. True or False

Answer»

ANSWER:

true

Explanation:

16110.

DNS in internet technology stands for

Answer»

Answer:

domain name system

Explanation:

  1. it TRANSLATES domain name into IP ADDRESSEE allowing you to ACCESS on INTERNET by its domain name
16111.

Write a c program to find revers of number using while loop​

Answer»

Answer:

#INCLUDE

// www. instanceofjava.com all right reversed

INT main()

{

int n, reversed_number=0,

rem original_number=0;

PRINTF("Enter a NUMBER to get reversed number");

scanf("%d",&n);

original_number=n;

while(n!=0)

{

rem=n%10;

reversed_number=reversed number*10+ rem;

n/=10;

}

printf("Reversed Number of %d is = Original_ Number=0;, reverse_number);

getch();

}

16112.

Fill in the blanks:Autosum automatically selects the values around the cells either ______or______.

Answer»

ANSWER:

AUTOSUM automatically selects the VALUES around the CELLS either row or column

16113.

A....is a rectangular area surrounded by a frame​

Answer»

ANSWER:

MONITOR or SIEVE,

Monitor or sieve,MANY other ANSWERS is there.

16114.

Mechanical calculating device ki khoj kab hui​

Answer»

Answer:

YEH LE bhai answer

Explanation:

Conceived in 1673, but only constructed in 1694, Leibniz's was THEREFORE the EARLIEST calculating machine.

mark it as brainliest!

16115.

Website that allow to sand e-mail

Answer»

ANSWER:

set up professional email for your company USING your business as name the DOMAIN. get email for your domain with G-suit .

16116.

Which data type does not return any value​

Answer»

Answer:

Void DATA type does not return any value

Explanation:

The data type void ACTUALLY refers to an object that does not have a value of any type. We have already seen EXAMPLES of its use when we have defined FUNCTIONS that return no value, i.e. functions which only print a MESSAGE and have no value to return. Such a function is used for its side effect and not for its value

Hope it helps u :)

16117.

HOW+MUCH+MEMORY+IS+IN+ONE+MEGABYTE?

Answer»

ANSWER:

1000 kilobyte

i HOPE this is the CORRECT answer

16118.

which of these is to be considered for topology management in wireless multimedia sensor network WMSN

Answer»

Answer:

                     Wireless Multimedia Sensor Network( WMSN)

Wireless multimedia sensor network is defined as the small videos and protocols of surrounding area about the environment. It is also the transmission of environmental information  then local processing then it is transferred to the PARENT. It consists of topology, DIGITAL processing unit and video sensor.

In the given question energy of sensing DEVICES, coverage area  and CONNECTIVITY  is considered for topology management in wireless multimedia sensor network.

16119.

What is a sequence most suitable for

Answer»

ANSWER:

for what SUITABLE..........

16120.

Name a few devices at home that uses computer

Answer»

ANSWER:

telivision

laptop

phone

16121.

Can we make a You Tube channel by Phone and how can we earn money by it ? Please Answer Fast ! The Best Answer I will Mark as Brainliest. ​

Answer»

Answer:

YES you can

Explanation:

You can EARN money by MONETIZING it and download youtube studio in play store.

THANK you

16122.

What is e - commerce​

Answer»

ANSWER:

The BUSINESS of buying and selling THINGS over INTERNET

16123.

Conclusion on html ​

Answer»

ANSWER:

HTML>

EXPLANATION:

CONCLUSION TAG of HTML

16124.

Which characters are use to locate files and folders.Give examples

Answer»

ANSWER is COMPUTER and MOBILE PHONES

16125.

Define cryptograms ??????​

Answer»

Answer:

CRYPTOGAMS are COLLECTIVE name of kingdom PLANTAE DIVISION .

16126.

Write a program in java to find out the sum of n number without using loop or any break statement.

Answer»

Answer:

Secondary SCHOOL Computer science 5+3 pts

Write a program in java to find out the SUM of n number without using loop or any break statement.

Ask for details by VaniSna 23.07.2019

Answers

The Brain

THE BRAINLIEST ANSWER!

Vyomsingh

Vyomsingh Ace

Answer:

class Sum

{

int a,b,sum,k;

public static void main(int n)

{

sum=sum+a+b;

k++;

if(k

{

main();

}

}

}

/*EXPLANATION:

PLEASE MARK ME AS BRAINLIEST!!!!*/

Explanation:

16127.

What are shapes ? How can they be added in a slide?

Answer»

ANSWER:

To FORM the outer EDGES or surface of SOMETHING

16128.

Give one example of Change of state from liquid to gas?

Answer»

example : when we heat a little water in a utensil by placing it on gas stove then

water. evaporation

(liquid) ===============> gaseous

it gets evaporate if we take like half a bowl of water and continousuly heat it.

16129.

Highest grossing arcade game

Answer»

Answer:

Go and CHECK it on Google play STORE.

16130.

It is true or false​

Answer»

ANSWER:

FALSE ............

MARK me

16131.

Does a section break always stop the contents from a new page​

Answer»

ANSWER:

no

Explanation:

because BREAK STATEMENT only break THR QUERY

16132.

When and where the Abacus was invented?​

Answer»

Answer:

The abacus was invented in China, around 1300 BC. It was POPULARIZED during the Ming DYNASTY (1368 AD to 1644 AD), and has been a very popular calculating device EVER since.

16133.

What is the difference between a normal and a recurring appointment ?

Answer»

ANSWER:

no MAN is DAGER s llbva JWLB hjj

16134.

8. The _____ is a special type of character constant that begins with a backslash and enclosed within inverted commas.​

Answer»

ANSWER:

ESCAPE SEQUENCE is the answer

16135.

A Stakeholder is _________in user research methods

Answer»

Answer:

A stakeholder is the BEST in user RESEARCH METHODS

16136.

Inventions in the field of computer science

Answer»

Answer:

Google

YOUTUBE

CPU

Mouse

EXCEL

EXPLANATION:

There are lots of INVENTIONS in the FIELD of computer science

16137.

What is a URL why is it useful

Answer»

FULL FORM of URL - Uniform Resource Locator

it's basically an ADDRESS in a www (world wide web)

16138.

Different between virus and worm

Answer»

ANSWER:

UR answer is in the ATTACHMENT

16139.

Access stores data in​

Answer»

ANSWER:

in EXCEL ACCESS STORE DATA

16140.

Give me 4 points of cyber crime and cyber fruad differentiate it

Answer»

ANSWER:

  1. SALAMI slicing - STEALING tiny AMOUNTS from each transitions.
  2. Spam - DISTRIBUTE unwanted emails to spread.
  3. Fraud-manipulating data
16141.

Who is find of calculating device​

Answer»

ANSWER:

ABACUS is the FOUNDER of CALCULATING DEVICE

16142.

2. Which key combination is used to get the sum of the values of adjacent cells?a. Shift+sb. Ctrl +'c. Alt + =please tell the answer quickly I will mark you as BRAINLIST ​

Answer»

ANSWER:

Hello☺️

Explanation:

Your answer is OPTION (a)

16143.

How can you enter data into table​

Answer»

ANSWER:

by TYPING BRO

16144.

Excel has clubbed all the functions in the formulas library group.true or false?please answer the question I will mark you as BRAINLIST... ​

Answer»

Answer:

12 categories

Excel GROUPS functions into 12 categories: Compatibility, Cube, Database, Date and Time, Engineering, Financial, Information, Logical, Lookup & REFERENCE, Math & TRIGONOMETRY, Statistical and Text. There is an additional category for user-defined functions installed with 

so ur QUESTION is true

16145.

PLEASE ANSWER THIS QUESTION CORRECTLY AND I WILL MARK HIM AS A BRAINLIEST .(" DO NOT SPAM ")​

Answer»

EXPLANATION:

Class EletricBill

{

String N;

INT unit;

DOUBLE bill;

void GET()

{

cout<<"Enter string:"<<"\n";

cin>>n;

cout<<"Enter unit:"<<"\n";

cin>>unit;

cout<<"Enter bill;"<<"\n";

cin>>bill;

}

void put()

{

cout<<"\n The string is-";<

cout<<"\n The unit is-";<

cout<<"\n The unit is-";<

}

};

16146.

You are typing a letter using a computer and suddenly there is a power failure then identify the activity

Answer»

Answer:

While using MS word and suddenly there is a power failure, the documents are auto-saved to some EXTENT. So, we can recover the TEXT, once the power is restored.

Explanation:

Previously, there were a lot of situations, where we are using MS Word, and the power is off. If didn’t save the document, then we experienced the data loss, as these are stored in RAM (a volatile memory – which is considered as temporary storage).

So, it is always better to frequently save files in a specific interval. But nowadays, MS word has been come up with auto save recovery feature, where the FILE got saved in specific interval automatically. So, EVEN the power is Off, we can recover those unsaved versions.

16147.

The unique value field in the table is calleda. Access keyb. Secondary keyc. Primary key​

Answer»

ANSWER:

a. ACCESS KEY is the CORRECT answer

16148.

What is an artificial intelligence​

Answer»

Explanation:

the theory and development of computer SYSTEMS able to perform tasks normally requiring human INTELLIGENCE, such as visual perception, SPEECH recognition, decision-making, and TRANSLATION between LANGUAGES.

16149.

C. ValueDefault extension of database file is......a. .ACCDBb. .ABCDEc.ABCDEd.ACCAB​

Answer»

ANSWER:

.accdb

Explanation:

16150.

What are opretors?what is their function​

Answer»

EXPLANATION:

Assignment Operators can be numeric, DATE, system, time, or text. Comparison Operators are used to perform comparisons. Concatenation Operators are used to COMBINE STRINGS. Logical Operators are used to perform logical operations and include AND, OR, or NOT.