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.

8251.

Hey guys good evening tell me are you againt of mobile phones or nottell me your opinion :)?only in 3 lines

Answer» GUD VALA EVENING TO U DEAR FRND ☺

NO ,I M NOT AGAINST THE MOBILE PHONES .....There are so many advantages of phones if we use it in the RIGHT way ......

THANKS
8252.

List any five item that can be used for conditional formatting

Answer»

Here is your:
FONT syle
colour
boder
NUMBER format
fill PATTERN.
HOPE it HELPS.....

8253.

Computer do not get tired like humans. what is this quality of computer's called?

Answer»

Reliability is the quality of the COMPUTER.

Explanation:

  • There are several CAPABILITIES in computer system which makes user experience a most efficient one. Out of all QUALITIES, reliability is the most important quality.  
  • It is quality which makes the user to be dependent on computer. As we all KNOW, computer systems do repetitive tasks without any boredom, tiredness, or fatigue.  
  • Thus this quality makes the systems more reliable. However, there also present some failures. Thus a backup FACILITY has been provided.  

Learn more about Computer

Write the limitations of First Generation of Computers.

brainly.in/question/9406550

Why the IQ of computer is said to be zero?

brainly.in/question/4075310

8254.

How is Hypertext different from hyperlinks?

Answer»

In computing, a HYPERLINK, or simply a link, is a reference to data that the reader can directly follow either by clicking, tapping, or hovering.[1] A hyperlink points to a whole document or to a specific ELEMENT within a document. Hypertext is text with hyperlinks. The text that is linked from is called anchor text. A software system that is used for viewing and creating hypertext is a hypertext system, and to create a hyperlink is to hyperlink (or simply to link). A user following hyperlinks is said to NAVIGATE or browse the hypertext.

HOPE IT IS HELPFUL FOR YOU
PLEASE MARK AS BRAINLIST

8255.

Difference between Hyperlink and Hypertext

Answer»

Hyper Text is nothing but the word or the text that has been anchored with a reference that takes one to ADDITIONAL SOURCE of INFORMATION instantly by just clicking on it.

where as Hyper LINK is the URL to which this hyper text takes one to.

hope its helps U.

8256.

Define DBMS...............

Answer»

Databbase MANAGEMENT SYSTEM

8257.

What is meant by dessert? list a few

Answer»

Dessert is a confectionery course that concludes a main MEAL. ... Fruit is also commonly FOUND in dessert COURSES because of its naturally occurring sweetness. Some cultures sweeten foods that are more commonly SAVORY to create desserts.

8258.

Can a foreign key be a foreign key in another table?

Answer»

i THINK YES it MAY be

8259.

This is a non-impact type of printer that uses heat to put characters on paper . It uses paper with a special coating on it . it is basically used for printing output of ECG. Identify the printera. Laser printerb.Inkjet printerc.Thermal printerd. Dot matrix

Answer»

I don't KNOW about it but ALSO cannot do ANYTHING for

8260.

Full form of ASCII , ISCII in computer

Answer» NIBBLE, BYTE, WORD, ASCII, ISCII, and EBCDIC. ... For instance, the word “COMPUTER” has 8 CHARACTERS so, it is represented by 8 bytes. (d) ASCII: It stands for American Standard Code for Information Interchange and pronounced as “ask-ee”. Bob Bomer,computer scientist, is called father ofASCII.
8261.

What is alphabet keys

Answer» DESKTOP computer KEYBOARDS, such as the 101-key US TRADITIONAL keyboards or the 104-key Windows keyboards, include alphabetic CHARACTERS, punctuation symbols, numbers and a variety of FUNCTION keys.
8262.

Collection of all concepts that must be used to describe database structure is called

Answer» CLOUD COMPUTING or DATABASE SYSTEMS
8263.

Define computer accessibility

Answer»

Computer ACCESSIBILITY is a type of internet in which it can ACCESSIBLE in any time 24 hours,a WEEK and a whole DAY

8264.

What is the full form of PROM, EPROM and EEPROM

Answer»

PROM-PROGRAMMABLE READ Only MEMORY
EPROM-ERASABLE Programmable Read Only Memory
EEPROM-Electrically Erasable Programmable Read Only Memory

8265.

Conditional formatting is available under --------- group in home tab. ....

Answer»

Answer:

