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.

23101.

______ refers to explaining things in a brief yet comprehensive manner. a) Conciseness c) Clarity b) Concreteness d )Correctness this is the ques fo IT(Information Technology).........please dont ans the fake ans.... i will give him/her as brainlist answer....

Answer»

(a) CONCISENESS ..................

23102.

PLEASE HELP!!! Shawn has been assigned to create a storyboard for an online grocery website. Organize the steps he needs to follow to create a storyboard in the correct order. gather information such as text and images branch out pages and specify navigation flow draw a layout of each web page with its elements create a box and title it as the “Home Page” determine the title, heading, and content for each page ↓ ↓ ↓ ↓

Answer» TION:ttggggggggggggfgggjjfvhjhfhjuh
23103.

Which of the following is an example of a site search when typed into a search bar?

Answer» GOOGLE,BING,yhooExplanation:
23104.

Scenario 2 Aarti invited four of her friends to her House.. They hadn't seen each other in a long time, so theychatted all night long and had a good time. In the morning, two of the friends Aarti had invited, died.The police arrived at the house and found that both the friends were poisoned and that the poisonwas in the strawberry pie. The three surviving friends told the police that they hadn't eaten the pie.The police asked," Why didn’t you eat the pie ?". Shiv said, " I am allergic to strawberries.". Seemasaid, " I am on a diet." And Aarti said, "I ate too many strawberries while cooking the pie, I just didn'twant anymore."The policemen looked at the pictures of the party and immediately identified the murderer. Who is the murderer and why? ​

Answer»

you can't ANSWER a SINGLE QUESTION

23105.

Identify three possible attributes and three possible behavior of the following entites. a) School b) Student c) Computer d) Television

Answer»

...................HIIII

23106.

What are the different versions of HTML?​

Answer» SGML SINGLE GROUP MARKUP LANGUAGE
23107.

What is the twisted ladder shape of the DNA called

Answer»

wisted LADDER'' SHAPE of the DNA molecule. is called DOUBLE helix.

23108.

Most career fields have the option of having one’s own venture or business. For example, a lawyer may start his or her own law firm, a finance consultant may start his or her own consultancy firm, an artist might start his or her own art gallery. In the space given below, write your interests, next mention the jobs available around these interests and then mention a business you can start around it.explain​

Answer»

Our lawyers benefit from their PERFECT under-standing of Swiss and international business law. They are HIGHLY responsive and work hard to FIND the best legal and practical solution to their clients’ cases. They have acquired years of international experience of business law. They SPEAK several foreign languages and have ACCESS to correspondents all over the world.mark me as a brainlist

23109.

Most career fields have the option of having one’s own venture or business. For example, a lawyer may start his or her own law firm, a finance consultant may start his or her own consultancy firm, an artist might start his or her own art gallery. In the space given below, write your interests, next mention the jobs available around these interests and then mention a business you can start around it.​

Answer»

. EXPLANATION:

23110.

Write a class with the following method: 1. boolean prime(int n) which returns true if n is prime and false if n is not prime...2.void call() to display all two digit twin prime numbers​

Answer»

public class Prime {public static boolean prime(int n)    {int c=0;        for (int i=1;i<=n;i++)        {if (n%i==0)            c=c+1;        }        if (c==2)        return true;        else        return false;    }    public VOID call()    {int a=10,b=99,c=11,d;        System.out.println("2 digit Twin prime NUMBERS are ");        for (;a<=b;a++)        {if (prime(a))            {d=c;                c=a;                if ((c-d)==2)                System.out.println(d+","+c);            }        }    }    public static void main(STRING ARGS[])    {Prime ob=new Prime();        ob.call();    } }Explanation:

23111.

Write statement to move the input pointer in the file to the beginning of the file

Answer»

Explanation:function is USED to move FILE pointer position to the given location. whence – This is the current file pointer position from where offset is added. Below 3 CONSTANTS are used to specify this. SEEK_SET – It MOVES file pointer position to the beginning of the file.

23112.

Facts that are formatted, interpreted or combined can be called

Answer»

