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.
| 13601. |
a web page has _________ that connect to other pages or its 1 part 2 other in the same webpage option a hypernyms option we URL options free websites |
|
Answer» I didn't KNOW the answer but PLEASE VOTE me as BRAINLEIST please Explanation: gwu-fvyh-dji |
|
| 13602. |
5. A able consists of rows and columns6. Rows are horizontal and columns are vertical,7 Cells are formed at the intersection of rows and columns. |
|
Answer» Explanation: 6.True statement 7.True statement |
|
| 13603. |
Name the element to create a hyperlink with respect to HTML |
|
Answer» You can hyperlink with html by HTML TAGS Explanation: hope you can get your answer plz MARK me brainliests |
|
| 13604. |
which of the following is not an internet service provider option A Tata option B BSNL option C Yahoo |
|
Answer» BSNL Explanation: BSNL mark me as BRAINLIST |
|
| 13605. |
Jorksheet 2 Write (T) for True and (T) for False against the statements,The collection of pictures which are ready to use in computer files iscalled Word Art2. The collection of pictures which are ready to use in computer files iscalled a Clip Art3. Word Art is the text with special effects applied to it4. To insert the Clip Art and Word Art, use the Home tab, |
|
Answer» Answer: 1.True 2.True 3.false 4.True Explanation: |
|
| 13606. |
Who can show you the notes that you can include in a slide |
|
Answer» Answer: ANYONE who knows me Explanation: anyone who knows me that can show me the notes that I can include in a slide please MARK it as BRAINLIEST answer |
|
| 13607. |
Find LSD of 1.10010 of Binary number |
|
Answer» jdjjd9 de up de EFFERVESCENT p1ow Finn g2 HOON REFERRED of DB |
|
| 13608. |
In which tab the background option is given. |
|
Answer» Which BACKGROUND You WANT IWILL TELL |
|
| 13609. |
Background-position property is used for setting________. |
| Answer» | |
| 13610. |
Q19. What is DBMS? Explain any two advantages of DBMS. |
Answer» A DATABASE Management SYSTEM (DBMS) is software designed to store, retrieve, define, and manage data in a database. Any two advantages of database are:1) It improves data security.2) It reduces updating errors and INCREASES consistency.Explanation: hope it help u!! |
|
| 13611. |
Give examples of double and float data type in java and explain the difference |
|
Answer» Answer: Though both float and double datatype are used to represent floating-point numbers in JAVA, a double DATA type is more PRECISE than float. A double VARIABLE can provide precision up to 15 to 16 decimal points as COMPARED to float precision of 6 to 7 decimal digits.16-May-2016 |
|
| 13612. |
Worksheet 5 Answer in one word sentence.1. What is the word processor software of the Microsoft Office Suite called?2. What will you use to present information in the form of rows and columns? |
| Answer» | |
| 13613. |
You plan to publish a CD-ROM diskcontaining HTML pages. How do you create alink from a page in the \guide folder to the\guide \mains | kolkata.htm page ? |
|
Answer» I UNDERSTAND clearly but you can check this ;- Explanation: |
|
| 13614. |
Convert BED to binary(16)B=1011E=1110D=1101BED(16) =101111101101(2) |
Answer» Please click a PHOTO and SEND it or else no one will UNDERSTAND |
|
| 13615. |
How our Mobile Phones gives outputExplain with Example |
|
Answer» The decimal numeral system is the STANDARD system for denoting INTEGER and non-integer NUMBERS. It is the extension to non-integer numbers of the Hindu–Arabic numeral system. The way of denoting numbers in the decimal system is often referred to as decimal notation. |
|
| 13616. |
Worksheet 4 Match the following:Column AColumn Ba Text with special effects.1 MS Word2 ClipArtb Aword processor software from Microsoft.3 WordArtc Collection of pictures, sound and Videoclips.4 Tabled The intersections of rows and columns.5 Cellse Used to present information in a documentin the form of rows and columns. |
|
Answer» a) 3 b) 1 c) 2 d) 5 e) 4 this is your answer |
|
| 13617. |
Predict the output of the given c∅de.print("\n".join((str(i)+" ")*i for i in range(1,6)))Language: Python. |
|
Answer» Answer: Answer :-The output is attached :- PYTHON is a PROGRAMMING LANGUAGE in COMPUTER. It is easy to program in it |
|
| 13618. |
Aap file or folder cannot be returned in a computer true ya false |
| Answer» | |
| 13620. |
Explain the role of protocols and standards organizations in facilitating interoperability in network communications.? |
|
Answer» Answer: What is the ROLE of standards ORGANIZATION in ESTABLISHING PROTOCOLS for network interoperability? Most protocols are created by a standards organization such as the IETF or IEEE. ... The OSI model describes the PROCESSES of encoding, formatting, segmenting, and encapsulating data for transmission over the network. |
|
| 13621. |
Features of memory data register |
|
Answer» memory data register (MDR) A register used for holding INFORMATION (either PROGRAM words or data words) that is in the PROCESS of being transferred from the memory to the central processor, or vice VERSA. |
|
| 13623. |
(d) #include main(){int x = 3, y = 5;if (x == 3)printf("\n%d", x);else;printf ("\n%d",y);} |
|
Answer» here x is 3 so condition is true so the OUTPUT is 3 |
|
| 13624. |
if one number is divisible by 5,then print "hello", if no. is divisible by 7, then print " word".if no. divisible 5&7 , then print " hello world". |
|
Answer» mbcdeetgdqdhbbsqsgheafvjussvv |
|
| 13625. |
If we forgot the documents name. How can we find the document. suggest the steps to find the document. |
|
Answer» Answer: Technology has enabled us to store large AMOUNT of private digital data these days. We can store our data on our SYSTEMS and portable platforms or opt for cloud storage. Due to our ever-expanding data storage, many a time situations LIKE forgetting the name of the stored file happen. People sometimes even forget if they kept a particular file in their storage. Here we give you some TIPS to recover files you’ve lost or MISPLACED on your computer: Explanation:
|
|
| 13626. |
A healthcare client approaches Accenture for help in defining their Cloud migration strategy. During the initial discussions, the client explains that there are very specific regulatory and other compliance requirements within their industry. Which Cloud deployment model would give this client complete control over their data and security? |
|
Answer» Answer: that there are very specific regulatory and other compliance REQUIREMENTS within their industry. Which Cloud DEPLOYMENT model would GIVE this CLIENT complete CONTROL over their data and security? |
|
| 13627. |
Rewrite the above program using while loop |
Answer» Question:Rewrite the above program using while LOOP. a=int(input("Enter first number")) b=int(input("Enter second number")) print(a*i) print("Program over") Answer:a=int(input("Enter first number")) b=int(input("Enter second number")) while a print(a) a+=3 |
|
| 13628. |
I Write Program to point the list of yourSubjectusingListname |
|
Answer» ok. Explanation:to LIKHIYE PROBLEM KYA HAI |
|
| 13629. |
Worksheet 3 Select the suitable words and fill in the blanks.TablesWord ArtClip ArtInsertDate and TimeCells1. woorde is the text with special effects applied to it.2. To insert the current Date and Time, click on the Insert tab and thenbutton.tab, and click3. To insert the Clip Art picture, click on thebutton.4. Whenever you have to categorize your work in rows and columns,are a great help.5. Atable consists of rows and columns, which intersect to form a |
|
Answer» Answer: 1. WORD art 2. DATE and time 3.Clip art 4. Tables 5. CELLS |
|
| 13630. |
The Accenture team is involved in helping a client in the transformation journey using Cloud computing. How is myNav beneficial to the team? |
|
Answer» Explanation: By PROVIDING a more INFORMED view and a CALIBRATED CLOUD strategy for business transformation, myNav HELPS clients compete more effectively in today's data-driven, cloud-enabled economy.” |
|
| 13631. |
The icon represented with scissors is used to |
|
Answer» Answer: Most PROGRAMS utilize icons that SOMEHOW VISUALLY DESCRIBE the task they accomplish. |
|
| 13632. |
20 items we can find in the computer |
| Answer» | |
| 13633. |
Can anyone tell me the solution to it?Write a program that inputs five integers in two arrays each. It declares a function that accepts four parameters. The first parameter is the first array, the second parameter is the second array, the third parameter is the third array and The fourth parameter is the length of the arrays. The function adds the corresponding values of the first two arrays and stores the result in the corresponding element of the third array. The main function finally displays the values of all arrays. (Length of all arrays must be same) |
|
Answer» زعفرا گرگےجبتھ رھرفلعشف عفعچلعچبع شعچکرچ رطچنعچ شرچتچکرچ عشق رچرکچرچر |
|
| 13634. |
10 LET A$ = "GOOD "20 LET B$ = " MORNING "30 PRINT A$, B$ 4O PRINT 50 PRINT A$; B$60 END |
|
Answer» uhhhjj you doing TODAY I HOPE you are doing WELL and that you are so SWEET |
|
| 13635. |
Heheheheis aadmi ko kuch na aatasun kamine friendship main no sorry no thankuonly "saari galti teri thi"xdheheheheaur tu bol kyo raha hai?btw,vo green mango more,kamina, rakshas,alien,nashedi aur jo bhi uske naam hain vo abhi tak aaya ya nii?? |
|
Answer» ??????????????? |
|
| 13636. |
3576 is the multiple of number 3 true false |
Answer» TrueThe number 3573 is divisible by both 9 and 3. Since (3 + 5 + 7 + 6) i.e., 21 is not divisible by 9 but is divisible by 3,THEREFORE 3576 is not divisible by 9. However 3576 is divisible by 3. |
|
| 13637. |
1 tu ka 4 4 tu ka 1 class and UG degree College is HOLOGRAM aahe online aasel is a grea |
| Answer» | |
| 13638. |
What does PMP stands for? |
| Answer» | |
| 13639. |
Which of the following statements is True?1 Frontend interacts with Backend through APIs2 Users interacts with the Frontend through UI3 Frontend interacts with the Backend through UI |
|
Answer» These terms are very CRUCIAL for web DEVELOPMENT but are quite DIFFERENT from each other. ... Front End Development: The part of a website that user interacts with ... portion is built by USING some languages which are discussed below: ... Some other LIBRARIES and frameworks are: Semantic-UI, Foundation, ... |
|
| 13640. |
Write a menu driven program to print area of rectangle, perimeter of rectangle, and diagonal of rectangle.T_T refer to the attachment |
|
Answer» REFER to the attachment sis |
|
| 13641. |
What is margins write about different tybpes of margins |
|
Answer» Answer: Here is your answerMargin is a PAGE layout term USED in both print and Web publishing. In print , margin refers to page borders and on Web it describes the spacing between ELEMENTS on a webpage. There are four margins on a Microsoft word page - top , bottom , left , right. Hope it's help you |
|
| 13642. |
What is the menu and sub menu for inserting a new slide in PowerPoint |
|
Answer» ᴜsᴇ ᴛʜᴇ ɪɴsᴇʀᴛ ᴍᴇɴᴜ: ɪɴsᴇʀᴛ->sʟɪᴅᴇ 2. ʀɪɢʜᴛ ᴄʟɪᴄᴋ ᴏɴ ᴛʜᴇ sʟɪᴅᴇ ɪɴ ᴛʜᴇ sʟɪᴅᴇ sɪᴅᴇʙᴀʀ ᴀɴᴅ sᴇʟᴇᴄᴛ ɴᴇᴡ sʟɪᴅᴇ ғʀᴏᴍ ᴛʜᴇ ᴘᴏᴘ ᴜᴘ ᴍᴇɴᴜ. |
|
| 13643. |
My account hacked how to recover ? |
|
Answer» Answer: contact the HELPLINE center for the accurate INFORMATION |
|
| 13644. |
Default company number begin with |
|
Answer» Answer: It BEGAN after the stock market crash of October 1929, which sent Wall Street into a PANIC and wiped out millions of investors. Over the next several YEARS, consumer spending and investment dropped, causing steep declines in industrial output and employment as FAILING companies LAID off workers. |
|
| 13645. |
विस्तारसूत्राचाउपयोग करून 99 चा घन करा. |
|
Answer» विस्तार करा. उदा. ... विस्तार सूत्राचा उपयोग करून किंमत काढा. ... (a + B) (a - b) चा विस्तार ... 15 15 15 99 4 4 4 |
|
| 13646. |
Write a menu driven program to print area of rectangle, perimeter of rectangle, and diagonal of rectangle |
|
Answer» Answer: import java.util.*; public class Rectangle { public static VOID main(String args[ ]) { Scanner in=new Scanner(System.in); int ch,l,b; System.out.println("Enter length:"); l=in.nextInt(); System.out.println("Enter breath:"); b=in.nextInt(); System.out.println("Enter 1 to calculate the area of rectangle"); System.out.println("Enter 2 to calculate the perimeter of rectangle"); System.out.println("Enter 3 to calculate the DIAGONAL of rectangle"); System.out.println("Enter the operation you WANT to perform"); ch=in.nextInt(); switch(ch) { case 1: int ar=0; ar=l*b; System.out.println("The area of rectangle="+ar); break; case 2: int PR=0; pr=2*(l+b); System.out.println("The perimeter of rectangle="+pr); break; case 3: double d=0.0; d=Math.sqrt(l*l+b*b); System.out.println("The diagonal of the rectangle="+d); break; default: System.out.println("Invalid choice"); } } |
|
| 13647. |
What is the use of (p) tag |
|
Answer» <P>Explanation: HTML PARAGRAPH or HTML p tag is used to define a paragraph in a WEBPAGE. LET's take a simple example to see how it work. It is a notable point that a browser itself ADD an empty line before and after a paragraph. An HTML tag indicates starting of new paragraph. |
|
| 13648. |
Name the Statement that declares variables by assigning them a name and a data type. |
|
Answer» qbzuai1bedbdisqqsbdbiswbx Explanation: ❤ ❤ |
|
| 13649. |
5. Name the different HTML form controls. |
|
Answer» HTML Form Controls |
|
| 13650. |
What is the word processor software of the microsoft office suite called |
|
Answer» ThinkFree Office – office suite written in Java, from ThinkFree, Inc. It includes a WORD processor (Write), a spreadsheet (Calc), and a presentation PROGRAM (Show). For Microsoft Windows, LINUX, and Mac OS X. Software genre: Productivity software Developer: Microsoft Corporation Hope it helps..Mark it has Brainlest......... |
|