CONDITIONAL formatting is available under Format GROUP in home tab. Conditional Formatting is an IMPORTANT feature in Microsoft Excel that allows us to apply formats to a cell or a range of cells. It COMPLETELY depends on the value of the cell or on the value of the formula.

8266.

React native is not having third-party plugin compatibility

Answer»

React native have the third-party plugin compatibility with less memory usage and a smoother experience.

IT provides the FUNCTION which allows you to rely on WebView for MANY functions such as functionality of GOOGLE map to your application.

It also allows you to link the native module with the PLUGINS making it EASY to rotate, compass and zoom.

8267.

Define firewall ? write it's use

Answer»

Firewalls can be implemented as both hardware and software, or a combination of both. NETWORK firewallsare FREQUENTLY used to prevent unauthorized Internet USERS from accessing private NETWORKS connected to the Internet, especially intranets.

8268.

What is event driven programming and why vb is called event driven language?

Answer»

In computer programming, event-driven programming is a programming paradigm in which the flow of the program is determined by events such as user actions (mouse clicks, key presses), sensor outputs, or messagesfrom other programs/threads. Event-driven programming is the dominant paradigm used in graphical user interfaces and other applications (e.g. JavaScript web applications) that are centered on PERFORMING certain actions in response to user input. This is ALSO true of programming for device drivers(e.g. P in USB device driver stacks[1]).

In an event-driven application, there is generally a main loop that listens for events, and then triggers a callback function when ONE of those events is DETECTED. In embedded systems the same may be achieved using HARDWARE interrupts instead of a constantly running main loop. Event-driven programs can be written in any programming language, although the task is easier in languages that provide high-level abstractions, such as awaitand closures.

8269.

Cut operation places the selected text into an area in the memory called

Answer»

CUT OPERATION places the SELECTED text into an area in the MEMORY which is called Clipboard.

Explanation:

The procedure of deleting an item and put it in a temporary area called the clipboard. The item once placed in the clipboard can paste it anywhere by the user later.

The SOFTWARE application which allows the text to be deleted only can be cut; other software allows the user to only copy. In simple, we cannot cut text from the web page loaded but can cut text from a word processor document or text file.

8270.

Give the program of Java the same is 1,12,123,1234

Answer»

Program for this pattern
public CLASS Program
{
public static void main(String[] ARGS) {
for(int i=1;i<=4;i++){
for(int j=1;j<=i;j++){
System.out.print(j);}
System.out.println();
}
}
}

8271.

List data types available in numeric data type and alphanumeric data type

Answer»

☺☺☺Ur answer☺☺☺


3.2.4.1 Exact-Value Numeric Data Types.
✔✔✔✔✔✔✔✔✔
The exact-value data types INCLUDE the INTEGER types and the fixed-point DECIMAL TYPE.

The integer types...
☺☺☺☺☺☺☺
1. MySQL are TINYINT
2.SMALLINT
3.MEDIUMINT
4.INT and BIGINT.
✔✔✔✔✔✔✔
INTEGER is a synonym for INT.

8272.

What is the difference between a digital camera and a web camera

Answer»

DIGITAL CAMERA :- A digital camera is a portable camera that RUNS on batteries and USUALLY has a SLOT for a memory card to save pictures and videos .

WEB CAMERA:- A webcam is a small camera that connects to a COMPUTER [or is built into a laptop] and is generally used for video chats ONLINE.

8273.

Write the steps to send an email

Answer» FIRST GO and open email then SEE BOTTOM right corner, you will see a pencil symbol. TAP it and write.
8274.

What is the full form of crt

Answer»

Cathode RAY tube is FULL form of CRT

8275.

List and define the three components that make up a database

Answer»

A basic database is a single table with rows for the data and columns that DEFINE the data ELEMENTS. So a bare bones example would be an excel spread sheet.

A more complex database would involve multiple tables connected to each other with one or more rules of RDBMS.

To SUM it up a complex database has the following componenets:

Tables

Indexes

Views

Stored Procedures

Triggers

The data can be extracted using Query LANGUAGES and are specific to the technology being USED.

8276.

What is application and system software

Answer»

Systems software INCLUDES the programs that are dedicated to managing the COMPUTER itself, such as the OPERATING system, file management utilities, and disk operating system (or DOS). The operating system MANAGES the computer hardware resources in addition to applications and DATA.