tion:In this course, you will create relational databases, write SQL STATEMENTS to extract ... Raw FACTS need interpretation, COMBINATION, FORMATTING ETC., to be used for ...

23113.

Explain the non linear editing tool which does horizontal layering .​

Answer»

Non-linear editing is a form of offline editing for audio, video, and image editing. In offline editing, the original content is not modified in the course of editing. In non-linear editing, EDITS are specified and modified by specialized software. A pointer-based playlist, effectively an EDIT decision list (EDL), for video or a directed acyclic graph for still images is used to keep track of edits. Each time the edited audio, video, or image is RENDERED, played BACK, or accessed, it is reconstructed from the original source and the specified editing steps. Although this process is more computationally intensive than directly MODIFYING the original content, changing the edits themselves can be almost instantaneous, and it prevents further generation loss as the audio, video, or image is edited.

23114.

Answer if true or false:- A liquid crystal display (LCD) screen consumes less power and also radiates less heat.​

Answer» ANSWER is TRUE
23115.

A set of points over a straight line is defined as correlative to some K if the absolute difference between any two points ia a multiple of K

Answer»

def SOLVE(p,k):    N = len(p)    hm = dict()    for t in p:        if t%k in hm:hm[t%k] += 1        else:hm[t%k] = 1    rem = res = 0    for key in hm:        res = max(res,hm[key])        if res == hm[key]:rem = key    print(res)  # printing set size    # printing set elements in ascending order    for t in p:        if t%k == rem:print(t)    return n,k = list(map(INT,(input().split()))) p = [-1 for i in range(n)] for Q in range(n):    p[q] = int(input()) p.sort() solve(p,k)Explanation:All the POINTS in the set must have same remainder when divided with k.

23116.

How is the information in data source orgnise

Answer»

tion:Organizing Quality Measures by Data SOURCE. Often, report sponsors gain ACCESS to information from one particular source of data—a patient experience SURVEY, administrative/claims data, data from medical records, etc. ... In MANY cases, as a result, their REPORTS end up being organized by data source

23117.

Example of Relational Operators​

Answer» EXPLANATION:The TYPES of relational operators> Example         x > y (x is GREATER than y) < Example:          x < y (x is less than y) >= Example         x >= y (x is greater than or EQUAL to y) <= Example           x <= y (x is less than or equal to y) == Example            x == y (x is equal to y) != Example               x != y (x is not equal to y)
23118.

6. Mention any two disadvantages of a computer.​

Answer»

Carpal tunnel and eye strain. ...Too much sitting. ...Short attention span and too much multitasking. ...Can LIMIT learning and CREATE a DEPENDENCY. ...POTENTIAL of loss of privacy. ...Time sink and LOTS of distractions. ...Increases waste and impacts the environment. ...Can reduce jobs.Explanation:please mark me as a brainlist .,

23119.

Essay on imagining myself as an entrepreneur. explain myself ​

Answer»

IF WANT BEST ANSWER FOR THIS QUESTION I SUGGEST YOU TO SEE THE MOVIE 'WOLF OF THE WALL STREET'Explanation:An Entrepreneur is a person who maximise his invested CAPITAL and GAINS from it.For being a great entrepreneur you NEED to be touch and NEEDS of market.He is a smart guy who sees PEOPLE need and earns profit.MARK AS BRAINLIEST PLS

23120.

, 7. You want that gridlines should appear on your text document background. What process shouldyou follow to achieve this?​

Answer»

