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.
| 5251. |
52. What is used for drawing a chart in Excel?(A) Chart wizard(B) Pi-chart(C) Bar-chart(D) None of the above |
|
Answer» t wizard mark as BRAINLIEST and FOLLOW me |
|
| 5252. |
What is meant by two level verification |
|
Answer» ALIGN="absmiddle" alt="\huge\mathfrak\red{Answer♡}" class="latex-formula" id="TexFormula1" src="https://tex.z-dn.net/?f=%5Chuge%5Cmathfrak%5Cred%7BAnswer%E2%99%A1%7D" title="\huge\mathfrak\red{Answer♡}"> Two-step verification is a process that INVOLVES two authentication methods performed one after the other to verify that SOMEONE or something requesting access is who or what they are declared to be. |
|
| 5253. |
4. Display “COMPUTER" withheading 2 |
Answer» ONG>COMPUTERS |
|
| 5254. |
What are the benefitsof using smarter charts |
|
Answer» ong>Answer: SMART cards contain a computer chip programmed with personal information about the cardholder and the access point or points the individual is ALLOWED to enter. One benefit of smart cards is that they can be integrated with different TECHNOLOGIES, including proprietary proximity, magnetic-stripe and biometric systems. |
|
| 5255. |
Design view a we used to change the appearance of the form true or false |
|
Answer» ong>ANSWER: true. Explanation: s we USED to change the APPEARENCE of the form . |
|
| 5256. |
Is rtx 2070 super worth it after 3080 launch |
| Answer» | |
| 5257. |
Figure out what this code says Hello [my love] \ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ [love you] |
|
Answer» 't UNDERSTAND what this CODE SAYS |
|
| 5258. |
A computer that provides resources to other computers is called a _______________. |
|
Answer» ONG>ANSWER: A server is a computer or system that provides RESOURCES, DATA, services, or programs to other computers, KNOWN as clients...... |
|
| 5259. |
pls tell the correct answer of this question..the person who will give me the correct answer of this question..i will mark him/her as brainliest... |
|
Answer» ONG>ANSWER: ALPHABETS.............. |
|
| 5260. |
Develop a C function to create an array with 10 float elements and create another module which calculate the mean of float array. |
|
Answer» ong>Answer: An array is a group (or collection) of same data TYPES. For example an int array holds the elements of int types while a FLOAT array holds the elements of float types. Why we need Array in C Programming? Consider a scenario where you need to find out the average of 100 INTEGER numbers entered by user. In C, you have two ways to do this: 1) Define 100 variables with int data type and then perform 100 SCANF() operations to store the entered values in the variables and then at last calculate the average of them. 2) Have a single integer array to store all the values, loop the array to store all the entered values in array and later calculate the average. Which solution is better according to you? Obviously the second solution, it is convenient to store same data types in one single variable and later access them using array index (we will discuss that later in this tutorial). |
|
| 5261. |
Control + A key combination is used to select a row |
|
Answer» ong>ANSWER: Select all content is the answer please FOLLOW me |
|
| 5262. |
Which language consists of binary numbers,I.e ,0and 1 |
|
Answer» ONG>Answer: machine LANGUAGE It is the low level language which is UNDERSTOOD by the COMPUTER |
|
| 5263. |
Which type of punctuation follows the print function? Apostrophe Colon Parentheses Semicolon |
|
Answer» >
|
|
| 5264. |
Write HTML code to display your name and address with following specifications:- [3]a) Title of the page should be “My Profile”.b) Name should appear in “Red” colour, Address in “Green” colour and background in “yellow” colour.c) Name should be in Font “Times New Roman” and Address in Font “Arial” |
|
Answer» ong>Answer: Here is the HTML code. Html title. My profile /title /head body bgcolor= "YELLOW" Font color="red" face="Times New ROMAN" H1. Name goes here... /H1 Font color="GREEN" face="Arial" H2. Your address goes here... /H2 /Font /Body /Html
|
|
| 5265. |
Ibm is a example of which generation of computer |
|
Answer» t GENERATION computer. |
|
| 5266. |
Name some of the commonly used database management system software Ans. me fastI WILL MARK YOU AS BRAIN LIST........ |
|
Answer» ONG>ANSWER: ijjgjggghjbhjjhjjhhhhhjhhjnnjj |
|
| 5267. |
Transfer large amounts of data at very fast speed. A. Fire wire PortB. ModemC. DVI portD. Ethernet Port |
| Answer» ONG>ANSWER: | |
| 5269. |
4.Explain the octal number system. |
|
Answer» ong>ANSWER: The octal numeral system, or oct for short, is the base-8 number system, and USES the digits 0 to 7. Octal numerals can be made from binary numerals by grouping CONSECUTIVE binary digits into GROUPS of three. For example, the binary representation for decimal 74 is 1001010. |
|
| 5270. |
How many main function can be used in the C language program |
| Answer» | |
| 5271. |
C language function scanf() used for |
|
Answer» ong>Answer: scanf() Function का प्रयोग Keyboard से Input प्राप्त करने के लिए किया जाता है, इसलिए इस Function का प्रयोग करने से पहले हमें उस Data TYPE का एक Variable Identifier Create करना जरूरी होता है, जिसमें हमें scanf() Function द्वारा Keyboard से आने वाले Data को Store करना चाहते हैं। बिना Variable Create किए हुए, हम scanf() Function का प्रयोग नहीं कर सकते हैं, क्योंकि इस Function में हमें उस Identifier का नाम Address Operator के साथ Specify करना पडता है, जिसकी Memory LOCATION पर हम Keyboard से आने वाले मान को Store करना चाहते हैं। यदि हम बिना Variable Create किए हुए scanf() Function को Use करते हैं, तो C का Compiler COMPILE Time Error Generate करके हमें ऐसा करने से रोक देता है। |
|
| 5272. |
Symbol is used terminate each statement of c language |
|
Answer» ONG>Answer: In a C program, the semicolon is a statement TERMINATOR. That is, each individual statement must be ended with a semicolon. It indicates the END of one logical ENTITY. |
|
| 5273. |
What are the two ways to flip a picture? |
|
Answer» rong>ANSWER: You can flip a PICTURE by ROTATING itRotating can be done in two ways1 Using the LEFT arrow button2 Using the right arrow buttonNice questionIts was little confusing but easy |
|
| 5274. |
Consider the following scenario. There are two HTML pages, namely, Two.html and Four.html. Each of these pages display a Mathematical Table in tabular form (no images), with Two.htmldisplaying table of 2 and Four.html displaying table of 4. Also, each page contain a hyperlinkto the other page. The pages are stored in a folder Tables as follows. Folder Tables contains page Two.html and the folder Multiples_of_2. Folder Multiples_of_2 contains page Four.html. Implement the above mentioned two HTML pages. |
| Answer» ONG>ANSWER: | |
| 5275. |
In ms access do you mean by sorting |
|
Answer» ong>Answer: SORTING means arranging the data in a squencial manner to MAKE it LOOK GOOD. |
|
| 5276. |
Question 1 : It is a model that is used to create other documents.1.Style2.Template3.Label4.Table of Contents |
| Answer» LATE I THINK it WOULD HELP U | |
| 5277. |
टेलीविजन ब्रॉडकास्टिंग में किस मिडिया का प्रयोग होता है | अनगाइडेड इनडायरेक्ट डायरेक्ट गाइडेड |
| Answer» ONG>EXPLANATION:डोरेमोन मुझे गैजेट दे दो तुम अच्छे | |
| 5278. |
The term refers to your knowledge, understanding, ability, awareness etc. |
| Answer» ONG>ANSWER: | |
| 5279. |
What is the importance of feedback in communication...write in three to four points... |
|
Answer» ong>ANSWER: Effective Communication is significant for managers in the organizations so as to PERFORM the basic functions of management, i.e., Planning, Organizing, Leading and Controlling. Communication helps managers to perform their jobs and responsibilities. Communication serves as a FOUNDATION for planning. |
|
| 5280. |
Before designing a form, data table must be present? State whether the statement is True (or) False And Justify it |
|
Answer» ong>Answer: TODAY is my computer test so don't FORGET to mark as brainiest |
|
| 5281. |
Write the HTML code to do the following: a. To display a horizontal line of green color.b. To create a hyperlink on the word CLICK to an image named testimage.jpeg.Please give a big answer. It's a five marks question. |
|
Answer» ong>Answer: (a (b < a HREF= "testimage.jpeg"> CLICK Explanation: Sorry dear i KNEW this much only Pls WRITE as it is SPACE n all thank u |
|
| 5282. |
Which of the following is not a valid Integer constant of the type int ? निम्नलिखित में से कौन सा प्रकार int सही पूर्ण अंक नहीं है? * 375032800-327670 |
|
Answer» ONG>Answer: 0 Explanation: |
|
| 5283. |
You can change the view option in the title bar |
|
Answer» t UNDERSTAND PLS MARK me as BRAINLIST |
|
| 5284. |
C language is ____ level language ? 1 high 2 middle 3 low |
|
Answer» nguage is HIGH level language Explanation: hope it will help you and THANK you for asking this QUESTION PLEASE follow me |
|
| 5285. |
What is the difference between merge cell and split cell? |
|
Answer» ong>Answer: here's the answer Split cell
. Merge cell
JAI HIND # INDIAN# |
|
| 5286. |
Solve binary subtraction 1100-101 |
|
Answer» ONG>Explanation: BINARY value: 1100-101=0111 Decimal value: 12-5=7 Hope this HELPS:) |
|
| 5287. |
Devices used to get data from the outside world into the computer are called __________________ devices. |
|
Answer» ong>ANSWER: A peripheral device is generally defined as any auxiliary device such as a computer mouse or KEYBOARD, that connects to and WORKS with the computer in some way. Other examples of peripherals are expansion CARDS, graphics cards, image scanners, TAPE drives, microphones, loudspeakers, webcams, and digital cameras. |
|
| 5288. |
The ________ view is useful for viewing the slides in miniature forms. |
|
Answer» ong>Answer: SLIDESHOW view Explanation: Please mark as BRAINLIEST |
|
| 5289. |
Which of these is not a client side technology? |
|
Answer» ong>EXPLANATION: Client-side means that the action TAKES place on the user's (the client's) computer. Server-side means that the action takes place on a web server. ... In order for a programming LANGUAGE to do its job, the computer has to understand the language its SPEAKING |
|
| 5290. |
The integration of ICT in government processes, services and communications is called what? |
|
Answer» ong>ANSWER: it is CENTRAL government interst that in BUSINESS management and individual are ABLE to carry translation with the government safety and EASILY online |
|
| 5291. |
Explain the concept of word processing |
|
Answer» ong>Answer: The concept of Word processing Word Processor is a SOFTWARE that helps you type and work with text on a computer. It is used to write and read document. It is a software or a device that is used to create, edit, PRINT DOCUMENTS. You can write text in it, or store it electronically, or display on a screen, or you can modify documents by entering commands, characters and print it. Word processing is the common application as compared to other applications of computers. Now-a-day, most word processors are used as a cloud service. --------------------------------------------------------------------------------------------------- Word processing DESCRIBES the process of creating or editing a document using a word processor, such as Microsoft Word, Google Docs, or OpenOffice Writer. For example, with a word processor, a student could create a book report and then print it, save it to a disk, display it on the screen, or send it over e-mail. hope helped ? mark as the brainliet -: note - there are two ANSWERS choose one ok |
|
| 5292. |
The number of binary arithmetic operators in c is __ |
|
Answer» ong>Answer: 6 (six) is the NUMBER of binary ARITHMETIC OPERATORS in C |
|
| 5293. |
In C language can the first letter of the Identifier be Underscore |
|
Answer» In c LANGUAGE the first LETTER of the IDENTIFIER can be UNDERSCORE |
|
| 5294. |
Llups:-To do Government works, Governments uses |
|
Answer» ong>ANSWER: Capital Explanation: |
|
| 5295. |
ਸਮੱਸਿਆਵਾਂ ਪ੍ਰਸ਼ਨ । ਬਹੁਪੱਖੀ ਪਸੰਦ ਦੇ ਪ੍ਰਸ਼ਨ11 ਇਸ ਹਿਦਾਇਤ ਨੂੰ ਸੀ (C) ਪ੍ਰੋਗਰਾਮ ਵਿਚ ਅੰਤ ਕਰਨ ਲਈ ਕਿਹੜਾ ਨਿਮਨਲਿਖਤ ਚਿੰਨ੍ਹ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈa), (comma)b): (colon)c) :( semicolon) d). (period) |
|
Answer» ONG>Answer: I can't UNDERSTAND your LANGUAGE will you explain |
|
| 5296. |
I=15 is called _ assignment? (1) logical (2) relational (3) general (4) none of these. |
|
Answer» ong>Answer: NONE of these. HOPE this help you |
|
| 5297. |
12. ........ ......... are the inbuilt part 2 points of presentation. We can makevisual changes in the design of thepresentation."SlidesOThemesOSlide Show |
|
Answer» ONG>Answer: MAY be help ful |
|
| 5298. |
The efficient way of creating ToC is by applying different __________ on the headings. |
|
Answer» > |
|
| 5299. |
Which character is represented by t in c language |
| Answer» LANGUAGE \t REPRESENTS TAB | |
| 5300. |
HTML tags are enclosed in { } braces |
|
Answer» ONG>ANSWER: no they are CLOSED in < / >............. |
|