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.

12101.

In which river flood was hit to the kedarnath temple ​

Answer»

Answer:

. in 2013 the river FLOOD was it to the Kedarnath TEMPLE on 17 June

12102.

Which command is used to fill up the closed shape with color

Answer»

Answer:

FILL COMMAND is USED to fill up a closed shape

12103.

(i) Fill in the blanks.1. ........converts all the selected text into small letters.2. ..........help in setting up information properly within a column.3. The........ option is used to set the size of paper and the orientation.4. ..........is applied only on first letter of the paragraph.2. True or false. (a) Paper size option allows you to set the predefined size of paper and orientation.(b) By default, tab stops at 0.5 inch interval from left margin. ​

Answer»

(i)

1. LOWERCASE converts all the selected text into small letters.

  • home tab ----> font group ----> changecase ----> lowercase

2. Justify help in setting up information PROPERLY within a column.

  • home tab ----> paragraph group ----> justify

3. The page SETUP option is used to set the size of paper and the ORIENTATION.

  • Page layout tab ----> page setup group ----> dialogue box

4. Drop cap is applied only on first letter of the paragraph.

  • Insert tab ----> text group ----> drop cap

2

(a) True

(b) True

12104.

Application of computer in the field of space aviation ​

Answer»

Answer:

Computer is a machine that is used to solve ARBITRARY sets related to arithmetic and logical operations automatically. While aviation is a practical aspect of aeronautics.

Explanation:

There are many practical applications of computer in space aviation. Computers are used for designing, constructing, controlling and maintaining aircrafts. PILOTS COMMUNICATE to the ground STATIONS, using GPS, auto-piloting, tracking and navigating AIR corridors.

Computers are used in space photography, controlling satellites, space exploration, astronomy and weather forecasting.

A communication satellite is sent to space for telecommunications. The first space flight to use computers in space as Apollo.

12105.

In. Which. Group. Cut. Option. Is. Found

Answer» HOME GROUP CUT OPTION is FOUND.
12106.

How will you perform a datasheet view

Answer»

ANSWER:

you have to SEARCH from GOOGLE

12107.

Out of number of processor one processor act as master is called

Answer»

Explanation:

Answer: In a star-connected network, one processor acts as the central ... Minimize the number of HOPS l that a MESSAGE must TRAVERSE. 31) What ..... sent out, as shown in the figure ...

12108.

Role of operating systems in computer organization

Answer»

Explanation:

The operating system acts as an INTERFACE between the hardware and the programs REQUESTING I/O. It is the most fundamental of all system software programs. Responsibilities of the OS include: ... Managing between the hardware's resources which include the processors, MEMORY, DATA storage and I/O DEVICES.

12109.

It coordinate the flow of data and instruction within the computer

Answer»

Answer:

There are many different parts of in the computer system, each is assigned with a specific job which they become responsible for performing in the system. There are many data flows in a system, which can be a flow of data from input devices to RAM or PROCESSOR or any other PLACE, and vice versa.

Explanation:

In order to control the flow of the data in the entire system, there is a separate unit known as CU (Control Unit). This makes the decision of the DIRECTION and time of data flow, and ALSO it handles the proper SOURCE and destination of the data flow.

12110.

Fill in the blanks using the words given in the box.(Dropbox , Emoticons, Social networking sites , Blog, Search engine, E-commerce)1. You can find information with the help of a.................2. ...................are the symbols that are used to express emotions in textual messages.3. Buying and selling of goods and services through the Internet is known as................... .4. ....................are a great tool to find old friends and stay in touch with them.5. A website that contains diary-like entries in the reverse chronological order is called a................... .6. RSS and Atom are two.............formats.​

Answer»

1. SEARCH engine

2. emoticons

3. e-commerce

4. SOCIAL NETWORKING sites

5. Blog

6. DROPBOX

12111.

Differentiate formatted and unformatted i/o

Answer»

Answer:

Formatted and UnformattedInput/Output. Unformatted Input/Output is the most basic form of input/output.Unformatted input/output TRANSFERS theinternal BINARY REPRESENTATION of the data directly between memory and the file. ...Formatted input reads characters fromthe input file and converts them to INTERNAL form.

