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.

20351.

5 best games for android ??​

Answer»

pubgfortnightasphalt9need for SPEED :most WANTED

20352.

What controls the structure and appearence of a document or a web page​

Answer»

Doctype is the FIRST item that appears in the source code of a web page followed by the HTML element, which is the root of the document TREE. The head element contains information, also called as metadata which describes the document and its resources like scripts and style sheets.Explanation:Document and WEBSITE structure. In addition to defining individual PARTS of your page (such as "a paragraph" or "an IMAGE"), HTML also boasts a number of block level elements used to define areas of your website (such as "the header", "the navigation menu", "the main content column").

20353.

Def f(n): s=0 for i in range(1,n+1): if n%i == 0: s = s+1 return(s%2 == 1) The function f(n) given above returns True for a positive number n if and only if: n is an odd number. n is a prime number. n is a composite number. n is a perfect square.

Answer»

In the HISTORY of EUROPE, the MIDDLE Ages (or medieval period) lasted from the 5th to the 15th century. It began with the fall of the Western Roman Empire and merged into the Renaissance and the Age of Discover Middle Ages is the middle period of the three traditional divisions of Western history: classical antiquity, the medieval period, and the modern period. The medieval period is itself subdivided into the Early, High, and Late Middle Ages.Population decline, counterurbanisation, collapse of centralized authority, invasions, and mass migrations of tribes, which had begun in Late Antiquity, continued in the Early Middle Ages. The large-scale movements of the Migration Period, including various Germanic peoples, formed new kingdoms in what remained of the Western Roman Empire. In the 7th century, North Africa and the Middle East—once part of the Byzantine Empire—came under the rule of the Umayyad Caliphate, an Islamic empire, after conquest by MUHAMMAD's successors. Although there were substantial changes in society and political structures, the break with classical antiquity was not complete. The still-sizeable Byzantine Empire, Rome's direct continuation, survived in the Eastern Mediterranean and remained a major power. The empire's law code, the Corpus Juris Civilis or "Code of Justinian", was rediscovered in Northern Italy in 1070 and became widely admired later in the Middle Ages. In the West, most kingdoms incorporated the few extant Roman institutions.

20354.

Draw a flowchart for a program that inputd your age in years. It checks your age. If age is greater than or equal to 5 then print message "ELIGIBLE TO SWIMMING" otherwise "NOT ELIGIBLE TO SWIMMING"

Answer» TION:You can EVEN do with ANOTHER METHOD as WELL.
20355.

Is structure is a user defined data type or systamatic data type?​

Answer»

I GUESS SYSTEMATIC DATA type.I HOPE this will HELP you.

20356.

Which one is better 1.django 2.flasknote-, this two are used for web development ​

Answer»

is BETTER than FLASK.

20357.

What is the full from of computer​

Answer»

Common OPERATING MACHINE PURPOSELY Used for Technological EDUCATIONAL Research

20358.

Wap in Qbasic to print your school name​

Answer» TION:CLSINPUT "ENTER your SCHOOL NAME";SchoolPRINT SchoolEND
20359.

Ello Dudez!❤What are the types of errors in python?​

Answer»

re two types of error in python 1) Compile TIME error 2) Run time errorCompile Time errorErrors which occurs and traced out at the time of compilation.Types of complie time error :-i) SYNTAX errorWrong use of programming statement. Or rules of programming is violated.example :-a=2PRINT (a) # syntax error correct code:-a=2print (a)ii) SEMANTIC errorMisuse of programming statement. Or statements are not meaningful.example :-10 = a # semantic errorcorrect code :-a=10Run time error Error that occur during the execution of programme.note - some runtime error stop the execution of program.like - Infinity loopThere are some other types of error like :-Logical error Wrong use of logic. Doesn't give desired result.EXCEPTION Undefined situations. All types if error are exception but vice-versa is not true.note - You may can also say there are three types of error.

20360.

What does k=(j==5)?i:j mean in Java

Answer»

Explanation:If J is EQUAL to 5 and it is equal to k and the ANSWER is true then i will be PRINTED ELSE if it is false j will be printed

20361.

Binary computation add 20+25​

Answer» SORRY I don't UNDERSTAND the QUESTION
20362.

The various activities concerned with converting data into meaningful information in accordance with and internally stored program are called: a.processingb.indexingc.subscriptingd.linking​

Answer» PROCESSING is the ANSWER HOPE it will HELP you
20363.

In which different fields are computers are used​

Answer»

rs are USED in ENGINEERING, banking, COMMUNICATION ETC

20364.

How to make software​

Answer» TION:You have LEARN PROGRAMMING language for software DEVELOPMENT.
20365.

What do you mean by composing an email​

Answer»

ng MAIL MEANS writing a mail to someone.@@@@@@@HOPE IT WILL HELP YOU! please MARK it as a brainlist please PLZ

20366.

What is the full form of ATM​

Answer»

ll FORM is AUTOMATICALLY TRAILING MACHINE

20367.

Which output device gives on output In the form of a hard copy? ​

Answer»

The DEVICES which are used to display the DATA to the user EITHER in the form of hard COPY or soft copy are called output devices. A monitor, printer and speakers are all output devices.

