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.

7351.

Diffeeent parts of computer screen

Answer»
A monitor

The monitor works with a VIDEO card, located inside the computer case, to display images and text on the screen. Newer monitors usually have LCD (liquid crystal display) or LED (light-emitting diode) displays. These can be made very thin, and they are often called flat panel displays. Older monitors use CRT (cathode ray tube) displays. CRT monitors are much BIGGER and heavier, and they take up more desk space.

Most monitors have control buttons that allow you to change your monitor's display settings, and some monitors also have built-in speakers.

LED displays are actually LCD displays that are BACKLIT with light-emitting diodes. This allows for greater contrast than a traditional LCD display.
I HOPE my answer helps you.thank you.

7352.

Whose is made Google

Answer»

Larry page and sergey BRIN they both are made GOOGLE.

Hope it HELPFUL for you
Plz MARK me as a brain list

7353.

Term computer program is synonymous with __.

Answer» COMPUTER program - definition andsynonyms. a SET of instructions STORED inside a computer that allows the user to do a particular THING, for example produce a document or play a game. Someone who writes computer programs is called a computerprogrammer.
7354.

Name rhe device which is used to give instruction to the computer

Answer»

The device that is used for giving instructions to the computer is called an INPUT device . EG ... KEYBOARD.. MOUSE...ETC.

7355.

How to earn money from online genuinely? Give the websites & apps.

Answer»

11
Ways to Earn Money ONLINE

Are you looking for the ways to earn money online? Did you try to make money online before but did not get success?

Then no need to worry anymore!

Because we have already trained more than 70000 people across the WORLD & they are successfully making $200 to $2000 (more than INR 12,000) per month.

I’m showing you below some of the best ways to earn money online. You can ALSO download our training package which will help you to GROW your income very fast.

1. Earn from PTC sites

2. Earn with GPT Sites

3. Become a Captcha Solver

4. Earn Money from Survey

5. AdSense & other Ad network

6. Earn with Affiliate Marketing

7. Virtual Assistant

8. Web design

9. SEO

10. Micro-working

11. YouTube Channel

7356.

Write a Java program to input a no. and find out the is automorphism no. or not

Answer»

Class composite{

STATIC void check(INT a)//a is the number to be CHECKED

{int n=0;//n is number of a’s factors

for(int i=1;i<=a;i++){

if(a%i==0)

n++;}

if(n>2)

System.out.println(a+” is a composite number”);

else

System.out.println(a+” is a prime number”);

}}

Hope this HELPS.

7357.

What do you mean by JVM in java language

Answer»

Hi DEAR here is ur answer....
A java virtual machine (JVM) is a virtual machine that ENABLES a computer to run java PROGRAMS as well as programs written in other languages  and compiled to java bytecode...
hope it's help U dear✋

7358.

Explain how this shortcoming is removed in jk flip flop

Answer»

The S-R flip flop has the disadvantage of meta-stability, if both inputs GO high, the resulting state is unpredictable. The classic and overkill SOLUTION is the J-K flip-flop, where high inputs GIVE a well-defined and deterministic output (within hold-time restrictions).

There is no good way to remove the disadvantage, it’s intrinsic, you either ensure that both inputs can never go up at the same time, or you switch to a a more deterministic flip-flop, LIKE a type D or JK.

7359.

What you know about Backrub?_Computer_related_

Answer»

When Larry Page and Sergey Brin BEGUN work on their search engine, it wasn't ORIGINALLY called Google. They went with the rather OBSCURE Backrub, only changing it a year into development and yes, the hand in the LOGO was Larry Page's, scanned.

7360.

What you know about Cisco ?

Answer»

CISCO SYSTEMS INC. IS THE WORLDWIDE LEADER in networking for the Internet. The company was founded in 1984 by two computer scientists from Stanford University SEEKING an easier WAY to connect different TYPES of computer systems.

7361.

What is the acronym of JAVA?

Answer» JAVA[not an acronym] A general purpose, high-level, object-oriented, cross-platform programming language developed by SUN MicrosystemsJAVAJapanese AMERICAN VETERANS' AssociationJAVAJamaica Association of VILLAS and ApartmentsJAVAJapanese Vexillological Association
7362.

For which type of fuction is 'String' used in Java? (to declare what?)

Answer»

STRING is used in JAVA for STORING more than one character like for NAMES and others..

7363.

Solve this question of computer in java loop pattern

Answer»

It's LOOP in BLUE J
.....
i have to LEARN iteration in java

7364.

Plss. its urgent. plssssss