if u find it useful like it

12112.

Native html attributes which provide accessibility alt

Answer»

Explanation:

The alt attribute provides alternative information for an image if a USER for some reason cannot VIEW it (because of slow connection, an error in the SRC attribute, or if the user uses a screen READER). NOTE: The alt attribute is required for the element.

12113.

Tick the correct options. 1. Which is the odd one?(a) Twitter(b) Facebook(c) LinkedIn(d) Lycos2. ___________is an instant messenger that is used for chatting.(a) Microsoft Excel(b) Altavista(c) Google Talk(d) Microsoft Windows3. It is the technology that lets organisations cut costs by making use of a network of remote servers hosted on the Internet to store, manage and process data.(a) Video conferencing(b) E-learning(c) Cloud computing(d) Chatting4. Real-time textual communication between two users using computers is known as(a) email(b) chat(c) social networking site(d) newsgroups5. They are known as online bulletin boards where users can post messages that can be seen by everybody(a) Microsoft Excel(b) Altavista(c) Google Talk(d) Microsoft Windows​

Answer»

Answer:

1.d 2.c 3.c 4.b 5.b ......

12114.

Write an algorithm to print first 10 multiples of 2

Answer»

The C PROGRAM for GIVEN question is as FOLLOWS :-

#INCLUDE

int MAIN()

{

   int i;

   for(i=2; i<=20; i=i+2)

       printf("%d\n",i);

}

Now writing the Algorithm for the following Program :-

Step 1 - START

Step 2 - Declare a variable (here i)

Step 3 - for i=2 where i<=20 till i=i+2

                    Print i

Step 4 - STOP

12115.

Purpose of protocol analysis in data communication

Answer»

Answer:

A protocol ANALYZER is a tool (hardware or software) USED to capture and analyze signals and data TRAFFIC over a communication CHANNEL. ... Each type of communication protocol has a different tool to COLLECT and analyze signals and data.

12116.

Protocols are, set of rules to governa) Communicationb) Maintain standardsc) Metropolitan communicationsd) None of the above​

Answer»

ANSWER:

communication

Explanation:

protocols is a SET of rules that GOVERNS the communications between computers on a NETWORK

12117.

What is data structure ​

Answer»

Answer:

Hey Mate!!

This your answer.

Please give a BRAINLIEST!!!

Explanation:

A data STRUCTURE is a specialised format for ORGANISING and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organise data to suit a specific purpose so that it can be ACCESSED and worked with in appropriate ways. In COMPUTER PROGRAMMING, a data structure may be selected or designed to store data for the purpose of working on it with various algorithms.

12118.

Write five points which human beings can learn from a computer?

Answer»

ANSWER:

MANY new modern methods

activeness to do any work

different TYPES of languages

many new topics

we get to KNOW about some KNOWLEDGEABLE topics

12119.

Executes one or more database command automatically

Answer»

ANSWER:

A database trigger EXECUTES one or more COMMANDS automatically

Hope This HELPS You. Bye for now

Explanation:

12120.

How do I create tabular column in Photoshop 7.0​

Answer»

Whether you need to DRAW information-holding tables for a client or for your BUSINESS's promotional MATERIALS, you can use Photoshop's Shape tool to draw the table's columns and rows. The Text tool provides text for the table, and layer styles enable you to add color and flair. By using the graphics of the Shape tool instead of the graphics of the commonly used Brush painting tool, you can easily move and align table lines after drawing them. The Shape tool's graphics also provide guidelines for adding text, something that Brush-painted tables don't provide.

1. Create a U.S. Letter document, then click the "Tool Preset" button at the far left of the Options toolbar. Click the "Reset All" command to prevent a prior configuration of Photoshop's Shape tools from hindering your table drawing.

2. Press "D" to make black the foreground color and white the background color, then click the solid-line ellipse from the Tools palette to run the Shape command. Click the rectangular icon on the Options toolbar, then click and drag on the canvas to draw a rectangle to the size you want for the table.