Ans- INTRODUCTION to GridlinesWhen WORKING with complicated slide layouts, gridlines make it easier to align images and other objects. Gridlines give you a visual guide that helps you to align and position your content more precisely on your slide. By default, gridlines are turned off, but when they are enabled, you will see a mesh of intersecting VERTICAL and horizontal dotted lines. Show GridlinesOne way to make gridlines visible is to FOLLOW these steps:Go to the View menu in the ribbonAnd look in the Show grouping of commandsAdd a check to the box on the left of the Gridline commandYou will notice several vertical and horizontal lines that intersect. The lines are dotted and faded so as to not distract when creating your slide. They are much like the light blue grids that graphic artists use when they create and lay out their art.Let's discuss an example where we are using gridlines to place and size two images. The first image is a house, and the second image is a tree. Both images are the same size. I would like to make the tree half as tall as the house. Let's make this easy. The gridlines form boxes. My house is four boxes tall, so to make my tree half as tall as my house, I can resize the tree, making SURE it's only two boxes high.If you want to align your text and images easily, enable your gridlines. Insert your images and use the lines on the slide to place them exactly where you want them. So, now that we have our gridlines turned on, let's take a look at other options for configuration.Gridline ConfigurationTo display the Grid and Guides configuration dialogue box:Right-click in the white space on your slide. Make sure that you don't have any other objects selected.And then click on the Grid and Guides option.The dialogue box shows three different configuration options.

23121.

7.How many types of keys are there on the keyboard? Name them.​

Answer»

104 (5 types)Explanation:Alphabet KeysNumber KeysSpecial KeysFunction KeysNavigation Keys1. Alphabet Keys:  26 alphabet keys are present on a keyboard from A to Z. these keys are not present in the alphabetical order. These keys are used to type words, sentences or paragraphs.2. Number Keys: These keys are used for typing numbers. These keys are present above the top row of the alphabet keys and ALSO present on the right side of the keyboard.3. Special Keys:  Keyboard has more special keys such as SPACE bar Key, caps lock key, backspace key, shift key, enter key, symbol keys and tab key etc.4. FUNCTION Keys:  12 function keys are present on a keyboard. They keys are perform specific tasks. They are present on the topmost row of the keyboard. Label F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11 and F12. These keys have different functions for different programs.5. Navigation Keys: Every keyboard has some special navigation keys such as Cursor control keys (Arrow Keys), Home key, End key, CTRL, Alt, Page Up, Page Down, Delete, Insert etc.

23122.

Essay on imagining myself as an entrepreneur. explain​

Answer»

Entrepreneurship is the name given to the factor of production which performs the FUNCTIONS of Enterprise. In economics, Land, Labour, Capital, Organisation and Enterprise are the five factors which are thought to be the basis of all the production activities.Entrepreneurship in a broader sense can be considered as a process of action undertaken by an entrepreneur (Person) to establish his enterprise. It is a creative and innovative response to the environment.Entrepreneurship can be described as a creative and innovative response to the environment. Such responses may take place in any field of social endeavour may be business, agriculture, social work and education etc. For the entrepreneur it is important to have knowledge about the ECONOMIC and political environment, more particularly about the economic policies of the government and the financial as well as commercial institutions.Thus a SIMPLE definition of entrepreneurship is doing new THINGS or doing things which are already being done in a new way.According to Dr. J.E. Stepenek, “Entrepreneurship” is the capacity to take risk; ability to organise and desire to diversify and make innovations in the enterprise.According to Higgins, Entrepreneurship is meant for the function of seeing investment and production opportunity, organising in enterprise to undertake a new production process, raising capital, hiring labour, arranging the supply of raw materials, finding site, introducing new techniques and commodities, discovering new SOURCES of raw materials and selecting top managers for day to day operation of the enterprisePlease make me as brainlist..... hope this helps you...

23123.

Write a explanation of the following tags used in HTML ,,,

Answer»

HTML tags contain THREE main parts: opening tag, CONTENT and closing tag. But some HTML tags are unclosed tags. When a web BROWSER READS an HTML document, browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and RENDER their properties.

23124.

Which software help progammers to easily coppy and past

Answer» ANSWER will be CLIPBOARD fusionmark me the BRAINLIAST BEST answer of the YEAR
23125.

What do you understand by object-oriented programming?

Answer»

Object-oriented programming (OOP) REFERS to a TYPE of COMPUTER programming (SOFTWARE design) in which programmers define the DATA type of a data structure, and also the types of operations (functions) that can be applied to the data structure.hope it helps umarks me as brainlist

23126.

Anyone pls encode this 6 unique chars # : 1 **************************************** 1 : 1 **************************************** 2 : 1 **************************************** 3 : 1 **************************************** 4 : 2 ******************************************************************************** 5 : 2 ********************************************************************************