8277.

Can anyone pls send me all the error codes with their commands like (404 not found). All which are there.

Answer»

Hi,


Below are some very common HTTP Erros.


1. 400 – Bad Request

2. 401 – Authorization Required

3. 403 – Forbidden

4. 404 – Not Found

5. 408 – Request Time-Out

6. 410 – Gone

7. 500 – Internal SERVER Error

8. 502 – Bad GATEWAY

9. 503 – SERVICE Temporarily Unavailable

10. 504 – Gateway Time-Out


Hope it helps you.



8278.

In what situations is 'Math. sqrt' satement used in java??

Answer»

When you have to find the SQUARE root of any NUMBER then we USE it in spite of USING square root in java

8279.

Write a brief note on operating system and its feauture

Answer»

An operating system is a collection of software that provides services for computer programs. In other terms, an operating system is a composition of a kernel and utility programs; the kernel controls the allocation of hardware resources while the utility programs ENHANCE the usefulness of the computer. ONE simply cannot grasp what an operating system really is WITHOUT having some fundamental understanding of what a kernel is. So in the FOLLOWING section, the kernel (which is the heart of an operating system) will be discussed, after which the features and functions of operating systems will also be analyzed—the primary OBJECTIVE of this writing.

8280.

Tell the output : n=5;x,y; if x=n++;y=x--

Answer»

You MISS the PRINT STATEMENT so i will answering the value of each variable.
x=n++;
after this statement.
x=5 and n=6
y=x--;
after this statement
y=5 and x=4
so FINAL value of variable is
n=6 , x=4, y=5

8281.

Which programming language has more priority?

Answer» HEY MATE!

ACCORDING to me, the hardest and the mostly used progamming language by world-class developers is :
PYTHON
I have tried it and its very hard.

PLEASE MARK MY ANSWER AS BRAINLIEST IF IT HELPED YOU.
8282.

Fill in the blanks:- anything written between _______ is taken as comment.

Answer»

ANSWER:

brackets

Explanation:

8283.

Write an HTML code in computer note book for displaying

Answer»

Hi,


below is the code of above output all you have to do is copy this code and paste it in a file and save it as .html and open in a web BROWSER.


   

    

        

        Table Example

        

    

    

        

            

                

                

                

                

            

        

        

            

            

            

            

            

        

        

            

            

            

            

        

        

            

            

            

            

        

        

            

            

            

            

        

        

            

            

            

            

        

    

    

tagattributeVALID optionfunction
<TABLE>WIDTHvalue in pixels percentageSpecifies fixed width of table
Specifies width of table as a percentage of browser window width
Heightvalue in pixels percentageSpecifies fixed height of table
Specifies height of table as a percentage of browser window height
CELLPADDINGvalue in pixelsSpecifies THICKNESS of empty zone surrounding contents of each cell
<TD>WIDHTvalue in pixels percentageSpecifies fixed width of cell, and APPLIES to entire column
Specifies width of cell as a percentage of table width
<TD>HEIGHTvalue in pixels percentageSpecifies fixed height of cell, and applies to entire column
Specifies height of cell as a percentage of table height



hope it helps you.


8284.

How to find particular month in table using sql server 2008 R2

Answer»

Hi,




SELECT DATENAME(MONTH, ) AS "Month Name" FROM


all you have to do is REPLACE the VALUES of <> tags with your own values


Example QUERY.:


SELECT DATENAME(month, JoinDate) AS "Month Name" FROM EMPLOYEE


hope it help you.


8285.

What is HTML tag explain its type

Answer»

Hi,


An HTML code that defines EVERY structure on an HTML PAGE, including the PLACEMENT of text and images and hypertext links. HTML tags begin with the less-than (<) character and end with greater-than (>). These symbols are also called "angle brackets.".


There are two types of tags

1. paired tag

2. unpaired tags


paired tags consist of two tags

for example div, aside, article, h1, h2 ,H3 etc...

example:

Hello World!


unpaired tags are those tags which does not need a companion tag.

for exmaple: br, input, IMG etc

exmple:


8286.

Difference between programmer analyst and software engineer

Answer» PROGRAMMER analyst is the one who DETECT BUGS , vulnerability and improve code
SOFTWARE engineer is the one who collects data and WRITE code according to the requirements
8287.