3. Click the line segment on the Options toolbar to load the tool for drawing line segments, then press "-" -- the hyphen key -- to specify Subtract mode. This mode enables column and row lines to appear clearly against the table background.

4. Click on the table background where you want a column line to start. Move the mouse to where you want the column line to end, then press and hold the "Shift" key to specify a strictly vertical line. Click the point where you want the line to end to COMPLETE the line.

5. Create the remaining column and row lines you want for the table, then click the black arrow on the Tools palette to run the Path Selection tool. Press and hold "Shift," then click all column lines to select them. Click the second rightmost button on the Options toolbar to run Distribute Horizontal Centers. Photoshop evenly spaces the column lines you chose. Distribute the table's horizontal lines with Distribute Vertical Centers, the FIFTH button from the right on the Options toolbar. Press "X" to make white the foreground color.

6. Click the "Shape" item in the Layers panel to select that layer, press "T" to run the Text tool, then type "36 pt" in the Font Size control in the Options toolbar. Click a table cell to select the cell, then type the cell's text. Press "Ctrl-Enter" when you're done. Repeat this step to add text to other cells, being sure to first click "Shape" in the Layers panel.

7. Click the "Shape" item in the Layers panel, then click the "Fx" button at the bottom of the Layers panel to display a list of layer styles. Click the "Color Overlay" command, then click the color swatch of the Layer Styles dialog box to display a color palette. Click the color you want for the table background and close the palette.

8. Click the "Inner Shadow" item at the left of the dialog, then drag the "Choke" slider to the far right to add a shadow to the table's lines. Close the dialog to view your completed table.

12121.

Who is father geometry​

Answer»

Euclid is FATHER of GEOMETRY

hope this HELPS u

12122.

What are the different effects which can be applied to text?

Answer»

Answer:

1. writting

2. EXPREESION

3. behavior of YOR text

Explanation:

these thing depend while you write a text

12123.

I connect computers and allow them to talk to each other Can solve this problem .

Answer»

The ANSWER is INTERNET

12124.

Paragraph on advantage and disadvantage of internet

Answer»

sciaga.pl

menu

profil

Język angielski / Liceum

Advantages and disadvantages of using Internet. drukuj

POLECA

63%

1352 GŁOSÓW

Nowadays almost everyone in the world have had a contact with computers. A great part of them has been using international computer’s net known as Internet.

I think using internet has more advantages then disadvantages. First of all, Internet provides access to a lot of information. Some of them are very useful in your job other helps in your hobby. Searching the net with Google, you can find everything you want. You can also do shopping using Internet. Of course it has no sense to buying a roll, but if you need something inaccessible, you will be able to BUY it in Internet shop. You need only to select what you want, fill in some forms and click ok. In a few days you will get what you have ordered directly to your home, without going anywhere. You can pay with your credit card, pay postman when you get the package, or transfer money from your bank account. Nowadays almost every bigger bank offers TRANSFERRING money with Internet. It is more faster then going to the bank and filling blankets. Transferring money in traditional way takes about a day, using Internet you can do this in few seconds even in Saturday and Sunday evenings. What’s more internet banks give you insurance against unauthorized transaction. Some people thinks that their money can by easily stolen by hackers. It isn’t true because the easiest way to STEAL your money from internet bank is breaking to your house and stealing you card of codes. Internet banks have very good protections witch make them practically unbreakable.

Next advantage of internet is email. Internet mails get in a few seconds in their destinations. It is very important when you want to send something for example to Australia. Of course you can send not only texts. You can email whatever you want, movies, photos, songs, computer programs etc. COSTS are very important advantage of emails. Sending an email is much cheaper then phoning, or sending normal letters.

Beside a lot of advantages, Internet has some disadvantages too. First of disadvantages is that people who spend too much time SITTING in the front of computer can easily gets ill. Radiation emitted by computer’s screen is harmful to eyes. People who spend too much time at their homes (because they needn’t go anywhere, they can do everything using Internet) are getting weaker. Sitting a for long time is also harmful to the spine.

Second disadvantage is that Internet can by addictive. Some people just can’t live without it. They have no real friends and when Internet is down they are getting furious.