Answer» HEY dear......
✡✡✡✡✡✡✡

Your answer is....

1) datasheet

2) table

3) LOOK up

4) view

5)primary
7365.

Write a program in java to solve the Given series

Answer»

CLASS Sum

{ DOUBLE s=0.0;

public void CALC()

{ for(int x=1;x<=20;x+=2)

{ s=s+x/(x+1);

}

System.out.println(s);

}

}

7366.

What are the unique features of 5th generation language?

Answer»

1.extremely large scale INTEGRATION.
2. PARALLEL processing.
3.high PERFORMANCE.
4.satellite LINKS

7367.

What are the main parts of CPU ? explain briefly

Answer»

Hii..
Here is your answer..

CENTRAL PROCESSING UNIT (CPU) CONSISTS of three UNITS:-

•Arithmetic and Logic Unit(ALU)
=>The ALU is used to perform arithmetic and logical operations on data received from memory.The ALC can perform four kind of arithmetic operations:-
=Addition
=Subtraction
=Multiplication
=Division

•Control unit(CU)
=>The CU controls and DIRECT the function of all thr component of a computer system.

•Memory Unit
=>The Memory unit stores all the instructions and information.It is classified in TWO types:-
=Primary Memory
=Secondary Memory

Hope it helps uh...✌️✌️✌️

7368.

Who are the persons do we call which come to our home and repair PC

Answer»

COMPUTER REPAIR technician is a PERSON who repairs and maintainscomputers and SERVERS.

7369.

What is networking .define it's types and different type of computer viruses

Answer»

A computer network is a set of computers connected together for the purpose of sharing resources. The most common resource shared today is connection to the Internet. Other shared resources can include a printer or a file server. The Internet itself can be considered a computer network.

Computer Network Defined

A computer network is a set of connected computers. Computers on a network are called nodes. The connection between computers can be done via cabling, most commonly the Ethernet cable, or wirelessly through radio waves. Connected computers can share resources, like access to the Internet, printers, file servers, and others. A network is a MULTIPURPOSE connection, which allows a SINGLE computer to do more.

Types of Network Connections

Computer networks can be broken down historically into topologies, which is a technique of connecting computers. The most common topology today is acollapsed ring. This is due to the success of a network protocol called the Ethernet. This protocol, or network LANGUAGE, supports the Internet, Local Area Networks, and Wide Area Networks.

Star Topology

A star topology is a DESIGN of a network where a central node extends a cable to each computer on the network. On a star network, computers are connected independently to the center of the network. If a cable is broken, the other computers can operate without problems. A star topology requires a lot of cabling.

Bus Topology

A bus topology is another type of design where a single cable connects all computers and the information intended for the last node on the network must run through each connected computer. If a cable is broken, all computers connected down the line cannot reach the network. The benefit of a bus topology is a minimal use of cabling.

Ring Topology

A similar topology is called a ring. In this design, computers are connected via a single cable, but the end nodes also are connected to each other. In this design, the signal circulates through the network until it finds the intended recipient. If a network node is not configured properly, or it is down temporarily for another reason, the signal will make a number of attempts to find its destination.

A collapsed ring is a topology where the central node is a network device called a hub, a router, or a switch. This device runs a ring topology internally and features plugins for cables. Next, each computer has an independent cable, which plugs into the device. Most modern offices have a cabling closet, or a space CONTAINING a switch device that connects the network. All computers in the office connect to the cabling closet and the switch. Even if a network plug is near a desk, the plug is connected via a cable to the cabling closet.

7370.

What are the examples of software. Expert pls answer this question quickly it's very urgent the answer must be correct

Answer» EXAMPLES---
MS word
ms PowerPoint
ms excel
ms access
notepad
word pad
Windows
7371.

For establishing network connection ______ is essential

Answer» WIRES are ESSENTIAL
7372.

Computer ka full form

Answer»

HI FRIEND.... HERE IS THE ANSWER.....

Common Operating Machine Particularly used for TECHNOLOGICAL Engineering Research.

C= Common 
O= Oriented 
M= Machine 
P= Particularly 
U= United and used under 
T= TECHNICAL and 
E= EDUCATIONAL 
R= Research.

I HOPE I HELPED YOU...

PLEASE MARK IT AS BRAINLIST IF IT'S HELPFUL.....

7373.

Crack this fast ∞ Famous ResidenceHint:Round and Round

Answer» CRACK the HAND and CONTROL this FAST
7374.

Networks are of three types LAN,WAN and

Answer»

" MAN " that STANDS for " METROPOLITAN AREA NETWORK "....!!

