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.
| 9701. |
We can an image in the background of a web page with help of |
|
Answer» You can do it by css ;) By : body { margin:0; padding:0; background-image:" } |
|
| 9702. |
Which method are used to get the location of mouse pointer in swing ? |
| Answer» | |
| 9703. |
if an Outer loop runs for four times and inner loop runs for three times and prints a S symbol each time how many S symbol will get printed on the screen |
|
Answer» Answer: Database (Data) Tier − At this tier, the database resides along with its query processing languages. We also have the RELATIONS that define the data and their constraints at this level. Application (Middle) Tier − At this tier reside the application server and the programs that access the database. For a user, this application tier presents an abstracted view of the database. END-users are unaware of any existence of the database beyond the application. At the other end, the database tier is not aware of any other user beyond the application tier. HENCE, the application layer sits in the middle and ACTS as a mediator between the end-user and the database. User (Presentation) Tier − End-users operate on this tier and they know nothing about any existence of the database beyond this layer. At this layer, multiple views of the database can be provided by the application. All views are GENERATED by applications that reside in the application tier. |
|
| 9704. |
write a statement that uses a conditional operator to store in discount 10% of sale if sale is more than 5000 otherwise store in discount 5% of sale |
|
Answer» Ternary Operator: variable x = (expression) ? value if TRUE: value if false int b,c;SCANNER ob=new Scanner(System.in); System.out.println("Enter the marked PRICE");int MP=ob.nextInt();c=(MP>5000)?MP-(MP*10)100:MP-(MP*5)/100;System.out.println(c); |
|
| 9705. |
Debug the following code and rewrite correctly:-doublepr=(b -! q):100?250:(Java)(Computer) |
|
Answer»
|
|
| 9706. |
Write the truth table for a 2-input conjunction in proposition. |
|
Answer» Answer: A B A.B 0 0 0 0 1 0 1 0 0 1 1 1 Explanation: Conjunction is the TERM used to combine two or more propositions. If a=“I ORDERED main course.” b=“I ordered dessert.” Then a.b or a^b WOULD be “I ordered main course and dessert”. |
|
| 9707. |
How many times the following loop executed? Int a =0,i= 0 While (i++ |
|
Answer» Answer: |
|
| 9708. |
Define the following boot virusdata basemicrocomputerransomwarecyber stalking |
|
Answer» DATABASE : database is the COLLECTION of related files. |
|
| 9709. |
[1x5=5]Fill in the blanks :(a) Ram stands for _______ access memory. .(b) A column can be resized by dragging the ______ of a thatcolumn.(c) In the ______orientation, pag is positioned height-wise.(d) ______shape effcts adds 3D look to the selected shape.(e) During the slide show, slides appear in _______mode. |
|
Answer» (a)ACCESS Explanation: |
|
| 9710. |
Write a menu driven program to find LCM and HCF |
|
Answer» Hii there here is your answer
HOPE IT HELPED U PLZ MARK AS BRIANLIEST |
|
| 9711. |
PM in the blanks :[1x5=5](a) Ram stands for ______ access memory.(b) A column can be resized by dragging the of a thatcolumn.(c) In the _______orientation, pag is positioned height-wise.(d) ______ shape effcts adds 3D look to the selected shape(e) During the slide show, slides appear in exame _______mode. |
| Answer» | |
| 9712. |
Others.. What steps should you take to safeduardyour mailbox Password? |
| Answer» | |
| 9713. |
To avoid problems while using the internet which of these precautions you should follow1) do not click on unknown links 2) take backup of files regularly3) install antivirus on your computer4)all of these |
|
Answer» HEY here is your answer 4) all of these |
|
| 9714. |
Define WET and mert |
|
Answer» Explanation: Mert is a TURKISH masculine GIVEN name meaning, "manful", "brave", "trustworthy", and/or "the one who tells the truth", from Persian mard (مرد) which means MAN. It is very popular in TURKEY. |
|
| 9715. |
think of a situation where you participated in a debate competition and you on the first price how will you behave in such situation write 10 points |
|
Answer» Answer:*thank the judges *Congratulate your co PARTICIPANTS *tell WISHES for other participants for their next victories. *thank the organizing GROUP. *wait until the competition is completely over. And still I'm THINKING why this question is under computer SCIENCE category Explanation: |
|
| 9716. |
Can anyone tell how to print the following pattern?n=512 a3 b 14 c5 |
|
Answer» Answer: I am so sorry I REQUEST you to post the QUESTION again with the PROGRAMS NAME in which U want to execute it Hope it helps u Plz mark me as the brainliest and follow me please Explanation: |
|
| 9717. |
Hey everyonecan anyone prove this_=95A=65K=75then decode this1000001.1011111.1001011.1000001.1011111.1001011.1000001.1011111.1001011 |
|
Answer» Yeuev8wiwjwjwj sisbsisb ooabsaia jgsvsus hhsvsus uwiwv |
|
| 9718. |
____ toolbar can be customised in Word 2010 by changing its content |
|
Answer» Ribbon TOOLBAR can be customised in WORD 2010 by CHANGING its content hope it HELPS |
|
| 9719. |
Evaluate a=5, b=2, C=7 (i)a++ - a++ -++b++b+c (ii)++a+b++ +c+a++2 (iii)++a + a++ + a+++a (iv)a+++ --b*b+++a++ +c |
|
Answer» Answer: 7,23,27,20 Explanation: (i) =5-6-3+4+7 =7 (II) =6+2+7+6+2 =23 (III) =6+6+7+8 =27 (IV) =5+1*1+6+8 =20 |
|
| 9720. |
What is protocol in computer |
|
Answer» to SAVE INFORMATION avaliable for it |
|
| 9721. |
Find the value of x + 12 x + 13 Y is equals to 20 line at 13 x + 12 Y = 221 |
|
Answer» Answer: 15x + 4 = 13x – 2 15x – 13x = – 2 – 4 2X = –6 x = – 3 14. ... On DIVIDING 221a2b2 by 13b2, we get. ... a x + b y = x 3/2 + -4/7 y= 2 3 x-7 4y =821 x- 12 y = 1 8x – 21y = 12 20. |
|
| 9722. |
write the value of math.ceil(x) and Math floor (x) if x equal - 9.4. Please solve it, this is the computer question. |
|
Answer» (i) -9 (II)-10 Explanation: math.ceil- nearest highest VALUE math.floor- nearest LOWEST value |
|
| 9723. |
The box gives the cellrefrence of active cell |
|
Answer» Answer: Which box are you talking about? PLEASE write the question properly. Please FOLLOW me and mark me as the BRAINLIEST answer. |
|
| 9724. |
(11)Arrange the given memory units in asending order.GitaByte, Zetta byte Kilobyte Byte, Peta byte, Terabyte, Yotta Byte, Nibble, Mega byte |
|
Answer» LOL lol lol lol lol |
|
| 9725. |
How do we apply slide transitions in presentation |
|
Answer» To apply a transition: Select the desired slide from the Slide Navigation pane. ... Click the Transitions TAB, then LOCATE the Transition to This Slide group. ... Click the More drop-down ARROW to display all transitions. Click a transition to apply it to the SELECTED slide. |
|
| 9726. |
Write in Shortcut key.(a) Use of small eraser in MS-Paint. |
| Answer» | |
| 9727. |
(b) Use of large eraser in Ms-Paint.(c) Use of copy command in MS-Word.(d) Use of paste command in Ms-Word.(e) Use of cut command in MS-Word.vii) Write in full form: |
|
Answer» Explanation:
please add me in BRILLIANT LIST |
|
| 9728. |
What is the input device |
|
Answer» Answer: hey bro In computing, an input DEVICE is a PIECE of computer hardware equipment used to provide data and control signals to an INFORMATION processing SYSTEM such as a computer or information appliance. Examples of input devices INCLUDE keyboards, mouse, scanners, digital cameras, joysticks, and microphones. Wikipedia |
|
| 9729. |
(vii) Write in full form:(a) CD(b) DVD (c) USB (d) GB (e) CPU |
|
Answer» CD - COMPACT disk DVD - Digital versatile disk USB - Universal SERIAL bus GB - Giga byte CPU - CENTRAL processing unit please mark this as brainliest. |
|
| 9730. |
Who was Valentin Hauy l? What conclusion did he come to after watching a group of blind people at a fair? |
|
Answer» Answer: he invented the BRAILLE SYSTEM through which blinds can STUDY by the help of touchinh |
|
| 9731. |
Write the valueof math.cell(x) and math.floor(x),if x=9.4 |
|
Answer» (i)10 (ii)9 Explanation: nearest HIGHEST and lowest values |
|
| 9732. |
What is the difference between OLED and Micro LED? |
|
Answer» Each pixel in an OLED DISPLAY can emit LIGHT of a certain color independently and be switched on and off individually. ... However, Micro LED has higher brightness and is more stable than OLED because of its inorganic nature. In other words, red, green, and blue Micro LED pixels do not have luminance DECAY issues |
|
| 9733. |
Pls give right answer m apko brainlest rating deugg ye question data entry operation book joki secondary class book se liya gya h pls give right answer |
|
Answer» Explanation: |
|
| 9735. |
Print a neon number in qbasic |
|
Answer» HOPE THE PROGRAMMING RUNS IN QBASIC |
|
| 9736. |
Which folder shows the content of the flopy disk drive,hard disk drive,CD-ROM drive |
| Answer» | |
| 9737. |
Where does MS windows store deleated files |
|
Answer» Answer: It is stored in Recycle BIN.... PLEASE MARK it BRAIN list and follow me. ☜☆☞ |
|
| 9738. |
What is D.N.S IN COMPUTER |
|
Answer» Answer: heya mate ☺DOMAIN Name Servers (DNS) are the Internet's equivalent of a phone BOOK.. |
|
| 9739. |
Write a program to input two number and sum of that number |
|
Answer» a = INT(input("enter FIRST number: ")) B = int(input("enter SECOND number: "))
sum = a + b
print("sum:", sum) |
|
| 9740. |
What do you mean by Indentation ? |
|
Answer» Explanation: In word PROCESSING, the word indent is used to describe the distance, or number of BLANK spaces used to separate a paragraph from the left or right margins. The FOLLOWING is an example of INDENTED TEXT: ... This is the indented paragraph separated from the left margin using blank spaces. |
|
| 9741. |
1.Who is the father of Internet?(a) Ted Nelson(c) Charles Babbage(b) Vinton Gray(d) None of these |
|
Answer» the answer is (b) Explanation: |
|
| 9742. |
Arun is working in an office which is N blocks away from his house. He wants to minimize the time it takes him to go from his house to the office.He can either take the office cab or he can walk to the office.Arun's velocity is V1 m/s when he is walking. The cab moves with velocity V2 m/s but whenever he calls for the cab, it always starts from the office, covers N blocks, collects Arun and goes back to the office.The cab crosses a total distance of N meters when going from office to Arun's house and vice versa, whereas Arun covers a distance of 2–√∗N while walking.Help Arun to find whether he should walk or take a cab to minimize the time. |
|
Answer» 35335fhfg the |
|
| 9743. |
What is URL and HOME PAGE |
|
Answer» url is UNIFORM resource LOCATOR which GIVES an address to a particular page on the internet homepage is the home of compilation of many web pageson the internet |
|
| 9744. |
6.79 1rrect the following:CITY = "ALLAHABAD”2. A = 153. B$ = "100 + 10"4. MONTH = AUGUST2A% = 606. 60/100 = MARKSin Qbasic |
|
Answer» what is the QUESTION I didnot UNDERSTAND |
|
| 9745. |
Write the html code to display your name and address in italic and give it blue on webpage |
|
Answer» Hey There!!! HTML STANDS for HYPER Text Markup Language . It is used in designing of websites. Here are the tags you need to use: BOLD -> Text Italics -> Text Underline -> Text So, here, your code would be: ______________________ Your Name Here ______________________ Hope it helps |
|
| 9746. |
Write a html code to display your name and address in italics and give it blue on webpage |
|
Answer» if you want to ADD the address in your head FORM then write it as heads in BRACKET and then right I or if you want to add it in your body text then apply the same formula by writing by writing bracket body C o l o r blue Explanation: i wish it works |
|
| 9747. |
Scaling is used to slant the object by a specific angle along one or both the axes |
|
Answer» STROKE scaling is used to slant the OBJECT by a SPECIFIC angle along one or both the AXES |
|
| 9748. |
Write down steps you would follow to develop a gaming application for yourmobile phone. |
|
Answer» Explanation: i would BETTER play a developed GAME because developing game is not as SIMPLE U have to learn language like java c++ python ETC |
|
| 9749. |
WAP in java to display the series using loop.1,11,111,1111,11111 |
|
Answer» Answer: well here is it Explanation: import java.util.Scanner; public CLASS Series { public static VOID main(STRING args[]) { Scanner sc = new Scanner(System.in);
int s = 0, c; // s for terms of series, c for n terms for (c = 1; c <= 5; c++) // To generate 5 terms { s = s * 10 + 1; System.out.print(s + " "); } //for ends } }
hope it is helpful, mark it brainliest, mark it brainliest,follow me for further help have a good day |
|
| 9750. |
What is the function of clear button in editing group? |
|
Answer» The clear button is used to clear or REMOVE all the FORMAT of the file. Hope it helps you Mark as brainliest PLEASE please |
|