Internet has some opponents but more and more people treats Internet like telephone, or radio. They use it for fun and work, and I think at present living without internet would be quite difficult.

PS

12125.

you notice that the audio quality is very poor while transcribing data from an audio what will you do​

Answer»

Answer:

hope it helps

Explanation:

Transcription is one of the most demanding and labor-intensive among all translation services. It requires high-skills from the transcriptionist, from listening to the audio or video file, researching the subject matter, understanding the context of the recording and typing the audio into readable text.

For a PROFESSIONAL transcriptionist, it is important to know what the clients want. Some of these include:

Typing the audio exactly as SPOKEN, including the audible pauses such as 'ers' and 'ums' or remove them but retain the rest of the audio. Clients may want the transcription to be GRAMMATICALLY correct or make the non-native speakers of English to sound like one.

Remove or include the full questions when working on an interview. If the interviewee SAYS something ''off the record,'' the transcriber has to ascertain if the client wants to remove it or include the response and add an ''off the record mark.''

Capture and mark the pauses. It is ALSO important to know how to treat the pauses made by the speaker/s.

Putting a mark on the words or sections that are not clear.

Time stamps on the document.

Identifying the speakers.

K. or U.S. spelling.

Line spacing and special font.

12126.

Create the following web page considering the following"Title is Cooking School""Background colour is white""Font should be Comic Sans MS"

Answer»

ANSWER:

I DONT KNOW. SORRY!!!

EXPLANATION:

But you can follow me okay !!!

12127.

A computer program that searches documents especially on the world wide web

Answer»

EXPLANATION:

REQUIRED ANSWER can be MAYFLOWER

12128.

The process of getting meaningful output from input information

Answer»

ANSWER:

computer is a machine that can be programmed to accept data (INPUT), process it into useful information (output), and store it away (in a secondary STORAGE device) for SAFEKEEPING or later reuse. The processing of input to output is directed by the software but performed by the hardware

12129.

Write a pythonprogram that asks user for two numbers and prints Close if the numbers are within .001 of each other and Not close otherwise

Answer»

ANSWER:

num1 = int(input("Enter NUMBER 1 : "))

num2 = int(input("Enter number 2 : "))

if num1 + 0.01 == num2:

     print("close")

elif num2 + 0.01 == num1:

     print("close")

else:

     print("Not Close")

Output:

Enter number 1 : 15.01

Enter number 2 : 15.02

close

-------HOPE you understood this  :)

12130.

Write a program in Java to enter a String and display all the palindrome words presentin the StringSample Input : MOM AND DAD ARE NOT AT HOMESample

Answer»

It is one of the easy logic.

Pls COMPILE it and MARK me brainlest @if you LIKE .and FOLLOW me for more doubts.

12131.

Justify why cocomo model is chosen over other algorithmic models

Answer»

Explanation:

The OPERATING system ACTS as an interface between the HARDWARE and the programs requesting I/O. It is the most fundamental of all system software programs. Responsibilities of the OS include: ... Managing between the hardware's resources which include the processors, memory, data STORAGE and I/O devices.

12132.

What is ms access 2010​

Answer»

ANSWER:

it is a DATABASE MANAGEMENT SYSTEM from MICROSOFT

12133.

A........... attitude helps one to focus on a possible solution fill the blank

Answer»

ANSWER:

A positive attitude helps ONE to focus on a POSSIBLE SOLUTION..

12134.

The computers which are attached to the server are called

Answer»

ANSWER:

nodes are called the COMPUTER which are attached to the SERVER

12135.

Write the python program for the question in the image showed below

Answer»

CODE:

SALARY, job_level = FLOAT(input('Enter salary:')), int(input('Job level:'))

if job_level == 3:

   print('Your new salary WOULD be %d'%(salary+(0.15*salary)))

elif job_level == 4:

   print('Your new salary would be %d'%(salary+(0.07*salary)))

else:

   print('Your new salary would be %d'%(salary+(0.05*salary)))

   

12136.

Video display error is usually caused by, what?

Answer»