7375.

Subject computer Q1. What are the basic organization of a computer system?

Answer» CPU(CENTRAL PROCESSING UNIT)
7376.

What is multimedia techmique

Answer»

Multimedia technology REFERS to INTERACTIVE, computer-based applications that allow people to communicate ideas and information with digital and print elements. Professionals in the field use computer SOFTWARE to develop and manage ONLINE graphics and content.

7377.

Question 4 & 15 answer plz fast

Answer»

4) TCP/IP

Stands for "Transmission Control Protocol/Internet Protocol." These two protocols were developed in the early days of the Internet by the U.S. military. The purpose was to allow COMPUTERS to communicate over long distance networks. The TCP part has to do with the verifying delivery of the packets. The IP part refers to the moving of data packets between nodes. TCP/IP has since then become the foundation of the Internet. Therefore, TCP/IP software is BUILT into all major operating systems, such as UNIX, Windows, and the MAC OS

7378.

How to delete paytm account permanently.

Answer»

To do this follow the steps:

• Go to the Paytm Delte page on your mobile or computer

LOGIN to your Paytm account

• Go to your profile

• You will see 24x7 option. CLICK on it

• Find Managing my account

• Select, I am unable to access my account

• There you will get a MESSAGE Us button

• Click on it to TYPE a message, where you would mention that you want to delete you account

• And then hit ENTER to send the message. It will go to the customer care of Paytm, and they will do the necessary.

7379.

You can replace the page in your active screen tab true or false

Answer»

Yes, We can INDEED REPLACE the PAGE in your active screen tab.
I. E. True!

7380.

Write a javascript program to calculate multiplication a numbers (input from user)

Answer»

This is JavaScript calculator with html USING this you can ADD,SUB,multiply,and divide

7381.

What is relation between media and networking ?

Answer»

Although most of us use the termsinterchangeably, there is a difference between social media and social networking. For me, understanding the distinctions was a BIG aha MOMENT. To develop a comprehensive and effective digital marketing strategy, it is helpful (even crucial) to understand the DIFFERENCES. Social Media.


.
.
.
.



pls FOLLOW me guys

7382.

Which osi layer is concerned with reliable end-to-end delivery of data? application transport data link network?

Answer»

Hey!

_____________________

TRANSPORT Layer

is concerned with reliable END to end delivery of DATA.

_____________________

7383.

What is the unit if cell loss ratio in atm?

Answer» [email protected]

HERE IS U R ANSWER ###

PTS IS THE UNIT.

I HOPE HELP U
7384.

What is the projection used in map?

Answer» PROJECTION USED in MAP is that the AREA in which you are PREFERRING
7385.

What is captcha and how it works for secure application?

Answer»

The acronym of CAPTCHA is Completely Automated PUBLIC TURING test to TELL Computers and Humans Apart. CAPTCHA stands for Completely Automated Public Turing Test to tell Computers and Humans Apart. The turing test is performed for machines. The main purpose of captcha is to test that the end user is machine or human.

7386.

What is a database? describe its components?

Answer»

Database is a COMBINATION of CELL COLUMN and ROW its components of cell column and row

7387.

What is the use of compoter genereted eloctronic images avtars in the real world?

Answer»

In computing, an avatar is the graphical REPRESENTATION of the user or the user's alter ego or character. An icon or FIGURE representing a PARTICULAR person in a video game, Internet FORUM, etc. It may take either a three-dimensional form,as in games or virtual worlds, or a two-dimensional form as an icon in Internet forums and other online communities.Avatar images have also been referred to as "picons" (personal icons)in the past, though the usage of this term is uncommon now. It can also refer to a text CONSTRUCT found on early systems such as MUDs.The term "avatar" can also refer to the personality connected with the screen name, or handle, of an Internet user.

7388.

What are the different types of group policy objects?

Answer»

✔✔✔✔Ur answer✔✔✔✔


☺☺☺☺The Two TYPES of Group POLICIES: Administrators can USE ✔Group Policies✔ to enforce a set of CONFIGURATION settings to both the computer and the user.

✔There are two types of Group Policies✔

7389.

What is the root account in linux and how does it differ from a normal user account?

Answer»

Root account in LINUX is same as the administrator account in WINDOW or admin account in mac.

it is DIFFERENT from normal user account bcoz u can't have permission to some of the PROGRAM on ur linux setup until and unless u have access to root account

7390.

Which type of commutation is used in phase controlled rectifier?

Answer»

✔✔✔Ur answer✔✔✔

⭐⭐®Controller rectifier⭐⭐