Answer»

6:3 ********7:3*************8:4***************9:4******************10:5*********************

23127.

Which Line Number Code will never execute? def Check(num): #Line 1if num%2==0: #Line 2 print(Hello). #Line 3return True #Line 4 print('Bye) #Line 5else: #Line 6return False. #Line 7 C=check(20)print(c)​

Answer»

Line 5 will NEVER EXECUTE since return TRUE will return the execution back to calling FUNCTION. Explanation:

23128.

What are the instance and class variables? ..​

Answer»

Class variables are those variables which are assigned / DECLARED INSIDE the class but outside any method/function..whereas INSTANCE variables are those which are declared and assinged a VALUE inside a method/function of a class..EXPLANATION:hope it helps.. please mark as brainliest

23129.

X+1/x-1-x-1/x+1/18x+3/x*-1​

Answer» 1-1=01-0=11+1=218+2=2020+3=2323-1=221/1=11/1=11/1=11/18=1818+3=2121/1=2121*1= 21 ANSWER OK
23130.

Difference between option button and check box in vb

Answer»

hey mate here is your answer ❤️Checkbox can be in either of the TWO states – checked or UNCHECKED. When checkbox is checked, a tick mark appears in the rectangle. When it is unchecked, the rectangle will be empty. Options buttons are used to ALLOW user to select one from a SET of MUTUALLY exclusive options.hope it helps you ❤️mark me as brainlist ❤️ ❤️

23131.

Can we translate a paragraph in another language in a minute?how?

Answer»

read and record by microphone. and download a translator app. say it to Google ASSISTANT to TRANSLATE it. EXPLANATION:PLEASE BRAIN list me. I know this answer is not very helpful for you. but I will follow you. please follow me.

23132.

11. Write down the type of memory needed to do the following: a) To store data permanentlyb) To execute the programc) To store instructions which can not be overwritten​

Answer»

a) Secondary storageb) RANDOM access memoryc) ROM (Read only MEMORY)EXPLANATION:

23133.

Steps taken In creating a form in html

Answer»

HELLO....☺BRO/SIS.......❤❣️❤THIS IS YOUR ANSWER........✔♡✔HTML Form Controls. Text INPUT Controls. Checkboxes Controls. Radio BOX Controls. Select Box Controls. File Select boxes. Hidden Controls. CLICKABLE Buttons. Submit and Reset Button.✧༺♥༻✧✧༺♥༻✧✧༺♥༻✧♡☺♡♡HOPE THIS WILL HELP YOU MATE...✔FOLLOW US GET FOLLOW BACK...✔✍️✔.TAKE CARE.❤☺✔♡♡❣️♡♡✔☺❤BE HAPPY ALWAYS ....☺✔☺✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧꧁༒☬ℜ؏αᏞ_ᏦηGs☬༒꧂✌

23134.

Fill in the blanks with correct tab or group name for the following operations : →Border buttonText buttona. To apply borders to cells :Home tab →groupb. To fit text in a cell :Home tab→ Alignment group →c. To merge cells and center align text:Home tab →groupd. To apply fill colour to cells :_tab → Font group →e. To apply currency formatting :Home tab →group->Merge and CenterFill colour button→Currency→Number Format List​

Answer»

slogans with correct our group niyam to fit text in the cell of table in group two masses and Central line test home TAB to APPLY fill COLOUR. Google Play currency formatting text BOOK for ancient currency format

23135.

In INDIA which is the small state​

Answer»

for ur KIND INFORMATION in india GOA is small STATE

23136.

3.3: Identify the errors in the following program. 1 2 3 4 5 6 7 8 9 10 #include void main() { int i=5; while(i) { switch(i) { default: case 4: 11 12 13 14 15 16 17 18 19 20 21 case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

Answer» SAY me the labguage EXPLANATION:MARK me as BRAINLIST PLS PLS PLS PLS PLS PLS
23137.

This feature turns all the open windows transparent