Explanation:

PROGRAM of computer...and some times OLD generation computer which has low RANDOM ACCESS memory..

12137.

Name of the second Mission in Gta San Andreas(1) End Of The Line(2) Management Issues(3) Ryder(4) Home Invension

Answer»

ANSWER:

RYDER is the SECOND MISSION

12138.

If you don't initialize a static array what will be the elements set to

Answer»

ANSWER:

hii

Explanation:

1.There are some elements set to if we do not initialize a STATIC array.

2.Basically, this is specific version of language.

3.The language is not usually specified.

4.lf the all elements set to zero JAVA will mainly initialize this static array.

5.ln any other language this particular TEST cannot be run.

PLZ MARK AS BRAINLIST

12139.

Describe role of data hacking​

Answer»

PLEASE MARK as BRAINLIEST ANSWER

12140.

List the type of web browsers and explain them breifly

Answer»

INTERNET Explorer.

Google Chrome.

Mozilla Firefox.

Safari.

Opera.

Konqueror.

Lynx.

12141.

While working with msdos, which command is used to display the contents of a file and pause the display after eachycreenful of informationa)Type filename/moreb)Cat filename/morec)cat filename/PGd)more filename​

Answer»

Answer:

more FILENAME

EXPLANATION:

is the answers DEAR mate

12142.

Convert 6.25 into exponent form

Answer»

Answer:

625/100= 25sq/10sq= (2.5) SQUARE

12143.

What is that technology which made ATM famous?

Answer»

EXPLANATION:

From its humble and uncertain beginning nearly 50 years ago, the ATM has become PERVASIVE. But it wasn't until the 1980s, more than 15 years after the MACHINE's INVENTION, that the ATM's success was assured.

12144.

Which device is used to give instructions to the computer?a)Outputb)Inputc) Storaged)Central processing Unit​

Answer»

ANSWER:

B INPUT DEVICES ..... .....

12145.

A.You want to do the following works on your computer.a computer that will be useful to you.1. Writing a poem2. Printing your drawing3. Playing games4. Listening to music5. Show your drawing to your teacher6. Recording your poem​

Answer»

I do all but ONE THING is MISSING,CODING

12146.

list any five renewable and non renewable resources. write how their stock may get affected by overuse​

Answer»

Answer:

12147.

1011011 binary to decimal

Answer»

ANSWER:

the DECIMAL no is 91 as I used a CALCULATOR to find value

12148.

A computer work with only two digit what are the two digit ?

Answer»

Answer:

THUS, a digit is a number in a specific context. ... In the binary number system, the digits are the elements of the set {0, 1}. This system is used by computers because the two digits can represent the logic low and high STATES. The term "binary digit" is COMPRESSED to " bit " in COMPUTER PARLANCE.

12149.

If a variable is stored in cache memory is it also available in ram

Answer»

Answer:

A memory cache, sometimes called a cache store or RAM cache, is a portion of memory made of high-speed static RAM (SRAM) instead of the slower and cheaper DYNAMIC RAM (DRAM) USED for main memory. Memory caching is effective because most PROGRAMS access the same data or instructions over and over.

12150.

Write about artficial intelligence being used in computed these days

Answer»

Answer:

In computer science, artificial intelligence (AI), SOMETIMES called machine intelligence, is intelligence demonstrated by machines, in contrast to the natural intelligence displayed by humans and animals. Colloquially, the term "artificial intelligence" is used to DESCRIBE machines that mimic "cognitive" functions that humans associate with other human minds, such as "learning" and "problem solving".[1]

As machines become increasingly capable, tasks considered to require "intelligence" are often removed from the definition of AI, a phenomenon known as the AI effect.[2] A quip in Tesler's Theorem says "AI is whatever hasn't been done yet."[3] For instance, optical character recognition is frequently excluded from things considered to be AI, having become a routine technology.[4] MODERN machine capabilities generally CLASSIFIED as AI include successfully understanding human speech,[5] competing at the highest level in strategic game systems (such as chess and Go),[6] autonomously operating cars, intelligent routing in content delivery networks, and military simulations