20368.

Explain the below mentioned terms flowchart and looping​

Answer»

re are the TERMS MENTIONED??FOLLOW me

20369.

What is the use of connector in flowchart​

Answer»

the USE of CONNECTOR to SHOW DIRECTION in which it is HAPPENING

20370.

Which is the largest district in Manipur​

Answer» CHURACHANDPUR. ...........
20371.

List the computer parts integrated in motherboard

Answer»

oard components:-EXPANSION slots (PCI EXPRESS, PCI, and AGP).3-pin case fan connectors.Back pane connectors.Heat sink.4-pin (P4) POWER connector.Inductor.Capacitor.CPU socket.please mark it as a BRAINLIST please

20372.

Advantages of online testing?

Answer»

tion:An online examination system has plenty of advantages: It saves PAPER. You NEVER have to print an exam for your students and hand them out. Saves paper. Saves trees. Everybody happy. It saves time. You can setup an exam in such a way that it will auto-grade itself. If you only use multiple choice questions you never have to check an exam again. The online exam system will take care of that hassle. Completly automated. It saves more time.The distribution of the exam doens't take you any time. Just upload the email ADDRESSESS of your students and send them an invite. And after the exam they get their result instantly. It saves you money.You don't need to buy any paper. Sending an email is free. On TOP of that you save on the logistics: your students don't have to assemble in classroom to take the exam. They can do it within a given time frame from their own device. You don't have to rent a classroom. You don't have to hire someone to check the students taking the exam. It saves the student money. Students don't have to travel to a specific location to conduct the exam. So even for students from remote area's it's possible to take the exam. It's more secure.You can make a big question bank with a lot of questions. Every student gets a random SELECTION from that question bank. So it's of little use to share the questions among the exam takers to give them a head start. Try that on paper ;)...Hope it will help u..Thanks..❤❤❤

20373.

What do you mean by input statement ​

Answer»

tion:The statements by which we GIVE INPUTS or commands to COMPUTER system are known as input STATEMENT

20374.

Find out various themes available under theme section of gallery . list a few themes in the space provided​

Answer»

hotosy, Moon, Soho, Lambda, Ezio, Photographer, Bridge, Shutter, Designer, Esben, Dive, Sea, Brailie, Kalium, Collective, Photo me, Twofold, Clayton, Phoxy, PINHOLE, miko, Tography, CHARM, CONCEPT, Berger, Ichibian, Andy Parker, Oshine, Jevelin, The Gem, Photocrati, Photosy, Webify, Folie, Two fold, Art, Ztudio x, Azalea, Air, NeroBro The above are the VARIOUS THEMES available in word press photo gallery. The theme name and the number of themes depends purely on the software that we choose.

20375.

form three groups each group to make a list of different text editors , web browsers& WYSIWYG editors. ​

Answer»

it's EASILY editiors......PLEASE FOLLOW me....

20376.

What are the advantages of online testing​

Answer»

tion:Advantages of online TESTING;Fast and efficient RESULT!Fast and efficient result!No paper waste!Fast and efficient result!No paper waste!Save fuels for TRANSPORTATION of answer scripts!!Fast and efficient result!No paper waste!Save fuels for transportation of answer scripts!!Avoid any kind of plagiarism and cheating.Mark BRAINLIEST

20377.

What are the advantages of JavaScript?​

Answer»

The advantages of using JavaScript are:Less server interaction: You can validate user input before sending the page off to the server. This saves server traffic, which means less load on your server.Immediate feedback to the visitors: They don't have to wait for a page RELOAD to see if they have forgotten to enter something.Increased interactivity: You can create interfaces that react when the user hovers over them with a mouse or activates them VIA the keyboard.Richer interfaces: You can use JavaScript to include such items as drag-and-drop components and SLIDERS to give a RICH Interface to your site visitors.

20378.

What is client side JavaScript?​

Answer»

Explanation:Client-side JavaScript is the most COMMON form of the LANGUAGE. The script should be included in or referenced by an HTML DOCUMENT for the code to be interpreted by the BROWSER.

20379.

State some natural threats to computer security and privacy in 50 words

Answer» COMPUTER security and PRIVACY POLICY is to protect the computer security and look our computer
20380.

Define minial pairs product sum?​

Answer»

Write a function that receives an array of integers and returns the MINIMAL sum of the array (sum of products of each TWO ADJACENT numbers). For Example: Without sorting the array [40,25,10,5,1], the sum is: (40*25) + (25*10) + (10*5) + (5*1) = 1305

20381.

What is the An emirp number?​

Answer»

An emirp is a PRIME number that results in a DIFFERENT prime when its decimal DIGITS are reversed. For EXAMPLE, 13 is an emirp number because both 13 and 31 are prime NUMBERS.

20382.

What is The Caesar cipher? ​

Answer»

The Caesar cipher is a TYPE of SUBSTITUTION cipher in which each letter in the plaintext is shifted to a certain number of PLACES down the alphabet. For example, with a shift of 1, A WOULD be replaced by B, B would become C, and so on. The method is named after JULIUS Caesar, who allegedly used it to communicate with his generals.