Thyristor can be simply called as a controlled rectifier.✔✔✔

⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐

There are different TYPES of THYRISTORS, which are used for designing POWER electronics BASED innovative electrical projects. ✔✔✔

⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐

The process of turning on thyristor by providing TRIGGERING pulses to gate terminal is called as triggering.✔✔✔

7391.

Which from tab we can create header and footer in excel 2007?

Answer»

On the PAGE LAYOUT TAB

7392.

Which among them is the root tag for an html document?

Answer»

The < html > tag which EXPLAIN the BROWSER which is an HTML document.


Here the < html> tag SHOW the root of it document and it acts as the container for all other HTML elements.


Therefore the student can fix all your doubt on the READING the books with no RISK and trouble of it.

7393.

Role of a system analyst in design of a system and development of computer system

Answer»

The ANALYST is called SOFTWARE programs that DEVELOPS the COMPUTER

7394.

What is the correct html tag for inserting a line break mcqs?

Answer»

this TAG is USED in LINE BREAK
7395.

What is the advantages of language processing system design?

Answer»

✔✔✔Ur answer✔✔✔

☺☺☺☺The advantage of producing assembly LANGUAGE RATHER than machine language directly is that assembly language is EASIER to produce and also easier to DEBUG. ✔✔✔✔✔✔✔✔✔✔✔✔

☺☺☺☺Assembly language is an intermediate between the high LEVEL language and machine language✔✔✔✔

7396.

What is local minima and global minima in neural network?

Answer»

✔✔✔Ur answer✔✔✔

✔Local minima✔ free ✔neural network✔ LEARNING.☺☺☺

☺☺☺☺Abstract: Global optimization algorithm APPLIED for feedforward neural networks ✔(NN)✔ SUPERVISED learning is INVESTIGATED.
✔✔✔✔✔✔✔
The network WEIGHTS are determined by minimizing the traditional backpropagation error function.☺☺☺☺☺

7397.

Quantum key distribution using singular value decomposition

Answer»

HEY USER

HERE IS YOUR ANSWER

We demonstrate the transfer of information encoded as orbital angular MOMENTUM (OAM) states of a light beam. The transmitter and receiver units are based on SPATIAL light modulators, which prepare or MEASURE a LASER beam in one of eight pure OAM states. We show that the information encoded in this way is resistant to eavesdropping in the sense that any attempt to sample the beam away from its axis will be subject to an angular restriction and a lateral offset, both of which result in INHERENT uncertainty in the measurement. This …

THANK YOU

7398.

What do you understand by "data structure"? describe the various operations that can be performed on different data structures?

Answer»

A data structure is a specialized FORMAT for organizing & storing data. GENERAL data structure types include the ARRAY, the file , the record, the table the tree, & so on.
In computer SCIENCE, a data Structure is a data organisation & storage format that enables efficient access & modification.

7399.

Most access control systems use a least-privilege security principle. true false

Answer»

I THINK that the ANSWER is true

hope this HELPS you...

7400.

What advantages are there to using c as a target language for a compiler?

Answer»

. suited for high inertia loads as it caters with excellent starting torque,

2. LOW starting current when compared to squirrel cage induction motors,

3. Speed is varied with the help of external resistance, from 50% to 100% of the FULL speed,

4. Higher brush and slip ring maintenance required,

5. As the brush wears out, it may LEAD to intermittent contact, and thus heavy sparking.

Thus we have seen in detail the starting arrangement of slip ring induction motors. In my next article, we will discuss on the speed control of slip ring induction motors.

Image Credits

All About Circuits WebsiteMarine Electrotechnology

Sponsored Content

Types of Thermodynamic Systems and Important Terms Related to Thermodynamics – Part 1Bright Hub Engineering

What Powers the Alaska Pipeline?Bright Hub Engineering

Geometric Dimensioning TOLERANCING Tutorial – GD&T Projected TOLERANCE in Engineering DrawingsBright Hub Engineering

How to Determine Electrical Shock Hazard BoundariesBright Hub Engineering

Recommended by

SUBSCRIBE & FOLLOW:

FacebookTwitterGoogle+RSSEmail

RELATED TOPICS:

Appliances & ElectronicsCommercial ApplicationsDIY Digital/Analog ElectronicsPower Distribution/Generation

SIGNUP FOR EMAILSClick here to signup for our newsletter »

About BH EngineeringContact UsAdvertise With UsRSSTerms of UsePrivacy PolicyCopyright Policy


© 2012-2016 Bright Hub Inc. All Rights Reserved

Privacy Policy