Hey guys answer this questions!

Answer»

Hi,


2. pow() (not SURE... sorry)

3. Reserved

4. //

5. IDE (Integrated DEVELOPMENT Environment)



Hope it helps you.



8288.

Write the coding for the table given below(HTML) class tenth

Answer»

HI,


ABCD
EFGH

Hope it helps you.



8289.

Default time for forms authentication session timeout is?a) 30 minsb) 10 minsc) 20 minsd) 40 mins

Answer»

Asp.net - > Default time for forms authentication session TIMEOUT is 30 minutes.


Hope it helps!

8290.

How HLL's are better than earlier computer programming languages?

Answer»

Hi,


As you know that programming is too hard, and if we have to do that in earlier computer programming languages for example binary (which is low level language and written in 0's and 1's form) then programming is like a crisis.


So some intelligent PROGRAMMERS invented High Level Languages, so that NEW programmers can easily LEARN and start programming (even THOUGH programming is still tough for many of us :D)


So why HLL is better than earlier computer programming language?

Because HLL uses simple English words like do, for, while, if, then, else etc

and HLL is closer to how we think.


Hope this helps you.





8291.

Html code written in a text editor to make sense pages is

Answer»

HI,


Html code written in a text editor to MAKE SENSE pages is WEB page.


Hope it HELPS you...


8292.

Wht is syntax of scanner???

Answer»
Hi,

In C++ sanner is USED for taking INPUT from user.

syntax:

int i;
scanf("%d", &i);

in above SNIPPET we are taking a number as input from user.

hope it helps you.

8293.

Change the _____ to create a document in wide format

Answer»

HI,


CHANGE the page ORIENTATION to create a document in wide FORMAT.



8294.

Flash क्या है और इसको केसे युज करते हैं , इसके बारे में कोई detail me bta sakta hai

Answer»
Hi,

FLASH is a DEPRECATED softwate made by adobe for making INTERACTIVE WEBSITES and animation.

Nowadays no one uses this software because adobe's edge ANIMATE is used instead of flash.
8295.

A mini computer is a multi user system? true and false

Answer»

Hello DEAR....❤️❤️❤️❤️❤️


True....
________________

⬇️⬇️⬇️⬇️Explain⬇️⬇️⬇️⬇️


It is a multi-user computer system

Capable of supporting HUNDRED of users simultaneously.

software TECHNOLOGY is DIFFERENT from minicomputer.

✌✌✌✌✌✌✌✌✌✌✌✌✌✌

8296.

Choose one option,,,,,,,,,,,, give the answer fast

Answer»

a) HORIZONTAL is the ANSWER.

8297.

The operating system in your computer is an interactive os.justify

Answer»

Hi,


What does INTERACTIVE means?

If a normal user can do things WHATEVER he/she want WITHOUT using any command, that operating system in interactive

I'm using Microsoft Windows 7, Yes it is interactive. It is a GRAPHICS Based Operating System.

So yes... my operating system is interactive.



8298.

Give examples on making cycling a workable option in your city

Answer»

People who stay near to their work PLACES, they COULD easily commute to their work on a cycle.


Going to the local MARKETS and supermarkets in cars could be easily replaced by going on CYCLES.


This WOULD help emit less amount of pollutants and gases having an adverse effect on our environment.

8299.

Can you explain ?(1) Satrap(2) Sudarshan(3) ‘Devanampiyo Piyadasi’(4) Ashtapad

Answer»

Satrap: Satrap was the governors of the PROVINCES in the ancient PERSIAN Empire.


SUDARSHAN: it is a type of award while the meaning of the WORD Sudarshan is good looking.


Devanampiyo Piyadasi’: the older Persian traits in the inscriptions of Ashoka.


Ashtapad: Ashtapad is an ancient culture which is used to define a SPIRITUAL guide of six great Asi, Masi, Krashi, Vidya, Vanijya and craft form.


It is the oldest religion in India.


8300.

Difference between freezing a field and hiding a field in ms access

Answer»

Freezing a field means we can FREEZE one or more COLUMNS on a database so that they remain VISIBLE all the time on the screen WHEREAS Hiding a field means we can hide one or more columns on a database so that they don't remain visible all the time on the screen.
........

Hope it help's you
Pls. Mark as BRAINLIAST..........Plzzzzzzzz..........