20383.

What is password validator?​

Answer»

Password validator is a program that validates PASSWORDS to MATCH specific rules. For example, the minimum length of the password must be eight characters long and it should have at least one uppercase letter in it. A VALID password is the one that conforms to the following rules: - Minimum length is 5; - Maximum length is 10; - Should contain at least one number; - Should contain at least one special character (such as &, +, @, $, #, %, etc.); - Should not contain SPACES.

20384.

Is Python have exponentiation?​

Answer»

Besides addition, subtraction, multiplication, and division, Python ALSO supports exponentiation, which is the raising of one number to the power of another. This OPERATION is performed using TWO asterisks.

20385.

What is Python Language ?​

Answer»

Python is a high-level programming language, with applications in numerous areas, including web programming, SCRIPTING, scientific computing, and artificial intelligence. It is very popular and used by ORGANIZATIONS such as GOOGLE, NASA, the CIA, and Disney.

20386.

What is the font family property in css?​

Answer»

The font-family PROPERTY specifies the font for an element. There are two TYPES of font family names: - font family: a specific font family (like Times NEW Roman or Arial) - generic family: a group of font families with a similar LOOK (like Serif or Monospace)

20387.

What is vertical align property in css?​

Answer»

The vertical-align property sets an element's vertical alignment. COMMONLY used VALUES are TOP, middle, and BOTTOM. The EXAMPLE below shows how to vertically align the text between the table.

20388.

What is text align property in CSS?​

Answer»

The text-align property SPECIFIES the HORIZONTAL ALIGNMENT of text in an element. By default, text on your website is aligned to the left. However, at times you may require a different alignment. Text-align property VALUES are as follows: left, right, center, and justify.

20389.

Css solved the problems? true/false ​

Answer»

TrueExplanation:HTML was NEVER intended to contain tags for formatting a web page!HTML was created to describe the content of a web page, like:

This is a heading

This is a paragraph.

When tags like , and COLOR attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. DEVELOPMENT of LARGE websites, where fonts and color INFORMATION were added to every SINGLE page, became a long and expensive process.To solve this problem, the World Wide Web Consortium (W3C) created CSS.CSS removed the style formatting from the HTML page!
20390.

What is external css?​

Answer»

tion:An external style sheet is a separate FILE linked to an HTML web page. It comes with a .css FILENAME EXTENSION. All the styles that need to be used on a website can be declared in the external style sheet. External style SHEETS are an important tool from the webmaster's perspective.

20391.

What is inline CSS? ​

Answer»

Using an INLINE STYLE is one of the ways to insert a style SHEET. With an inline style, a unique style is APPLIED to a SINGLE element.In order to use an inline style, add the style attribute to the relevant tag.

20392.

Why we use css language?​

Answer»

CSS ALLOWS you to apply SPECIFIC styles to specific HTML elements.The MAIN BENEFIT of CSS is that it allows you to separate style from content. USING just HTML, all the styles and formatting are in the same place, which becomes rather difficult to maintain as the page grows.

20393.

What is css language? ​

Answer»

CSS STANDS for Cascading Style Sheets.- Cascading refers to the WAY CSS APPLIES one style on top of another.- Style Sheets control the look and feel of web documents.CSS and HTML work hand in hand:- HTML sorts out the page structure.- CSS DEFINES how HTML ELEMENTS are displayed.

20394.

What is geolocation API in HTML5?​

Answer»

In HTML5, the Geolocation API is used to obtain the user's geographical location.Since this can compromise user privacy, the OPTION is not available unless the user APPROVES it.

20395.

What are the advantages of html5 web storage?​

Answer»

The Advantages of HTML5 Web STORAGE are:-1. More secure2. Faster3. STORES a LARGER amount of data4. Stored data is not sent with every server request

20396.

What is html5 web storage?​

Answer»

With HTML5 web storage, WEBSITES can store data on a USER's LOCAL computer. Before HTML5, we had to use JAVASCRIPT COOKIES to achieve this functionality.

20397.

What is the SVG method of HTML5?​

Answer»

SVG- Elements are part of the page's DOM (Document object model)- Drawing is done with vectors - EFFECTS, such as animations are built in- Based on standard XML syntax, which provides BETTER accessibility- Resolution INDEPENDENT - Support for event handlers - Not suited for game applications - Best suited for applications with LARGE rendering areas (for example, GOOGLE Maps)

20398.

What is canvas in HTML5?​

Answer»

Canvas - ELEMENTS are drawn programmatically - Drawing is done with pixels - Animations are not BUILT in - High performance for pixels-based drawing operations - Resolution dependent - No support for event handlers - You can save the RESULTING image as .png or .jpg - Well SUITED for graphic-intensive games

20399.

What is the scale() method in HTML5?​

Answer»

The SCALE() method SCALES the current drawing. It TAKES two PARAMETERS: - The number of times by which the IMAGE should be scaled in the X-direction. - The number of times by which the image should be scaled in the Y-direction.

20400.

✿Heya matez!✿Ques: Write a python code using " for " to print 2,4,6,8.​

Answer»

hope it MAY HELP U .if any problem then TEXT or follow i will text