Answer» WINDOWS Aero theme makes your desktop turn transparentExplanation HOPE THIS HELPIF GOOD MARK BRAINLIESTTHIS FEATURE IS INBULID IN YOUR OS
23138.

(i) Give the output of the following expression : a+=a++ + ++a + -–a + a-–+a+a+++--a++a ; when a = 7

Answer» STION is WRONG NEAR the END
23139.

Why software license required

Answer» HOPE THIS WILL HELPFUL TO YOU
23140.

For i from 1 to 60: MakeSet(i) for i from 1 to 30: Union(i, 2*i) for i from 1 to 20: Union(i, 3*i) for i from 1 to 12: Union(i, 5*i) for i from 1 to 60: Find(i) Assume that the disjoint sets data structure is implemented as disjoint trees with union by rank heuristic and with path compression heuristic. Compute the maximum height of a tree in the resulting forest. (Recall that the height of a tree is the number of edges on a longest path from the root to a leaf. In particular, the height of a tree consisting of just one node is equal to 0.)

Answer»

kkkkkkdhuhieabcviakhe FORMULA in CELL A5=(A1+A2+A3+A4)/4. CREATE a similar formula in cell A6 and A7 using two different functions so that the output in A5, A6, A7 is same.pppppp ly u parthExplanation:

23141.

Does high quality printing consume more ink than normal quality printing?

Answer»

tion:SHORT answer, yes. Long answer, it DEPENDS. Depending on how the printer software USES the word "QUALITY", the printer may use more or less ink. In some cases, a "draft" quality will use less ink (and PRODUCE a lower quality print) than a "fine art" quality.

23142.

prepare a chart showing evolution of computers include one line discription of the different calculating divices which preceded the birth of the computer along with their pictures​

Answer»

THAT IT IS HELPFUL FOR YOU

23143.

Please sab questions ka answer bata do Please Please Please Please Please Please Please Please Please Please Please Please Please Please Please Please​

Answer»

2.a. FONT GROUPB. Shrink to FITC. Alignmentd. Homee. Number

23144.

Wap to print fibonacci sequence upto a given number using recursive function in Python​

Answer»

I don't KNOW the ANSWER

23145.

What is computer and write any four characteristics of modern electronic features

Answer» TER is an electronic device that manipulates INFORMATION, or data. It has the ABILITY to store, RETRIEVE, and process data.Any four characteristics of modern electronic features are:EfficientReliability SpeedAccuracy
23146.

Explain how formatted input can be obtain, give sutiable example

Answer»

re MANY METHODS of INPUT which ONE?

23147.

What are the straight foward importance of output devices in a computer system

Answer» TION:Some of the output devices are Visual DISPLAY Units (VDU) i.e. a Monitor, PRINTER, Graphic Output devices, Plotters, Speakers etc.
23148.

6. Control+F4 7. Recycle Bin8. Windows key +Rt Opens Run menu9. Closes current windowh. has things you no longerwant​

Answer» PLEASE , CLEAR the QUESTION.....MARK it as BRAINLIEST , please...
23149.

How is wrap text option useful? in excel?​

Answer»

HELLO....☺BRO/SIS.......❤❣️❤THIS IS YOUR ANSWER........✔♡✔WRAP text in a cell. Microsoft Excel can wrap text so it appears on multiple lines in a cell. You can format the cell so the text wraps automatically, or enter a manual line break.✧༺♥༻✧✧༺♥༻✧✧༺♥༻✧♡☺♡♡HOPE THIS WILL HELP YOU MATE...✔FOLLOW US GET FOLLOW BACK...✔✍️✔.TAKE CARE.❤☺✔♡♡❣️♡♡✔☺❤BE HAPPY ALWAYS ....☺✔☺✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧꧁༒☬ℜ؏αᏞ_ᏦηGs☬༒꧂✌

23150.

Web page is also known as _____________.​

Answer»

A web page or a webpage is a specific collection of information provided by a website and displayed to a user in a web browser. A website TYPICALLY consists of many web PAGES linked together in a COHERENT fashion. The NAME "web page" is a metaphor of paper pages bound together into a book.mark me as brainliest please